body{
	width: 100%;
	margin: 0;
	padding: 0;
}
ul,li,p,h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
.flexRow{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.w1024{
	width: 1120px;
	margin: 0 auto;
}
.w800{
	width: 800px;
	margin:0 auto;
}
.top{
	width: 100%;
	height: 312px;
	/*background: url('../images/idx-slide-img-01.png')no-repeat;
	background-position: center;*/
	position: relative;
	overflow: hidden;
	/*border-bottom: 4px solid #ff8e32;*/
	padding-top: 60px;
}
.topSwiper .swiper-container2{
	width: 100%;
    --swiper-theme-color: #ff014a;
    /*--swiper-pagination-color: #03f6ed;*//* 两种都可以 */
  }
/*.topSwiper .swiper-container2 .swiper-slide{
	text-align: center;
}
.topSwiper .swiper-container2 .swiper-slide image{
	margin-top: 0 auto;
}*/
.topSwiper .swiper-container2 .swiper-slide.img01{
	background: url('../images/idx-slide-img-01.png')no-repeat;
	background-position: center;
}
.topSwiper .swiper-container2 .swiper-slide.img02{
	background: url('../images/idx-slide-img-02.png')no-repeat;
	background-position: center;
}
.topSwiper .swiper-container2 .swiper-slide.img03{
	background: url('../images/idx-slide-img-03.png')no-repeat;
	background-position: center;
}

.topSwiper .swiper-container2 .swiper-button-prev{
	left: 50px;
}
.topSwiper .swiper-container2 .swiper-button-next{
	right: 50px;
}
/*.topSwiper .swiper-container .swiper-slide img{
	margin: 0 auto;
	width: 1920px;
}*/
.nav{
	width: 100%;
	height: 60px;
	/*position: absolute;
	top: 0;*/
	position: fixed;
	z-index: 20
}
.nav .b-line{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: rgba(160,111,39,0.05);
}
.nav .logo{
	width: 150px;
	height: 40px;
	margin-top: 10px;
}
.flex-row{
	display: flex;
	flex-direction: row;
}
.navgation{
	/*width: 500px;*/
	height: 60px;
	margin-left: 120px;
	display: flex;
	flex-direction: row;
	/*justify-content: space-between;*/
}
.navgation li{
	/*color: #101010;
	font-size: 16px;*/
	line-height: 60px;
	cursor: pointer;
	margin-right: 50px;
}
.navgation li a{
	color: #101010;
	font-size: 16px;
	text-decoration: none;
}
.navgation li.cur{
	/*color: #101010;*/
	font-weight: bold;
}

/***jmItem***/
.jmItem{
	display: flex;
	flex-direction: row;
	/*justify-content: space-between;*/
}
.jmItem img{
	margin: 50px;
}
.jmItem .appInfo{
	display: flex;
	flex-direction: row;

}
.jmItem .appInfo img{
	margin:0;
	margin-right: 5px;
	width: 60px;
	height: 60px;
	border-radius: 8px;
}
.jmItem .txt{
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 70px;
}
.jmItem .txt text{
	font-size: 14px;
	line-height: 24px;
	color: rgba(0,0,0,.4)
}
.jmItem .txt .b{
	/*font-family: "SourceHanSerifCN-Medium";*/
	color: #000;
	font-size: 38px;
	line-height: 56px;
}
.jmItem .txt .b2{
	color: #333;
	font-size: 28px;
	line-height: 56px;
}

/***foots****/
.foots{/*
	border-top: 2px solid #ff8e32;*/
	width: 100%;
	height: 300px;
	background:#fafafa; /*url('../images/foot-bg.png')no-repeat;*/
	background-position: center 0;
	margin-top: 30px;
}

.foots p{
	/*text-align:center;*/
	font-size: 12px;
	color:rgba(0,0,0,.4);
	opacity: 0.8;
	margin-top:5px;
}
.foots p a{
	color: #333333;
	text-decoration: none;
}
.foots p a:hover{
	color: #fd7e14
}

.foots .l{
	width: 400px;
	margin-top: 50px;
}
.foots .l p{
	line-height: 1.75em;
	padding-left:5px;
}
.foots .b{
	border-top: 1px solid #f0f0f0;
	margin-top: 50px;
}
.foots .b p{
	text-align: center;
}

.foots .r{
	width: 300px;
	height: 100px;
	/*border-left: 1px solid #f0f0f0;*/
	margin-top: 40px;
	margin-left: 120px;
	/*padding-left: 120px;*/
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.foots .r .qrBox{
	text-align: center;
}
.foots .r .qrBox img{
	margin-bottom: 10px;
width: 120px;
}
/*.foots .r div{
	display: flex;
	flex-direction: row;
}
.foots .r div img{
	margin-right: 10px;
}
.foots .r div .qrcode{
	margin-left: 30px;
	position: relative;
}
.foots .r div .qrcode .sImg{
	cursor: pointer;
}

.foots .r div .qrcode .qBox{
	display: none;
	position: absolute;
	top: 0;
	left: 30px;
	z-index: 100;
}
.foots .r div .qrcode .qBox img{
	border-radius: 5px;
}
.foots .r div .qrcode:hover .qBox{
	display: block;
}*/

.chart .chartTit{
	padding:50px 0 20px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.chart .chartTit p{
	font-size: 16px;
	color: #ff014a;
}
.chart .chartTit p.b{
	font-size: 28px;
	font-weight: bold;
	color: #392e39;
	margin: 5px 0 20px 0;
}

.chart .chartBox{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 20px;
}
.chart #chart-composite-1,
.chart #chart-composite-2{
	border:1px solid #efefef;
	border-radius: 5px;
}




.contactBox .contactTit{
	padding:50px 0 20px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.contactBox .contactTit p{
	font-size: 16px;
	color: #ff014a;
}
.contactBox .contactTit p.b{
	font-size: 28px;
	font-weight: bold;
	color: #392e39;
	margin: 5px 0 20px 0;
}

.contactBox ul{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 80px;
}
.contactBox ul li{
	width: 324px;
}
.contactBox ul li img{
	border-radius: 5px;
}
.contactBox ul li p{
	font-size: 14px;
	/*line-height: 1.5em;*/
	color: #9497a0;
}
.contactBox ul li p.tit{
	font-size: 18px;
	font-weight: bold;
	/*line-height: 1.2em;*/
	color: #1c2028;
	margin: 20px auto 10px auto;
}
.contactBox ul li a{
	display: inline-block;
	width: 150px;
	margin-top: 20px;
	background: #ff014a;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	height: 40px;
	border-radius: 3px;
}



/****************subpage css*******************/
.top-subpage{
	width: 100%;
	height: 60px;
	background: url('../images/idx-slide-img-01.png')no-repeat;
	background-position: center 0;
	position: relative;
	overflow: hidden;
	border-bottom: 4px solid #ff8e32;
}
.top-subpage .nav{
	/*background-color: #ffc64b*/
}

.foots-subpage{
	border-top: 2px solid #ff8e32;
	width: 100%;
	height: 60px;
	background: url('../images/foot-bg.png')no-repeat;
	background-position: center 0;
	margin-top: 30px;
	/*position: fixed;
	bottom: 0;*/
}
.foots-subpage p{
	/*text-align:center;*/
	font-size: 12px;
	color: #333333;
	opacity: 0.8;
	margin-top:15px;
}
.foots-subpage p a{
	color: #333;
	text-decoration: none;
}
.foots-subpage p a:hover{
	color: #fd7e14
}

.foots-subpage .b{
	/*border-top: 1px solid #e4af3e;*/
	/*margin-top: 50px;*/
}
.foots-subpage .b p{
	text-align: center;
}

/********************/
.aboutCon {
	padding-top: 60px;
}
.aboutCon h1{
	font-size: 22px;
	color: #333;
	line-height: 100px;
}
.aboutCon p{
	text-indent: 2em;
	font-size: 16px;
	color: #333;
	line-height: 1.5em;
	margin-bottom: 20px;
}
.aboutCon .product{
	display: flex;
	flex-direction: row;
}
.aboutCon .product img{
	width: 80px;
	height: 80px;
	border-radius: 10px;
}
.aboutCon .product p{
	text-indent:0;
	margin-bottom:6px;
	margin-left: 20px;
}

/****************/
.authorBox{
	width: 680px;
	height: 250px;
	display: flex;
	flex-direction: row;
	margin-top: -30px;
	position: relative;
	z-index: 10;
	border-radius:15px;
	overflow: hidden;
}
.authorBox .authorL,
.authorBox .authorR{
	width: 340px;
	height: 100%;
	background:linear-gradient(0deg,#fbf6ea,#fbf6ea),linear-gradient(218.14deg,#d0d0d0 26.12%,hsla(0,0%,92%,0) 73.79%);
	position:relative;
}
.authorBox .authorR{
	background:linear-gradient(0deg,#eaf5f4,#eaf5f4),linear-gradient(218.06deg,#d0d0d0 26.03%,hsla(0,0%,92%,0) 73.76%)
}
.authorBox .authorL img,
.authorBox .authorR img{
	width: 340px;
	height: 100%;
	position: absolute;
	z-index: 1
}
.authorBox .authorL p,
.authorBox .authorR p{
	top: 40px;
	left: 50px;
	width: 22px;
	font-size:22px;
	position: absolute;
	z-index: 2
}
.authorBox .authorL:hover,
.authorBox .authorR:hover{
	cursor: pointer;
}
.authorBox .authorL p:hover,
.authorBox .authorR p:hover{
	color: #fd7e14;
}

.recomment{
	width: 400px;
	height: 250px;
	position: relative;
    z-index: 10;
    margin-top: -30px;
    border-radius: 15px;
	background-color: #fcfcfc;
}
.recomment h1{
	font-size: 22px;
	font-weight: normal;
	margin: 20px 0 0 20px;
}
.recomment ul{
	margin: 20px 20px 0 20px;
}
.recomment ul li{
	margin-bottom: 8px;
}
.recomment ul li a{
	color: #333;
	font-size: 14px;
	margin-right: 20px;
	text-decoration: none;
}
.recomment ul li a:hover{
	color: #fd7e14
}
.listModel{
	margin-top: 30px;
	display: flex;
	flex-direction: column;
}
.modelTit{
	font-size: 20px;
	color: #333;
}
.modelLine{
	margin-top: 18px;
    height: 1px;
    width: 100%;
    border-radius: 0;
    background: linear-gradient(270deg,hsla(0,0%,93%,.25) -41.65%,#d2d2d2);
    opacity: .5;
}
.modelItemList{
	padding: 40px 0 0 0;
	display: flex;

	flex-direction: row;
	justify-content: space-between;
}
{
	display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 128px;
    cursor: pointer;
}
.itemBox{
	display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 128px;
    cursor: pointer;
    text-decoration: none;
    color: #333;
}
.bookCover{
	width: 120px;
    height: 156px;
    position: relative;
    display: inline-block;
    overflow: visible;
}
.book-cover-content{
	/*padding-bottom: 7%;*/
    box-sizing: content-box;
    position: relative;
    width: 100%;
    height: 100%;
}
.book-shadow{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(data:image/png;base64,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) no-repeat 50%;
    background-size: 100% 100%
}
.book-cover-content img{
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background: transparent no-repeat 50%;
    background-size: cover;
    transition: all .2s ease-in;
    overflow: hidden;
    transition: opacity .2s ease-in-out;
}
.bookText{
	padding-top: 18px;
}
.bookText h3{
font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    width: 100%;
    word-wrap: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bookText h4{
margin-top: 10px;
    font-size: 12px;
    line-height: 17px;
    color: #666;
    font-weight: 400;
}
.bookText p{
	height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #999;
    text-align: left;
    margin-top: 10px;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
}