/* css reset */
html,body,div,p,ul,li,a,span,img,h1,h2,i,input,textarea {
	padding:0;
	margin:0;
  color: #000;
  box-sizing: border-box;
}
/* latin-ext */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh7USSwaPGR_p.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh7USSwiPGQ.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
body {
	color: #f7f7f7;
	font: 15px/1 "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  height: 100%;
  width: 100%;
}
input,textarea {
	font: 15px/1 "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
h1,h2 {
	font-size:100%;
	font-weight:normal;
}
ul {
	list-style:none;
}
i {
	font-style: normal;
}
a {
	text-decoration:none;
	color:#ffffff;
}
img {
	border:0 none;
}
input,textarea {
	resize:none;
}
a:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* pc 根字体  */
@media only screen and (min-width: 1440px){
	html {
		font-size: 100px !important; 
	}
}

@media only screen and (min-width: 1280px) and (max-width: 1440px){
	html {
		font-size: 80px !important; 
	}
}
/* 手机的样式 */
@media only screen and (min-width: 375px) and (max-width: 1280px){
	html {
		font-size: 70px !important; 
	}
}
.body-md{
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.body-ios{
  font-family: -apple-system, "Helvetica Neue", "Roboto", sans-serif;
}
.body-pc{
  font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
body {
	background: #fff;
}
.bodyFixed {
  position: fixed;
}
.main {
  padding: 0rem 1.6rem;
  box-sizing: border-box;
}

/* navbar */
#navbar-box {
  display: block;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
	-ms-flex-align: center;
  align-items: center;
  padding: 0.49rem 0rem;
}
.navbar .left .logo {
  width: 1.9rem;
  height: 0.38rem;
}
.navbar .left .logo.logo2 {
  display: none;
}
.navbar .right .item-box {
  display: box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.navbar .right .item-box .item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
	-ms-flex-align: center;
  align-items: center;
  margin-right: 0.4rem;
  font-size: 14px;
  color: #AEAEAE;
  cursor: pointer;
  list-style-type: none;
}
.navbar .right .item-box .item a {
  display: inline-block;
  font-size: 14px;
  color: #AEAEAE;
}
.navbar .right .item-box .item.active a {
  color: #E83828;
}
.navbar .right .item-box .item:last-child {
  margin-right: 0;
}
.navbar .right .item-box .item .fi {
  font-size: 14px;
  color: #E83828;
}
.navbar .right .item-box .item .fi.noactive {
  color: #AEAEAE;
}
.navbar .right .item-box .item img {
  width: 0.07rem;
  height: 0.05rem;
  margin-left: 0.06rem;
}
.navbar .right .item-box .item img.drop180 {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg); 	/* IE 9 */
  -moz-transform: rotate(180deg); 	/* Firefox */
  -webkit-transform: rotate(180deg); /* Safari 和 Chrome */
  -o-transform: rotate(180deg); 	/* Opera */
}
.navbar .right .item-box .item img.activeImg {
  display: block;
}
.navbar .right .item-box .item img.no-activeImg {
  display: none;
}
.navbar .right .item-box .item .dropdown {
  position: absolute;
  left: -0.2rem;
  top: 0.32rem;
  display: none;
  background: #E83828;
}
.navbar .right .item-box .item .dropdown .i {
  width: 1.46rem;
  min-width: 125px;
  height: 0.5rem;
  line-height: 0.5rem;
}
.navbar .right .item-box .item .dropdown .i a {
  width: 100%;
  padding: 0 0.24rem;
  color: #fff;
}
.navbar .right .item-box .item .dropdown .i a:hover {
  background: #CF2314;
}
.navbar .right .item-box .plus a,
.navbar .right .item-box .phone a{
  cursor: default;
}


/* footer */
.footer {
  width: 100%;
  height: 4.8rem;
  background: #000;
}
.footer .con {
  width: 100%;
  /* max-width: 12.8rem;
  margin: 0 auto; */
  padding: 0.5rem 1.6rem 0 1.6rem;
}
.footer .con .footer-top {
  display: box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
  justify-content: space-between;
}
.footer .con .footer-top .left .logo {
  width: 1.9rem;
  height: 0.38rem;
  margin-bottom: 0.35rem;
}
.footer .con .footer-top .left .line {
  font-size: 0.2rem;
  color: #fff;
  margin-bottom: 0.1rem;
}
.footer .con .footer-top .left .time {
  font-size: 0.15rem;
  color: #979797;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.footer .con .footer-top .left .phone {
  font-size: 0.24rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.footer .con .footer-top .left .consult {
  font-size: 0.15rem;
  color: #979797;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.footer .con .footer-top .left .consult a {
  text-decoration: underline;
  font-weight: normal;
}
.footer .con .footer-top .right {
  display: box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.footer .con .footer-top .right ul {
  width: 2.15rem;
  height: 2.3rem;
  border-right: 1px solid #979797;
  padding-left: 0.4rem;
  box-sizing: border-box;
}
.footer .con .footer-top .right ul:last-child {
  border-right: none;
}
.footer .con .footer-top .right ul li {
  margin-bottom: 0.25rem;
  color: #979797;
  font-size: 0.15rem;
  font-weight: bold;
}
.footer .con .footer-top .right ul li a {
  color: #979797;
  font-size: 0.15rem;
  font-weight: bold;
  cursor: pointer;
}
.footer .con .footer-top .right ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .con .footer-top .right ul li .tab {
  color: #979797;
  font-size: 0.15rem;
  font-weight: bold;
  line-height: 0;
}
.footer .con .footer-top .right ul li sup {
  font-size: 10px;
  -webkit-transform-origin-x: 0;
  transform: scale(.6);
  -webkit-transform: scale(.6);
  -moz-transform: scale(.6);
  -ms-transform: scale(.6);
  -o-transform: scale(.6);
}
.footer .con .footer-top .right ul li.title {
  color: #fff;
  font-size: 0.18rem;
}
.footer .con .footer-top .right ul li .icon {
  display: inline-block;
  width: 15%;
  margin-right: 10%;
}
.footer .con .footer-top .right ul li .icon:first-child {
  width: 17.2%;
}
.footer .con .footer-top .right ul li .icon img {
  width: 100%;
}
.footer .con .footer-top .right ul li .black-box {
  width: 1.04rem;
  height: 0.13rem;
}
.footer .con .footer-bottom {
  display: box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
  justify-content: space-between;
  margin-top: 0.87rem;
}
.footer .con .footer-bottom p {
  display: flex;
  align-items: center;
}
.footer .con .footer-bottom p,
.footer .con .footer-bottom p span,
.footer .con .footer-bottom p a {
  color: #979797;
  font-size: 0.13rem;
}
.footer .con .footer-bottom a img {
  display: inline-block;
  width: 14px;
  margin-left: 5px;
}
.footer .con .footer-bottom .last {
  color: #fff;
  font-size: 0.13rem;
}

/* slide */
.slide-area {
  display: box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-justify-content: center;
	-ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 0 16%;
  box-sizing: border-box;
  margin-top: 1rem;
  margin-bottom: 1.2rem;
}
.slide-area .arrow-left {
  position: absolute;
  left: 16%;
  top: 0.2rem;
  cursor: pointer;
}
.slide-area .arrow-left img{
  width: 0.4rem;
  height: 0.62rem;
}
.slide-area .arrow-right {
  position: absolute;
  right: 16%;
  top: 0.2rem;
  cursor: pointer;
}
.slide-area .arrow-right img {
  width: 0.4rem;
  height: 0.62rem;
  transform:rotate(180deg);
  -ms-transform:rotate(180deg); 	/* IE 9 */
  -moz-transform:rotate(180deg); 	/* Firefox */
  -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
  -o-transform:rotate(180deg); 	/* Opera */
}
.slide-area .box {
  width:7.73rem;
  height: 2.38rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.slide-area .box .slide-wrap {
  position: absolute;
  width: 31rem;
}
.slide-area .box .slide-wrap li {
  width: 7.73rem;
  height: 2.38rem;
	float:left;
}
.slide-area .box .slide-wrap img {
  width: 7.73rem;
  height: 2.38rem;
}

/* scroll to top */
.scroll {
  display: none;
  position: fixed;
  bottom: 1.2rem;
  right: 0.68rem;
  width: 0.92rem;
  height: 0.92rem;
  background: #fff;
  text-align: center;
  padding-top: 0.2rem;
  box-sizing: border-box;
  box-shadow: 1px 4px 18px rgba(0,0,0,0.1);
  cursor: pointer;
}
.scroll img {
  width: 0.31rem;
  height: 0.28rem;
}
.scroll p {
  color: #E83828;
  font-size: 0.16rem;
  margin-top: 0.11rem;
}

/* overlay */
.overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2)
}
.overlay .model {
  position: relative;
  width: 12.2rem;
  height: 4.2rem;
  left: 50%;
  top: 50%;
  margin-top: -2.1rem;
  margin-left: -6.1rem;
  background: #fff;
  padding: 0.5rem 0.5rem;
  box-sizing: border-box;
}
.overlay .model .close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
  width: 0.15rem;
  height: 0.15rem;
}
.overlay .model .close img {
  width: 0.15rem;
  height: 0.15rem;
}
.overlay .model .label-t {
  width: 1.28rem;
  height: 0.5rem;
  background: #E83828;
  color: #fff;
  font-size: 0.28rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.5rem;
}
.overlay .model .input-area {
  padding: 0.2rem 0;
}
.overlay .model .input-area .line1 {
  margin-bottom: 0.2rem;
  display: box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-align-items: center;
	-ms-flex-align: center;
  align-items: center;
}
.overlay .model .input-area .line1 p{
  display: flex;
  justify-content: space-between;
  margin-right: 0.1rem;
  color: #4A4A4A;
  font-size: 0.16rem;
  width: 0.9rem;
  text-align: right;
}
.overlay .model .input-area .line1 input {
  margin-right: 0.2rem;
  height: 0.38rem;
  border: 1px solid #DCDCDC;
  padding: 0 0.12rem;
  box-sizing: border-box;
}
.overlay .model .input-area .line1 input.mistake {
  color: #E83828;
  border: 1px solid #E83828;
}
.overlay .model .input-area .line1 textarea {
  border: 1px solid #DCDCDC;
}
.overlay .model .input-area .line1 input.name-input {
  /* width: 1.8rem; */
  width: 2.5rem;
}
.overlay .model .input-area .line1 input.position-input {
  /* width: 1.8rem; */
  width: 2.5rem;
}
.overlay .model .input-area .line1 input.company-input {
  /* width: 4rem; */
  width: 2.5rem;
}
.overlay .model .input-area .line1 input.phone-input {
  /* width: 1.8rem; */
  width: 2.5rem;
}
.overlay .model .input-area .line1 input.email-input {
  width: 2.5rem;
}
.overlay .model .input-area .line1 .service-select {
  position: relative;
  display: box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-align-items: center;
	-ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
  justify-content: space-between;
  width: 2.5rem;
  height: 0.38rem;
  line-height: 0.38rem;
  background: #fff;
  border: 1px solid #DCDCDC;
  color: #9FA3A7;
  font-size: 0.15rem;
  padding: 0 0.12rem;
  box-sizing: border-box;
  cursor: pointer;
}
.overlay .model .input-area .line1 .service-select .t {
  width: 100%;
  display: box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
	-ms-flex-align: center;
  align-items: center;
}
.overlay .model .input-area .line1 .service-select span.con-t {
  color: #9FA3A7;
  font-size: 0.15rem;
}
.overlay .model .input-area .line1 .service-select span.con-t.active {
  color: #000;
}
.overlay .model .input-area .line1 .service-select .select-box {
  display: none;
  position: absolute;
  left: 0;
  top: 0.38rem;
  width: 100%;
  background: #fff;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
}
.overlay .model .input-area .line1 .service-select .select-box li {
  height: 0.38rem;
  padding-left: 0.12rem;
  cursor: pointer;
  color: #000;
  font-size: 0.16rem;
}
.overlay .model .input-area .line1 .service-select .select-box li:hover {
  color: #E83828;
}
.overlay .model .input-area .line1 .service-select img {
  width: 0.14rem;
  height: 0.08rem;
}
.overlay .model .input-area .line1 .service-select img.rotate1 {
  transform:rotate(180deg);
  -ms-transform:rotate(180deg); 	/* IE 9 */
  -moz-transform:rotate(180deg); 	/* Firefox */
  -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
  -o-transform:rotate(180deg); 	/* Opera */
}
.overlay .model .input-area .line1 textarea.qu-input {
  width: 9.91rem;
  height: 0.96rem;
  padding: 0.1rem;
  box-sizing: border-box;
}
.overlay .model .input-area .line1.textarea-line {
  -webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
  align-items: flex-start;
}
.overlay .model .input-area .line1.textarea-line span {
  padding-top: 0.15rem;
}
.overlay .model .button {
  width: 0.9rem;
  height: 0.38rem;
  color: #fff;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.38rem;
  background: #E83828;
  cursor: pointer;
}
.overlay .model .button.no-active {
  color:rgba(255,255,255,0.5)
}
/* consult */
.service {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
	-ms-flex-align: center;
  align-items: center;
  position: fixed;
  right: 0.68rem;
  bottom: 2.2rem;
  width: 0.92rem;
  height: 0.92rem;
  background: #fff;
  box-shadow: 1px 4px 18px rgba(0,0,0,0.1);
  cursor: pointer;
  padding-top: 0.2rem;
  box-sizing: border-box;
  text-align: center;
}
.service.active {
  background: #E83828;
}
.service img {
  width: 0.4rem;
  height: 0.36rem;
}
.service img.active {
  display: none;
}
.service p {
  margin-top: 0.06rem;
  color: #E83828;
  font-size: 0.16rem;
}
.service.active p {
  color: #fff;
}

/* 客户评价begin */
.why.why-speak {
  margin-bottom: 1.6rem;
  margin-top: 1.6rem;
}

.why.why-speak .title {
  margin-bottom: 1.1rem;
}

.swiper-box {
  position: relative;
}

.swiper-box .swiper-arrow {
  width: 25%;
}

/* .swiper-box .arrow-left {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
} */

/* .swiper-box .arrow-right {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
} */

.swiper-box {
  position: relative;
  width: 9.23rem;
  height: 4rem;
  margin: auto;
}

.swiper-box .swiper-arrow {
  position: absolute;
  top: 50%;
  width: 0.4rem;
  margin: auto;
  margin-top: -4.5%;
}

.swiper-box .swiper-arrow img{
  width: 100%;
}

.swiper-box .arrow-left {
  left: -1.3rem;
}

.swiper-box .arrow-right {
  right: -1.3rem;
}

.swiper-box .swiper-container {
  height: 100%;
}

.swiper-box .swiper-container .swiper-wrapper {
  height: 100%;
}

.swiper-box .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  height: 100%;
}

.swiper-box .swiper-container .swiper-wrapper .swiper-slide .appraisal-box {
  position: absolute;
  top: 10%;
  color:#4A4A4A;
  line-height: 0.44rem;
}

.swiper-box .swiper-container .swiper-wrapper .swiper-slide .appraisal-box .left-sign,
.swiper-box .swiper-container .swiper-wrapper .swiper-slide .appraisal-box .right-sign,
.swiper-box .swiper-container .swiper-wrapper .swiper-slide .appraisal-box .appraisal {
  font-size: 0.32rem;
}

.swiper-box .swiper-container .swiper-wrapper .swiper-slide .appraisal-box .appraisal {
  margin: 0 0.26rem;
}

.swiper-box .swiper-container .swiper-wrapper .swiper-slide .appraisal-box .left-sign {
  text-align: left;
  line-height: 0;
}

.swiper-box .swiper-container .swiper-wrapper .swiper-slide .appraisal-box .right-sign {
  text-align: right;
  line-height: 0;
}

.swiper-box .swiper-container .swiper-wrapper .swiper-slide .company {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0 0.12rem;
  color: #000;
}

.swiper-box .swiper-container .swiper-wrapper .swiper-slide .company .logo {
  position: absolute;
  left: 0.5%;
  bottom: 0;
  width: 0.52rem;
  margin-right: 0.09rem;
  text-align: center;
}

.swiper-box .swiper-container .swiper-wrapper .swiper-slide .company .logo img{
  max-width: 100%;
}

.swiper-box .swiper-container .swiper-wrapper .swiper-slide .company .leader  {
  position: absolute;
  left: 0.62rem;
  bottom: 0;
}

.swiper-box .swiper-container .swiper-wrapper .swiper-slide .company .leader .name {
  margin: 0;
  font-size: 0.22rem;
  text-align: left;
  line-height: 0.2rem;
}

.swiper-box .swiper-container .swiper-wrapper .swiper-slide .company .leader .position {
  margin: 0;
  font-size: 0.16rem;
  text-align: left;
  line-height: 0.3rem;
}
/* 客户评价end */

/* 环信客服按钮begin */
#em-widgetPopBar {
  display: none;
}
/* 环信客服按钮end */