* {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
}

html {
  font-size: 16px;
}

body {
  max-width: 750px;
  margin: 0 auto;
}


ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  vertical-align: top;
}

input[type="button"], input[type="submit"], input[type="reset"] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.relative {
  position: relative;
}

.hidden {
  display: none;
}

.container {
  padding: 0 15px;
  background: #fff;
}

.welcom1 img {
  width: 100% !important;
  height: auto !important;
}

.topFix {
  position: fixed;
  top: 0;
  z-index: 998;
  width: 100%;
  max-width: 750px;
}

.seizeSeat {
  width: 100%;
  max-width: 750px;
}

/* header {
  width: 100%;
}

.topNav {
  position: relative;
}

.menuBtn {
  display: block;
  width: 4rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

.logo {
  display: block;
  width: 100%;
}

.logo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 750px;
} */


/* header */
#header{
 	/* height: 60px; */
 	display: flex;
 	justify-content: space-between;
 	align-items: center;
	box-sizing: border-box;
	box-shadow:  0 10px 10px #f7f7f7 ;
	/* padding: 10px 12px; */
 }
 #header>a{
 	/* flex: none; */
 	/* width:62%;
 	max-width: 285px; */
	flex: 1;
 }
 #header ul{
 	flex: 1;
 	max-width: 185px;
 	margin-left: 15px;
 	text-align: right;
 }
 #header ul li{
 	width:33.333%;
 	float: left;
 	text-align: center;
 }

 #header ul li img{
 	width: 22px;
	display: inline-block;
 }
 
 #header ul li p{
 	font-size: 14px;
 	text-align: center;
 	margin-top: 1%;
 	color: #171717;
 }
 
 /* header end */

.seizeSeat img {
  display: block;
  width: 100%;
  height: auto;
}

.formTitle {
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #ef8200;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  font-weight: bold;
}

footer form {
  padding: 0 15px;
}

.formList li {
  height: 36px;
  line-height: 36px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}

.inputIcon {
  width: 56px;
  height: 26px;
  margin-top: 7px;
  text-align: center;
  float: left;
}

.inputText {
  float: left;
  overflow: hidden;
  line-height: 21px;
  height: 21px;
  margin: 8px 0px;
}

.formList li .inputText {
  width: -moz-calc(100% - 86px);
  width: -webkit-calc(100% - 86px);
  width: calc(100% - 86px);
}

.formList li:first-child .inputText select {
  background: url('../images/hiconfm4.png')no-repeat right center;
}

.inputText select, .inputText select option, .inputText input {
  box-sizing: border-box;
  border: none;
  width: 100%;
  font-size: 15px;
  line-height: 21px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.inputText select:focus {
  outline: none;
}

.inputText input:focus {
  outline: none;
}

.inputIcon img {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
}

.formBtn {
  height: 50px;
  line-height: 50px;
  background: #d60000;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 30px;
  width: 100%;
  border: none;
  font-size: 1rem;
  border-radius: 4px;
}

.footer {
  width: 100%;
  background: #f5f5f5;
}

.footer ul {
  background: #fff;
  margin: 15px 0 0;
  text-align: center;
  padding: 20px 0;
  line-height: 24px;
  color: #666;
  font-size: 0.875rem;
}

.foot {
  box-sizing: border-box;
  width: 100%;
  max-width: 750px;
  padding: 4px 15px;
  height: 48px;
  line-height: 48px;
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 998;
  background: #f5f5f5;
}

.zxFixedBox {
  overflow: hidden;
  width: 100%;
}

.foot a {
  display: block;
  width: calc((100% - 15px)/2);
  width: -moz-calc((100% - 15px)/2);
  width: -webkit-calc((100% - 15px)/2);
  height: 40px;
  float: left;
  margin-right: 15px;
  vertical-align: top;
}

.zxFixedBox a:last-child {
  margin-right: 0;
}

.foot img {
  width: 18px;
  vertical-align: middle;
}

.foot a:last-child {
  box-sizing: border-box;
}

.footl, .footr {
  box-sizing: border-box;
  width: 100%;
  height: 38px;
  line-height: 38px;
  border: 1px solid;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
}

.footl {
  color: #f3324d;
  border-color: #f3324d;
  position: relative;
}

.footr {
  background: #0c97ee;
  position: relative;
  border-color: #0c97ee;
  color: #fff;
}

.footf {
  height: 46px;
}

.footx {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  background: #f3324d;
  position: absolute;
  top: 3px;
  right: 10%;
  font-size: 0.8rem;
  text-align: center;
  color: #fff;
}

.zwBottom {
  width: 100%;
  height: 65px;
  max-width: 750px;
}

footer {
  width: 100%;
  max-width: 750px;
  margin-top: 30px;
}

.clearfix::after, .clearfix::before {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* 锟剿碉拷锟斤拷式 */
.sliderMenu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
}

.sliderMenu ul {
  background: #fff;
  width: 75%;
  float: right;
  margin-top: 55px;
}

.sliderList li {
  height: 46px;
  line-height: 46px;
  padding-left: 30px;
  border-bottom: 1px solid #ededed;
}

.sliderList li a {
  display: block;
  overflow: hidden;
  color: #666;
}

.sliderList li a span {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  margin-top: 7px;
  margin-right: 10px;
  background: url('../images/sliderBg.png');
}

.sliderList li.active {
  background: #ef8200;
  border-bottom: 1px solid #ef8200;
}

.sliderList li.active a {
  color: #fff;
}

.sliderList a.shouye span {
  background-position: 0 0;
}

.sliderList li.active a.shouye span {
  background-position: 0 -32px;
}

.sliderList a.zysz span {
  background-position: -32px 0;
}

.sliderList li.active a.zysz span {
  background-position: -32px -32px;
}

.sliderList a.msfc span {
  background-position: -64px 0;
}

.sliderList li.active a.msfc span {
  background-position: -64px -32px;
}

.sliderList a.jiuye span {
  background-position: -96px 0;
}

.sliderList li.active a.jiuye span {
  background-position: -96px -32px;
}

.sliderList a.cgxz span {
  background-position: -128px 0;
}

.sliderList li.active a.cgxz span {
  background-position: -128px -32px;
}

.sliderList a.xszp span {
  background-position: -160px 0;
}

.sliderList li.active a.xszp span {
  background-position: -160px -32px;
}

.sliderList a.xxjj span {
  background-position: -192px 0;
}

.sliderList li.active a.xxjj span {
  background-position: -192px -32px;
}

.sliderList a.xxhj span {
  background-position: -224px 0;
}

.sliderList li.active a.xxhj span {
  background-position: -224px -32px;
}

.sliderList a.lxlx span {
  background-position: -258px 0;
}

.sliderList li.active a.lxlx span {
  background-position: -258px -32px;
}

.sliderList a.wybm span {
  background-position: -290px 0;
}

.sliderList li.active a.wybm span {
  background-position: -290px -32px;
}

/* ������ʽ */
#moban {
  background: rgba(6, 6, 6, 0.2);
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}

.show {
  display: block !important;
}

.hide {
  display: none;
}

.hi {
  margin: 0 auto;
  width: 80%;
  text-align: center;
  margin-top: 60%;
}

/* ������ʽend */
/* zhaoheng ģ��h1��ǩ����*/
.h1_hidden {
  display: none
}

.foot_new {
  height: 55px;
  width: 100%;
  max-width: 750px;
  box-sizing: border-box;
  padding: 5px 11px;
  position: fixed;
  bottom: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 0 0 15px #ccc;
}

.foot_new a {
  display: block;
  height: 45px;
  line-height: 45px;
  width: calc((100% - 11px)/2);
  float: left;
  text-align: center;
  border-radius: 6px;
  font-size: 16px;
  overflow: hidden;
}

.foot_new a.zxzx {
  margin-right: 11px;
  color: #ffff00;
  background: #d60000;
}

.foot_new a.dhzx {
  color: #fff;
  background: #0c97ee;
}

.foot_new a i {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 27px;
}

.foot_new a.zxzx i {
  background: url('../images/qqzx.gif')no-repeat center center;
}

.foot_new a.dhzx i {
  background: url('../images/dhzx.png')no-repeat center center;
  background-size: 90% 90%;
  transform: translateY(-2px);
}

.foot_new a em {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #ffff00;
  font-size: 12px;
  font-style: normal;
  color: #d60000;
  border-radius: 50%;
  margin-top: 7px;
  margin-left: 2px;
}

/* zhaoheng */
.foot_new a span {
  color: #ff0 !important;
}

.foot_new a:last-child span {
  color: #fff !important;
}

.footer li {
  font-size: 14px;
}

.hslxftcr {
  display: none;
  position: fixed;
  right: 5px;
  width: 34px;
  color: #fff;
  line-height: 16px;
  text-align: center;
  font-size: 13px;
  padding: 9px 9px 10px;
  top: 60%;
  margin-top: -7rem;
  z-index: 5555;
  box-sizing: initial !important;
  background: #0c97ee;
  border-radius: 12.8vw;
  box-shadow: 0 0 2.667vw 1px #727272;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: donghua;
  animation-name: donghua;
  overflow: hidden;
}

@keyframes donghua {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.hslxftcr a {
  color: #fff;
  display: block;
  -webkit-transform: translateY(2px);
}

/* �°�ajax���� */
.ajaxForm {
  padding: 0 15px;
}

.ajaxForm li {
  box-sizing: border-box;
  font-size: 18px;
  padding: 7px 0 7px 66px;
  overflow: hidden;
}

.zy_select {
  display: block;
  box-sizing: border-box;
  float: left;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 15px;
  background: #fff;
  width: 100%;
}

.ajaxForm li:last-child {
  border: none;
}

.ajaxForm li input {
  display: block;
  border: none;
  font-size: 15px;
  float: left;
  outline: none;
}

.ajaxForm li.firstSelect {
  background: url('../images/newformmajor.png')no-repeat 23px center;
  background-size: 20px 20px;
  position: relative;
}

.ajaxForm li:nth-child(2) {
  background: url('../images/hiconfm2.png')no-repeat 23px center;
  background-size: 20px 20px;
}

.ajaxForm li:nth-child(3) {
  background: url('../images/hiconfm3.png')no-repeat 23px center;
  background-size: 20px 20px;
}

.ajaxForm li:nth-child(5) {
  height: 50px;
  padding: 0;
}

.ajaxForm li.firstSelect::after {
  content: "";
  background: url('../images/hiconfm4.png')no-repeat center center;
  background-size: 20px auto;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  left: 145px;
}

.ajaxForm li .form_submit {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #d60000;
  color: #fff;
  text-align: center;
  font-size: 18px;
  border-radius: 6px;
}

.hslxftcr {
  position: fixed;
  right: -5rem;
  width: 40px;
  height: 40px;
  background-color: #00aef1;
  color: #fff;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  padding: 12px;
  top: 50%;
  margin-top: -7rem;
  z-index: 5555;
  box-sizing: initial !important;
}

#xw_footer_m {
  width: 100%;
  overflow: hidden;
  height: 60px;
}

.xw_footer_m {
  display: flex;
  height: 60px;
  padding: 9px 12px;
  background: #fff;
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
  box-sizing: border-box;
  box-shadow: 0px -1px 10px #ccc;
  z-index: 998;
}

.xw_footer_m_left {
  flex: none;
  text-align: center;
}

.xw_footer_m_left span {
  margin-right: 5px;
  display: inline-block;
  float: left;
  overflow: hidden;
  margin-top: 7px;
}

.xw_footer_m_left span:last-child {
  line-height: 43px;
  height: 50px;
  margin-top: 0px;
}

.xw_footer_m_left span img {
  width: 30px;
  display: block;
}

.xw_footer_m_center {
  flex: 1;
  height: 50px;
}

.xw_footer_m_center>div {
  width: 100%;
  height: 100%;
  text-align: center;
  width: 92%;
  float: right;
}

.xw_footer_m_center a {
  height: 42px;
  line-height: 42px;
  width: 100%;
  text-align: center;
  border-radius: 6px;
  font-size: 15px;
  overflow: hidden;
  margin-right: 11px;
  background: #d60000;
  display: block;
}

.xw_footer_m_center i {
  background: url(/skin/images/zssj/qqzx.gif)no-repeat center center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  width: 20px;
  height: auto;
}

.xw_footer_m_right i {
  background: url(/skin/images/zssj/dhzx.png)no-repeat center center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  width: 20px;
  height: auto;
}

.xw_footer_m_center a span {
  color: #ffff00;
  background: #d60000;
}

.xw_footer_m_center a em {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: #ffff00;
  font-size: 12px;
  font-style: normal;
  color: #d60000;
  border-radius: 50%;
  margin-top: 5px;
  margin-left: 1px;
}

.xw_footer_m_right {
  flex: 1;
}

.xw_footer_m_right>div a {
  background: #0c97ee;
}

.xw_footer_m_right a span {
  color: #fff;
  background: #0c97ee;
}

.bshare-custom {
  text-align: center;
  margin: 10px auto;
}

.bshare-custom a {
  padding-left: 20px !important;
}

.bshare-custom span {
  margin-right: 5px !important;
}

.d_flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
}

.flex_n {
  flex: none;
  -webkit-flex: none;
  -ms-flex: none;
}

.flex_1 {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
}

.public_from {
  width: 95%;
  margin-left: 2.5%;
  padding: 12px 0 30px;
  border-radius: 10px;
  box-shadow: 0px 1px 10px 5px #eee;
}

/*.public_from h2 {*/
/*  font-size: 20px;*/
/*  font-weight: bold;*/
/*  color: #d60000;*/
/*  text-align: center;*/
/*  padding: 15px;*/
/*}*/
.public_from h2{
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 28px;
}
.public_from ul {
  width: 94.3%;
  margin: 0 auto;
}
.public_from .d_flex p{
  width: 100%;
  height: 36px;
  background-color: #f0f4f7;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.public_from .name img{
  width: 15px;
  height: 15px;
  margin-left: 10px;
}
.public_from .tel img{
  width: 12px;
  height: 18px;
  margin-left: 12px;
}
.public_from li {
  width: 100%;
  margin-bottom: 21px;
}

.public_from li p:last-child input,
.public_from li p:last-child select {
  display: block;
  width: 100%;
  height: 28px;
  line-height: 28px;
  padding-left: 11px;
  margin-left: 12px;
  background: #f0f4f7;
  box-sizing: border-box;
}

.public_from li p select option {
  border: none;
  outline: none;
  padding-left: 20px;
  color: #6d6d6d;
}

.public_from .flex_n {
  width: 65px;
  color: #d60000;
  font-size: 16px;
}

.public_from .flex_1 {
  position: relative;
}

.public_from .flex_1 img {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

.public_from input {
  display: block;
  width: 100%;
  border: none;
  padding-right: 10px;
  background: #f7f7f7;
  height: 28px;
  line-height: 36px;
  padding-left: 40px;
  font-size: 16px;
  color: #bababa;
  border-left: 1px solid #c8c8c8;
}

.public_from input:focus, .public_from select:focus {
  outline: none;
}

.yqts {
  text-align: center;
  line-height: 20px;
  font-weight: 400;
  font-size: 12px;
  color: #5b5b5b;
}

.public_from #submit {
  display: block;
  width: 85.2%;
  font-size: 18px;
  color: #fff;
  margin: 7px auto 0;
  font-weight: bold;
  background-size: 23px;
  /*text-indent: -5%;*/
  text-align: center;
  line-height: 44px;
  border: none;
  position: relative;
  height: 44px;
  background-color: #ff4b00;
  border-radius: 22px;
}

.public_from #submit::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(/skin/images/home/public_dj.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 63%;
  top: 9px;
  animation: jiantou 1s infinite;
  -webkit-animation: jiantou 1s infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

@keyframes jiantou {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.2);
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.2);
  }
}


.footer li{padding: 0 2.5%;}
.footer ul li a{color: #666;}


.jesong_chatP_title >*{color: #fff!important;}