@font-face {
    font-family: 'hyzyj';
	 src:url('../fonts/f039.ttf');
   
}

.highlight {
	color: #F33030;
}
 
.banner { 
	  position: relative;
  top: -80px;
  padding-top: 80px;
}
.is-sticky .navbar-default {
  background: rgba(255, 204, 0, 0.87);
  padding: 0px 0;
 /* border-top: 1px solid #3DAFF6;*/
}
#menu-sticky-wrapper{
  z-index: 2;
  position: relative;
}
.overlay {
    background-color: transparent;
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.navbar-default {
	background: transparent;
	padding: 0px 0;
	/*border-top: 1px solid #3DAFF6;*/
}
.navbar-default .navbar-brand {
    padding: 7px;
}
.navbar-default .navbar-nav > li > a {
    color: #2b2b2b;
	font-weight: 500;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
   color: #d2cfcf;
	background: #505050;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	background: transparent;
    
	color: #d2cfcf;
	background: #505050;
}
.btn-default {
	font-size: 17px;
	margin: 30px 0 10px;
	margin-right: 10px;
	line-height: 20px;
	padding: 15px 35px;
	height: 50px;
	border: 2px solid #FAD12B;
	background: transparent;
	transition: all 0.4s;
	color: #000;
	border-radius: 100px;
}
.btn-about {
	font-size: 17px;
	margin: 30px 0 10px;
	margin-right: 10px;
	line-height: 20px;
	padding: 15px 55px;
	height: 50px;
	
	
	
	border-radius: 10px;
	border: 2px solid #fad12b;
	background: transparent;
	transition: all 0.4s;
	color: white;
}
.btn-case {
	font-size: 17px;
	margin: 150px 0 10px;
	margin-right: 10px;
	line-height: 20px;
	padding: 15px 35px;
	height: 50px;
	border: 2px solid #FAD12B;
	background: transparent;
	transition: all 0.4s;
	color: #ffffff;
	border-radius: 100px;
}
.btn-100 {
	font-size: 17px;
	margin: 30px 0 10px;
	margin-right: 10px;
	line-height: 20px;
	padding: 17.5px 112px;
	height: 50px;
	background-image:url(../images/100.png);
	background-repeat:no-repeat 0 0;
	background-size:100% 100%;
	transition: all 0.4s;
	color: #000;
	font-weight: bold;
}
.btn-pro {
	font-size: 17px;
	margin: 30px 0 10px;
	margin-right: 10px;
	line-height: 20px;
	padding: 17.5px 112px;
	height: 50px;
	font-weight: bold;
	background-image:url(../images/pro.png);
	background-repeat:no-repeat 0 0;
	background-size:100% 100%;
	transition: all 0.4s;
	color: #000;
	
}
.btn-more {
	font-size: 17px;
	margin: 30px 0 10px;
	margin-right: 10px;
	line-height: 20px;
	padding: 15px 45%;
	height: 50px;
	
	background: #505050;
	transition: all 0.4s;
	color: #ffffff;
	border-radius: 10px;
	
}
.btn-more:hover, .btn-more:focus, .btn-more:active, .btn-more.active, .open > .dropdown-toggle.btn-more {
	border: 2px solid #fad12b;
	background: #fad12b;
	color: white;
}
.btn-about:hover, .btn-about:focus, .btn-about:active, .btn-about.active, .open > .dropdown-toggle.btn-about {
	background: #FAD12B;
	transition: all 0.4s;
	color: #ffffff;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	border: 2px solid #EE2D2D;
	background: #EE2D2D;
	color: white;
}
.btn-case:hover, .btn-case:focus, .btn-case:active, .btn-case.active, .open > .dropdown-toggle.btn-case {
	border: 2px solid #fad12b;
	background: #fad12b;
	color: black;
}
.btn-100:hover, .btn-100:focus, .btn-100:active, .btn-100.active, .open > .dropdown-toggle.btn-100 {
	
	background: #fad12b;
	background-image:url(../images/100.png);
	background-repeat:no-repeat 0 0;
	background-size:100% 100%;
	color: white;
}
.btn-pro:hover, .btn-pro:focus, .btn-pro:active, .btn-pro.active, .open > .dropdown-toggle.btn-pro {
	
	background: #fad12b;
	background-image:url(../images/pro.png);
	background-repeat:no-repeat 0 0;
	background-size:100% 100%;
	color: white;
}
.btn-primary {
	font-size: 17px;
	margin: 30px 0 10px;
	margin-right: 10px;
	line-height: 20px;
	padding: 15px 35px;
	height: 50px;
	border: 2px solid #fbd22c;
	background: #fbd22c;
	transition: all 0.4s;
	color: rgb(18, 18, 22);
	border-radius: 100px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	border: 2px solid #fbd22c;
	background: transparent;
	color: #fbd22c;
}
.btn-secondary {
	font-size: 20px;
	font-weight: 300;
	line-height: 20px;
	padding: 20px 50px;
	height: 65px;
	border: none;
	background: #F33030;
	transition: all 0.4s;
	color: white;
	border-radius: 4px;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
	background: #1f96e0;
	color: white
}
.site-name img{
	width: 272px; 
	height: 37px
}

.landing h1{
	font-size: 56px;
	font-weight: 300;
	color: #fff;
	margin: 130px 0 20px 0;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.landing p {
	color: #fff;
}
.landing-text {
	margin-bottom: 20px;
}
.landing-text p { 
	padding-bottom: 20px;
}
.more {
	margin-bottom: 100px;
}
.more p {
	font-size: 17px;
}
.head-btn {
	margin-bottom: 40px;
}
.option {
	text-transform: uppercase;
	padding: 5px;
	min-width: 80px;
	margin-right: 5px;
	transition: all 0.4s;
	font-size: 14px;
	color: #fff;
}
.option .fa {
	font-size: 16px;
	margin-right: 10px;
}
.option:hover {
	color: #F33030;
}
.header-phone {
	margin: 50px 0 100px;
}
#intro {
	padding: 0px 0 100px;
}
#intro h2 {
	font-size: 40px;
	font-weight: bold;
	margin: 15px 0 15px 0;
}
#intro h1 {
	font-weight: bold;
}
#intro p {
	line-height: 40px;
}
.pic_box{
	width: 30%!important;
	height: 260px!important;
	margin-bottom:20px;
	margin-right:2%
}
.pic_box img{
	height: 260px!important;

}
.intro-pic {
	margin-top: 20px;
}
.btn-section {
	padding-top: 20px;
}
#feature {
	padding: 80px 0;
	background: #d2cfcf;
	color: #000;
}
#feature h2 {
	margin: 15px 0 15px 0;
	font-size: 40px;
	font-weight: bold;
}
#feature p{
		
	line-height:40px
}
#feature .feature-title p {
	font-size: 18px;
}
#features{
	padding: 80px 0;
}
#features .fa{
	
  border: 1px solid #d2cfcf;
  width: 64px;
  height: 64px;
  color: #F9CF2B;
  text-align: center;
  padding: 21px;
  font-size: 22px;
  border-radius: 50%;
}

.row-feat {
	padding-top: 50px;
}
.feat-list {
	margin-top: 40px;
}
.feat-list i {
	font-size: 48px;
	float: left;
	width: 20%;
	color: #FFF;
	height: 100%;
	position: relative;
	opacity: 0.6;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	top: 10px;
}
.feat-list:hover i {
	color: #2FEE7B;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
#feature .inner {
	float: left;
	display: inline-block;
	width: 80%;
}
#feature-2 {
	padding: 100px 0 100px;
}
#feature-2 h2 {
	font-size: 40px;
	font-weight: 300;
	margin: 15px 0 15px 0;
}
.feature-2-pic {
	margin-top: 20px;
}
.subscribe {
	color: #fff;
}
.letter {
	margin-top: 100px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 50px;
	color: #FBD22C;
	border-radius: 5px;
	border: solid 1px #fbd22c;
	border-radius: 50%;
	font-size: 34px !important;
	padding-top: 30px;
}
.subscribe p {
	margin: 30px auto 30px;
}
.subscribe-form {
	max-width: 400px;
	margin: 50px auto 150px;
	text-align: center;
	overflow: hidden;
}
.subscribe-form form {
	position: relative;
}
.subscribe-form input {
	max-width: 85%;
	position: relative;
	padding: 5px 25px;
}
.subscribe-form .form-control {
	border-radius: 4px 0 0 4px;
	border: none;
	background-color: rgba(255, 255, 255, 0.6);
	color: #333;
	font-size: 1.2em;
	height: 55px;
}
.subscribe-form button {
	border-radius: 0 4px 4px 0;
	background-color: #F33030;
	color: #ffffff;
	font-size: 1em;
	line-height: 52px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0 30px;
	margin: 0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.subscribe-form .btn {
	height: 55px;
}
.subscribe-form .btn:hover {
	background-color: #1f96e0;
	color: #fff;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.subscribe-form .form-control::-webkit-input-placeholder {
	color: #333;
}
.subscribe-form .form-control:-moz-placeholder { 
	color: #333;  
}
.subscribe-form .form-control::-moz-placeholder { 
	color: #333;  
}
.subscribe-form .form-control:-ms-input-placeholder {  
	color: #333;  
}
#screenshot {
	padding-top: 100px;
}
.title-line {
    width: 100px;
    height: 3px;
    margin: 0 auto;
    background: #F33030;
}
.screenshots {
    padding-top: 50px;
    padding-bottom: 100px;
}
.screenshots .screen {
    background: #FFFFFF;
    padding: 10px;
    margin: 13px;
    display: block;
}
.screenshots .screen img {
    width: 100%;
	border-radius: 4px;
	border: solid 3px #dadada;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.screenshots .screen img:hover {
	border: solid 3px #F33030;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.modal-backdrop.in {
    background-color: #000;
}
.ekko-lightbox .modal-content {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	background-color: transparent;
}
.ekko-lightbox .modal-header {
	border: 0;
	padding-left: 0;
	padding-right: 0;
}
.ekko-lightbox .modal-header .close {
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	text-shadow: 0;
	font-weight: 100;
	margin-top: 5px;
}
.ekko-lightbox .modal-header .close:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.ekko-lightbox .modal-header h4.modal-title {
	font-weight: 100;
	color: #fff;
	padding: 0;
}
.ekko-lightbox .modal-body {
	padding: 0;
}
.ekko-lightbox .modal-footer {
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
	border: 0;
	color: #fff;
	font-weight: 100;
	padding: 0;
}
.ekko-lightbox-nav-overlay a {
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
	text-shadow: none;
}
#client {
	background: #f6f6f6;
	padding: 70px 0 70px;
}
#client img {
	max-height: 50px;
	margin: 0 20px;
	opacity: 1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#client img:hover {
	opacity: 0.7;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#clients {
	padding: 100px 0 100px;
	background-color: #F6F6F6;
}
.clients-item {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 0px;
}
.clients-item .box {
	margin-right: 15px;
	margin-left: 15px;
}
.clients-item .box .message {
	padding: 20px;
	font-style: italic;
	line-height: 30px;
	font-weight: 300;
	font-size: 18px;
}
.clients-item .client-pic img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	max-width: 100%;
	border: 1px solid #E9E9E9;
}
.clients-item .client-info .client-name {
	margin-top: 10px;
	font-size: 16px;
}
.clients-item .client-info .company {
	font-style: italic;
	color: #F33030;
}
.owl-theme .owl-controls .owl-page span{
	background: #F33030;
}
.action {
	color: #fff;
}
.action h2 {
	font-size: 40px;
	font-weight: 300;
}
.download-store {
	padding: 50px 0 130px;
}
.download-store li {
	display: inline-block;
	list-style: none;
	margin-left: 10px;
}
.appstorebutton {
	height: 65px;
	width: 195px;
	position: relative;
	border-radius: 4px;
} 
.iphone {
	background: #F33030;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.iphone:hover {
	background-color: #1f96e0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.android {
	background: #555;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.android:hover {
	background-color: #444;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.appstorebutton a {
	color: white;
	text-decoration: none;
}
.appstorebutton p {
	font-size: 20px;
	font-weight: 300;
	text-align: left;
	color: white;
	padding: 10px 0 0 65px;
	line-height: 1;
}
.appstorebutton p small {
	font-size: 16px;
}
.appstorebutton i {
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px 0 0 17px;
	font-size: 40px;
}
#footer {
	background: #fff;
	padding: 50px 0 50px;
}
.social ul {
	padding: 0;
	list-style: none;
}
.social li {
	display: inline-block;
	padding-right: .3em;
}
.social li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #020E13;
	border-radius: 5px;
	background: #fff;
	border: solid 1px #020E13;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	border-radius: 50%;
}
.social li a:hover {
	color: #fff;
	background: #020E13;
}
.scrollToTop{
	width: 40px; 
	height: 40px;
	padding: 5px;
	font-size: 30px;
	text-align: center; 
	color: rgb(242, 47, 47);
	position: fixed;
	bottom: 50px;
	right: 20px;
	display: none;
}
.scrollToTopmb{
	width: 40px; 
	height: 40px;
	padding: 5px;
	font-size: 30px;
	text-align: center; 
	color: rgb(242, 47, 47);
	position: fixed;
	bottom: 90px;
	right: 20px;
	display: none;
}
.scrollToTops{
	width: 150px; 
	height: 420px;
	padding: 5px;
	font-size: 30px;
	text-align: center; 
	color: rgb(242, 47, 47);
	position: fixed;
	bottom: 160px;
	right: 2px;
	display: none;
	
}
.scrollToTop:hover{
	color: #FBD22C;
}
.control-group .controls {
	overflow-x: hidden;
}
.downloadSection{
padding:100px 0;
}
.subscribe {
	color: #fff;
}
.subscribe p {
	margin: 30px auto 30px;
}
.subscribe-form {
	max-width: 400px;
	margin: 50px auto 150px;
	text-align: center;
	overflow: hidden;
}
.subscribe-form form {
	position: relative;
}
.subscribe-form input {
	max-width: 85%;
	position: relative;
	padding: 5px 25px;
}
.subscribe-form .form-control {
	border-radius: 4px 0 0 4px;
	border: none;
	background-color: rgba(255, 255, 255, 0.6);
	color: #333;
	font-size: 1.2em;
	height: 55px;
}
.subscribe-form button {
	border-radius: 0 4px 4px 0;
	background-color: #FBD22C;
	color: #040F13;
	font-size: 1em;
	line-height: 52px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0 30px;
	margin: 0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.subscribe-form .btn {
	height: 55px;
}
.subscribe-form .btn:hover {
	background-color: #1f96e0;
	color: #fff;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.subscribe-form .form-control::-webkit-input-placeholder {
	color: #333;
}
.subscribe-form .form-control:-moz-placeholder { 
	color: #333;  
}
.subscribe-form .form-control::-moz-placeholder { 
	color: #333;  
}
.subscribe-form .form-control:-ms-input-placeholder {  
	color: #333;  
}
#package {
	padding-top: 100px;
}
.title-line {
    width: 100px;
    height: 3px;
	margin: 0 auto;
   
    background: #d2cfcf;
	
}
.title-line-l {
    width: 180px;
    height: 3px;
     margin: .5em auto ;
    background: #999;
	float:left;
	margin-left: -15px;
    margin-right: -15px;
}
.title-line-ls {
    width: 90px;
    height: 3px;
     margin: 0 auto ;
    background: #d2cfcf;
	float:left;
}
.price-box {
	background-color: #F3F3F3;
	border-radius: 15px;
}
.package-option {
	padding: 50px 0 100px;
}
.package-option ul {
	padding: 0;
}
.price-heading h3 {
	margin-top: 0;
	background-color: #7B7B7B;
	color: #fff;
	padding: 15px;
	border-radius: 30px;
	margin: 25px;
	font-size: 18px;
	position: relative;
	top: -27px;
	border: #fff 5px solid;
}
.price-heading i {
	color: #d1d1d1;
	font-size: 75px;
	margin-top: 20px;
}
.price-group {
	padding: 30px 0 10px;
}
.price-group .dollar {
	font-size: 20px;
	position: relative;
	bottom: 48px;
}
.price-group .price {
	color: #000;
	font-size: 60px;
	font-weight: 500;
}
.price-group .time {
	font-size: 18px;
}
.price-feature li {
	margin-left: 30px;
	margin-right: 30px;
	list-style: none;
	border-bottom: solid 1px #d1d1d1;
	line-height: 40px;
	padding: 10px 0;
}
.btn-price {
	margin: 5px 0 15px;
	font-size: 17px;
	padding: 7px 35px;
	height: 40px;
	background: #FCD72C;
	transition: all 0.4s;
	color: rgb(32, 32, 32);
	border-radius: 4px;	
}
.btn-price:hover {
	background: #000;
	color: white;
}
/* iPads (portrait) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) {
	.more {
		margin-bottom: 50px;
	}
	#intro {
		padding: 30px 0 50px;
	}
	#intro h2, #feature-2 h2 {
		font-weight: 150;
		    text-align: center;
	}
	#intro p, #feature-2 p {
		    text-align: center;
			line-height: 40px!important;
	}
	.btn-section {
		text-align: center;
	}
	#feature {
		padding-top: 75px;
	}
	.row-feat {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#feature-2 {
		padding: 80px 0 100px;
	}
	.feature-2-pic {
		margin-top: 40px;
	}
	#client img {
		margin: 10px 0 10px;
		max-height: 40px;
	}	
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) {

	.landing h1{
		margin: 60px 0 60px 0;
	}	
	.landing-text {
		margin: 60px 0 40px 0;
	}
	.more {
		margin-bottom: 180px;
	}
	.header-phone {
	margin-top: 125px;
	}
	.intro-pic {
		margin-top: 100px;
	}
	.feature-img {
		margin-top: 30px;
	}	
	.feat-list {
		margin-top: 10px;
	}
	.feat-list p {
		font-size: 15px;
	}
	.feature-2-pic {
		margin-top: 50px;
	}
	#client img {
		max-height: 45px;
	}	
}

/* smart-phone ----------- */
@media (max-width: 767px) {

	.more {
		margin-bottom: 40px;
	}
	#intro {
		padding: 70px 0 70px;
	}
	#intro h2, #feature-2 h2 {
		font-weight: 150;    text-align: center;
	}
	#intro p, #feature-2 p {
		    text-align: center;line-height: 40px!important;
	}
	.btn-section {
		text-align: center;
	}
	.feat-list i {
		padding-left: 40px;
	}
	.feature-2-pic {
		margin-top: 50px;
	}
	#client img {
		margin: 10px 0 10px;
	}	
}	
/* iPhone 6Plus (landscape) ----------- */
@media (max-width: 736px) {

}

/* iPhone 6 (landscape) ----------- */
@media (max-width: 667px) {

	.landing h1{
		font-size: 50px;
		margin: 10px 0 25px 0;
	}
	.landing-text {
		margin-top: 20px;
	}
	.letter {
		margin-top: 75px
	}
	.subscribe p {
		margin: 25px auto 15px;
	}
	.subscribe-form {
		margin: 20px auto 100px;
	}
	.action h2 {
		margin-top: 70px;
	}
	.download-store {
		padding: 20px 0 100px;
	}
}

/* iPhone 5 (landscape) ----------- */
@media (max-width: 568px){

	.landing h1{
		font-size: 40px;
		margin: 20px 0 10px 0;
	}
	.landing-text p {
		font-size: 16px !important; 
	}
	#intro {
		padding-top: 50px;
	}
	#feature {
		padding-top: 50px;
	}
	.feat-list i {
		padding-left: 20px;
	}
	#feature-2 {
		padding: 50px 0 70px;
	}
	#screenshot {
		padding-top: 70px;
		background:#e1e1e1;
	}	
	.screenshots {
		padding-top: 30px;
		padding-bottom: 70px;
	}
	#clients {
		padding: 70px 0 70px;
	}
	.clients-item .box .message {
		line-height: 25px;
		font-size: 18px;
	}
	.action h2 {
		margin: 50px 0 20px;
	}
	.download-text p {
		line-height: 1.5;	
	}	
	.download-store {
		padding: 10px 0 70px;
	}
}

/* iPhone 4 (landscape) ----------- */
@media (max-width: 480px) {
	.feat-list i {
		padding-left: 5px;
	}
	.action h2 {
		font-size: 30px;
	}
}

/* smart phone width: 360px ----------- */
@media (max-width: 360px) {
	#intro h2, #feature h2, #feature-2 h2 {
		font-size: 30px;
	}
	.feat-list i {
		padding-left: 0;
	}
	#feature .inner {
		padding-left: 15px;
	}
	.appstorebutton {
		margin-bottom: 15px;
	} 
	.download-store li {
		margin-left: 0;
	}
}

/* iPhone 4/5 (portrait) ----------- */
@media (max-width: 320px) {

	.landing h1{
		margin: 20px 0 35px 0;
	}
	.more {
		text-align: center;
	}
	.more p {
		font-size: 14px;
	}
	.option {
		padding: 3px;
		min-width: 75px;
		margin-right: 2px;
	}
	.btn-default {
		font-size: 16px;
		margin: 30px 0 10px;
		padding: 15px 30px;
		height: 35px;
		border-radius: 80px;
	}
	.btn-primary {
		font-size: 16px;
		margin: 30px 0 10px;
		margin-right: 15px;
		padding: 15px 30px;
		height: 35px;
		border-radius: 80px;
	}
	.subscribe-form {
		margin: 50px auto 110px;
	}
	.subscribe-form input {
		padding: 5px 15px;
	}
	.subscribe-form button {
		padding: 0 15px;
	}
	.action h2 {
		margin: 70px 0 20px;
	}

}
/*新增*/

.removeBg{
	background:url('../images/footimg.png');
}
.newAddLeft {
	text-align: right;
	box-sizing: border-box;
}
.newAddA {
	text-align: right;
}
.newAddA span , .newAddLeft span{
	display: inline-block;
	width: 100px;
}
.aboutme {
	background:url('../images/about.png');
	background-size:cover;
	background-repeat:no-repeat 0 0;
	position:absolute;
    margin-top:284px;
	margin-left:445px;
	z-index:1;
	float:left;
	padding: 0
}
@media (min-width: 768px){
	.col-xs-2{width: auto;}
}
/*关于我们重做*/
.newP {
/*	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;*/
/*	-ms-flex-wrap: wrap;*/
	font-size: 0;
	position: relative;
	box-sizing: border-box;
	padding: 0;
}
.newP > div {
/*	flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;*/
	display: inline-block;
	max-width: 20%;
	background-color: #fff;
	border: 1px #ddd solid;
	box-sizing: border-box;
}
.newP > div > img {
	width: 100%;
	height: 100%;
} 
/*.outGo {
	position: absolute;
	background-image: url(../images/about.png);
	background-size: 100% 100%;
	width: calc(20% + 2%);
	height: 20%;
	box-sizing: border-box;
	overflow: hidden;
}*/
.outGo {
	position: relative;
}
.outGo > div {
	position: absolute;
	width: 100%;
	height: 100%;
}
.outGo > div >img {
	height: 100%;
	margin-left: -9.5%;
}
.textCenter {
	width: 91%;
	height: 100%;
	position: absolute;
	right: 0;
	text-align: center;
	color: #fff
}
.textCenter span{
	display: block;
}
.textCenter span:first-child {
	font-size: 34px;
	padding: 30px 0 20px 0;
}
.textCenter span:nth-child(2) {
	font-size: 16px;
}

@media screen and (max-width:600px) {
	/*设计转换价?/
	.newAddSize h2 {
		font-size: 2em;
	}
	.newAddSize p {
		font-size: 1.2em;
	}
	/* 删除原生产品里多余的br*/
	.removeBr ~ br {
		display: none;
	}
	/*删除联系我们的背?/
	.removeBg {
		background-image: none;
	}

	/**/
	h2 {font-size: 1.5em}
	h1 {font-size: 1.8em;padding-left:0.5em }
	font {font-size: 0.5em}
	#intro h2 {
		font-size: 1.5em;
	}
	.media div {
		box-sizing: border-box;
	}
	.media div i{
		box-sizing: border-box;
		padding-left: 1.5em
	}
	.media div div:nth-child(1) h3 {
		font-size: 1em;
	}
	.media div div:nth-child(2) h3 {
		font-size: 1em;
		box-sizing: border-box;
		margin-top:10px;
	}
	#package div:nth-child(3) {
		background-image: red;
	}
	.screenshots div {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		overflow: hidden;
	}
	.screenshots div img {
		width: 100%;
		height: 100%
	}
	/*新增关于我们黑色部分的样?/
/*	.aboutme {
		overflow: hidden;
	}
	.aboutme font {
		display: block;
		text-align: center;
		padding-left: 15px;
		box-sizing: border-box;
	}
	.aboutme a {
		display: inline-block;
		width: auto;
		height: auto;
		padding: 6px 12px;
		margin: 0;
		padding: 0;
	}*/
	/*关于我们手机端文字删?/
	/**/
	.newAddLeft {
		text-align: center;
	}
	.newAddLeft span {
		display: none;
	}
	.newAddA {
		text-align: center;
	}
	/*动态资讯删除paddingtop*/
	.newAddBtnF:after {
		content: "";
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}
	.newAddBtn {
		vertical-align: middle;
		margin-top: 0;
	}
	/*业务页面适应手机*/
	.container {
		width: 100%;
	}
	.container p img {
		width: 100%
	}
	/**视频手机适应*/
	iframe {
		width: 100%
	}
	/*联系我们字体大小*/
	.newFontSize {
		font-size: 1em
	}
	/*关于我们手机黑色部分样式*/
	.btn-about {
		margin: 0;
		padding: 6px;
		height: auto;
	}
	.newNoen {
		padding: 0 !important;
		margin: 0;
		font-size: 1rem !important;
	}
	span.newNoen:nth-child(2) {
		display: none;
	}
}
/*@media screen and (min-width: 1500px) {
	.newAddBigScreen {
		width: 70%;
		box-sizing: border-box;
		padding: 0;
	}
	.newAddZoom {
		transform: scale(1.3);
		margin-bottom: 100px;
	}
	.newAddClass {
		margin-bottom: 100px;
	}
	.newAddChangeFlow02 img ,.newAddChangeFlow12 img{
		float: right;
	}
	.newAddBigScreenExtra {
		padding: 200px 0 100px 0;
	}
}*/
/*更改了btn-100 btn-pro的背?cover 变成 100% 100%*/