h4, h5, h6,
h1, h2, h3 {margin: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{
  font-family: 'PT_Sans-Web-Regular';
   font-size: 100%;
   background:#fff; 
}
a {
  text-decoration: none;
}
a:hover {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
@font-face {
    font-family: 'Abel-Regular';
    src:url(../fonts/Abel-Regular.ttf) format('truetype');
}
@font-face {
	font-family: 'PT_Sans-Web-Regular';
    src:url(../fonts/PT_Sans-Web-Regular.ttf) format('truetype');
}
/*--header start here--*/
span.menu{
  display:none;
}
.logo {
  float: left;
  width: 30%;
}
.top-nav {
  float: right;
  width: 70%;
  text-align: right;
}
.top-nav-right {
  float: right;
  width: 15%;
  padding-top: 0.3em;
}
.logo h1 {
  font-size: 3em;
  margin: 0em;
  font-family: 'Abel-Regular';
  white-space: nowrap;
}
.logo h1 a{
  color:#E67448;	
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  white-space: nowrap;
}
.logo h1 a img {
  margin-right: 10px;
  max-width: 40px;
  max-height: 40px;
  width: auto;
  height: auto;
}
/* 响应式调整 */
@media(max-width:1024px) {
  .logo h1 {
    font-size: 2em;
  }
  .logo h1 a img {
    width: 35px;
    height: 35px;
  }
}
@media(max-width:768px) {
  .logo h1 {
    font-size: 1.5em;
  }
  .logo h1 a img {
    width: 30px;
    height: 30px;
    margin-right: 8px;
  }
}
@media(max-width:480px) {
  .logo h1 {
    font-size: 1em;
  }
  .logo h1 a img {
    width: 25px;
    height: 25px;
    margin-right: 6px;
  }
}
@media(max-width:320px) {
  .logo h1 {
    font-size: 0.8em;
  }
  .logo h1 a img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
}
.logo h1 a:hover{
  text-decoration:none;
}
/* 默认状态：电脑端显示菜单，隐藏菜单图标 */
span.menu {
  display: none !important;
  cursor: pointer;
  text-align: right;
  padding: 5px 0px 0px 0px;
}
.top-nav ul.res {
  display: block !important;
  position: static !important;
  width: auto !important;
  margin: 0.9em 0em 0em 0em !important;
  z-index: auto !important;
  left: auto !important;
  background: none !important;
  padding: 0 !important;
}
.top-nav ul.res li {
  display: inline-block !important;
  background: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0em !important;
  border-bottom: none !important;
}
.top-nav ul.res li a {
  color: #000 !important;
  padding: 0em 1em !important;
  display: inline-block !important;
  font-size: 1.05em !important;
  background: none !important;
  border: none !important;
  text-align: center !important;
  margin: 0em !important;
}
.top-nav ul.res li a:hover,
.top-nav ul.res li a.active {
  color: #B28E40 !important;
  background: none !important;
}
.header {
  background: #fff;
  box-shadow: 0px 1px 14px #000;
}
.header-main {
  padding: 1em 0em 1em 0em;
}
.top-nav ul {
  list-style: none;
  padding: 0.9em 0em 0em 0em;
}
.top-nav ul li {
  display: inline-block;
}
.top-nav ul li a{
	color: #000;
	text-decoration: none;
	font-size: 1.05em;
	padding:0em 1em;
	position:relative;
	z-index: 999;
}
.top-nav ul li a:hover,.top-nav ul li a.active{
	color:#B28E40;
}
.banner {
  background: url(../images/5.jpg)no-repeat center;
  min-height: 800px;
  background-size: cover;
}
.banner-bottom {
  padding: 20em 0em 0em 0em;
  text-align: center;
}
.banner-bottom h3 {
  font-size: 4.5em;
  font-weight: 400;
  color:#E67448;
  font-family: 'Abel-Regular';
  text-shadow: 0 0 5px rgba(230, 116, 72, 0.8), 0 0 10px rgba(230, 116, 72, 0.6), 0 0 15px rgba(230, 116, 72, 0.4), 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.download-btn {
  display: inline-block;
  background: #E67448;
  color: #fff;
  font-size: 1.2em;
  padding: 0.8em 2em;
  margin-top: 1.5em;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: 'Abel-Regular';
}
.download-btn:hover {
  background: #B28E40;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  color: #fff;
}
/* Effect 16: fall down */
nav {
  display: block !important;
}
nav a {
	position: relative;
	display: inline-block;
	outline: none;
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 500;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1em;
}

nav a:hover,
nav a:focus {
	outline: none;
	text-decoration:none;
}

.cl-effect-16 a {
	color: #000;
}

.cl-effect-16 a::before {
	color: #B28E40;
	text-decoration:none;
	content: attr(data-hover);
	position: absolute;
	opacity: 0;
	-webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

.cl-effect-16 a:hover::before,
.cl-effect-16 a:focus::before {
	-webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	-moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	opacity: 1;
}
/*-header strat here--*/
/*--about strat here--*/
.about {
  padding: 5em 0em 5em 0em;
}
.about-top {
  text-align: center;
  padding: 0em 0em 4em 0em;
}
.about-top h2 {
  font-size: 3.5em;
  color:#E67448;
  margin: 0em 0em 0.5em 0em;
  font-family: 'Abel-Regular';
}
.about-top h4 {
  font-size: 1.8em;
  color:#B28E40;
  width: 75%;
  margin: 0.3em auto 0.3em;
  line-height: 1.25em;
}
.about-top h5 {
  font-size: 1.2em;
  color: #000;
  width: 85%;
  line-height: 1.6em;
  margin: 1em auto 1em;
}
.about-top p {
  font-size: 1em;
  color: #919191;
  line-height: 1.8em;
  width: 69%;
  margin: 0.5em auto 0em;
}
.about-grid p {
  font-size: 1em;
  color: #999;
  line-height: 1.8em;
  margin: 0.7em 0em 0em 0em;
}
.about-grid img {
  border-radius: 45px;
}

/* 在手机端调整关于我们图片的倒角 */
@media(max-width: 768px) {
  .about-grid img {
    border-radius: 35px;
  }
}
.about-grid h3 {
  font-size: 1.7em;
  color: #000;
  margin: 0em 0em 0.8em 0em;
  font-family: 'Abel-Regular';
}
/*--about end here--*/
/*--why-us start here--*/
.why-us {
  padding: 5em 0em 5em 0em;
  background:#B28E40;
}
.why-us-left {
  text-align: right;
  margin: 3em 0em 0em 0em;
}
.why-us-left h3 {
  font-size: 3.5em;
  color:#FFFFFF;
  font-family: 'Abel-Regular';
}
.why-us-left h4 {
  font-size: 1.2em;
  color: #fff;
  line-height: 1.6em;
  margin: 1em 0em 1em 0em;
}
.why-us-left p {
  font-size: 0.95em;
  color: #F5F5F5;
  line-height: 1.9em;
}
.why-us-right {
  text-align: center;
}
/*--why u end here--*/
/*--services start here--*/
.services {
  padding: 5em 0em 5em 0em;
}
.services-top {
  text-align: center;
  padding: 0em 0em 4em 0em;
}
.services-top h3 {
  font-size: 3.5em;
  color:#E67448;
  margin-bottom: 0.2em;
  font-family: 'Abel-Regular';
}
.services-top p {
  font-size: 1em;
  color: #919191;
  line-height: 1.8em;
  width: 60%;
  margin: 0 auto;
}
.ser-grid {
  text-align: center;
  margin: 0em 0em 1.5em 0em;
}
.ser-grid h4{
  font-size: 1.5em;
  color: #E67448;
  margin: 0.5em 0em 0.5em 0em;
  font-family: 'Abel-Regular';
}
.ser-grid p {
  font-size: 1em;
  color: #919191;
  line-height: 1.8em;
  width: 65%;
  margin: 0 auto;
}
.ser-icon {
  margin: 0em 0em 1.2em 0em;
  transform: rotate(-44deg);
  background: #B28E40;
  padding: 1em 1em;
  border-radius: 4px;
  display:inline-block;
}
span.glyphicon.glyphicon-cog {
  color: #fff;
  font-size: 2em;
  transform: rotate(45deg);
}
span.glyphicon.glyphicon-erase {
  color: #fff;
  font-size: 2em;
  transform: rotate(45deg);
}
span.glyphicon.glyphicon-film {
  color: #fff;
  font-size: 2em;
  transform: rotate(45deg);
}
span.glyphicon.glyphicon-music {
  color: #fff;
  font-size: 2em;
  transform: rotate(45deg);
}
span.glyphicon.glyphicon-picture {
  color: #fff;
  font-size: 2em;
  transform: rotate(45deg);
}
span.glyphicon.glyphicon-print {
  color: #fff;
  font-size: 2em;
  transform: rotate(45deg);
}
/*--services end here--*/
/*--testimonal start here--*/
.testimony {
  padding: 5em 0em 5em 0em;
  background: url(../images/test.jpg)no-repeat;
  min-height: 300px;
  background-size: cover;
}
.testimony-main {
  position: relative;
}
.testimony-left img {
  border-radius: 149px;
}
.testimony-left {
  width: 30%;
  float: left;
  border-right: 4px double #999;
}
.testimony-right {
  float: right;
  width: 60%;
  margin: 1em 0em 0em 0em;
}
span.glyphicon.glyphicon-comment {
  font-size: 2em;
  color: #fff;
}
.testimony-right p {
  font-size: 1em;
  color: #fff;
  line-height: 1.8em;
}
.testimony-right h4 {
  font-size: 1.3em;
  color:#B28E40;
  margin: 0.5em 0em 0em 0em;
  font-family: 'Abel-Regular';
}
/*--- slider-css --*/
.slider {
	position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width:55%;
  border: 0;
  }


span.bg-small {
	background: rgba(0, 0, 0, 0.39);
	display: block;
	width: 40%;
	height: 48px;
	position: absolute;
	top: 83px;
	left: -40px;
}
span.bg-large {
	background: rgba(0, 0, 0, 0.39);
	display: block;
	width: 60%;
	height: 70px;
	position: absolute;
	top: 194px;
	left: -40px;
}

a.morebtn{
	background:#3D3D3D;
	padding:0.8em 0;
	display:block;
	font-size:0.875em;
	text-transform:uppercase;
	color:#FFF;
	width:20%;
	margin:0 auto;
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease;
	-o-transition:0.5s all ease;
	-ms-transition:0.5s all ease;
}
a.morebtn:hover{
	background:#585686;
}
.callbacks_nav {
    position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 128%;
  left: 90%;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 33px;
  width: 25px;
  background: url("../images/4.png") no-repeat left top;
  margin-top: -45px;
  border-radius: 100%;
}
.callbacks_nav.next {
  left: auto;
background:url("../images/3.png") no-repeat left top;
  right: 5%;
 }
/*--testimonal end here--*/
/*--gallery start here--*/
.gallery {
  padding: 5em 0em 5em 0em;
}
.gallery-top {
  text-align: center;
  padding: 0em 0em 4em 0em;
}
.gallery-top h3 {
  font-size: 3.5em;
  color: #E67448;
  margin-bottom: 0.2em;
  font-family: 'Abel-Regular';
}
.gallery-top p {
  font-size: 1em;
  color: #919191;
  line-height: 1.8em;
  width: 60%;
  margin: 0 auto;
}
.gallery-grid {
  margin: 0em 0em 2em 0em;
}
.gallery-grid img {
  border-radius: 45px;
}

/* 在手机端调整应用介绍图片的倒角 */
@media(max-width: 768px) {
  .gallery-grid img {
    border-radius: 20px;
  }
}
.gallery-item {
  position: relative;
  text-align: center;
}
.gallery-caption {
  margin-top: 15px;
  padding: 0 10px;
}
.gallery-caption h4 {
  font-size: 1.3em;
  color: #E67448;
  margin-bottom: 0.5em;
  font-family: 'Abel-Regular';
}
.gallery-caption p {
  font-size: 0.9em;
  color: #919191;
  line-height: 1.6em;
  margin: 0;
}
/*--light-box--*/
.project-eff:hover span.rollover1 {
	background:url(../images/mob.png) center no-repeat rgba(178, 142, 64, 0.59);
	cursor: pointer;
	height: 223px;
     width: 350px;
	display: block;
	position: absolute;
	z-index: 9999;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.project-eff{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	position:relative;
}
/*--gallery end here--*/
/*--feature start here--*/
.features-top {
  text-align: center;
  padding: 0em 0em 4em 0em;
}
.features {
  padding: 0em 0em 4em 0em;
}
.features-top h3 {
  font-size: 3.5em;
  color:#E67448;
  margin-bottom: 0.2em;
  font-family: 'Abel-Regular';
}
.features-top p {
  font-size: 1em;
  color: #919191;
  line-height: 1.8em;
  width: 60%;
  margin: 0 auto;
}
.feats-bot1 {
  margin-bottom: 3em;
}
.feat-text h4 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
  line-height: 1.5em;
   color:#B28E40;
 font-family: 'Abel-Regular';
}
.feat-text h4 a{
  color: #000;
}
.feat-text h4 a:hover{
  text-decoration:none;
}
.feat-text p {
  font-size: 1em;
  line-height: 1.7em;
  color: #767676;
}
.feat-img img {
  border-radius: 25px;
}

/* 在手机端调整产品特性图片的倒角 */
@media(max-width: 768px) {
  .feat-img img {
    border-radius: 15px;
  }
}
/*--features cta start here--*/
.features-cta {
    padding: 4em 0px;
    background: #E67448;
    text-align: center;
    color: #fff;
}
.cta-content h3 {
    font-size: 2.5em;
    margin-bottom: 0.5em;
    font-family: 'Abel-Regular';
}
.cta-content p {
    font-size: 1.2em;
    margin-bottom: 1.5em;
    opacity: 0.9;
}
.cta-download-btn {
    display: inline-block;
    background: #fff;
    color: #E67448;
    font-size: 1.3em;
    padding: 1em 2.5em;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: 'Abel-Regular';
    font-weight: bold;
}
.cta-download-btn:hover {
    background: #B28E40;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
/*--feature end here--*/
/*--download start here--*/
.download {
    padding: 5em 0px;
    background: #f9f9f9;
}
.download-top {
    text-align: center;
    padding: 0em 0em 3em 0em;
}
.download-top h3 {
    font-size: 3.5em;
    color: #E67448;
    margin-bottom: 0.2em;
    font-family: 'Abel-Regular';
}
.download-top p {
    font-size: 1em;
    color: #919191;
    line-height: 1.8em;
    width: 60%;
    margin: 0 auto;
}
.download-bottom {
    text-align: center;
}
.download-left h4,
.download-right h4 {
    font-size: 2em;
    color: #B28E40;
    margin: 0em 0em 1em 0em;
    font-family: 'Abel-Regular';
}
.download-buttons {
    margin: 0em 0em 2em 0em;
}
.download-platform {
    display: block;
    background: #E67448;
    color: #fff;
    padding: 1em;
    margin: 0em 0em 1em 0em;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: left;
}
.download-platform:hover {
    background: #B28E40;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: #fff;
}
.download-platform.android {
    background: #4CAF50;
}
.platform-icon {
    font-size: 1.5em;
    font-weight: bold;
    display: block;
    margin-bottom: 0.5em;
}
.platform-text {
    font-size: 1.1em;
}
.download-info {
    text-align: left;
    background: #fff;
    padding: 1.5em;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.download-info p {
    font-size: 1em;
    color: #666;
    margin: 0.5em 0em;
}
.qrcode {
    background: #fff;
    padding: 2em;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: inline-block;
}
.qrcode img {
    width: 200px;
    height: 200px;
    margin: 0 auto 1em;
}
.qrcode p {
    font-size: 1em;
    color: #666;
    margin: 0em;
}
/*--download end here--*/
/*--contact-starts--*/
.contact {
    padding: 5em 0px;
    background:#000000;
}
.contact-head {
  text-align: center;
  padding: 0em 0em 4em 0em;
}
.contact-head h3 {
  font-size: 3.5em;
  color: #fff;
  margin-bottom: 0.2em;
  font-family: 'Abel-Regular';
}
.contact-head p {
  font-size: 1em;
  color: #DADADA;
  line-height: 1.8em;
  width: 60%;
  margin: 0 auto;
}
.add1 span{
	font-size:1.8em;
	color:#E67448;
	display:inline-block;
	vertical-align:middle;
}
.add1 p{
	color:#fff;
	font-size:16px;
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
}
.add1 p a{
	color:#fff;
}
.add1 p a:hover{
	text-decoration:none;
	color:#E67448;
}
.add1 {
	margin-top:9%;
}
.add1:nth-child(1) {
	margin-top:0;
}
.contact-right input[type="text"]:nth-child(1){
	margin-right:25px;
}
.contact-right input[type="text"] {
  border: none;
  outline: none;
  -webkit-appearance: none;
  width: 47.9%;
  border-bottom: 1px solid #fff;
  height: 35px;
  background: none;
  color: #fff;
  padding: 0 12px;
  font-size: 14px;
  margin-bottom: 0;
}

/* 反馈表单行布局 - 确保flex布局优先 */
.contact-right .feedback-form-row {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  margin-bottom: 20px !important;
}

/* 调整表单元素宽度 - 确保优先级最高 */
.contact-right .feedback-form-row input[type="text"] {
  width: calc(50% - 10px) !important;
  margin-bottom: 0 !important;
}

/* 调整第一个输入框的右边距 - 确保优先级最高 */
.contact-right .feedback-form-row input[type="text"]:first-child {
  margin-right: 20px !important;
}

/* 调整邮箱输入框的右边距 - 确保优先级最高 */
.contact-right .feedback-form-row input.email {
  margin-right: 20px !important;
}

/* 反馈类型选择框样式 - 确保优先级最高 */
.contact-right .feedback-form-row select.feedback-type {
  border: none !important;
  outline: none !important;
  -webkit-appearance: none !important;
  width: calc(50% - 10px) !important;
  border-bottom: 1px solid #fff !important;
  height: 35px !important;
  background: rgba(0, 0, 0, 0.5) !important;
  color: #fff !important;
  padding: 0 12px !important;
  font-size: 14px !important;
  margin-bottom: 0 !important;
  cursor: pointer !important;
}

/* 反馈类型选择框下拉菜单样式 */
.contact-right select.feedback-type option {
  background: #202020;
  color: #fff;
  padding: 5px 10px;
}

/* 反馈类型选择框聚焦样式 */
.contact-right select.feedback-type:focus {
  background: rgba(0, 0, 0, 0.8);
  border-bottom-color: #B28E40;
}

/* 标题输入框样式 */
.contact-right .feedback-form-row input[name="position"] {
  width: calc(33.33% - 7px) !important;
  margin-right: 0 !important;
}

/* 调整表单元素宽度 - 两列布局 */
.contact-right .feedback-form-row:nth-child(1) input[type="text"] {
    width: calc(50% - 5px) !important;
    margin-right: 0 !important;
}

/* 调整表单元素宽度 - 三列布局 */
.contact-right .feedback-form-row:nth-child(2) input[type="text"],
.contact-right .feedback-form-row:nth-child(2) select.feedback-type {
    width: calc(33.33% - 7px) !important;
    margin-right: 0 !important;
}

/* 反馈内容自动扩展 */
.contact-right textarea[name="content"] {
    width: 100% !important;
    min-height: 100px !important;
    max-height: 500px !important;
    resize: vertical !important;
    overflow-y: auto !important;
    padding: 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: rgba(0, 0, 0, 0.5) !important;
    color: #fff !important;
    font-size: 14px !important;
}

/* 评分样式 */
.contact-right .rating-row {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 20px !important;
  color: #fff;
  font-size: 14px;
}

.contact-right .rating-row span {
  margin-right: 15px;
  white-space: nowrap;
}

.contact-right .rating-row input[type="radio"] {
  display: none;
}

.contact-right .rating-row label {
  margin-right: 15px;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
}

.contact-right .rating-row input[type="radio"] + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: transparent;
}

.contact-right .rating-row input[type="radio"]:checked + label::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #B28E40;
  border-radius: 50%;
}

/* 成功/失败消息样式 */
.success-message {
  color: green;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  border-radius: 4px;
}

.error-message {
  color: red;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
}

/* 提交按钮居中 */
.contact-right .submit {
  text-align: center;
}

/* 响应式设计 */
@media(max-width: 768px) {
  .contact-right .feedback-form-row {
    flex-direction: column;
  }
  
  .contact-right .feedback-form-row input[type="text"],
  .contact-right select.feedback-type {
    width: 100% !important;
    margin-bottom: 15px !important;
  }
  
  .contact-right .rating-row {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .contact-right .rating-row span {
    margin-bottom: 10px;
  }
}
.contact-right textarea {
  -webkit-appearance: none;
  width: 100%;
  height: 35px;
  color: #fff;
  border-bottom: 1px solid #fff;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
  margin-top: 6em;
  padding: 0 12px;
  font-size: 14px;
  resize: none;
  background: none;
}
.submit{
	margin-top:4%;
	text-align:center;
}
.submit input[type="submit"] {
    outline: none;
    -webkit-appearance: none;
    border: none;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 1.5em;
    background: none;
    font-size: 15px;
}
.submit input[type="submit"]:hover {
    border: 1px solid #E67448;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	background: #E67448;
}
.contact-left {
    margin-top: 16px;
}
small.con-bold {
  font-size: 1em;
  font-weight: bolder;
}
/*--contact-end--*/
.map iframe{
  border: none;
  width: 100%;
  height: 400px;
}
.map {
  background-color: #202020;
}
/* 确保复制功能的样式统一 */
.copy-phone,
.copy-email,
.copy-wechat,
.copy-qq {
  font-weight: inherit !important;
  color: #B28E40 !important;
  transition: color 0.3s ease;
}

/* 确保联系我们区域的复制功能字体大小正确 */
.add1 p .copy-phone,
.add1 p .copy-email,
.add1 p .copy-wechat,
.add1 p .copy-qq {
  font-size: 16px !important;
}

/* 确保页脚区域的复制功能字体大小正确 */
.ftr-grd p .copy-phone,
.ftr-grd p .copy-email,
.ftr-grd p .copy-wechat,
.ftr-grd p .copy-qq {
  font-size: 0.95em !important;
}

/* 响应式调整 */
@media(max-width:1024px) {
  .add1 p .copy-phone,
  .add1 p .copy-email,
  .add1 p .copy-wechat,
  .add1 p .copy-qq {
    font-size: 14px !important;
  }
  .ftr-grd p .copy-phone,
  .ftr-grd p .copy-email,
  .ftr-grd p .copy-wechat,
  .ftr-grd p .copy-qq {
    font-size: 0.95em !important;
  }
}

@media(max-width:640px) {
  .add1 p .copy-phone,
  .add1 p .copy-email,
  .add1 p .copy-wechat,
  .add1 p .copy-qq {
    font-size: 12.3px !important;
  }
  .ftr-grd p .copy-phone,
  .ftr-grd p .copy-email,
  .ftr-grd p .copy-wechat,
  .ftr-grd p .copy-qq {
    font-size: 0.85em !important;
  }
}

/*--footer start here--*/
.footer {
  padding: 4em 0em ;
  background:#202020;
}
.ftr-grd h3 {
  font-size: 2.5em;
  color:#B28E40;
  margin: 0em 0em 0.6em 0em;
  font-family: 'Abel-Regular';
}
.ftr-grd p {
  font-size: 0.95em;
  font-weight: 400;
  color: #A0A0A0;
  line-height: 1.9em;
}
.ftr-grd ul {
  padding: 0em;
  list-style: none;
}
.ftr-grd ul li{
  display:inline-block;
}
.ftr-grd ul li a span {
  background: url(../images/ftr-sprit.png)no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  margin: 0em 0.5em 0em 0em;
}
.ftr-grd ul li a span.fa {
  background-position: 0px 0px;
  opacity: 1.0;
}
.ftr-grd ul li a span.tw {
  background-position: -34px 0px;
  opacity: 1.0;
}
.ftr-grd ul li a span.g {
  background-position: -68px 0px;
  opacity: 1.0;
}
.ftr-grd ul li a span.in {
  background-position: -102px 0px;
  opacity: 1.0;
}
.ftr-grd ul li a span.fa:hover{
  background-position: 0px 0px;
  opacity: 0.4;
   transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.ftr-grd ul li a span.tw:hover {
   background-position: -34px 0px;
  opacity: 0.4;
   transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.ftr-grd ul li a span.g:hover {
   background-position: -68px 0px;
  opacity: 0.4;
   transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.ftr-grd ul li a span.in:hover {
    background-position: -102px 0px;
  opacity: 0.4;
   transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.ftr-grd input[type="submit"] {
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  background:#E67448;
  border: none;
  padding:0.4em 1em 0.4em 1em;
  margin: 0.9em 0em 0em 0em;
  outline:none;
}
.ftr-grd input[type="submit"]:hover {
  background:#B28E40;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.copy-right {
  text-align: center;
  padding: 3em 0em 0em 0em;
}
.copy-right p {
  font-size: 1em;
  font-weight: 400;
  color: #fff;
}
.copy-right p a {
  color: #B28E40;
}
.copy-right p a:hover {
  color: #fff;
  text-decoration: none;
}
.footer-download-btn {
  display: inline-block;
  background: #E67448;
  color: #fff;
  font-size: 1.1em;
  padding: 0.8em 1.5em;
  margin: 0em 0em 1em 0em;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: 'Abel-Regular';
}
.footer-download-btn:hover {
  background: #B28E40;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  color: #fff;
}
.footer-qrcode {
  margin-top: 15px;
}
.footer-qrcode img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 8px;
}
.ftr-grd input[type="text"] {
  outline: none;
  -webkit-appearance: none;
  width: 100%;
  border: 1px solid #fff;
  height: 35px;
  background: none;
  color: #fff;
  padding: 0 12px;
  font-size: 14px;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 0px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url(../images/top_mover.png) no-repeat 0px 0px;
}
/*--//footer--*/
@media(max-width:1440px){
	
}
@media(max-width:1366px){
.banner-bottom h3 {
  font-size: 3.5em;	
}
}
@media(max-width:1280px){
.banner {
  min-height: 670px;	
}
.banner-bottom {
  padding: 15em 0em 0em 0em;
}
}
@media(max-width:1024px){
.banner-bottom h3 {
  font-size: 3.5em;
}
.banner {
  min-height: 600px;
}
.banner-bottom {
  padding: 14em 0em 0em 0em;
}
.about {
  padding: 3em 0em 3em 0em;
}
.about-top h4 {
  font-size: 1.6em;
  width: 100%;
}
.about-top p {
  width: 93%;
}
.about-top h2 {
  margin: 0em 0em 0.25em 0em;
}
.why-us {
  padding: 3em 0em 3em 0em;
}
.why-us-left {
  margin: 2em 0em 0em 0em;
}
.why-us-left h4 {
  font-size: 1.05em;
}
.services {
  padding: 3em 0em 2em 0em;
}
.ser-grid p {
  width: 80%;
}
.testimony {
  padding: 3em 0em 3em 0em;
}
.gallery {
  padding: 3em 0em 3em 0em;
}
.project-eff:hover span.rollover1 {
  height: 180px;
  width: 283px;
}
.feat-text h4 {
  font-size: 1.05em;
  margin-bottom: 0.1em;
  line-height: 1.5em;
}
.feat-text p {
  font-size: 0.9em;
  line-height: 1.5em;
}
.features {
  padding: 0em 0em 1.5em 0em;
}
.contact-right input[type="text"]:nth-child(1) {
  margin-right: 20px;
}
.contact {
  padding: 3.5em 0px;
}
.add1 p {
  color: #fff;
  font-size: 14px;
}
.ftr-grd h3 {
  font-size: 2em;
}
.map iframe {
  height: 300px;
}
}
@media(max-width:768px){
.download-left,
.download-right {
    float: none;
    width: 100%;
    margin-bottom: 2em;
}
.features-cta {
    padding: 3em 0px;
}
.cta-content h3 {
    font-size: 2em;
}
.cta-content p {
    font-size: 1em;
}
.cta-download-btn {
    font-size: 1.1em;
    padding: 0.8em 2em;
}
/* 在电脑端显示菜单，手机端隐藏菜单 */
@media(min-width: 769px) {
  /* 电脑端显示菜单，隐藏菜单图标 */
  span.menu {
    display: none !important;
  }
  .top-nav ul.res {
    display: block !important;
    position: static !important;
    width: auto !important;
    margin: 0.9em 0em 0em 0em !important;
    z-index: auto !important;
    left: auto !important;
    background: none !important;
    padding: 0 !important;
  }
  .top-nav ul.res li {
    display: inline-block !important;
    background: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0em !important;
    border-bottom: none !important;
  }
  .top-nav ul.res li a {
    color: #000 !important;
    padding: 0em 1em !important;
    display: inline-block !important;
    font-size: 1.05em !important;
    background: none !important;
    border: none !important;
    text-align: center !important;
    margin: 0em !important;
  }
  .top-nav ul.res li a:hover,
  .top-nav ul.res li a.active {
    color: #B28E40 !important;
    background: none !important;
  }
}

@media(max-width: 768px) {
  /* 手机端隐藏整个菜单和菜单图标 */
  span.menu {
    display: none !important;
  }
  .top-nav ul.res {
    display: none !important;
  }
}
.banner {
  min-height: 430px;
}
.banner-bottom {
  padding: 9em 0em 0em 0em;
}
.banner-bottom h3 {
  font-size: 2.8em;
}
.about-top h2 {
  font-size: 2.8em;
}
.about-top h4 {
  font-size: 1.5em;
}
.about-grid {
  float: left;
  width: 33%;
  padding: 0px 10px 0px 0px;
}
.about-grid h3 {
  font-size: 1.3em;
  margin: 0em 0em 0.6em 0em;
}
.about-grid p {
  font-size: 0.85em;
}
.why-us-left {
  float: left;
  width: 65%;
}
.why-us-right {
  float: right;
  width: 31%;
}
.why-us-left h3 {
  font-size: 2.8em;
}
.services-top h3 {
  font-size: 2.8em;
}
.services-top p {
  width: 80%;
}
.ser-grid {
  float: left;
  width: 33%;
}
.ser-grid p {
  width: 100%;
  font-size: 0.9em;
}
.testimony-right {
  margin: 0em 0em 0em 0em;
}
.testimony-right {
  width: 65%;
  margin: 0em 0em 0em 0em;
}
.testimony-left {
  width: 25%;
}
.rslides img {
  width: 80%;
}
.callbacks_nav {
  left: 87%;
}
.testimony-right p {
  font-size: 0.905em;
}
.testimony {
  min-height: 270px;
}
.gallery-top h3 {
  font-size: 2.8em;
}
.gallery-top p {
  width: 85%;
}
.gallery-grid {
  float: left;
  width: 33%;
}
.project-eff:hover span.rollover1 {
  height: 132px;
  width: 208px;
}
.gallery-top {
  padding: 0em 0em 3em 0em;
}
.features-top h3 {
  font-size: 2.8em;
}
.features-top p {
  width: 85%;
}
.features-top {
  padding: 0em 0em 3em 0em;
}
.feat-grid {
  float: left;
  width: 50%;
}
.feat-img {
  padding: 0px;
}
.feat-text {
  padding: 0.8em 0em 0em 0em;
}
.feats-bot1 {
  margin-bottom: 2em;
}
.contact {
  padding: 2.5em 0px;
}
.contact-head h3 {
  font-size: 2.8em;
}
.contact-head p {
  width: 80%;
}
.add1 {
  margin-top: 4%;
}
.contact-left {
  float: left;
  width: 43%;
}
.contact-right {
  float: right;
  width: 57%;
}
.contact-right input[type="text"] {
  width: 46%;
}
.contact-right textarea {
  margin-top: 2em;
}
.submit input[type="submit"] {
  padding: 7px 1em;
  font-size: 13px;
}
.contact-right input[type="text"]:nth-child(1) {
  margin-right: 25px;
}
.footer {
  padding: 2em 0em;
}
.ftr-grd {
  float: left;
  width: 33%;
}
.ftr-grd h3 {
  font-size: 1.7em;
}
.logo h1 {
  font-size: 2.5em;
}
.cl-effect-16 a::before {
  color: #000;
}
.feat-text h4 {
  font-size: 1.3em;
}
.why-us-right img {
  width: 100%;
}
}
@media(max-width:640px){
.about-grid h3 {
  font-size: 1em;	
}
.about-top h4 {
  font-size: 1.25em;
}
.banner {
  min-height: 370px;
}
.banner-bottom {
  padding: 7.5em 0em 0em 0em;
}
.banner-bottom h3 {
  font-size: 2.6em;
}
.why-us-left {
  margin: 1em 0em 0em 0em;
}
.why-us-left h4 {
  font-size: 0.95em;
  margin: 0.5em 0em 0.5em 0em;
}
.why-us-left p {
  font-size: 0.83em;
  line-height: 1.6em;
}
.why-us {
  padding: 2em 0em 2em 0em;
}
.ser-grid {
  padding: 0px 10px 0px 0px;
}
.ser-grid p {
  font-size: 0.85em;
}
.ser-grid h4 {
  font-size: 1.3em;
  margin: 0.1em 0em 0.2em 0em;
}
.ftr-grd ul li a span {
  margin: 0em 0.3em 0em 0em;
}
.ftr-grd h3 {
  font-size: 1.35em;
}
.ftr-grd p {
  font-size: 0.85em;
}
.add1 p {
  font-size: 12.3px;
}
.add1 span {
  font-size: 1.45em;
}
.gallery-grid {
  padding: 0px 10px 0px 0px;
}
.project-eff:hover span.rollover1 {
  height: 118px;
  width: 186px;
}
.gallery-grid {
  padding: 0px 10px 0px 0px;
  margin: 0em 0em 0.8em 0em;
}
.contact-right input[type="text"]:nth-child(1) {
  margin-right: 20px;
}
.about-grid h3 {
  font-size: 1.2em;
}
}
@media(max-width:480px){
.banner-bottom h3 {
  font-size: 1.85em;
}
.banner {
  min-height: 300px;
}
.banner-bottom {
  padding: 4em 0em 0em 0em;
}
.logo h1 {
  font-size: 2.2em;
}

.about {
  padding: 2em 0em 2em 0em;
}
.about-top h2 {
  font-size: 2.3em;
}
.about-top h4 {
  font-size: 1.1em;
}
.about-top p {
  width: 100%;
  font-size: 0.9em;
}
.about-grid {
  float: none;
  width: 100%;
  padding: 0px 0px 0px 0px;
}
.about-top {
  padding: 0em 0em 1.5em 0em;
}
.about-grid {
  padding: 0px 0px 15px 0px;
}
.why-us-left {
  float: none;
  width: 100%;
  padding:0px;
  margin: 0em 0em 1em 0em;
}
.why-us-right {
  float: none;
  width: 100%;
  padding:0px;
}
.why-us-right img {
  width: 30%;
}
.why-us-left h3 {
  font-size: 2.3em;
}
.services {
  padding: 1.5em 0em 1em 0em;
}
.services-top h3 {
  font-size: 2.3em;
}
.services-top p {
  width: 100%;
  font-size: 0.9em;
}
.services-top {
  padding: 0em 0em 3em 0em;
}
.testimony-right {
  float: right;
  width: 100%;
  margin: 1em 0em 0em 0em;
  text-align: center;
}
.testimony-left {
  width: 100%;
  float: none;
  border-right: none;
}
.banner-bottom {
  padding: 5.5em 0em 0em 0em;
}
.ser-icon {
  padding: 0.5em 0.5em;
   margin: 0em 0em 0.8em 0em;
}
span.glyphicon.glyphicon-cog {
  font-size: 1.5em;
}
span.glyphicon.glyphicon-erase {
  font-size: 1.5em;
}
span.glyphicon.glyphicon-film {
  font-size: 1.5em;
}
span.glyphicon.glyphicon-music {
  font-size: 1.5em;
}
span.glyphicon.glyphicon-picture{
  font-size: 1.5em;
}
span.glyphicon.glyphicon-print {
  font-size: 1.5em;
}
.ser-grid {
  float: left;
  width: 50%;
}
.rslides img {
  width: 30%;
  margin: 0 auto;
  float: none;
}
.testimony {
  padding: 2em 0em 2em 0em;
}
.gallery {
  padding: 2em 0em 2em 0em;
}
.gallery-top h3 {
  font-size: 2.3em;
}
.gallery-top p {
  width: 100%;
  font-size: 0.9em;
}
.services-top {
  padding: 0em 0em 2em 0em;
}
.gallery-top {
  padding: 0em 0em 2em 0em;
}
.gallery-grid {
  width: 50%;
}
.project-eff:hover span.rollover1 {
  height: 131px;
  width: 207px;
}
.features-top h3 {
  font-size: 2.3em;
}
.features-top p {
  width: 100%;
  font-size: 0.9em;
}
.features-top {
  padding: 0em 0em 2em 0em;
}
.feat-text h4 {
  font-size: 1.1em;
  line-height: 1.3em;
}
.features {
  padding: 0em 0em 1em 0em;
}
.contact-head h3 {
  font-size: 2.3em;
}
.contact-head p {
  width: 100%;
  font-size: 0.93em;
}
.contact-left {
  float: none;
  width: 100%;
}
.contact-right {
  float: none;
  width: 100%;
  padding: 0px;
}
.contact-head {
  padding: 0em 0em 1em 0em;
}
.contact-left {
  padding: 0em 0em 1.5em 0em;
}
.map iframe {
  height: 207px;
}
.ftr-grd {
  float: none;
  width: 100%;
  padding: 0em 0em 1.5em 0em;
}
.copy-right {
  padding: 0.5em 0em 0em 0em;
}
.copy-right p {
  font-size: 0.9em;
}
.contact-right input[type="text"] {
  width: 100%;
  margin: 0em 0em 1.3em 0em;
}
.contact-right input[type="text"]:nth-child(1) {
  margin-right: 0px;
}
}
@media(max-width:320px){
.logo {
  width: 60%;
}

.logo h1 {
  font-size: 1.7em;
}
.top-nav {
  width: 40%;
}
.header-main {
  padding: 0.6em 0em 0.6em 0em;
}
.banner {
  min-height: 230px;
}
.banner-bottom {
  padding: 4em 0em 0em 0em;
}
.about {
  padding: 1em 0em 0.5em 0em;
}
.about-top h2 {
  font-size: 2em;
}
.about-top h4 {
  font-size: 0.93em;
  margin: 0em auto 0em;
}
.about-top {
  padding: 0em 0em 1.1em 0em;
}
.about-grid h3 {
  font-size: 1.1em;
  margin: 0em 0em 0.3em 0em;
}
.why-us-left h3 {
  font-size: 2em;
}
.why-us {
  padding: 1em 0em 1em 0em;
}
.why-us-left h4 {
  font-size: 0.85em;
}
.services-top h3 {
  font-size: 2em;
}
.services {
  padding: 1em 0em 0em 0em;
}
.services-top {
  padding: 0em 0em 1.5em 0em;
}
.testimony {
  padding: 1em 0em 1em 0em;
}
.testimony {
  padding: 1em 0em 1em 0em;
}
span.glyphicon.glyphicon-comment {
  font-size: 1.7em;
}
.testimony-right p {
  font-size: 0.8em;
}
.gallery-top h3 {
  font-size: 2em;
}
.gallery {
  padding: 1em 0em 1em 0em;
}
.gallery-top {
  padding: 0em 0em 1em 0em;
}
.project-eff:hover span.rollover1 {
  height: 81px;
  width: 127px;
  background-size: 19%;
}
.features-top h3 {
  font-size: 2em;
}
.features-top {
  padding: 0em 0em 1em 0em;
}
.feat-grid {
  float: none;
  width: 100%;
  padding: 0em;
  padding: 0em 0em 1em 0em;
}
.feats-bot1 {
  margin-bottom: 0em;
}
.contact {
  padding: 1em 0px;
}
.contact-head p {
  font-size: 0.87em;
}
.contact-head h3 {
  font-size: 2em;
}
.contact-head {
  padding: 0em 0em 0em 0em;
}
.contact-right input[type="text"] {
  width: 100%;
  margin: 0em 0em 1.3em 0em;
}
.contact {
  padding: 1em 0em 1.8em 0em;
}
.footer {
  padding: 1em 0em;
}
.ftr-grd {
  padding: 0em 0em 1em 0em;
}
span.glyphicon.glyphicon-cog {
  font-size: 1em;
}
span.glyphicon.glyphicon-erase {
  font-size: 1em;
}
span.glyphicon.glyphicon-film {
  font-size: 1em;
}
span.glyphicon.glyphicon-music {
  font-size: 1em;
}
span.glyphicon.glyphicon-picture{
  font-size: 1em;
}
span.glyphicon.glyphicon-print {
  font-size: 1em;
}
}