* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
ul, li {
  list-style: none;
}
html, body {
  width: 100%;
  font-family: "Arial","Microsoft YaHei","榛戜綋","瀹嬩綋",sans-serif;
  background-color: #fff;
  color: #333;
  font-size: 65.5%;
}
a {
  text-decoration: none;
}
img {
  display: block;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.background-gray {
  background-color: #f5f5f5;
}
.hidden {
  display: none;
}
.container {
  width: 1200px;
  margin: auto;
}
select::-ms-expand { display: none; }
select {
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
background: url("../images/select-btn.gif") no-repeat right center;
cursor: pointer;
}
input,
textarea,
select {
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.15);
  padding-left: 15px;
  margin: 8px 0;
  box-sizing: border-box;
  font-family: "Arial","Microsoft YaHei","榛戜綋","瀹嬩綋",sans-serif;
}
button {
  border: 0;
  outline: none;
}
/* 澶撮儴 */
header {
  height: 100px;
  padding: 10px 0;
}
header .logo {
  width: 120px;
}
header .logo img {
  width: 100%;
}
header .tel {
  text-align: center;
}
header .tel p {
  font-size: 1.8rem;
  color: #e96429;
  font-weight: bold;
  font-style: italic;
  margin-top: 20px;
}
header .tel span {
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
}

/* 瀵艰埅 */
.web-nav {
  height: 60px;
  background-color: #dba155;
}
.web-nav ul {
  width: 80%;
}
.web-nav ul li {
  height: 60px;
  width: 10.5%;
  line-height: 60px;
  text-align: center;
  float: left;
  position: relative;
}
.web-nav ul li img{
	display: inline-block;
	vertical-align: middle;
}

.web-nav ul li a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
.web-nav ul li:hover {
  background-color: rgba(255,255,255,0.8);
}
.web-nav ul li.hover {
  background-color: #fff;
}
.web-nav ul li.hover a,
.web-nav ul li:hover a {
  color: #dba155;
}
.sdown{
	background: #fff;
	padding: 20px;
	position: absolute;
	z-index: 22;
	left: -100px;
	width: 300px;
	display: none;
}
.web-nav ul li .sdown a{
	color: #000;
}
.web-nav ul li .sdown a:hover{
	color: #dba155;
}
.sdown-lang{
	width: 101px;
	left: 0;
}
.web-nav ul li .sdown a{
	color: #000;
	line-height: 30px;
	margin-bottom: 20px;
}
.web-nav ul li .sdown a:hover{
	color: #dba155;
}

.web-nav .serach {
  width: 18%;
  position: relative;
}
.web-nav .serach .nav-input {
  width: 100%;
  height: 32px;
  background-color: #fff;
  border-radius: 16px;
  outline: none;
  border: 0;
  margin-top: 14px;
  padding: 0 40px 0 20px;
  color: #333;
  font-size: 13px;
}
.web-nav .serach .nav-button {
  width: 30px;
  height: 30px;
  background: url(../images/icon.png) -30px 0 no-repeat;
  outline: none;
  border: 0;
  position: absolute;
  right: 8px;
  top: 15px;
  cursor: pointer;
}
.mobile-nav {
  width: 210px;
  position: fixed;
  z-index: 99;
  background-color: #fff;
  border-radius: 10px;
  padding: 0 20px;
  box-shadow: 0 0 3px 3px #dfdfdf;
  right: 10px;
  display: none;
  top: 80px;
}
.mobile-nav:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 12px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -12px;
  right: 15px;
}
.mobile-nav ul li {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-bottom: 1px solid #e9e9ef;
}
.mobile-nav ul li a {
  display: block;
  font-size: 1.8rem;
  color: #333;
}
.header-search-btn {
  width: 50px;
  height: 40px;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  margin-right: 10px;
  position: absolute;
  background-position: 0 -137px;
  right: 60px;
}
.hamburger {
  position: absolute;
  right: 20px;
}
.hamburger .line{
  width: 32px;
  height: 3px;
  background-color: #fff;
  display: block;
  margin: 7px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger.is-active .line:nth-child(2){
  opacity: 0;
}
.hamburger.is-active .line:nth-child(1){
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  -o-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}
.hamburger.is-active .line:nth-child(3){
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  -o-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}
.mobile-search {
  position: fixed;
  width: 100%;
  left: 0;
  background-color: #f5f5f5;
  z-index: 1000;
  padding: 20px;
  display: none;
}
.mobile-search .nav-input {
  width: 100%;
  height: 42px;
  outline: none;
  border: 1px solid #ccc;
  padding: 0 80px 0 20px;
  color: #666;
}
.mobile-search .nav-button {
  height: 30px;
  width: 30px;
  position: absolute;
  right: 26px;
  top: 36px;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-position: -30px 0;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #fff;
}
/* 搴曢儴 */
footer {
  background-color: #dba155;
}
.footer-content {
  padding: 70px 0 40px;
  border-bottom: 5px solid #fff;
}
footer .footer-logo {
  width: 35%;
}
footer .footer-contact {
  width: 55%;
}
footer .footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-contact p {
  font-size: 1.6rem;
  color: #fff;
  width: 50%;
  margin: 5px 0;
  float: left;
  position: relative;
  padding-left: 40px;
  line-height: 1.6;
}
footer .footer-contact p.add {
  width: 100%;
  margin-bottom: 20px;
}
footer .footer-contact p:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: -5px;
}
footer .footer-contact p.email:before {
  background-position: 0 -30px;
}
footer .footer-contact p.whatsapp:before {
  background-position: -30px -30px;
}
footer .footer-contact p.skype:before {
  background-position: -60px -30px;
}
footer .footer-contact p.phone:before {
  background-position: -90px -30px;
}
footer .footer-contact p.add:before {
  background-position: -120px -30px;
}
footer .footer-contact .social-share {
  width: 100%;
  text-align: center;
}
footer .copyright {
  height: 50px;
  line-height: 50px;
  font-size: 1.6rem;
  color: #fff;
}
footer .copyright a {
  display: inline-block;
  padding: 0 5px;
  color: #fff;
}
footer .copyright a:before {
  content: '|';
  color: #fff;
  position: relative;
  left: -5px;
  top: -2px;
}
footer .copyright a:last-child:after {
  content: '|';
  color: #fff;
  position: relative;
  right: -5px;
  top: -2px;
}
footer .copyright a:hover {
  text-decoration: underline;
}

/* 娴佺▼ */
.solution-steps ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.solution-steps ul li {
  width: 19%;
  margin: 2%;
  position: relative;
  cursor: pointer;
}
.solution-steps ul li .li-img {
  background-color: #dba155;
  padding: 5px;
  border-radius: 50%;
  position: relative;
}
.solution-steps ul li .li-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0 none;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.solution-steps ul li .li-img:hover::before {
  background: rgba(219,161,85,0.5);
  border-radius: 20%;
  border: 0;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.solution-steps ul li .li-img img {
  border-radius: 50%;
  width: 100%;
  position: relative;
  z-index: 9;
}
.solution-steps ul li p {
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 21px;
  background-color: #dba155;
  font-size: 1.7rem;
  color: #fff;
  margin: 20px auto 0;
  position: relative;
}
.solution-steps ul li p:before {
  content: '';
  position: absolute;
  border: white solid 2px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  border-radius: 21px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.solution-steps ul li p:hover:before {
  opacity: 1;
}
.solution-steps ul li:before {
  content: '';
  display: block;
  position: absolute;
  right: -15%;
  top: 32%;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}
.solution-steps ul li:nth-of-type(1):before,
.solution-steps ul li:nth-of-type(2):before,
.solution-steps ul li:nth-of-type(3):before {
  border-left: 14px solid #dba155;
}
.solution-steps ul li:nth-of-type(5):before,
.solution-steps ul li:nth-of-type(6):before {
  border-right: 14px solid #dba155;
}
.message-content {
  padding: 0 10%;
  margin: 50px auto 0;
}
.message-content form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.message-content input,
.message-content select{
  height: 50px;
  line-height: 50px;
}
.message-content input,
.message-content textarea,
.message-content select {
  border-radius: 6px;
}
.message-content .input-text {
  width: 48%;
  font-size: 13px;
}
.message-content textarea {
  padding: 10px;
  width: 100%;
  font-size: 13px;
}
.message-content .code-box {
  width: 100%;
  display: flex;
  align-items: center;
  
}
.message-content .code {
  display: inline-block;
  width: 35%;
  font-size: 13px;
}
.message-content .code-box img {
  display: inline-block;
  margin-left: 20px;
}
.message-content .submit-btn {
  width: 120px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #dba155;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 1.8rem;
  margin-top: 10px;
  position: relative;
}
.message-content .submit-btn:before {
  content: '';
  position: absolute;
  border: 2px solid #fff;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  border-radius: 8px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.message-content .submit-btn:hover:before {
  opacity: 1;
}
#p1, #p2, #p3, #p4, #p5{
	position: absolute;
	color: red;
}
.code-box, .message-content form{
	position: relative;
}
#p1{
	left: 52%;
	    top: 60px;
}
#p2{
	top: 362px;
}
#p3{
	 top: 60px;
}
#p4{
	left: 52%;
	    top: 123px;
}
#p5{
	top: 60px;
}
.searchno .pagination span{
	padding: 0;
	margin: 0;
}
.contact-content #p1{
	left: 0;
	top: 122px;
}
.contact-content #p2{
	top: 561px;
}
}
.contact-content .message-content #p1{
	left: auto;
	top: 125px;
}
.contact-content .message-content #p4{
	left: auto;
	top: 254px;
}
.contact-content .message-content #p2{
	top: 560px;
}
/* 灞忓箷閫傚簲 */
@media screen and (max-width:768px) {
	.message-content .code{
		width: 42%;
	}
	#p4{
		left: 0;
		top: 256px;
	}
	html, body{
		overflow-x: hidden;
	}
	#LRdiv0 img{
		width: 150px;
	}
	#p1{
		left: 0;
		    top: 120px;
	}
	#p2{
		top: 560px;
	}
  .container{
      width: 96%;
  }
  header .tel,
  .web-nav {
      display: none;
  }
  
  .message-content .input-text {
      width: 100%;
  }
  header {
      width: 100% !important;
      height: 80px;
      padding: 10px 3%;
      background: #dba155;
      display: flex;
      align-items: center;
      position: fixed;
      top: 0;
      z-index: 99;
  }
  header .logo {
      width: 90px;
  }
}
@media screen and (max-width:992px) {
  .footer-content {
      border: 0;
      padding: 40px 0;
  }
  footer .footer-logo,
  footer .copyright{
      display: none;
  }
  footer .footer-contact,
  footer .footer-contact p {
      width: 100%;
  }
}
@media screen and (min-width:768px) and (max-width:992px)  {
.container{
  width: 740px;
  margin: auto;
}
.web-nav ul li a {
        font-size: 1rem;
    }
}
@media screen and (min-width:992px) and (max-width:1199px) {
.container{
  width: 970px;
  margin: auto;
}
}
@media only screen and (max-width: 1200px) {
  .message-content {
      padding: 0;
  }

}
@media only screen and (min-width: 1200px) {
.container{
  width: 1200px;
}

}
@media screen and (max-width: 480px) {
  
}
@media screen and (max-width: 414px) {

}
@media screen and (max-width: 360px) {

}
@media only screen and (min-width: 1024px) and (max-width: 1180px) {
	footer .footer-contact p{
		width: 55%;
	}
}