@charset "utf-8";
/* CSS Document */
html, body, div, span, iframe, map, font, img, a img, samp, strong, hr, h1, h2, h3, h4, h5, h6, b, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label, table, tr, td, th {
	padding: 0;
	margin: 0;
	border: 0;
	/*font-weight: normal;*/
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}
@keyframes rotation {
  from {
    transform: rotateY(0deg); }

  to {
    transform: rotateY(-360deg); } }

@keyframes rotation1 {
  from {
    transform: rotateY(0deg); }

  to {
    transform: rotateY(-360deg); } }

@keyframes rotation2 {
  from {
    transform: rotateY(-45deg); }

  to {
    transform: rotateY(-405deg); } }

@keyframes rotation3 {
  from {
    transform: rotateY(-90deg); }

  to {
    transform: rotateY(-450deg); } }

@keyframes rotation4 {
  from {
    transform: rotateY(-135deg); }

  to {
    transform: rotateY(-495deg); } }

@keyframes rotation5 {
  from {
    transform: rotateY(-180deg); }

  to {
    transform: rotateY(-540deg); } }

@keyframes rotation6 {
  from {
    transform: rotateY(-225deg); }

  to {
    transform: rotateY(-585deg); } }

@keyframes rotation7 {
  from {
    transform: rotateY(-270deg); }

  to {
    transform: rotateY(-630deg); } }

@keyframes rotation8 {
  from {
    transform: rotateY(-315deg); }

  to {
    transform: rotateY(-675deg); } }


@media (max-width:1300px){
      .pointContainer{
        display: none !important;
      }
    }
    .caursel3d {
        width: 207px;
        height: 304px;
        top: 100px;
        perspective: 2100px;
    }

    #carousel figure {
        width: 207px;
        height: 304px;
    }

    #carousel figure:nth-child(1) {
        transform: rotateY(0deg) translateZ(480px);
    }

    #carousel figure:nth-child(2) {
        transform: rotateY(45deg) translateZ(480px);
    }

    #carousel figure:nth-child(3) {
        transform: rotateY(90deg) translateZ(480px);
    }

    #carousel figure:nth-child(4) {
        transform: rotateY(135deg) translateZ(480px);
    }

    #carousel figure:nth-child(5) {
        transform: rotateY(180deg) translateZ(480px);
    }

    #carousel figure:nth-child(6) {
        transform: rotateY(225deg) translateZ(480px);
    }

    #carousel figure:nth-child(7) {
        transform: rotateY(270deg) translateZ(480px);
    }

    #carousel figure:nth-child(8) {
        transform: rotateY(315deg) translateZ(480px);
    }

    .caursel3d-container {
        position: relative;
    }
input::-webkit-outer-spin-button,
input, textarea{
	color: #000 !important;
}
input::-webkit-inner-spin-button { -webkit-appearance: none; }

input[type="number"]{ -moz-appearance: textfield; }
textarea{
	font-family: "微软雅黑";
}
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
input,select{
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}
i {
    font-style: normal;
}
a {
blr:expression(this.onFocus=this.blur());
}
a:focus {
	outline: none;
}
a.hidefocus {
	outline: none
}
.fl {
	float: left;
}
.fr {
	float: right;
}
input[type=text],input[type=submit], input[type=button] {
	-webkit-appearance: none; /*去除iPhone input默认样式}*/
}
input{
	outline: none
}
.clearfix:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
	overflow: hidden;

}
.clearfix{
	zoom: 1;
}
body {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 12px;
}
.clear{ clear:both;}
div,ul ,li, input{
	box-sizing: border-box;
}
em, i, strong{
	font-style: normal;
}
