/*轮播css样式*/
:root{ 
	--mywidth: 600px;
	--myheight: 350px;
}

*{
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
	height: 100%;
}
body{
	background-color: #1F1F1F;
}
ul{
	list-style: none;
}
.content{
    margin: 0 auto;
   /* min-width: 825px;*/
	width: 89%;
	height: 100%;
    max-width: 1220px;
	/*display: flex;*/
    justify-content: center;
    align-items: center;
}
.content-box{
    width: 100%;
    height: 432px;
	/*border: 1px solid rgba(0,0,0,0.1);*/
    border-radius:20px;
  /*  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);*/
    position: relative;
}
.content-box:before{
    content: '';
    width: 1064px;
    height: 480px;
    left: 52px;
    top: 19px;
    z-index:-1;
    position:absolute;
    border-radius:20px;
    border: 1px solid rgba(0,0,0, 0.1);
    background: rgba(0, 0, 0, 0.0);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(-5%,-5%);
    transform:translate(-5%,-5%);
	-ms-transform:translate(-5%,-5%);
	-moz-transform:translate(-5%,-5%);
	-o-transform:translate(-5%,-5%);
}
.content-box:after{
    content: '';
    position:absolute;
    top:-25px; 
    left: 25%;
    width: 270px;
    height: 40px;
    background: -webkit-gradient(linear, 555% 20%, 0% 92%, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.0)), color-stop(.1,rgba(0, 0, 0, 0.2)));
    border-left: 1px dashed rgba(0, 0, 0, 0.1);
    border-right: 1px dashed rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
	display: none;
}
.carousel-content{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.carousel,.about{
	/*height: var(--myheight);*/
	position: absolute;
}
.carousel li,.about li{
	float: left;
}
li >.product-box:nth-child(2){
    margin: 0 0.65% 0.65% 0.65%;
}
/*.carousel{width: 400%;}*/
.carousel-content .li-group,.about-box .li-group{
	width:100%;
	/*height: var(--myheight);*/
}
.carousel li img{
    width: 100%;
    /*height: var(--myheight);*/
}
.li-index{
	position: absolute;
    bottom: 8px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.li-index li{
	float: left;
    width: 50px;
    height: 3px;
    line-height: 18px;
    text-align: center;
   /* border-radius: 10px;*/
    background-color: #ddd;
    font-size: 12px;
    cursor: pointer;
    margin: 0 5px;
    color: #fff;
}
.li-index li.js_index{
	background-color: rgb(59, 123, 234);
}
.li-index li:hover{
    background-color: #FFB408;
}
.carousel-prev,.carousel-next{
	position: absolute;
	display: inline-block;
	top: 42%;
	cursor: pointer;
}
.about-prev,.about-next{
    position: absolute;
    display: inline-block;
    cursor: pointer;
    top:30%;
}
.carousel-index div:HOVER,.about-index div:HOVER {
    color: #8e8e8e;
}
.carousel-index,.about-index{
    width:100% ;
}
.carousel-prev,.about-prev{
	left: -7.4%;
}
.carousel-next,.about-next{
	right: -7.4%;
}
.carousel-prev,.carousel-next,.about-prev,.about-next {
    border-radius: 50%;
   /* border: 1px solid #ddd;*/
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
    color: #969696;
    text-align: center;
    display: block;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    /*box-shadow: 0 4px 4px rgba(0,0,0,0.3),0 0 4px rgba(0,0,0,0.2);*/
    cursor: pointer;
    font-weight: 900;
}
.allcontent,.allabout,.allinfo{
    margin: 0 auto;
    width: 89%;
    max-width: 1220px;
    display: none;
    height: 100%;
    /* display: flex; */
    justify-content: center;
    align-items: center;
/*    min-width: 850px;*/
}
.allinfo{
    display: block;
}
.allinfo .li-group{
    min-width: 850px;
}
.allcontent .li-group,.allabout .li-group,.allinfo .li-group{
    float: left;
    width: 100%;
}
.allabout .li-group div{
    padding: 15px 10px;
    line-height: 20px;
    width: 32.9%;
    margin: 0 0 0.65% 0;
    float: left;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #f6d680;
}
.allabout .li-group>div:nth-child(2){
    margin: 0 0.65% 0.65% 0.65%;
}
.allinfo .li-group .card-info{
  /*  min-width: 163px;*/
    /*max-width: 163px;*/
    /* padding: 50px 0; */
    line-height: 20px;
   /* width: 16.25%;*/
    width: 165px;
    margin: 0 0 0.5% 0.5%;
    float: left;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #ddd;
    text-align: center;
    /* min-height: 142px; */
}
/*.allinfo .li-group >.card-info:nth-child(5n-4){!*(n-1)*5+1*!
    margin: 0 0 0.5% 0;
}*/
.card-info div {
    background-color: #eaeaea;
    display: block;
    margin: 0;
    padding: 8px 16px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.card-info img {
    padding: 10px 10px 0px 10px;
    width: 100%;
    max-width: 80px;
}
.card-info a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    cursor: pointer;
    opacity: 0;
}
.card-info:hover p{
  color: #FFB408;
}
.card-details {
    background-color: #fff;
    display: block;
    margin: 0;
    padding: 8px 38px;
  /*  width: 100%;*/
    font: 12px/18px Roboto,HelveticaNeue,Arial,sans-serif;
    color: #757575;
  /*  line-height: 34px;*/
}
.guide-info a{
    font: 12px/20px Product Sans,HelveticaNeue,Arial,sans-serif;
    color: #4D4D4D;
}
.guide-info a .fa{
    color: #f1c140;
    font-size: 14px;
}