@media screen and (min-width:320px) and (max-width:360px){
	html,body {
		font-size: 60%;
	}
}
@media screen and (min-width:361px) and (max-width:400px){
	html,body {
		font-size:62.5%;
	}
}
@media screen and (min-width:401px) and (max-width:450px){
	html,body {
		font-size: 65%;
	}
}
@media screen and (min-width:451px){
	html,body {
		font-size: 65%;
	}
}

@media screen and (max-width:767px){

	html {
		scroll-padding-top: 100px;
	}

	.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl {
		padding-right: 10px;
		padding-left: 10px;
	}

	.float-widget {
		display: none;
	}

	.order-box {
		display: none;
	}

	.denglu {
		display: none;
	}

	.nav-bg-box {
		display: none;
	}

	.carousel-item {
		min-height: 128px;
	}

	.visual-description-box {
		padding: 25px 0;
	}
	.nav2 .nav-item {
		width: calc(100% / 3);
	}

	.yw-item-box {
		width: 50%;
	}

	.yw-title-left-box {
		width: 34%;
	}

	.yw-title-right-box {
		width: 65%;
	}

	/* 分页 */
	.pc-pages {
		display: none;
	}

	.mob-pages {
		display: block;
	}
	/* 分页 */	

	.mob-header-box {
		display: block;

		padding-left: 0px;
	    padding-right: 0px;
	}

	.mob-content-box {
		max-width: 100%;
		margin: 0 auto;
		color: #3d3d3d;
		font-size: 14px;
		line-height: 22px;

		padding-left: 0px;
	    padding-right: 0px;
	}

	.mob-wrapper-box {
		width: 100%;
		background: #FFF;
		margin-bottom: 20px;
	}

	.mob-header {
		background: #fff;
		height: 5rem;
		overflow: hidden;
		zoom: 1;
		text-align: center;
		width: 100%;
		position: fixed !important;
		top: 0;
		left: 0;
		z-index: 10;
		box-sizing: border-box;
		padding: 0.8rem 4%;
	}

	.menuCli {
		float: left;
		width: 26px;
		height: 36px;
		cursor: pointer;
		background: url(../images/mob/menu.png) no-repeat;
		background-size: 100% 100%;
	}
	
	.serCli {
		float: right;
		width: 26px;
		height: 36px;
		cursor: pointer;
		background: url(../images/mob/ser.png) no-repeat;
		background-size: 100% 100%;
	}

	.mob-logo {
		display: inline-block;
		width: 102px;
		height: 36px;
		background: url(../images/mob/logo.png) no-repeat;
		background-size: 100% 100%;
	}

	.mob-nav {
		padding-top: 5rem;
	}

	.tabList {
		overflow: visible;
		zoom: 1;
		margin-top: 0.5rem;
		padding: 0 4%;
		height: 4rem;
		border-bottom: 1px solid #d2d3cd;
		box-sizing: border-box;
		text-align: justify;
		text-align-last: justify;
	}

	.tabLi {
		display: inline-block;
		line-height: 4rem;
		height: 4rem;
		text-align: center;
	}

	.tabLi a {
		display: inline-block;
		height: 4rem;
		font-size: 1.5rem;
		border-bottom: 3px solid transparent;
		box-sizing: border-box;
		padding: 0 0.3rem;
	}
	
	.tabActi a {
		color: #a60924;
		border-bottom: 3px solid #a60924;
	}

	.tabCon {
		padding: 1rem 4%;
		box-sizing: border-box;
		border-bottom: 2px solid #e0e0e0;
	}
	
	.gap10 { height: 10px; background: #f0f0f0;}


	.cover {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1041;
		background: #000;
		opacity: 0.5;
		width: 100%;
		height: 100%;
		display: none;
	}
	
	.sideBar {
		position: fixed;
		top: 0;
		width: 85%;
		left: -85%;
		background: #fff;
		height: 100%;
		z-index: 1046;
	}
	
	.sideTop {
		padding: 1rem 0 1rem 8%;
	}
	
	.sideList li {
		padding: 0 10%;
		height: 4.4rem;
		line-height: 4.4rem;
		border-bottom: 1px solid #d9d9d9;
	}
	
	.sideInd a {
		background: url(../images/mob/icon1.png) no-repeat left center;
	}
	
	.sideNew a {
		background: url(../images/mob/icon2.png) no-repeat left center;
	}
	
	.sideBlog a {
		background: url(../images/mob/icon11.png) no-repeat left center;
	}
	
	.sidePaper a {
		background: url(../images/mob/icon4.png) no-repeat left center;
	}
	
	.sidePer a {
		background: url(../images/mob/icon5.png) no-repeat left center;
	}
	
	.sideMeet a {
		background: url(../images/mob/icon6.png) no-repeat left center;
	}
	
	.sidePersonal a {
		background: url(../images/mob/icon14.png) no-repeat left center;
	}
	
	.sideList li a {
		display: block;
		padding-left: 3rem;
		background-size: 2rem 2rem;
		height: 4.4rem;
		line-height: 4.4rem;
		font-size: 1.5rem;
	}
	
	.sideBot {
		position: absolute;
		bottom: 0;
		left: 0;
		background: #e5e5e5;
		height: 4rem;
		width: 100%;
	}
	
	.botHref {
		float: left;
		line-height: 4rem;
		width: 50%;
		padding-left: 4.4rem;
		box-sizing: border-box;
		font-size: 1.3rem;
	}
	
	.switchHre {
		background: url(../images/mob/icon7.png) no-repeat 2rem center;
		background-size: 1.6rem 1.6rem;
	}
	
	.loginHre {
		background: url(../images/mob/icon8.png) no-repeat 2rem center;
		background-size: 1.6rem 1.6rem;
	}

	.serCover {
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		height: 100%;
		background: #eee;
		z-index: 1046;
	}
	
	.serHBox {
		position: relative;
		top: 0;
		left: 0;
		height: 5rem;
		width: 100%;
		overflow: hidden;
		background: #fff;
		border-bottom: 1px solid #a6a6a6;
		z-index: 17;
	}
	
	.serCbox {
		position: absolute;
		width: 82%;
		left: 4%;
		top: 1rem;
		height: 3rem;
		background: #ededed;
		border-radius: 3px;
	}
	
	.serCqx {
		font-size: 1.4rem;
		color: #101010;
		line-height: 5rem;
		margin-right: 4%;
		float: right;
		cursor: pointer;
	}
	
	.serInp3 {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 8;
		width: 100%;
		height: 3rem;
		font-size: 1.4rem;
		border: none;
		background: transparent;
		box-sizing: border-box;
		cursor: pointer;
		padding-right: 2.8rem;
		padding-left: .5rem;
	}
	
	.serIcon3 {
		position: absolute;
		right: .8rem;
		top: .75rem;
		z-index: 9;
		width: 16px;
		height: 16px;
		background: url(../images/mob/ser3.png) no-repeat;
		background-size: 100% 100%;
	}
	
	.serInp3::-webkit-input-placeholder {
		color: #bbbbc1;
	}
	
	.serInp3:-moz-placeholder {
		color: #bbbbc1;
	}
	
	.serInp3:-ms-input-placeholder {
		color: #bbbbc1;
	}
	
	.serIcon3 {
		position: absolute;
		right: .8rem;
		top: .75rem;
		z-index: 9;
		width: 1.5rem;
	}
	
	
	.serRes {
		height: 92%;
		overflow-y: scroll;
		box-sizing: border-box;
		position: absolute;
		top: 5rem;
	}
	
	.serCon {
		padding: 2rem 4%;
	}
	
	.serTit {
		font-size: 1.4rem;
		color: #868686;
		text-align: left;
		line-height: 1.8rem;
		height: 1.8rem;
	}
	
	.typeList {
		overflow: hidden;
		padding: .2rem 0;
	}
	
	.typeList li {
		float: left;
		cursor: pointer;
		height: 2.8rem;
		line-height: 2.8rem;
		background: #fff;
		margin-right: .8rem;
		margin-top: .8rem;
		font-size: 1.3rem;
		border: 1px solid #fff;
		box-sizing: border-box;
		border-radius: 2px;
		overflow: hidden;
	}
	
	.typeList .typeAct {
		position: relative;
		border: 1px solid #a60924;
	}
	
	.actBg {
		position: absolute;
		bottom: 0;
		right: 0;
		display: none;
		width: 1rem;
		height: 1rem;
		background: url(../images/mob/choice-true.png) no-repeat;
		background-size: 100% 100%;
	}
	
	.typeAct .actBg {
		display: block;
	}
	
	.typeList li a {
		display: block;
		padding: 0 2rem;
		height: 100%;
	}

	.yw-odd {
		padding-top: 0px;
	}

	.yw-odd2 {
		padding-top: 20px;
	}

	.mob-dingzhi {
		display: block !important;
		position: fixed;
		bottom: 160px;
		right: 10px;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		background: url(../images/mob/dingzhi.png) no-repeat;
		background-size: 100% 100%;
		background-color: rgba(255, 255, 255, 1);
		z-index: 11;
	}

	@keyframes circleMotion3 {
		0% { transform: scale(1); }
		25% { transform: scale(1.05); }
		50% { transform: scale(1.10); }
		75% { transform: scale(1.15); }
		100% { transform: scale(1.2); }
	}

	.order-box {
		position: fixed;
		right: 100px;
		animation: circleMotion3 1s linear forwards;
	}

	/* mob-立即下的那 */
	.mob-ordering {
		display: block !important;
		position:fixed;
		right:0px;
		top:51%;
		width:80px;
		height:80px;
		transition:right 1s;
		z-index:1040;
	}

	#rot {
		position:absolute;
		top:0px;
		animation:rot 8s linear infinite;
	}

	#rot2 {
		position:absolute;
		top:0px;
		animation:rot 12s linear infinite;
	}

	@keyframes rot {
		0% { -webkit-transform:rotatez(0deg) rotatez(180deg);}
	    100% { -webkit-transform:rotatez(180deg) rotatez(360deg);}
	}
	
	#mobOrdering .in button {
		position:absolute;
		left:20px;
		top:20px;
		width:40px;
		height:40px;
		display:flex;
		flex-wrap:wrap;
		justify-content:space-around;
		line-height:15px;
		font-size:14px;
		text-decoration:none;
		color:#fff;
		background-color: red;
		border-color: red;
	}

	/* mob-立即下的那 */

	/* 期刊封面图 */
	.rc-qkfmt-card img{
		height: auto;
	}
	/* 期刊封面图 */

	/* 科研插图 */
	.rc-kyct-card img{
		height: auto;
	}
	/* 科研插图 */

	/* 宣传配图 */
	.rc-xcpt-card img{
		height: auto;
	}
	/* 宣传配图 */

	/* PPT美化 */
	.rc-pptmh-card img{
		height: auto;
	}
	/* PPT美化 */

	/* 绘图教程 */
	.rc-htjc-card img{
		height: auto;
	}
	/* 绘图教程 */

	/* 资讯 */
	.rc-zx-card img{
		height: auto;
	}
	/* 资讯 */	


	.breadcrumb-item.active {
		display: none;
	}

	.detail-box img{
		max-width: 100% !important;
	}

	.detail-box video{
		width:100%;
		max-width: auto;
		height: auto !important;
	}

	.detail-title-box {
		text-align: left;
	}
	
	.detail-info-box {
		text-align: left;
	}
}
