*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body{ 
	background: #f6f6f6;
}
.header,
.footer{
	padding: 0;
}
.body-bg01{
	background: url(../../images/book/bg01.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.body-bg02{
	background: url(../../images/book/bg02.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.body-bg03{
	background: url(../../images/book/bg03.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.body-bg04{
	background: url(../../images/book/bg04.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.body-bg05{
	background: url(../../images/book/bg05.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
/*******************************
	-------[页面公用样式]--------
********************************/
.footer .container{padding: 0 15px;}
.book-footer .footer .container{padding: 0;}
.container{
	padding: 0;
}
::-webkit-input-placeholder {color: #8d8d8d;}
::-moz-placeholder {color: #8d8d8d;}
::-ms-input-placeholder {color: #8d8d8d;}
/*g-tit01*/
.g-tit01{
	padding: 3px 0;
	border-radius: 3px 3px 0 0;	
	/* overflow: hidden;     */
    background: url(../../images/part/bj.png) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	z-index: 4;
}
.g-tit01 h2{
    border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
}
.g-tit01 h2 a{
	color: #fff;
	display: block;
}
/*g-tit01 end*/
/*g-tit02*/
.g-tit02{

}
.g-tit02 h2{
	padding-left: 28px;
	font-size: 18px;
	color: #212329;
	font-weight: bold;
	background: url(../../images/book/f4-icon01.png) 0 center no-repeat;
    line-height: 68px;
}
.g-tit02.icon02 h2{
	background-image: url(../../images/book/f4-icon02.png);
}
.g-tit02.icon03 h2{
	background-image: url(../../images/book/f4-icon03.png);
}
.g-tit02.icon04 h2{
	background-image: url(../../images/book/f4-icon04.png);
}
.g-tit02.icon05 h2{
	padding-left: 38px;
	background-image: url(../../images/book/f4-icon05.png);
}
/*g-tit02 end*/
/*g-btn01*/
.g-btn01{
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}
.g-btn01:after{
	content: "";
	display: block;
	border-right: 1px solid #d8d8d8;
	position: absolute;
	left: 50%;
	top: 9px;
	bottom: 9px;
}
.g-btn01 .item{
	width: 50%;
	float: left;
	text-align: center;
	font-size: 0;
}
.g-btn01 .item a{
	height: 36px;
	line-height: 36px;
	display: block;
}
.g-btn01 .item a span{
	padding-left: 32px;
	background: url(../../images/book/ico-07.png) 0 center no-repeat;
	font-size: 12px;
	color: #a1a1a1;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.g-btn01 .item .favorited span{
    color: #3991ec;
	background: url(../../images/book/icon-like-on.png) 0 center no-repeat;
}
.g-btn01 .item.s1.on a span{
	color: #3991ec;
	background-image: url(../../images/book/ico-07-on.png);
}
.g-btn01 .item.s2 a span{
	background-image: url(../../images/book/ico-08.png);
	color: #3991ec;
}
.g-btn01 .item.s3 a span{
	background-image: url(../../images/book/ico-09.png);
	color: #3991ec;
}
/*g-btn01 end*/
.main1{
	padding: 30px 0;
}
/*m-box*/
.m-box{
	margin-bottom: 30px;
	border-radius: 4px;
	overflow: hidden;
	-webkit-box-shadow: rgba(191,191,191,0.15) 0 4px 8px 0;
	box-shadow: rgba(191,191,191,0.15) 0 4px 8px 0;
}
/*m-box end*/
/*m-box2*/
.m-box2{
	background: #fff;
}
.m-box2 .tit{
	overflow: hidden;
	padding: 0 20px;
	line-height: 68px;
	border-bottom: 1px solid #eaeaea;
}
.m-box2 .tit2{
	overflow: visible;
}
.m-box2 .tit .more{
	font-size: 12px;
	color: #6c6b6b;
	display: block;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.m-box2 .tit .more:hover{
	color: #3991ec;
}
/*m-box2 end*/
 .m-box3{
 	padding: 0;
 }
 .m-box3 .tit{
 	line-height: 78px;
 }

/*******************************
	--------[分页条]-------
********************************/

/*******************************
	--------[首页]-------
********************************/
/*row-f01*/
.row-f01{
}
.row-f01 .left{
	padding: 0;
	padding-right: 32px;
	
}
.row-f01 .con{
	padding: 0;
}
/*m-fq01*/
.m-fq01{
	overflow: hidden;
	border-radius: 4px;
	background: #f9f9f9;
}
.m-fq01 .more{
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #292c36;
	opacity: 0.4;
	display: block;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.m-fq01 .more:hover{
	opacity: 1;
	color: #3991ec;
}
/*ul-fq01*/
.ul-fq01{
	margin: 0 -1px 0;
	border-radius: 5px;
	overflow: hidden;
}
.ul-fq01 li{
	padding: 0;
	margin-bottom: 2px;
}
.ul-fq01 li a{
	padding-left: 20px;
	height: 73px;
	margin: 0 1px;
	display: block;
	font-size: 16px;
	color: #292c36;
	line-height: 73px;
    background: #fff;
	/* background: #fff url(../../images/book/f3-icon01.png) 20px center no-repeat; */
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.ul-fq01 li a img{
    margin-right: 10px;
    width: 29px;
}
.ul-fq01 li a .img2{
	display: none;
}
.ul-fq01 li a:hover{
	color: #3991ec;
}
.ul-fq01 li a:hover .img1{
	display: none;
}
.ul-fq01 li a:hover .img2{
	display: inline-block;
}
/* .ul-fq01 li a:hover{
	color: #fd4506;
	background-image: url(../../images/book/f3-icon01-on.png);
}
.ul-fq01 .s2 a{
	background-image: url(../../images/book/f3-icon02.png);
}
.ul-fq01 .s3 a{
	background-image: url(../../images/book/f3-icon03.png);
}
.ul-fq01 .s4 a{
	background-image: url(../../images/book/f3-icon04.png);
}
.ul-fq01 .s5 a{
	background-image: url(../../images/book/f3-icon05.png);
}
.ul-fq01 .s6 a{
	background-image: url(../../images/book/f3-icon06.png);
}
.ul-fq01 .s7 a{
	background-image: url(../../images/book/f3-icon07.png);
}
.ul-fq01 .s8 a{
	background-image: url(../../images/book/f3-icon08.png);
}
.ul-fq01 .s9 a{
	background-image: url(../../images/book/f3-icon09.png);
}
.ul-fq01 .s10 a{
	background-image: url(../../images/book/f3-icon10.png);
}
.ul-fq01 .s11 a{
	background-image: url(../../images/book/f3-icon11.png);
}
.ul-fq01 .s12 a{
	background-image: url(../../images/book/f3-icon12.png);
}
.ul-fq01 .s2 a:hover{
	background-image: url(../../images/book/f3-icon02-on.png);
}
.ul-fq01 .s3 a:hover{
	background-image: url(../../images/book/f3-icon03-on.png);
}
.ul-fq01 .s4 a:hover{
	background-image: url(../../images/book/f3-icon04-on.png);
}
.ul-fq01 .s5 a:hover{
	background-image: url(../../images/book/f3-icon05-on.png);
}
.ul-fq01 .s6 a:hover{
	background-image: url(../../images/book/f3-icon06-on.png);
}
.ul-fq01 .s7 a:hover{
	background-image: url(../../images/book/f3-icon07-on.png);
}
.ul-fq01 .s8 a:hover{
	background-image: url(../../images/book/f3-icon08-on.png);
}
.ul-fq01 .s9 a:hover{
	background-image: url(../../images/book/f3-icon09-on.png);
}
.ul-fq01 .s10 a:hover{
	background-image: url(../../images/book/f3-icon10-on.png);
}
.ul-fq01 .s11 a:hover{
	background-image: url(../../images/book/f3-icon11-on.png);
}
.ul-fq01 .s12 a:hover{
	background-image: url(../../images/book/f3-icon12-on.png);
} */
/*ul-fq01 end*/
/*m-fq01 end*/
.ban-f01{
	margin-bottom: 30px;
	position: relative;
}
.ban-f01 .pic{
	overflow: hidden;
	padding-top: 34.44%;
	position: relative;
}
.ban-f01 .pic img{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.ban-f01 .pic:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.ban-f01 .slick-dots{
	right: 16px;
	bottom: 20px;
}
.slick-dots{
	position: absolute;
	font-size: 0;
}
.slick-dots li{
	margin: 0 4px;
	display: inline-block;
}
.slick-dots li button{
	padding: 0;
	font-size: 0;
	width: 7px;
	height: 7px;
	display: block;
	border: 0;
	border-radius: 7px;
	background: #fff;
}
.slick-dots li.slick-active button{
	width: 25px;
	background: #3790ec;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
/*m-fq02*/
.m-fq02{
	overflow: hidden;
}
/*ul-fq02*/
.ul-fq02{
	margin: 0 -10px;
}
.ul-fq02 li{
	padding: 0;
}
.ul-fq02 a{
	margin-left: 10px;
	margin-right: 10px;
	display: block;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.ul-fq02 .pic{
	padding-top: 31.85%;
	height: 0;
	position: relative;
	overflow: hidden;
}
.ul-fq02 .pic img{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.ul-fq02 a:hover .pic img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
/*ul-fq02 end*/
/*m-fq02 end*/
/*row-f01 end*/
/*row-f02*/
.row-f02{
	
}
/*ban-f02*/
.ban-f02{
	margin: 0 38px;
	padding-top: 20px;
	padding-bottom: 30px;
	position: relative;
}
.ban-f02 .item .pic{
	margin-bottom: 6px;
	width: 100px;
	height: 110px;
	line-height: 110px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.ban-f02 .item .pic img{
	display: inline-block;
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.ban-f02 .item .txt{
	height: 40px;
	position: relative;
}
.ban-f02 .item .txt h3{
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	max-height: 40px;
	text-align: center;
	font-weight: bold;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
    padding: 0 15px;
}
.ban-f02 .item .txt h3 a{
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: #292c36;
}
.ban-f02 .item .pic a:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.ban-f02 .item .txt h3 a:hover{
	color: #3991ec;
}
.ban-f02 .slick-dots{
	position: absolute;
	top: -40px;
	right: 34px;
}
.ban-f02 .slick-dots button{
	background: #ddd;
}
.slick-arrow{
	width: 28px;
	height: 64px;
	display: block;
	background: url(../../images/book/ico-arrow01.png) center center no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	font-size: 0;
	border: 0;
	position: absolute;
	left: -28px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.slick-arrow:hover{
	opacity: 0.8;
}
.slick-arrow.slick-next{
	background-image: url(../../images/book/ico-arrow02.png);
	left: auto;
	right: -28px;
}
/*ban-f02 end*/
/*row-f02 end*/
/*row-f03*/
.row-f03{

}
.row-f03 .left,
.row-f03 .right{
	padding: 0;
}
/*m-fq04*/
.m-fq04{
	padding: 24px 10px 10px; 
	padding-left: 22px;
}
/*ul-fq04*/
.ul-fq04{
	overflow: hidden;
}
.ul-fq04.qj li{
	margin-bottom: 30px;
	padding: 0 10px;
}
.ul-fq04 .pic{
	margin: 0 auto 14px;
	height: 178px;
	line-height: 178px;
	text-align: center;
	overflow: hidden;
}
.ul-fq04 .pic img{
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.ul-fq04 .txt{
}
.ul-fq04 .txt .price{
	margin-bottom: 5px;
	font-size: 24px;
	color: #3991ec;
	font-weight: bold;
}
.ul-fq04 .txt .desc{
	margin-bottom: 28px;
	line-height: 22px;
	position: relative;
	height: 66px;
}
.ul-fq04 .txt .desc h4{
	font-size: 14px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	max-height: 66px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.ul-fq04 .txt .desc h4 a{
	color: #393939;
}
.ul-fq04 .txt .desc a:hover{
	color: #3991ec;
}
.ul-fq04 .pic img:hover{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
/*ul-fq04 end*/
/*m-fq04 end*/
.row-f03 .right{
	padding-left: 30px;
}
/*m-fq05*/
.m-fq05{
	padding: 0 22px;
}
/*ul-fq05*/
.ul-fq05{

}
.ul-fq05 .s1,.ul-fq05 .s2,.ul-fq05 .s3{padding-top: 20px;padding-bottom: 30px;}
.ul-fq05 li{
	border-bottom: 1px dashed #d1d1d1;
	overflow: hidden;
}
.ul-fq05 li:last-child{
	border-bottom: 0;
}
.ul-fq05 .pic{
	margin-right: 21px;
	width: 70px;
	height: 93px;
	line-height: 93px;
	text-align: center;
	float: left;
	overflow: hidden;
	position: relative;
	font-size: 0;
}
.ul-fq05 .pic em{
	width: 25px;
	height: 30px;
	display: block;
	background: url(../../images/book/f7-icon01.png) center top no-repeat;
	position: absolute;
	top: 3px;
	left: 0;
}
.ul-fq05 .s2 .pic em{
	background-image: url(../../images/book/f7-icon02.png);
}
.ul-fq05 .s3 .pic em{
	background-image: url(../../images/book/f7-icon03.png);
}
.ul-fq05 .pic img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.ul-fq05 .txt{
	overflow: hidden;
}
.ul-fq05 .txt h3{
	font-size: 14px;
	line-height: 22px;
}
.ul-fq05 .txt h3 a{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.ul-fq05 .type1 .txt h3 a{
	-webkit-line-clamp: 3;
	height: 66px;
}
.ul-fq05 .type2 .txt h3 a{
	-webkit-line-clamp: 2;
	height: 44px;
}
.ul-fq05 .type1 .txt{
	padding: 14px 0 0;
}
.ul-fq05 .txt h3 a{
	color: #393939;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.ul-fq05 .type2{
	padding: 17px 0 16px;
}
.ul-fq05 li .tit1{
	margin-right: 10px;
	float: left;
	font-size: 16px;
	color: #393939;
	line-height: 22px;
}
.ul-fq05 .txt h3 a:hover{
	color: #3991ec;
}
/*ul-fq05 end*/
/*m-fq05 end*/
/*row-f03 end*/
/*row-f04*/
.ul-fq06{
	margin: 0 -14px;
}
.ul-fq06 .item{
	margin: 0 14px;
}
.ul-fq06 a{
	display: block;
	position: relative;
	z-index: 3;
}
.ul-fq06 .pic{
	padding-top: 55.96%;
	overflow: hidden;
}
.ul-fq06 .pic img{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.ul-fq06 a:hover .pic img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
/*row-f04 end*/
/*row-f05*/
.row-f05{

}
/*m-tab01*/
.m-tab01{
	float: left;
	margin-left: 35px;
}
/*ul-tab01*/
.ul-tab01{
	overflow: hidden;
}
.ul-tab01 li{
	margin-right: 25px;
	float: left;
}
.ul-tab01 li a{
	display: block;
	font-size: 12px;
	color: #393939;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: relative;
}
.ul-tab01 li a:after{
	content: "";
	width: 0;
	display: block;
	border-bottom: 1px solid #3991ec;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.ul-tab01 li.on a,
.ul-tab01 li:hover a{
	color: #3991ec;
}
.ul-tab01 li.on a:after,
.ul-tab01 li:hover a:after{
	width: 100%;
}
/*ul-tab01 end*/
/*m-tab01 end*/
/*m-fq07*/
.m-fq07{
	padding: 30px 10px;
}
/*ul-fq07*/
.ul-fq07{
}
.ul-fq07.qj li{
	width: 20%;
	padding: 0 19px;
	float: left;
}
.ul-fq07 .pic{
	margin-bottom: 16px;
	padding-top: 109.1%;
	position: relative;
	background: url(../../images/book/f9-bg01.png) center center no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	overflow: hidden;
}
.ul-fq07 .pic .inner{
	width: 100%;
	padding-top: 100%;
	display: block;
	position: absolute;
	top: 0;
	overflow: hidden;
	z-index: 4;
}
.ul-fq07 .pic .inner:after{
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	border-radius: 4px;
	border: 2px solid #ededed;
}
.ul-fq07 .pic .inner img{
	max-width: 100%;
	max-height: 100%;
	display: block;
	position: absolute;
    top: 0px;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.ul-fq07 .pic .inner .cover{
	height: 30px;
	line-height: 30px;
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 2px;
	left: 0;
	background: url(../../images/book/f9-bg02.png) right center repeat-y;
}
.ul-fq07 .pic .inner .cover .num{
	margin-right: 14px;
	padding-left: 25px;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	background: url(../../images/book/f9-icon01.png) 0 center no-repeat; 
}
.ul-fq07 .txt{
	margin-bottom: 28px;
	font-size: 14px;
	line-height: 1.57;
	height: 4.71em;
	position: relative;
	overflow: hidden;
}
.ul-fq07 .txt h3{
	font-size: 14px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	/*word-break: break-all;*/
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.ul-fq07 .txt h3{
	color:  #393939;
}
.ul-fq07 h3 a:hover{
	color: #3991ec;
}
.ul-fq07 .pic:hover .inner img{
	-webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}
/*ul-fq07 end*/
/*m-fq07 end*/
/*row-f05 end*/
/*row-f06*/
.row-f06{

}
.row-f06 .tit{
	line-height: 78px;
}
/*ban-f03*/
.ban-f03{
	padding: 30px 0;
	position: relative;
}
.ban-f03 .item{
	padding: 0 18px;
}
.ban-f03 .inner{
	padding: 20px 22px 11px;
	background: #f6f8f5;
}
.ban-f03 .pic{
	padding-top: 37.52%;
	position: relative;
	overflow: hidden;
}
.ban-f03 .pic img{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.ban-f03 .txt{
	padding-top: 14px;
}
.ban-f03 .txt h3{
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
    height: 22px;
}
.ban-f03 .txt h3 a{
	color: #4b4d54;
}
.ban-f03 .txt .desc p{
	font-size: 14px;
	line-height: 21px;
	height: 84px;
	color: #4b4d54;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.ban-f03 .pic:hover img{
	-webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}
.ban-f03 .txt a:hover{
	color: #3991ec;
}
.ban-f03 .slick-dots{
	position: absolute;
	right: 70px;
	top: -43px;
}
.ban-f03 .slick-dots button{
	background: #ddd;
}
/*ban-f03 end*/
/*row-f06 end*/
/*********************[大众板块]***************************/
.g-tit03{
	overflow: hidden;
	height: 36px;
}
.g-tit03 .more{
	margin-top: 4px;
	float: right;
	font-size: 12px;
	line-height: 36px;
	color: #333333;
	opacity: 0.5;
}
.g-tit03 .more:hover{
	opacity: 1;
	color: #3391ec;
}
.g-tit03 h2{
	color: #393939;
	line-height: 36px;
	font-weight: bold;
	font-size: 0;
}
.g-tit03 h2 img{
	margin-right: 12px;
	display: inline-block;
	vertical-align: middle;
}
.g-tit03 h2 span{
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
}

/*row-f07*/
.row-f07{
	/* padding-top: 60px; */
	padding-bottom: 46px;
}
/*m-banner*/
.m-banner{
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}
/*ban-for*/
.ban-for{
	width: 70.83%;
	float: left;
}
.ban-for .item{

}
.ban-for .inner{
	display: block;
	position: relative;
}
.ban-for .inner .pic{
	padding-top: 61.76%;
	position: relative;
}
.ban-for .inner .g-tit04{
	position: absolute;	
	left: 28px;
	top: 28px;
}
.ban-for .inner .pic img{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top:0;
}
/* .ban-for .inner .pic img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
} */
.ban-for .inner .txt{
	padding: 20px 36px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
    background: rgba(0,0,0 ,0.3);
    /* background: -webkit-linear-gradient(rgba(250,250,250 ,0), rgba(0,0,0 ,0.8));
    background: -o-linear-gradient(rgba(250,250,250 ,0), rgba(0,0,0 ,0.8));
    background: -moz-linear-gradient(rgba(250,250,250 ,0), rgba(0,0,0 ,0.8));
    background: linear-gradient(rgba(250,250,250 ,0), rgba(0,0,0 ,0.8)); */
}
.ban-for .inner .txt h3{
	margin-bottom: 6px;
	font-size: 28px;
	line-height: 36px;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ban-for .inner .txt .desc{
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	height: 32px;
	display: -webkit-box;
	overflow: hidden;
}
.ban-for .inner .txt .desc span{
    white-space: nowrap;text-overflow: ellipsis; overflow: hidden;width: 100%;display: block;
}
/*ban-for end*/
.ban-nav{
	width: 29.17%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}
.ban-nav .item .inner{
	display: block;
    position: relative;
    width: 100%;
	padding-top:50%;
}
.ban-nav .item .inner:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.ban-nav .item .inner .pic{
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
}
.ban-nav .item .pic img{
	width: 100%;
	height: 100%;
}
/* .ban-nav .item .pic img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
} */
.ban-nav .item .cover{
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.ban-nav .item .cover h3{
	width: 100%;
	font-size: 24px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	padding: 0 15px;
}
.ban-nav .slick-current .inner:after{
	border:4px solid #50eaf8;
    border-image: -webkit-linear-gradient(#50eaf8, #0072d2) 20 20;
    border-image: -moz-linear-gradient(#50eaf8, #0072d2) 20 20;
    border-image: -o-linear-gradient(#50eaf8, #0072d2) 20 20;
    border-image: linear-gradient(#50eaf8, #0072d2) 20 20;
}
.ban-nav .slick-current .cover{
	/* opacity: 0; */
    background: rgba(0, 0, 0, 0.3);
}
/*m-banner end*/
/*row-f07 end*/

/*row-f08*/
.row-f08{
	padding-top: 7px;
	padding-bottom: 60px;
}
.row-f08 .g-tit03{
	margin-bottom: 30px;
}
/*row-f08 end*/
/*m-fq09*/
.m-fq09{
	overflow: hidden;
	margin-bottom: 46px;
}
/*m-fq09 end*/
/*ul-fq09*/
.ul-fq09{
	margin: 0 -12px;
}
.ul-fq09 li{
	padding: 0 12px;
}
.ul-fq09 .pic{
	margin-bottom: 20px;
	padding-top: 60%;
	position: relative;
	overflow: hidden;
	z-index: 4;
	border-radius: 8px;
}
.ul-fq09 .pic img{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.ul-fq09 .g-tit04{
	position: absolute;
	top: 22px;
	left: 26px;
}
.g-tit04{
	width: 108px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	border-radius: 6px;
	font-size: 16px;
	color: #fff;
	font-style: normal;
	display: block;
	background: url(../../images/f11-bg01.png) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.ul-fq09 .txt h3{
	padding-bottom: 14px;
	font-size: 18px;
	line-height: 30px;
	color: #212329;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	border-bottom: 1px solid #e5e5e5;
}
.ul-fq09 .txt h3 a:hover{
	color: #3391ec;
}
.ul-fq09 .txt .desc{
	padding-top: 16px;
	font-size: 14px;
	line-height: 24px;
}
.ul-fq09 .txt .desc .item{
	padding-right: 37px;
	margin-bottom: 6px;
	position: relative;
}
.ul-fq09 .txt .desc .item p{
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.ul-fq09 .txt .desc .item .tit{
	font-weight: bold;
}
.ul-fq09 .txt .desc .item a{
	color: #3391ec;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.ul-fq09 .pic:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
/*ul-fq09 end*/
/*m-fq10*/
.m-fq10{

}
.m-fq10 .pic{
	border-radius: 8px;
	overflow: hidden;
	padding-top: 29.86%;
	position: relative;
	z-index: 4;
	display: block;
}
.m-fq10 .pic img{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.m-fq10 .pic:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.m-fq10 .pic:hover{
	-webkit-box-shadow: rgba(25,77,149,0.2) 0 3px 4px 0;
	box-shadow: rgba(25,77,149,0.2) 0 3px 4px 0;
}
/*m-fq10 end*/
/*row-f09*/
.row-f09{
	padding-top: 55px;
	padding-bottom: 60px;
	background: #f9f9f9;
}
/*row-f09 end*/
/*m-fq11*/
.m-fq11{
	padding-top: 44px;
}
/*ul-fq11*/
.ul-fq11{
	overflow: hidden;
}
.ul-fq11 li{
	width: 20%;
	float: left;
}
.ul-fq11 .inner{
	overflow: hidden;
	display: block;
	position: relative;
}
.ul-fq11 .inner:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 4;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.ul-fq11 .inner .cover{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.35);
	z-index: 4;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.ul-fq11 .inner .cover h3{
	width: 100%;
	font-size: 36px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.ul-fq11 .inner .pic{
	padding-top: 69.71%;
	position: relative;
	overflow: hidden;
	z-index: 4;
}
.ul-fq11 .inner .pic img{
	max-width: 100%;
	max-height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.m-fq11 .inner:hover:after{
	background: url(../../images/f13-bg01.png) center center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.m-fq11 .inner:hover .pic img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.m-fq11 .inner:hover .cover{
	opacity: 0;
}
/*ul-fq11 end*/
/*m-fq11 end*/
/*row-f10*/
.row-f10{
	padding-top: 55px;
}
.row-f10 .g-tit03{
	margin-bottom: 30px;
}
.row-f10 .left{
	padding: 0;
	padding-right: 7px;
}
.row-f10 .right{
	padding: 0;
	padding-left: 20px;
}
/*row-f10 end*/
/*m-fq12*/
.m-fq12{
	padding-bottom: 40px;
}
/*m-fq12 end*/
/*ul-fq12*/
.ul-fq12{

}
.ul-fq12 li{
	margin-bottom: 24px;
}
.ul-fq12 li a{
	/* display: block; */
}
.ul-fq12 .pic{
	margin-right: 30px;
	width: 215px;
	border-radius: 6px;
	border: 1px solid #e5e5e5;
	position: relative;
	overflow: hidden;
    float: left;
}
.ul-fq12 .pic a{
    width:100%;
    padding-top:70%;
    position: relative;
    display: block;
}
.ul-fq12 .pic img{
    position: absolute;
    left:0;
    top:0;
    bottom: 0;
    right: 0;
    margin: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.ul-fq12 .txt{
	padding-top: 12px;
	overflow: hidden;
}
.ul-fq12 .txt h3{
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ul-fq12 .txt h3 a{
	color: #212329;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.ul-fq12 .txt .desc{
	font-size: 14px;
	line-height: 24px;
	color: #333;
	height: 72px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	position: relative;
}
.ul-fq12 .txt .desc .more{
	font-style: normal;
	font-size: 14px;
	color: #3391ec;
	line-height: 24px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 4;
}
.ul-fq12 li.s1{
	margin-bottom: 22px;
	position: relative;
}
.ul-fq12 li.s1 .pic{
	width: 100%;
	float: none;
	margin-right: 0;
	border-radius: 8px;
    overflow: hidden;
    padding-top:42.7%;
}
.ul-fq12 li.s1 .mask {
	background: rgba(0, 0, 0, 0.35);
    width: 100%;
	height: 100%;
    position: absolute;
    top: 0;
	left: 0;
	border-radius: 8px;
}
.ul-fq12 li.s1 .pic a{
    position: absolute;
    width: 100%;
    height:100%;
    left:0;
	top:0;
}
.ul-fq12 li.s1 .g-tit04{
	position: absolute;
	left: 30px;
	top: 30px;
	z-index: 4;
}
.ul-fq12 li.s1 .txt{
	padding: 0 30px 18px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 4;
}
.ul-fq12 li.s1 .txt h3{
	margin-bottom: 5px;
}
.ul-fq12 li.s1 .txt h3 a{
	color: #fff;
}
.ul-fq12 li.s1 .txt .desc{
	padding-right: 70px;
	color: #fff;
	font-size: 16px;
	text-indent: 0;
	height: auto;
}
.ul-fq12 li.s1 .txt .desc p{
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ul-fq12 li.s1 .txt .desc .more{
	color: #fff;
	background: transparent;
}
.ul-fq12 li.s1 .pic:hover{
	-webkit-box-shadow: rgba(25,77,149,0.2) 0 3px 4px 0;
	box-shadow: rgba(25,77,149,0.2) 0 3px 4px 0;
}
.ul-fq12 li .pic:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);

}
.ul-fq12 li h3 a:hover{
	color: #3391ec;
}
/*ul-fq12 end*/
/*m-fq13*/
.m-fq13{
	overflow: hidden;
	margin-bottom: 10px;
}
/*ul-fq13*/
.ul-fq13{
	margin: 0 -10px;
	overflow: hidden;
	height: 350px;
}
.ul-fq13 li{
	margin-bottom: 20px;
	padding: 0 10px;
	float: left;
}
.ul-fq13 li a{
	padding: 0 22px;
	display: block;
	font-size: 20px;
	height: 52px;
	line-height: 52px;
	color: #fff;
	border-radius: 6px;
	overflow: hidden;
	text-align: center;
	background: #c6c6c6;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.ul-fq13 li a:hover{
	background: url(../../images/f14-bg01.png) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
/*ul-fq13 end*/
/*m-fq13 end*/
/*m-fq14*/
.m-fq14{
	padding-top: 10px;
}
.m-fq14 .pic{
	overflow: hidden;
	border-radius: 8px;
}
.m-fq14 .pic img{
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.m-fq14 .pic:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
/*m-fq14 end*/


@media only screen and (min-width: 1199px) {
 .m-box3 .tit h2{
 	line-height: 78px;
 }
 .ban-f03 .item{
    max-width: 600px;
 }
}

/*Common For Max 960*/
@media only screen and (max-width: 1199px) {
	.ul-fq01 li a{
		height: 54px;
		line-height: 54px;
		font-size: 14px;
	}
	.g-tit02 h2{
		font-size: 16px;
		font-weight: normal;
	}
	.row-f07{
		padding: 0 0 60px;
	}
	.ul-fq13{height: auto;}
	.ban-nav .item .cover h3{
		font-size: 24px;
	}
	.ban-for .inner .txt h3{
		font-size: 20px;
	}
	.g-tit03 h2 span{
		font-size: 20px;
	}
	.row-f08{
		padding-bottom: 20px;
	}
	.ul-fq11 .inner .cover h3{
		font-size: 20px;
	}
	.ul-fq13 li{
		margin-bottom: 10px;
	}
	.ul-fq13 li a{
		height: 40px;
		line-height: 40px;
	}
	.row-f09{
		padding: 20px 0;
	}
	.row-f10{
		padding: 20px 0;
	}
}

/*Common For Max 768*/
@media only screen and (max-width: 992px) {
	.row-f01 .left{
		padding-right: 0;
	}
	.row-f03 .right{
		padding-left: 0;
	}
	.m-box2 .tit{
		position: relative;
	}
	.m-tab01{
		float: none;
		position: absolute;
		left: 120px;
		right: 120px;
		font-size: 0;
	}
	.ul-tab01{
		white-space: nowrap;
		overflow-x: auto;
	}
	.m-tab01 li{
		display: inline-block;
		float: none;
	}
	.ul-fq07.qj li{
		margin-bottom: 30px;
		width:50%;
	}
	.ban-f03 .txt h3{
		font-size: 16px;
	}
	.ul-fq09 li{
		margin-bottom: 20px;
	}
	.g-tit04{
		padding: 0 5px;
		width: auto;
		font-size: 12px;
		height: 30px;
		line-height: 30px;
		left: 10px!important;
		top: 10px!important;
	}
	.m-fq09{
		margin-bottom: 0;
	}
	.m-fq10 .item{
		margin-bottom: 10px;
	}
	.row-f07{
		padding: 0 0 10px;
	}
	.row-f08 .g-tit03{
		margin-bottom: 20px;
	}
	.m-fq11{
		padding: 20px 10px 0;
	}
	.ul-fq11 li{
		width: 50%;
	}
	.row-f10 .left,
	.row-f10 .right{
		padding: 0;
	}
	.hd-so-f01{
		width: 80%;
	}
	.ul-fq13 li a{
		font-size: 16px;
	}
	.ban-f02 .item .pic a:hover img {
	    -webkit-transform: scale(1);
	    -ms-transform: scale(1);
	    -o-transform: scale(1);
	    transform: scale(1);
	}
	/* .ul-fq01 .s1 a:hover{
		background-image: url(../../images/book/f3-icon01.png);
	}
	.ul-fq01 .s2 a:hover{
		background-image: url(../../images/book/f3-icon02.png);
	}
	.ul-fq01 .s3 a:hover{
		background-image: url(../../images/book/f3-icon03.png);
	}
	.ul-fq01 .s4 a:hover{
		background-image: url(../../images/book/f3-icon04.png);
	}
	.ul-fq01 .s5 a:hover{
		background-image: url(../../images/book/f3-icon05.png);
	}
	.ul-fq01 .s6 a:hover{
		background-image: url(../../images/book/f3-icon06.png);
	}
	.ul-fq01 .s7 a:hover{
		background-image: url(../../images/book/f3-icon07.png);
	}
	.ul-fq01 .s8 a:hover{
		background-image: url(../../images/book/f3-icon08.png);
	}
	.ul-fq01 .s9 a:hover{
		background-image: url(../../images/book/f3-icon09.png);
	}
	.ul-fq01 .s10 a:hover{
		background-image: url(../../images/book/f3-icon10.png);
	}
	.ul-fq01 .s11 a:hover{
		background-image: url(../../images/book/f3-icon11.png);
	}
	.ul-fq01 .s12 a:hover{
		background-image: url(../../images/book/f3-icon12.png);
	} */
	.row-f01 .m-fq01 .more:hover{opacity:0.4 !important;}
	.ban-f01 .pic:hover img ,
	.ul-fq02 a:hover .pic img,
	.ul-fq09 .pic:hover img,
	.ul-fq04 .pic img:hover{
	    -webkit-transform: scale(1);
	    -ms-transform: scale(1);
	    -o-transform: scale(1);
	    transform: scale(1);
	}
	.m-classify{
		overflow: hidden;
		margin: 10px 0;
	}
	.m-classify select{
		float: left;
		width: 50%;
		height: 32px;
		padding: 0 8px;
		border: 1px solid #e3e3e3;
		background: url(../../images/book/icon-sel.png) no-repeat right 20px center;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.g-tit03 .more:hover{opacity: 0.5 !important;}
	.ul-fq09 .txt .desc .item a:hover{
		color: #3391ec !important;
	}
	.ul-fq13 li a:hover{
		background: #c6c6c6;
		color: #fff !important;
	}
	.m-car p a:hover {
	    color: #e94e40 !important;
	}
}
 
@media only screen and (max-width: 767px) {
    .g-tit02 h2{line-height: 50px;}
	.main1{
		padding: 10px 0;
	}
	.m-box{
		padding: 0 0 10px;
		margin-bottom: 10px;
	}
	.ul-fq02{
		margin: 0 -5px;
	}
	.ul-fq02 a{
		margin: 0 5px;
	}
	.ban-f02 .slick-dots {
	    top: -28px;
	    right: 11px;
	}
	.ban-f03 .slick-dots {
	    top: -28px;
	    right: 45px;
	}
	.ul-fq04 .slick-dots{
		top: -52px;
	    right: 48px;
	}
	.slick-dots li{
		margin: 0 3px;
	}
	.slick-dots li button{
		background-color: #dddddd;
		width: 5px;
		height: 5px;
	}
	.slick-dots li.slick-active button{width: 15px;}
	.slick-arrow{
		width: 18px;
		height: 42px;
	}
	.m-box2 .tit{
		line-height: 50px!important;
	}
	.ul-fq04{
		overflow: visible;
		padding-bottom: 30px;
		margin: 0 -10px;
	}
	.ul-fq04 .txt .desc h4 a{
		display: block;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		height: 66px;
	}
	.ul-fq04 .txt .price{
		font-size: 18px;
		text-align: center;
	}
	.ul-fq04 .pic{
		margin-bottom: 5px;
	}
	.ul-fq04 .items{
		margin: 0 10px;
	}
	.ul-fq04 .pic{max-width: 120px;}
	.ul-fq07 .txt h3,
	.ul-fq04 .txt .desc a{
		position: static;
		-webkit-transform: translate(0,0);
		   -moz-transform: translate(0,0);
		    -ms-transform: translate(0,0);
		     -o-transform: translate(0,0);
		        transform: translate(0,0);
	}
	.ul-fq04 .txt .desc{
		margin-bottom: 10px;
	}
	.ul-fq05 .pic{
		margin-right: 10px;
	}
	.m-box2 .tit{
		padding: 0 10px;
	}
	.m-tab01{
		left: 85px;
		right: 50px;
	}
	.m-fq07{
		padding: 20px 0;
	}
	.ul-fq07.qj li{
		margin-bottom: 20px;
		width: 100%;
	}
	.ul-fq07 .txt,
	.ul-fq07 .pic{
		margin-bottom: 10px;
	}
	.ul-tab01 li{
		margin-right: 10px;
	}
	.hd-top-f01{
		padding: 15px 0;
	}
	.ban-for{
		width: 100%;
		float: none;
	}
	.ban-nav{
		width: 100%;
		position: relative;
	}
	.ban-nav .item .cover h3{
		font-size: 14px;
	}
	.ban-for .inner .txt{
		padding: 10px;
	}
	.ban-for .inner .txt h3{
		margin-bottom: 0;
		font-size: 16px;
		font-weight: normal;
	}
	.ban-for .inner .txt .desc{
		font-size: 14px;
	}
	.g-tit03 h2 img{
		height: 20px;
	}
	.g-tit03 h2 span{
		font-size: 18px;
		font-weight: normal;
	}
	.ul-fq09 .pic{
		margin-bottom: 10px;
	}
	.ul-fq09 .txt h3{
		font-size: 16px;
		font-weight: normal;
		padding-bottom: 5px;
	}
	.row-f08{
		padding-bottom: 10px;
	}
	.row-f10,
	.row-f09{
		padding: 10px 0;
	}
	.row-f10 .g-tit03{
		margin-bottom: 10px;
	}
	.ul-fq12 li.s1 .txt{
		padding: 10px;
	}
	.ul-fq12 .txt h3{
		margin-bottom: 5px;
		font-size: 16px;
	}
	.ul-fq12 .txt .desc{
		font-size: 12px!important;
	}
	/*.ul-fq12 .pic{
		margin-right: 0;
		width: 100%;
		float: none;
	}*/
	.m-fq12{
		padding-bottom: 10px;
	}
	.ul-fq13{
		margin: 0 -5px;
		height: auto;
	}
	.ul-fq13 li{
		padding: 0 5px;
	}
	.ul-fq13 li a{
		padding: 0 10px;
		font-size: 14px;
	}
	.ul-fq11 .inner .cover h3{
		font-size: 18px;	
		font-weight: normal;
	}
	.ul-fq12 .pic{margin-right: 10px;width: 140px;}
	.ul-fq12 .txt{padding-top: 0;}
	.logo-f01{max-width: 270px;height: 32px;line-height: 32px;}
	.logo-f01 img{}
	.ul-fq06{margin: 0 -5px 10px;padding: 10px 0 20px;position: relative;}
	.ul-fq06 .slick-dots{
		left: 0;
		right: 0;
		bottom: 10px;
		text-align: center;
	}
	.ul-fq07 .slick-dots{
		top: -50px;
		right: 48px;
	}
	.ul-fq06 .item{margin: 0 5px;}
	.ul-fq07 .pic{background: none;}
	.ban-f03{padding: 20px 0 30px;}
}

/*Common For Max 414*/
@media only screen and (max-width: 479px) {
	.ban-for .inner .txt .desc{
        line-height: 18px;
        height: 18px;
    }
    .ban-for .inner .txt h3{
        line-height: 24px;
    }
}

/*Common For Max 375*/
@media only screen and (max-width: 413px) {
	
}

/*Common For Max 320*/
@media only screen and (max-width: 320px) {

}

/* --------------------------- 固定屏幕样式 ---------------------------------------- */

/*960*/
@media only screen and (min-width: 960px) and (max-width: 1199px) {

}

/*768*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
}

/*480*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
		
}

/*320*/
@media only screen and (min-width: 320px) and (max-width: 479px) {
	
}

/*240*/
@media only screen and (max-width: 319px) {
	
}