.adlist{
	margin:50px 0;
}
.adlist .bxslider li{
	float:right;
	width: 24%;
    margin-left: 2%;
}
.adlist .bxslider li:first-child{
	float:left;
	width: 48%;
    margin-left: 0;
}
#product section{
	overflow:hidden;
	padding: 20px 0;
}
#product .left{
	float:left;
	width:796px;
}
#product .leftborder{
	border:2px solid #e5e5e5;
	position: relative;
}
#product .producttitle{
	position: absolute;
    top: -15px;
    left: 20px;
    background: #fff;
    padding: 0 15px;
}
#product .productList{
	width: 90%;
    margin: 40px auto 20px;
}
#product .productList .product-info{
	margin: 0 10px;
}
#product .productList .product-info .photo{
	position: relative;
}
#product .productList .product-info .photo .img,
#product .right .right-product-info .photo .img{
	background-repeat: no-repeat;
    display: block;
    background-position: 50% 50%;
    background-size: auto 100%;
}

#product .productList .product-info .photo .more{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #2e2f33;
    height: 0;
    line-height: 29px;
	text-align:center;
	transition:all ease-in-out 0.3s;
	overflow:hidden;
}
#product .productList .product-info:hover .photo .more{
    height: 29px;
}
#product .productList .product-info .photo .more a{
	color:#fff;
}
#product .productList .product-info .photo .more a img{
	display:inline;
	margin-right: 5px;
	vertical-align: sub;
}
#product .productList .product-info .product-detail{
	padding: 10px;
}
#product .productList .product-info:hover .product-detail{
	background:#f2f2f2;
}
#product .productList .product-info .product-detail h3{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#product .productList .product-info .product-detail h3 a{
	color:#2c2c2c;
	font-size:14px;
}
#product .productList .product-info .product-detail .number{
	color:#2c2c2c;
	font-size:12px;
}
#product .slick-prev,
#product .slick-next{
	background-image:url(/images/20/scrrow-pre.png);
	background-repeat:no-repeat;
	width:11px;
	height:19px;
	top: 45%;
}
#product .slick-next{
	background-image:url(/images/20/scrrow-next.png);
}
#product .slick-prev:before,
#product .slick-next:before{
	display:none;
}
#product .right{
	float:right;
	width:381px;
	overflow: hidden;
	margin-top: 30px;
}
.right-product-detail{
	float:left;
	width: 131px;
	margin-top: 15px;
}
.right-product-detail h3{
	text-align:right;
	margin-top:20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.right-product-detail h3 a{
	color:#2c2c2c;
	font-size:16px;
	font-weight:normal;
}
.right-product-detail .number{
	color:#2c2c2c;
	font-size:14px;
	text-align:right;
}
.right-product-detail .more{
	overflow:hidden;
	margin-top: 10px;
}
.right-product-detail .more a{
	color:#fff;
	font-size:14px;
	display:block;
	background:#f8a530;
	width:81px;
	border:2px solid #e5e5e5;
	text-align:center;
	float:right;
	font-family: 'Roboto Condensed', sans-serif;
	transition:all ease-in-out 0.3s;
}
.right-product-detail .more a:hover{
	border:2px solid #f8a530;
}
.right-product-info{
	float:right;
}
#indexaboutnews{
	margin: 50px 0;
}
#indexaboutnews section{
	width: 1438px;	
}
#indexaboutnews .border{
	border:2px solid  #f8a530;
	box-shadow: 35px 35px 0 #eeeeee;
	position:relative;
}
#indexaboutnews:hover .border{
	box-shadow: 0px 0px 0 #eeeeee;
}
#indexaboutnews .border .border-set{
	overflow:hidden;
	padding-bottom: 100px;
}
#indexaboutnews .about{
	float:left;
	width:50%;
}
#indexaboutnews #news{
	float:right;
	width:50%;
	overflow:hidden;
}
#indexaboutnews .about .title{
	position: absolute;
    top: -28px;
    background: #fff;
    left: 16%;
    padding: 0 30px;
}
#indexaboutnews .about .about-article{
	padding: 70px 110px;
	color:#303030;
	font-size:14px;
}
#indexaboutnews .about .about-article article{
	margin: 36px 0 15px;
}
#indexaboutnews .about .about-article .more{
	color:#303030;
	font-size:14px;
	display:block;
	text-align:right;
}
#indexaboutnews .about .aboutbg{
	position: absolute;
    top: 0;
    left: 40%;
}
#indexaboutnews .about .aboutbg img{
    vertical-align: top;	
}
#indexaboutnews #news >h3{
	float: left;
    width: 124px;
    margin-top: 100px;
    text-align: center;
}
#indexaboutnews #news .bd{
	float:right;
	margin-right:110px;
	width: 452px;
	margin-top: 50px;
}
#indexaboutnews #news li{
	overflow:hidden;
	padding:9px 0;
}
#indexaboutnews #news li .img{
	float:left;
	margin-right:20px;
}
#indexaboutnews #news li .img a{
	display:block;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}
#indexaboutnews #news li .newsdetail{
	float:left;
	width:70%;
}
#indexaboutnews #news li .newsdetail span{
	width:30px;
	height:3px;
	background:#f8a530;
	display:block;
	transition:all ease-in-out 0.3s;
}
#indexaboutnews #news li:hover .newsdetail span{
	width:70px;
}
#indexaboutnews #news li .newsdetail p{
	color:#504f4f;
	font-size:14px;
	margin:10px 0;
}
#indexaboutnews #news li .newsdetail h3{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#indexaboutnews #news li .newsdetail h3 a{
	color:#303030;
	font-size:16px;
}
#indexaboutnews #news li .newsdetail article{
	color:#7a7a7a;
	font-size:14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#bookshow{
    position: relative;
    margin-top: -150px;
}
#bookshow .bookshowList button{
	display: none !important;
}
#bookshow .bookshowList .set{
	position:relative;
	margin:0 17px;
}
#bookshow .bookshowList .set .photo{
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	display:block;
}
#bookshow .bookshowList .set h3{
	background: rgba(25,25,25,0.5);
    position: absolute;
    z-index: 9;
    top: 25%;
    left: 25%;
    width: 200px;
    height: 200px;
    text-align: center;
    line-height: 200px;
    font-weight: normal;
}
#bookshow .bookshowList .set h3:hover{
	background: rgba(25,25,25,0.7);
}
#bookshow .bookshowList .set h3 a{
	color:#fff;
	font-size:24px;
}
#indexcontact{
	background-image:url(/images/20/index-bottom-bg.jpg);
	background-repeat:no-repeat;
	background-position:50% 100%;
	background-attachment:fixed;
	padding: 31px 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome, #indexcontact {
		background-attachment:initial;
		background-size:cover;
    }
}
#indexcontact .title{
	color:#fff;
}
#indexcontact section{width: 100%;}
#indexcontact .title h2{
	text-align:center;
	font-size:26px;
}
#indexcontact .title span{
	display:block;
	width:97px;
	height:1px;
	background:#fff;
	margin:17px auto;
}
#indexcontact .title p{
	text-align:center;
	font-size:16px;
}
.contactway{
	margin-top:40px;
}
#indexcontact .contactway ul{
	text-align:center;
}
#indexcontact .contactway li{
	display: inline-block;
    width: 19%;
}
#indexcontact .contactway li p{
	color:#fff;
	margin-bottom:10px;
	text-align: center;
}
#indexcontact .contactway li .icon{
	border:2px solid #fff;
	border-radius:50%;
	width:70px;
	height:70px;
	line-height:70px;
	text-align:center;
	margin: 0 auto 10px;
}
#indexcontact .contactway li:hover .icon img{
	animation-name:icon;
	animation-iteration-count:1;
	animation-duration:0.5s;
	animation-timing-function:ease-in-out;
}
@keyframes icon {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@media screen and (max-width: 1440px) {
	#indexaboutnews section{
		width: 1211px;	
	}
	#indexaboutnews .about .about-article{
	    padding: 70px 50px;	
	}
	#indexaboutnews #news .bd{
		margin-right: 50px;	
	}
	#indexaboutnews #news >h3{
		width:100px;
	}
}
@media screen and (max-width: 1280px) {
	#indexaboutnews section{
		width:94%;
	}
	#product .left{
		width: 65%;
	}
	#product .right{
		width: 33%;
	}
	.right-product-detail{
		width: 30%;
	}
	.right-product-info{
		max-width: 67%;
	}
	#indexaboutnews .about,
	#indexaboutnews #news{
		width:100%;
	}
	#indexaboutnews .about .aboutbg{
		right:5%;
		left:initial;
	}
	#indexaboutnews .about .about-article article{
		width:90%;
	}
	#indexaboutnews .about .about-article{
		padding: 70px 50px 10px;		
	}
	#indexaboutnews #news >h3{
	    width: auto;
		padding: 0 0 0 50px;
		margin-top: 80px;
	}
	#indexaboutnews #news .bd{
		width:80%;
		margin-top: 20px;
	}
	#bookshow{
		margin-top: -100px;
	}
	#bookshow .bookshowList .set h3{
	    width: 180px;
		height: 180px;	
		line-height: 180px;
		top: 20%;
		left: 20%;
	}
	#bookshow .bookshowList .set h3 a{
		font-size:18px;
	}
	#indexcontact .contactway li{
		margin: 0;
		width: 20%;
		float: left;		
	}
}
@media screen and (max-width: 980px) {
	#product .left{
		width:58%;
	}
	#product .right{
		width:40%;
	}
	#product .productList{
		width: 84%;	
	}
	#indexaboutnews .about .about-article{
	    padding: 70px 10% 10px;	
	}
	#indexaboutnews #news >h3{
		padding: 0 0 0 10%;	
		width:10%;
	}
	#indexaboutnews #news .bd{
		width: 65%;
		margin-top: 20px;
		margin-right: 10%;
	}
	#bookshow .bookshowList .set h3{
		line-height: 110px;		
		width: 50%;
		height: 50%;
		left: 25%;
		top: 25%;
	}
	#indexcontact .contactway li{
	    width: 30%;
		float: none;	
	}
}
@media screen and (max-width: 768px) {
	#bookshow .bookshowList .set{
	    margin: 0 5px;	
	}
}
@media screen and (max-width: 640px) {
	.adlist .bxslider li{
		width: 50%;
		margin-left: 0;
		margin-bottom:15px;
	}
	.adlist .bxslider li:first-child,
	#product .right,
	#product .left,
	#indexaboutnews .about .about-article article{
		width: 100%;
	}
	.right-product-detail .title{
		text-align: right;
	}
	.right-product-info{
		width:67%;
	}
	#indexaboutnews .about .aboutbg{
	    zoom: 0.8;	
	}
	#indexaboutnews #news li .img{
		margin-right: 5%;
		width: 30%;
	}
	#indexaboutnews #news li .newsdetail{
		width:65%;
	}
	.adlist{
	    margin: 0;	
	}
	#product{
		margin:10px 0; 
	}
}
@media screen and (max-width: 480px) {
	#indexaboutnews .border{
		box-shadow:none;
	}
	#indexaboutnews .about .about-article h2{
		width:70%;
	}
	#indexaboutnews .about .title{
	    left: 5%;	
		width: 40%;
	}
	#indexaboutnews #news >h3{
		margin-top:10px;
	}
	#indexaboutnews #news .bd{
		margin-top:0;
	}
	#indexaboutnews #news{
		margin-top:20px;
	}
	#indexaboutnews .border .border-set{
	    padding-bottom: 30px;	
	}
	#bookshow{
		margin-top: 0;	
	}
	#product .producttitle{
		width:50%;
	}
	#bookshow .bookshowList .set h3{
		position: initial;
		width: 100%;
		line-height: 180%;
		background: rgba(39, 39, 39, 0.84);
	}
	#bookshow .bookshowList .set h3 a{
		font-size:16px;
	}
	#indexcontact .contactway li{
	    width: 50%;	
		float: left;
	}
	#indexcontact .contactway li:nth-child(5){
	    width: 100%;	
	}
	#indexcontact .title h2{
		font-size: 22px;	
	}
	#indexcontact .title span{
		width:45px;
	}
	#indexcontact .title p{
		font-size:14px;
	}
	#indexaboutnews #news li .newsdetail p{
		margin:10px 0 0;
	}
	#indexcontact{
		background-size:cover;
	}
}
