/*大于1500*/
@media screen and (min-width: 1500px) {
	.team{
		height:800px;
	}
}
*{
	font-family:'Microsoft YaHei';
	font:1.8rem tahoma,arial,\5b8b\4f53;
}
body{background-color: #fff;}
.bigtitle{
	font-size:30px;
	font-weight:700;
}
.nwthm-plist p{
	font-family:'Microsoft YaHei';
	font:14px/1.5 tahoma,arial,\5b8b\4f53;
}
.nwthm-plist img{
	width:100%;
	height:300px;
	border-radius:5px
}
.noteh1{
	text-align:center;
	font-size:24px;
	font-weight:700;
}
.pricing .price{
	color: #ff0000;
        font-size: 18px;
        font-weight: 700;
}
.article{
	background-color:#fff;
}
.article img{
	width:100%;
	height:auto;
}
.article h1{
	text-align:center;
	font-size:19px;
	color:#333;
	font-weight:bold;
}
.side-title{
	font-size:19px;
	font-weight:bold;
	color:#333;
}
.single_info{
	text-align:center;
}
.article p{
	margin:0;
	padding:0;
	color:#252525;
	font-size:14px;
	line-height: 28px;
	margin-bottom: 15px;
	font:14px/1.5 tahoma,arial,\5b8b\4f53;
}
.article_main{
	border-top: 3px solid #df7265;	
}
.article_main *{
	margin:0;
	padding:0;
	color:#252525;
	font-size:14px;
	line-height: 28px;
	margin-bottom: 15px;
	font:14px/1.5 tahoma,arial,\5b8b\4f53;
}
.article_main h2,h3{
	font-size:16px;
}
.r_side{
	border-top: 2px solid #6272e4;
	border-right-color: rgb(221, 221, 221);
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: rgb(221, 221, 221);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: rgb(221, 221, 221);
	border-left-style: solid;
	border-left-width: 1px;
	padding: 15px;
}
.r_side a{
	font:14px/1.5 tahoma,arial,\5b8b\4f53;
}
.r_side li{
	list-style-type:none;
	margin-bottom:5px;
}
.image img {
	height: 100%;/*450px;*/
}
.carousel article {
	width:250px;
	border-radius: 20px;
	padding-top:20px;
	padding-left: 0;
    	padding-right: 32px;
}
.carousel p{
	margin:0;
	padding:0;
}
.iphone-bottom {
  padding: 0;
	margin:0;
  transform: scale(0.6);
}
.iphone-bottom span {
  display: block;
  margin: 0 auto;
  width: 68px;
  height: 68px;
  background: #ccc;
  border-radius: 50%;
  background: -webkit-linear-gradient(315deg, #303233 0%, #b5b7b9 50%, #f0f2f2 69%, #303233 100%);
  background: linear-gradient(135deg, #303233 0%, #b5b7b9 50%, #f0f2f2 69%, #303233 100%);
  position: relative;
}
.iphone-bottom span:after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 4px;
}
.carousel *{
	margin-bottom:0;
	padding-bottom:0;
}
.article_list img{
	width:100%;
	height:auto;
}
.China{
	color:#df7366;
}
.btn{
	background-color:#df7366;
	border-color:#df7366;
}
.btn:hover{
	background-color:#df7366;
	border-color:#df7366;
}
@media (max-width: 736px){
	.iphone-bottom{
		transform:scale(0.6);
	}
	.subtitle p{
		text-align:center;
	}
	.keyImg{width:100%!important;}
}
@media (min-width: 736px){
	.article,.pricing{
		padding:0px 10px;
	}
	.subtitle{}
	.subtitle p{
		padding: 15px 90px;
		text-align:left;
	}
}
#crumbs{
	font-size:14px;
}
.pricing {
     background-color: #fff;
color: #fff;
}

.pricing p {
    padding:20px;
}
.pricing span {
	font-size: 28px;
	display:block;
	padding:10px;
}
.zoomIn{
	-webkit-animation: bounceInUp 2s;
}
header > p{
	font-size:1em;	
}
#footer{
	
}
@media (max-height: 960px)
.line-divider:after {
    margin: auto auto 14px!important;
}
@media (max-width: 979px) and (min-width: 766px)
.line-divider-inline:after, .show-more-cube, .line-divider:after {
    width: 80%;
}
.line-divider:after {
    background: url(images/divider.png) no-repeat bottom center;
    padding-bottom: 12px;
    display: block;
    height: 10px;
    content: ",";
    text-indent: -9999px;
    width: 80%;
    text-align: center;
    margin: auto auto 24px;
}
.pricing .text-center, .pricing .priceTable{
	background-color:#fff;
	color:#000;
}
.scrolly{
	border:0;
}
.scrolly i{
	position:relative;
	animation:srcolmove 1s infinite;
}
h3 {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 800;
    color: #aaa;
    letter-spacing: 1px;
}
h2{
	color:#292929;
	font-size: 2em;
	font-weight: bold;
}
h2:hover{
	animation:titlemove 1s infinite;
}

#logo {border:0;}
#logo img{
	animation:mymove 8s infinite;
}
#banner{
	padding:2.5em 0 0 0;
}
@-o-keyframes srcolmove{
	from{top:0px;display:block;}
	to{top:10px;display:none;}
}
@keyframes srcolmove{
	from{top:0px;display:block;}
	to{top:10px;display:none;}
}
@-moz-keyframes srcolmove{
	from{top:0px;display:block;}
	to{top:10px;display:none;}
}
@-webkit-keyframes srcolmove{
	from{top:0px;display:block;}
	to{top:10px;display:none;}
}
@keyframes titlemove{
	100%{transform:rotateY(360deg);}
}
@-moz-keyframes titlemove{
	100%{-moz-transform:rotateY(360deg);}
}
@-webkit-keyframes titlemove{
	100%{-webkit-transform:rotateY(360deg);}
}
@-o-keyframes titlemove{
	100%{-o-transform:rotateY(360deg);}
}
@keyframes mymove{
	0%{transform:rotate(-10deg);}
	25%{transform:rotate(10deg);}
	50%{transform:rotate(-10deg);}
	75%{transform:rotate(10deg);}
	100%{transform:rotate(-10deg);}
}
@-moz-keyframes mymove /* Firefox */
{
    	0%{-moz-transform:rotate(-10deg);}
	25%{-moz-transform:rotate(10deg);}
	50%{-moz-transform:rotate(-10deg);}
	75%{-moz-transform:rotate(10deg);}
	100%{-moz-transform:rotate(-10deg);}
}
@-webkit-keyframes mymove /* Safari and Chrome */
{
    	0%{-webkit-transform:rotate(-10deg);}
	25%{-webkit-transform:rotate(10deg);}
	50%{-webkit-transform:rotate(-10deg);}
	75%{-webkit-transform:rotate(10deg);}
	100%{-webkit-transform:rotate(-10deg);}
}

@-o-keyframes mymove /* Opera */
{
    	0%{-o-transform:rotate(-10deg);}
	25%{-o-transform:rotate(10deg);}
	50%{-o-transform:rotate(-10deg);}
	75%{-o-transform:rotate(10deg);}
	100%{-o-transform:rotate(-10deg);}
}

.style-padding {
    padding: 0 60px;
}
.text-center {
    text-align: center;
}
#intro {
	padding: 0;
	text-align: center;
}
#intro section {
	padding: 1em 2em;
}
#intro .middle:before {
	left: -12px;
}
#intro .middle:after {
	right: -12px;
}
@media screen and (max-width: 1200px) and (min-width: 737px)
#intro section {
    padding: 1em 2em;
}
@media screen and (min-width: 737px)
#intro section {
    margin: 3em 0;
    padding: 2.5em 0;
}
.icon.featured {
    position: relative;
    display: inline-block;
    background-color: #d52349;
    width: 9em;
    padding: 1.75em 0 0.75em 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0 0 4.5em 0;
    cursor: default;
}
.carousel article {
    background: #72616a!important;
}
.carousel article a{
	/*box-shadow:0px 1px 8px rgb(104, 88, 104);*/
}
.icon {
    position: relative;
    text-decoration: none;
}
@media screen and (min-width: 737px)
header {
    margin: 0 0 1.5em 0;
}
@media screen and (min-width: 737px)
#intro h2 {
    font-size: 1.75em;
}
.icon.featured:before {
    font-size: 4.5em;
    line-height: 1em;
    color: #fff;
}
.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}
.fa-gear:before, .fa-cog:before {
    content: "\f013";
}
.icon.featured:after {
    content: '';
    position: absolute;
    bottom: -1.95em;
    left: 0;
    border-top: solid 2em #d52349;
    border-left: solid 4.5em transparent;
    border-right: solid 4.5em transparent;
}
.fa-gg, .fa-wechat, .fa-mobile{color:#df7366;}
.image.featured{margin-bottom:1px!important;}
.special a,.carousel a{font-size:16px;color:#666;}
.special p{font-size:14px;}
.carousel{background-color:#f2f2f2;}
article.special > header{text-align:left;}
.app_price_section{
   border: solid 1px #f2f2f2;
   padding: 10px;margin-bottom:5px!important;
}
.keyImg{float:left;padding:0 15px;width:40%;}
.keyImgDiv p{padding:0 15px;font-size: 12px;font-family: '微软黑体';}
.tech-color{color:#df7366/*#2689fe*/;}
.questionsrow{}
.questionsrow p{margin:0;padding:0;}
.questionsrow header{margin:0;padding:0;}
.carousel article .image{left:0!important;}
.font-white{color:#fff!important;}
.APP-Flow{}
.APP-Flow img{width:100%;height:auto;}
.contentDiv{
	background-color:#ced7de;
	padding: 5px 10px;
}
.row > article {
	padding: 5px 5px!important;
}
.cooperation{}
.cooperation .company{float:left;padding:20px;}
.cooperation img{width:100%;}
.header {
    background: -webkit-linear-gradient(left, #17479d, #4C57E0) !important;
    background: -o-linear-gradient(right, #17479d, #4C57E0);
    background: -moz-linear-gradient(right, #17479d, #4C57E0);
    background: linear-gradient(to right, #17479d, #4C57E0);
}
