.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	50% {
		-webkit-transform: scale3d(1.04,1.04,1.04);
		transform: scale3d(1.04,1.04,1.04)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	50% {
		-webkit-transform: scale3d(1.04,1.04,1.04);
		transform: scale3d(1.04,1.04,1.04)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	30% {
		-webkit-transform: scale3d(1.25,.75,1);
		transform: scale3d(1.25,.75,1)
	}

	40% {
		-webkit-transform: scale3d(.75,1.25,1);
		transform: scale3d(.75,1.25,1)
	}

	50% {
		-webkit-transform: scale3d(1.15,.85,1);
		transform: scale3d(1.15,.85,1)
	}

	65% {
		-webkit-transform: scale3d(.95,1.05,1);
		transform: scale3d(.95,1.05,1)
	}

	75% {
		-webkit-transform: scale3d(1.05,.95,1);
		transform: scale3d(1.05,.95,1)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}

	0%,40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg)
	}

	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}

	0%,40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg)
	}

	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

.clearfix:after,.clearfix:before{
    content:" ";
    display:table;
    clear: both;
    zoom: 1;
} 

.hide{
	display: none;
}

.pos-res{
	position: relative;
}

.pos-abs{
	position: absolute;
}

.banner{
	width: 1200px;
	margin: 0 auto;
	font-size: 0;
	position: relative;
}

.banner img{
	width: 100%;
	height: auto;
}

.banner .video-btn{
	display: block;
	position: absolute;
	width: 120px;
	height: 35px;
	line-height: 35px;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
  background: -webkit-linear-gradient(90deg, #69cfff, #5562ff);
  background: -o-linear-gradient(90deg, #69cfff, #5562ff);
  background: -moz-linear-gradient(90deg, #69cfff, #5562ff);
  background: linear-gradient(90deg, #69cfff, #5562ff);
  border-radius: 2em;
  left: 55px;
  bottom: 35px;
  box-shadow: 5px 10px 5px rgba(0,244,255,.15);
}

.banner .video-btn:hover{
	background: -webkit-linear-gradient(90deg, #00f4ff, #363ca4);
	background: -o-linear-gradient(90deg, #00f4ff, #363ca4);
	background: -moz-linear-gradient(90deg, #00f4ff, #363ca4);
	background: linear-gradient(90deg, #00f4ff, #363ca4);
}

.banner .collect-address{
	display: block;
	position: absolute;
	width: 120px;
	height: 35px;
	line-height: 35px;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	background: -webkit-linear-gradient(90deg, #00f4ff, #363ca4);
	background: -o-linear-gradient(90deg, #00f4ff, #363ca4);
	background: -moz-linear-gradient(90deg, #00f4ff, #363ca4);
	background: linear-gradient(90deg, #00f4ff, #363ca4);
  border-radius: 2em;
  right: 40px;
  bottom: 35px;
  box-shadow: 5px 10px 5px rgba(0,244,255,.15);
}


.download-softwarec{
	width: 1200px;
	margin: 30px auto 0;
}

.download-softwarec .title{
	font-size: 20px;
	color: #19191B;
	font-weight: bold;
	margin-bottom: 25px;
}

.download-softwarec .text-description{
	width: 50%;
	float: left;
	height: 350px;
	background: url(../img/software-bg.jpg) no-repeat;
	
}

.download-softwarec .text-description:hover{
	background-color: #F8F8F8;
}

.text-description .theme{
	padding: 20px 0;
	text-align: center;
}

.text-description .theme p:first-of-type{
	font-size: 36px;
	font-weight: bold;
	letter-spacing:8px;
	color: #FFFFFF;
}

.text-description .theme p:nth-of-type(2){
	font-size: 18px;
	letter-spacing:4px;
	color: #FFFFFF;
	font-family: 'DIN-MediumItalicAlt';
}

.text-description .theme span{
	display: block;
	width: 25px;
	border-bottom: 2px #FFFFFF solid;
	margin: 15px auto 20px;
}

.text-description .theme p:nth-of-type(3),.text-description .theme p:nth-of-type(4),.text-description .theme p:nth-of-type(5){
	font-size: 14px;
	color: #FFFFFF;
}

.img-description{
	float: left;
	width: 50%;
	height: 350px;
}

.img-description img{
	width: 100%;
	height: 100%;
}

.text-description .theme .software-icon{
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto 30px;
}

.text-description .theme .software-icon img{
	width: 100%;
	height: 100%;
}

.text-description .theme .download-btn{
	display: block;
	margin: 0 auto 10px;
	width: 120px;
	height: 35px;
	line-height: 35px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	background: -webkit-linear-gradient(90deg, #69cfff, #5562ff);
	background: -o-linear-gradient(90deg, #69cfff, #5562ff);
	background: -moz-linear-gradient(90deg, #69cfff, #5562ff);
	background: linear-gradient(90deg, #69cfff, #5562ff);
	margin-top: 15px;
	border-radius: 2em;
}

.main-title{
	margin-top: 30px;
	margin-bottom: 30px;
}

.main-title p{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #3e3f41;
}

.main-title .under-line{
	width: 50px;
	height: 5px;
	border-radius:2em;
	margin: 10px auto 0;
	background-color: #4f35ba;
}

.description{
	width: 1200px;
	margin: 0 auto 30px;
}

.description p{
	font-size: 14px;
	color: #3E3F41;
	text-indent: 28px;
	line-height: 28px;
}

.composition-template{
	width: 1200px;
	margin: 25px auto 0;
}

.composition-template .composition-title p, .composition-show-title p{
	float: left;
	font-size: 24px;
	font-weight: bold;
}

.composition-template .composition-title a, .composition-show-title a{
	float: right;
	font-size: 16px;
	color: #1896d5;
	margin-top: 7px;
}

.composition-template .composition-list{
	margin-right: -20px;
	margin-top: 20px;
}

.composition-list .composition-item{
	float: left;
	width: 285px;
	background-color: #FAFAFB;
	margin-right: 20px;
	margin-bottom: 20px;
	transition:box-shadow 0.5s;
}

.composition-list .composition-item:hover{
	box-shadow:0 0 15px rgba(0, 0, 0, 0.3);
}

.composition-list .composition-item .item-img{
	display: block;
	width: 285px;
	overflow: hidden;
	font-size: 0;
	transition: transform 0.2s ease;
}

.composition-list .composition-item .item-img img{
	width: 100%;
	transition: transform 0.2s ease;
}

.item-img:hover img{
	transform: scale(1.05);
}

.composition-list .composition-item .item-name{
	display: block;
	font-size: 16px;
	color: #19191B;
	padding: 0 15px;
	margin: 10px 0 0;
	overflow:hidden;  
	text-overflow:ellipsis;  
	white-space:nowrap;  
}

.composition-list .composition-item p{
	padding: 5px 15px 10px;
	font-size: 12px;
	color: #999999;
}

.composition-show{
	width: 1200px;
	margin: 30px auto 0;
}

.composition-show-content{
	margin-right: -20px;
	margin-top: 20px;
}

.composition-show .composition-show-item{
	float: left;
	width: 285px;
	background-color: #FAFAFB;
	margin-right: 20px;
	margin-bottom: 20px;
}

.composition-show-item:hover{
	box-shadow: 0 0 12px rgba(0,0,0,.2);
}

.composition-show-item:hover img{
	transform: scale(1.05);
}

.composition-show-item .composition-show-img{
	display:table-cell;
	vertical-align: middle;
	width: 285px;
	height: 285px;
	text-align: center;
	overflow: hidden;
	font-size: 0;
}

.composition-show-item img{
	max-width: 285px;
	max-height: 285px;
	transition: transform 0.2s ease;
}

.composition-show .composition-show-name{
	display: block;
	font-size: 16px;
	color: #19191B;
	padding: 0 15px;
	margin: 10px 0;
	overflow:hidden;  
	text-overflow:ellipsis;  
	white-space:nowrap; 
}

.why-choose{
	width: 1200px;
	margin: 30px auto 0;
}

.why-choose .why-choose-title{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.why-choose .why-box{
	background-color: #FFFFFF;
	margin-bottom: 15px;
}

.why-choose .why-box:last-of-type{
	margin-bottom: 0px;
}

.why-choose-us{
	background-color: #FFFFFF;
	padding: 15px;
}

.why-choose .why-box p:nth-of-type(1){
	font-size: 18px;
	font-weight: bold;
	color: #3f3f3f;
	margin-bottom: 5px;
	float: left;
	text-align: right;
	width: 80px;
}

.why-choose .why-box p:nth-of-type(2){
	font-size: 16px;
	color: #666666;
	margin-left: 100px;
}

.content .tweets-comment{
	width: 1200px;
	margin: 30px auto 0;
}

.content .item-content{
	margin-right: -20px;
}

.content .item-content .item-list{
	float: left;
	width: 285px;
	background-color: #FAFAFB;
	margin-right: 20px;
	margin-bottom: 20px;
}

.content .evaluate{
	float: left;
	width: 345px;
	height: 582px;
	margin-left: 20px;
	background-color: #FAFAFB;
}

.evaluate .user-evaluate-title{
	padding: 15px 20px;
}

.evaluate .user-evaluate-title li:first-of-type{
	float: left;
	font-size: 16px;
	color: #19191B;
}

.evaluate .user-evaluate-title li:last-of-type{
	float: right;
}

.evaluate .user-evaluate-title li a{
	color: #1896d5;
	font-size: 14px;
}

.evaluate .user-evaluate{
	padding: 15px 0px 20px;
	margin: 0 20px;
	border-bottom: 1px solid #C7C7C7;
}

.evaluate .user-evaluate a{
	float: left;
	width: 40px;
	height: 40px;
}

.evaluate .user-evaluate a img{
	width: 100%;
	border-radius: 50%;
}

.evaluate .evaluate-list{
	margin-left: 60px;
}

.evaluate-list .user-name{
	font-size: 14px;
	font-weight: bold;
	color: #19191B;
}

.evaluate-list .evaluate-word{
	font-size: 12px;
	color: #666666;
}

.evaluate .user-evaluate:last-of-type{
	border: 1px solid transparent;
}
