* {
  padding: 0;
  margin: 0;
}
html,
body {
  height: 100vh;
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  top: 0;
}
body {
  font-size: 14px;
  font-family: "Microsoft Yahei";
}
.i-box {
  background: #eaebef;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pa {
  position: absolute;
}
.pr {
  position: relative;
}
.textoverflow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.clearfix::after {
  content: "";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.textcenter {
  text-align: center;
}
.ft16 {
  font-size: 16px;
}
.letterspacing {
  letter-spacing: 1px;
}
a {
  text-decoration: none;
}
input {
  outline: none;
}
.all-btn {
  padding: 5px 15px;
  color: #fff;
  background: #222222;
  margin-right: 10px;
}
.mar1 {
  margin: 44px 0 20px 0;
}
.mab20 {
  margin-bottom: 20px;
}
.mab8 {
  margin-bottom: 8px;
}
.mat20 {
  margin-top: 20px;
}
.matb20 {
  margin: 20px 0;
}
.matb5 {
  margin: 5px 0;
}
.disblock {
  display: block;
  width: 100%;
}
.no-scroll {
  height: 100vh;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
}
.i-image-parent {
  width: 80%;
  margin: 0 auto;
}
.i-image-parent img {
  max-width: 100%;
}
.i-banner img {
  max-width: 100%;
  display: block;
}
.i-jt {
  position: relative;
  width: 25px;
  height: 25px;
  top: 18px;
  overflow: hidden;
}
.i-jt::after,
.i-jt::before {
  content: "";
  width: 12px;
  height: 1px;
  background: #6e6e6e;
  position: absolute;
  top: 12px;
  left: 6px;
  transform-origin: 0 0;
}
.i-jt::after {
  transform: rotate(36deg);
}
.i-jt::before {
  transform: rotate(-36deg);
}
.i-header-image {

  background-repeat: no-repeat;
}
.i-header {height:60px;background: #f5f5f5;position: fixed;width: 100%;top: 0;left: 0;z-index: 2;}
.i-header .i-phone {width:90px;height:30px;line-height: 30px; float: left; margin: 15px 5px;}
.i-header .i-phone img{height: 100%;}
.i-header .i-phone a{ color: #be8e44;}
.i-logo{width:200px; height:45px;margin-top:6px; text-align: center; float: left;}
.i-logo img{ height:50px;}
.i-list {
  position: relative;
  width: 38px;
  height: 38px;
  margin-top: 13px;
  margin-right: 10px;
}
.i-list .i-list1::after,
.i-list .i-list1::before,
.i-list .i-list2::after,
.i-list .i-list2::before {
  content: "";
  width: 15px;
  height: 15px;
  background: #be8e44;
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 2px;
}
.i-list .i-list1::after {
  top: 0;
  left: 0;
}
.i-list .i-list1::before {
  top: 0;
  left: 19px;
}
.i-list .i-list2::after {
  left: 0;
  top:19px;
}
.i-list .i-list2::before {
  top: 19px;
  left: 19px;
}
.i-item1 {
  color: #fff;
  height: 70px;
  background: #343434;
  padding: 15px 0;
  text-align: center;
}
.i-item1 .i-item1-list {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  padding-top: 5px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: 5px center;
  line-height: 28px;
  display: inline-block;
}
.i-item1 .i-item1-list p{ padding-left: 45px;}
.i-item1 .i-item1-a {
  background-image: url(../images/qyxz.png);
}
.i-item1 .i-item1-b {
  background-image: url(../images/gzal.png);
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.i-item1 .i-item1-c {
  background-image: url(../images/sjs.png);
}
.i-item2 {
  border-top: 4px solid #d0d0d0;
  padding-bottom:30px;
}


.i-item-title {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 40px 0 10px 0;
}
.i-item2-box {
  color: #1f1f1f;
}
.i-item2 .i-item2-list {
  width: 25%;
  float: left;
  font-size: 12px;
  text-align: center;
  margin-bottom: 30px;
}
.i-item2-list .i-image-parent {
  width: 80%;
  margin: 0 auto;
}
.i-item2-list .i-image-parent img {
  max-width: 100%;
}
.i-item2-box .i-item2-content {
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
}
.i-item2-box .i-item2-content img {
  max-height: 100px;
  max-width: 107px;
  min-width: 78px;
  min-height: 73px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40%;
}
.i-item2-box .i-item2-content p {
  box-sizing: border-box;
  padding: 8px 0px 0 10px;
  text-align: left;
  font-size: 12px;
}
.i-item2-box .i-item2-content .i-item2-p1 {
  font-size: 14px;font-weight:bold;
}
.i-item2-box .i-item2-content option {
  border: 1px solid #e1e1e1;
}
.i-item3 .i-item-title {
  background: #fff;
}
.i-item3 .i-item3-list {
  padding: 6px 0;
  width: 100%;
  height:200px;
  margin:10px 0px;
  background-size: cover;
}
.i-item3 .i-item3-list a{ width: 100%; height:150px;display: block; text-align: center; color: #fff; padding-top: 50px;}
.i-item3 .i-item3-list a p{ font-size: 18px; line-height: 30px;}
.i-item3 .i-item3-list img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.nomargin {
  margin: 0 !important;
}
.i-item4 {
  background: #fff;
}
.i-item4 .i-item4-list {
  float: left;
  width: 25%;
  margin-bottom: 20px;
}
.i-item4 p {
  text-align: center;
  color: #333;
}
.i-item4 .i-item4-list .i-image-parent{ margin-bottom: 10px;}
.i-item4-list p{line-height: 22px;font-size: 12px;}
.i-item5 {
  background: #fff;
  padding-top: 30px;
  color: #b4b4b4;
}
.i-item5 .textcenter {
  color: #646464;
  border-bottom: 2px solid #fb9032;
  padding-bottom: 8px;
  font-size: 16px;
}
.i-item5 .i-item5-list {
  padding: 0 6px;
}
.i-item5 .i-item5-title {
  line-height: 60px;
}
.i-item5 .i-item-p1 {
  font-weight: 700;
  font-size: 16px;
  color: #2c2c2c;
}
.i-item5 .i-item-p2 {
  color: #989898;
}
.i-item5 .i-item5-input {
  border: 1px solid #b4b4b4;
  padding: 12px 4px;
  border-radius: 2px;
  box-sizing: border-box;
}
.i-item5 .pfm {
  color: #383838;
  right: 10px;
  top: 2px;
  font-size: 18px;
}
.i-item5 .i-item5-input1 {
  overflow: hidden;
  display: block;
  box-sizing: border-box;
  padding-right: 5px;
}
.i-item5 .getyam {
  width: 100px;
  line-height: 38px;
  text-align: center;
  color: #fa5005;
  border: 1px solid #cacaca;
}
.i-item5 .ljsq {
	width: 100%;
	display: block;
border:0px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #fa4c05;
}
.i-item5 .promise {
  text-align: center;
  font-size: 14px;
  margin: 10px 0 0 0;
}
.i-item6 {
  background: #fff;
}
.i-item6 .i-item6-content img {
  max-width: 100%;
  display: block;
  border-radius: 10px;
}
.i-item6 .i-item6-content .i-item6-list {
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px;
  float: left;
  margin-top:10px;
}
.i-item6 .i-item6-content .i-item6-list a{ display: block; color: #666;}
.i-item6 .i-item6-content .i-item6-list:nth-child(1),
.i-item6 .i-item6-content .i-item6-list:nth-child(2) {
  margin-top: 0;
}
.i-item6 .i-item6-content .textcenter {
  font-weight: 700;
  line-height: 32px;
}
.i-item7 {
  background: #fff;
}
.i-news-title {
  width:100%;
  margin: 0 auto;
  text-align: center;
}
.i-news-title .i-new-item {
display: inline-block;
  padding: 8px 15px;
  color: #898989;
 
  font-size: 15px;
}
.i-news-title .i-new-item:nth-child(2) {
  margin: 0 8px;
}
.i-news-title .i-selected {
  color: #f00;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #f00;
}
.i-news-content {
  background: #fff;
}
.i-news-item {
  padding: 25px 10px 10px 10px;
  border-bottom: 1px dotted #c6c6c6;
  height: 70px;
  overflow: hidden;
}
.i-news-item img {
  max-height: 100%;
  
}
.i-news-item .i-new-a {
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  padding-left: 15px;
}
.i-news-item .i-new-title {
  color: #333;
  padding-bottom: 10px;
}
.i-news-item .i-new-content {
  color: #9f9f9f;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 12px;
}
.checkmore {
  width: 150px;
  line-height: 36px;
  color: #fff;
  background: #c09048;
  margin: 30px auto 10px;
  display: block;
}
.i-footer {
  color: #6a6a6a;
  height: 128px;
}
.i-footer a{ color: #666;}
.i-footer .textcenter {
  line-height: 30px;
}
.i-footer-list {
  width: 168px;
  margin: 0 auto;
}
.i-footer-list a {
  color: #6a6a6a;
}
.i-fixed {
  position: fixed;
  bottom: -200px;
  height: 300px;
  background: rgba(0, 0, 0, 0.98);
  transition: all 0.5s ease;
  z-index: 99;
}
.i-fixed img {
  max-width: 100%; padding:0px 10px;
}
.i-fixed .i-open {
  max-width: 30px;
  position: absolute;
  top: 40px;
  right: 20px;
  transition: all 0.5s ease;
  transform: rotate(0deg);
  animation: zoomIn 1.2s linear 1.2s infinite alternate;
}
.i-fixed .pople-num {
  color: #999;
}
.i-fixed .user-info {
  width: 90%;
  box-sizing: border-box;
  background: #fff;
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
  padding: 0 15px;
  display: block;
  margin: 20px auto 0;
   font-size: 14px;
}
.i-fixed .immediate {
	 width:90%;
	 height: 35px;
	  line-height: 35px;
	   text-align: center;
	 background: #F08300;
  	color: #fff;
  margin: 10px auto;
  display: block; border: 0px;
  font-size: 15px;
}
.i-cover {
  position: fixed;
  background: transparent;
  z-index: 9;
  width: 100%;
  height: 100vh;
  display: none;
  top: 0;
  left: 0;
}
@keyframes zoomIn {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(0.9);
  }
}
.i-news1{ display: none;}
.i-news1.on{ display: block;}
#rnav{ width:90px; height: 100%; background: rgba(255,255,255,0.9);position: fixed;right:0px;top:0px; z-index: 99999; display: none;}
#rnav ul{ width: 100%; height: 100%;}
#rnav ul li{ width: 100%; text-align: center; line-height: 35px; line-height: 35px;}
#rnav ul li a{display:block;color:#be8e44; font-size: 15px;}
.rnavclose{ width:32px; height: 32px; position: absolute;bottom:30px;left:29px;}
#rnav ul li .waphome{width:90%;height:40px;line-height:40px;color: #fff;background:#eaa233; margin:20px auto;border-radius: 3px; }

/*案例筛选*/
.casegroup{ width: 100%; height:auto;text-align: center;}
.casegroup li{ width:28%; height:40px;line-height:40px;margin:0px;display: inline-block;border:1px solid #999; border-radius:2px;position: relative;border-radius:3px;}
.casegrfirst{ display:block;background:#f7f7f7;border-radius:3px;}
.list-groupdown{ display: none;width:100%;position:absolute; top:40px;left:-1px; background: #fff; padding:0px 0px 10px 0px; border-left: 1px solid #999; border-right: 1px solid #999;border-bottom: 1px solid #999;}
.list-groupdown a{line-height:35px;display:block; border-bottom: 1px dotted #dedede; float: none;}

/*内页二级目录*/
.iermenu{ width: 100%; height:50px; line-height:50px; text-align: center; border-bottom:1px solid #dedede;
-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
-moz-box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
 margin-bottom: 10px;
}
.iermenu li{ color: #333; display:inline-block; text-align: center; padding: 0px 20px;}
.iermenu li.on{ color: #fff !important; background: #222;}
.iermenu li.on a{color: #fff;}
.iermenu li a{ color: #333; font-size: 15px;}

.inbslist{ width: 100%;}
.inbslist li{width:46%;height: auto; float: left; margin: 10px 2% 0px 2%; }
.inbslist li img{max-width:100%;height:auto !important;}
.inbslist li a{ display:block;}
.inbslist li p{ width:100%;height:35px;line-height:35px;text-align:left;color:#555; font-size: 16px; font-weight: bold;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;  margin-top: 0px;}
.inbslist li span{ display: block; width: 100px; height: 30px; line-height: 30px;color:#fff; background: #333; text-align: center;border-radius: 3px; font-size: 14px; margin-top: 5px;}

.ingdlist{ width: 100%;}
.ingdlist li{height: auto; padding: 0px 10px; margin: 10px 0px;}
.ingdlist li img{max-width:100%;height:auto !important;}
.ingdlist li a{ display:block;}
.ingdlist li .gdtitle{ width:100%;height:35px;line-height:35px;text-align:left;color:#555; font-size: 16px; font-weight: bold;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;  margin-top: 0px;}
.ingdlist li .gdtopboxce{ padding:5px;height: auto; background: #efefef; line-height: 20px;}
.gdtopboxce p{ width: 100%; line-height: 22px; color: #666;}
.ingdlist li .gdtopboxce span{ display: inline-block; width:48%; color: #555;}

.gdlistjdua{ width: 100%; height: auto; line-height: 30px; text-align: center; padding:5px 0px; color: #666;}
.gdlistjdua dt{ display: inline-block; text-align: center; padding: 0px 0px; position: relative; width:85px;}
.gdlistjdua dt:before{ width:35px; height:3px; background: #dedede; content:''; position: absolute; top:5px;left:0px}
.gdlistjdua dt:after{ width:35px; height:3px; background: #dedede;content:" ";position: absolute; top:5px;right:0px}
.gdlistjdua b{ width:10px; height:10px; border:2px solid #dedede; display: block; border-radius: 15px; margin: 0 auto;}
.gdlistjdua dt.on:before{ width:35px; height:3px; background: #c48f3d; content:''; position: absolute; top:5px;left:0px}
.gdlistjdua dt.on:after{ width:35px; height:3px; background: #c48f3d;content:" ";position: absolute; top:5px;right:0px}
.gdlistjdua dt.on b{ width:10px; height:10px; border:2px solid #c48f3d; display: block; border-radius: 15px; margin: 0 auto;}
	
.teamlist{ width: 100%; height: auto;}
.teamlist li{height:200px;background: #fff;border-top:5px solid #dedede;border-bottom:5px solid #dedede;padding: 10px;}
.teamlist li a{ display: block; height: 100%;}
.teamlist li img{ width: 133px; height: 100%; float: left;}
.inteamcon{ width:calc(100% - 155px);float:right;margin-right: 10px;}
.teamtfont{ width: 100%; height:50px;line-height: 50px; font-size:18px; font-weight: bold; color: #333;}
.teamzp{ width: 100%; font-size: 14px; color: #666; margin-top: 15px;}
.teamzp b{ font-size: 15px; color:#be8e44;}
.shjem{ font-size: 18px; color: #666; font-weight: bold;}
.shjbfont{ line-height: 23px; color: #666; font-size: 13px;}
.ckxqsj{ display: block; width: 90px; line-height:30px; color: #fff; background: #F08300; text-align: center; border-radius: 3px; margin-top: 65px;}

.teamtitle{ width: 100%; height: 35px; line-height: 35px; color: #FFF; background: #333; text-indent: 15px;}
.caseinfo{ width: 100%; height: auto; margin-bottom: 20px; background: #eaa233; clear: both;}
.caseinfo p{ width:33.333%; text-indent: 15px; float: left; border-bottom: 1px solid #fff; color: #fff; line-height: 35px;}
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; }
.bmselect{ width:30%; height: 35px;line-height: 35px; border-radius: 3px; margin-bottom: 10px;}
.bjctitle{ width:100%; text-align: center; font-size: 26px; line-height: 50px; margin-top:10px;}
.bjtxlist{ width: 100%; text-align: center; padding:10px 0px;}
.bjtxlist li{height: 35px; line-height: 35px; border:1px solid #dedede;border-radius: 5px; display: inline-block; cursor: pointer; margin: 5px 3px; padding: 0px 8px;}
.bjtxlist1 li{color: #333 !important;}
.bjtxlist li.on{ background: #c48f3d;border:2px solid #c48f3d; color: #fff !important;}
.bjsecbox{ width: 100%; height: auto; background: url(../images/price_tbg.jpg) no-repeat; padding: 20px 0px 30px 0px;}
.bjctitlesmall{ width:100%; text-align: center; font-size:16px; line-height: 40px; color: #333;}
.bjinput{ width: 200px; height:35px; line-height: 35px; margin: 5px auto; padding: 0px 10px; border-radius: 3px; border:1px solid #dedede; display: block; outline: none;}
.bjsubmit{width:150px;height:35px;line-height: 35px; text-align: center; background: #F22825;outline:none;color: #fff; border-radius: 5px; display:block; margin: 0 auto; border: 0px; font-size: 18px;}
.bjsubmit:hover{ background: #F08300; cursor: pointer;}

/*首页标题*/
.jzindextitle{ width: 100%; height:auto;text-align: center; margin:20px 0px;}
.jzindextitle .jzindextitle1{color: #e8e8e8; font-size: 35px; font-family: courier;}
.jzindextitle .jzindextitle2{color: #333; font-size: 20px; font-weight: bold; position: relative; line-height: 35px; display: inline-block;} 
.jzindextitle .jzindextitle2::before{width:50px;height:3px; background: #e8e8e8;position: absolute;left:-60px;top: 16px;content:""}
.jzindextitle .jzindextitle2::after{width:50px;height:3px; background: #e8e8e8;position: absolute;right:-60px;top: 16px;content:""}

/*合作品牌*/
.hzpplist{ width: 100%; height: auto; text-align: center;}
.hzpplist li{ width: 20%; height: auto; margin:10px 1%; display:inline-block; border:2px solid #dedede;}
.hzpplist li img{ width: 100%;}

/*活动报名*/
.jzwapinl{ width:calc(100% - 90px); height: 30px; line-height: 30px; border: 1px solid #dedede; border-radius: 3px; padding: 0px; display: inline-block; text-indent: 15px; vertical-align: top;}
.jzwapsub{ width:80px; height: 32px; line-height: 32px; background: #F08300; color: #fff; text-align: center; border: 0px; font-size: 15px;vertical-align: top;}
.hdingtilte{ width: 100%; height: auto; padding: 10px 0px 5px 0px; font-weight:bold; color: #333;}
.hdingdate{ font-size:14px; color: #666; line-height: 30px;}
.hdmore{ width: 80px !important; height: 30px; line-height: 30px; background: #F08300; text-align: center; color: #fff !important; display: inline-block; border-radius: 3px; margin-top: 10px;}
/*预约报名*/
.yybflobox{ width:300px; height: 300px; border:2px solid #dedede; background: #fff; position:fixed; left:50%;top:50%; margin-left:-150px; margin-top: -150px; z-index: 999999; display: none;}
.yybfloboxt{ height: 30px; line-height: 30px; background: #f7f7f7; padding: 0px 10px;}
.yybfloboxt p{ float: left; font-size: 16px;}
.yybfloboxt a{ float: right; font-size: 18px;}
.yybfloboxcon{ padding: 15px 25px;}
#yybfloboxt{ text-align: center; line-height:23px; padding: 10px 0px;}
.yybfloboxcon .yybjinput{ width:220px; height: 30px; line-height: 30px; padding: 0px 10px; font-size: 14px; border-radius: 3px; border:1px solid #dedede; margin: 15px auto; display: block; outline: none;}
.yybjsubmi{ width: 240px; height: 35px; line-height: 35px; background: #F08300; color: #fff; border: 0px; display: block; margin: 0 auto; font-size: 15px; letter-spacing: 5px;outline: none;}

.jzwaptopicon{ width: 100%;height: auto; border-bottom:6px solid #dedede; text-align: center; padding: 10px 0px; margin: 0px;}
.jzwaptopicon li{width:25%; float:left; text-align: center; padding: 0px; margin: 5px 0px;}
.jzwaptopicon li a{ display: block;}
.jzwaptopicon li img{ width: 75px; height: 75px;}
.jzwaptopicon li a p{ color: #333;line-height: 30px;}
