@import "common.css";
body {
  background-color: #f3f5f6;
  background: #fff;
  font-size: 16px;
}
/**公共样式**/
.flex {
  display: flex;
}
.jc-sb {
  justify-content: space-between;
}
.js-center {
  justify-content: center;
}
.align-center {
  align-items: center;
}
.flex-1 {
  flex: 1;
}
.w1200 {
  width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
}
.py-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.common-title {
  text-align: center;
  color: #333;
  margin: 40px auto 30px;
}
.main-title {
  font-size: 40px;
  line-height: 1.5;
  font-weight: bold;
}
.subtitle {
  color: #666;
  font-size: 16px;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-3 {
  margin-bottom: 30px !important;
}
/**公共样式结束*/
/*************************** 头部导航  ********************************/
.nav {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.nav .logo {
  width: 600px;
  overflow: hidden;
  margin-left: 10px;
}
.nav .logo img {
  width: 100%;
  height: auto;
}
.nav .nav-items {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  width: 800px;
  justify-content: space-evenly;
  color: #666;
  box-sizing: border-box;
}
.nav .nav-items li {
  display: flex;
  align-items: center;
  padding: 4px 5px;
  margin-right: 10px;
}
.nav .nav-items li:hover {
  color: #f77813;
}
.nav .nav-items li:hover a {
  color: #f77813;
  cursor: pointer;
}
/***************************  /头部导航 ********************************/
/*************************** banner /start  ********************************/
.swiper-pagination-bullet {
  width: 120px !important;
  color: #fff !important;
  left: 0;
  margin-bottom: 10px;
}
.swiper-pagination-bullet {
  width: 120px !important;
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  margin-bottom: 10px;
}
.swiper-pagination-bullet-active {
  width: 150px !important;
  height: 30px !important;
  line-height: 30px;
  background: rgba(244, 67, 54, 0.8) !important;
}
/***************************  banner /end ********************************/
/*************************** 合作伙伴 /start  ********************************/
.partners {
  border-top: 1px dotted #999999;
  border-left: 1px dotted #999999;
  display: flex;
  flex-direction: column;
  height: 200px;
  flex-wrap: wrap;
}
.partners li {
  width: 200px;
  height: 100px;
  border-right: 1px dotted #999999;
  border-bottom: 1px dotted #999999;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
/***************************  合作伙伴 /end **********************************/
/***************************  footer/ start ************************************/
.footerTetx {
  color: #787878;
  text-align: center;
  font-size: 14px;
  padding: 20px;
  background: #f8f8f8;
}
.footerTetx p {
  line-height: 30px;
}
.footerTetx p a {
  color: #000;
}
.footerLinks {
  background: #f8f8f8;
}
.index_foot_wzdh {
  height: 60px;
  border-bottom: 1px solid #d7d7d7;
  line-height: 39px;
}
.index_foot_wzdh ul {
  text-align: center;
  position: relative;
  padding-top: 20px;
}
.index_foot_wzdh ul li.oujw {
  display: inline-block;
}
.index_foot_wzdh ul li.oujw a.oujwn {
  font-size: 14px;
  display: block;
  width: 117px;
  text-decoration: none;
  background: url(https://www.xmxdfpr.com/static/css/20161025_szf_icon3.png) 110px center no-repeat;
  padding-left: 20px;
  color: #000;
}
.index_foot_wzdh ul li:first-child.oujw a.oujwn {
  width: 119px;
  color: #000;
}
.index_foot_wzdh ul li.oujw a.oujwn:hover,
.index_foot_wzdh ul li.curr a.oujwn {
  font-weight: bold;
  color: #d91616;
  position: relative;
}
.index_foot_wzdh_nr {
  border-bottom: none;
  background: #f8f8f8;
  padding: 10px 0px 10px 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  z-index: 99;
  width: 1198px;
  display: none;
}
.index_foot_wzdh_nr.curr {
  display: block;
}
.index_foot_wzdh_nr ul {
  height: 22px;
  line-height: 22px;
}
.index_foot_wzdh_nr ul.table li {
  margin-left: 10px;
  width: 170px;
}
.index_foot_wzdh_nr ul li {
  font-size: 14px;
  float: left;
  line-height: 26px;
  padding-left: 10px;
  margin-left: 25px;
}
.index_foot_wzdh_nr ul li:first-child a,
.index_foot_wzdh_nr ul li:nth-child(8) a {
  color: #e30000;
}
.index_foot_wzdh_nr table > tbody > tr:nth-child(1) > td:nth-child(2) > ul li:nth-child(1) a {
  font-weight: 600;
  color: #e4393c;
}
.index_foot_wzdh_nr tr td {
  line-height: 16px;
  font-size: 12px;
}
.col-red {
  color: #ed3403 !important;
}
/*名师风彩*/
.hidden {
  visibility: hidden;
}
.jlx {
  margin-bottom: 40px;
}
.jls {
  margin-top: 40px;
}
.yqe {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.lbx {
  width: 100%;
  height: auto;
  margin: 40px auto;
  position: relative;
  text-align: center;
  color: #000;
  font-size: 42px;
}
.lbx:before,
.lbx:after {
  content: "";
  width: 30%;
  height: 1px;
  position: absolute;
  top: 50%;
}
.lbx:before,
.lbx:after {
  content: "";
  width: 30%;
  height: 1px;
  position: absolute;
  top: 50%;
}
.w964px {
  width: 1201px;
  height: auto;
  overflow: hidden;
}
.relative {
  position: relative;
}
.over-hidden {
  overflow: hidden;
}
.mar1 {
  margin-right: 3px;
}
.absolute {
  position: absolute;
}
.wb100 {
  width: 100%;
}
.bgc-black-rgba {
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  top: 0;
  left: 0;
}
.bgc-black-rgba:hover {
  background-color: rgba(0, 0, 0, 0);
}
.pat15 {
  padding-top: 19px;
  padding-bottom: 21px;
}
.pal25 {
  padding-left: 25px;
}
.par10 {
  padding-right: 10px;
}
.mab15 {
  margin-bottom: 10px;
}
.F16 {
  font-size: 16px;
}
.mab20 {
  margin-bottom: 10px;
}
.Fwhite {
  color: white;
}
.F24 {
  font-size: 24px;
}
.F14 {
  font-size: 14px;
}
.fc-gray05 {
  color: #fff;
}
.lh20px {
  line-height: 20px;
}
.text-right {
  text-align: right;
}
.lh25px {
  line-height: 25px;
}
.h25px {
  height: 25px;
}
.w80px {
  width: 80px;
}
.warpper-white {
  background: #fff;
  color: #ef7800;
  padding: 0 5px;
}
.display-inline {
  display: inline-block;
}
a:hover {
  color: #FF4503;
  text-decoration: underline;
}
.F16 {
  font-size: 16px;
}
.fc-gray04 {
  color: #fff;
}
.bgimg-sjs {
  background: rgba(0, 0, 0, 0.9);
  opacity: 0.7;
}
/***************************  footer/ end ************************************/
/* 年味左侧栏 */
.right-fixed-box {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: -100%;
  transition: 2s;
  width: 226px;
  height: 561px;
  background: url(https://www.xmxdfpr.com/static/images/fixed-bg.png) left top no-repeat;
}
.right-fixed-box-active {
  left: 5px;
  transition: 0.5s;
  z-index: 9999;
}
.right-fixed-box ul {
  width: 152px;
  height: 263px;
  background: url(https://www.xmxdfpr.com/static/images/ulbg.png) no-repeat center center;
  margin: 276px 0 0 41px;
  padding-top: 38px;
}
.right-fixed-box ul li {
  width: 123px;
  height: 33px;
  line-height: 33px;
  border-bottom: 1px dashed #ffd9d9;
  font-size: 16px;
  margin: 0 auto;
  background-color: #fff;
}
.right-fixed-box ul li a {
  color: #cd091b;
}
.right-fixed-box ul li img {
  display: inline-block;
  margin: 0 6px 0 4px;
}
.right-fixed-box .left-close {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 16px;
  top: 0;
  right: 0;
  cursor: pointer;
  border-radius: 100%;
  border: 1px solid #df5838;
  color: #df5838;
  text-align: center;
  position: absolute;
}
/* 年味左侧栏 结束*/
/*右侧弹窗咨询*/
/***************************  右侧弹窗咨询/ start ************************************/
/*弹窗咨询*/
.tcbox {
  width: 506px;
  height: 404px;
  position: fixed;
  margin: -202px 0 0 -253px;
  /*margin:-50px 0 0 305px;*/
  left: 50%;
  top: 50%;
  z-index: 99;
  overflow: hidden;
  background: #fff;
  display: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 16px #AFAFAF;
  -moz-box-shadow: 0 0 16px #AFAFAF;
  box-shadow: 0 0 16px #AFAFAF;
  z-index: 9999;
}
.tcbox .tcc1 {
  width: 100%;
  height: 63px;
  background: url(https://www.xmxdfpr.com/static/images/chatico.png) no-repeat 14px center;
}
.tcbox .tcc1 p {
  height: 63px;
  margin-left: 65px;
  line-height: 63px;
  color: #000;
  font-size: 16px;
  margin-top: 0;
}
.tcbox .tcc1 p span {
  color: #f76d02;
}
.tcbox .boxout {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 9999;
  cursor: pointer;
  background: url(https://www.xmxdfpr.com/images/out.png) no-repeat center center;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.tcbox .boxout:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tcbox .tcbanner {
  width: 100%;
  height: 214px;
  background: url(https://www.xmxdfpr.com/images/ven.gif) no-repeat center center;
}
.tcbox .tcchat {
  width: 94%;
  height: 40px;
  margin: 0 auto;
  color: #000;
}
.tcbox .tcchat .tcczx {
  width: 200px;
  height: 40px;
  float: left;
  font-size: 18px;
  line-height: 40px;
  color: #424242;
  margin: 0;
}
.tcbox .tcchat .tcclist {
  float: right;
  height: 40px;
  line-height: 40px;
  margin: 0;
}
.tcbox .tcchat .tcclist li {
  width: 70px;
  height: 40px;
  float: left;
  text-align: right;
  background-repeat: no-repeat;
  background-position: 17px center;
  list-style: none;
}
.tcbox .tcchat .tcclist li a {
  text-decoration: none;
  font-size: 14px;
  color: #666;
}
.tclb1 {
  background-image: url(https://www.xmxdfpr.com/images/ll1.jpg);
}
.tclb2 {
  background-image: url(https://www.xmxdfpr.com/images/ll2.jpg);
}
.tcbox .tctext1 {
  width: 94%;
  margin: 1px auto 0 auto;
  height: 70px;
}
.tcbox .tctext1 .tctextinner {
  width: 300px;
  height: 70px;
  float: left;
  -webkit-box-shadow: 0 0 4px rgba(9, 2, 4, 0.3);
  -moz-box-shadow: 0 0 4px rgba(9, 2, 4, 0.3);
  box-shadow: 0 0 4px rgba(9, 2, 4, 0.3);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
button,
input,
keygen,
select,
textarea {
  text-rendering: auto;
  color: initial;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  margin: 0;
  font: 13.33px Arial;
}
.tcbox .tctext1 .tctextinner .textarea {
  width: 290px;
  height: 60px;
  margin: 5px 5px;
  float: left;
  color: #cacaca;
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  border: none;
  padding: 3px 0 0 3px;
  display: inline;
  outline: 0;
  max-width: 290px;
  max-height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cccbut {
  height: 70px;
  float: right;
}
.tcbox .tctext1 a {
  display: block;
  width: 80px;
  height: 70px;
  float: left;
  text-align: center;
  line-height: 70px;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.tcbut {
  background: #a70007;
}
.tcbut2 {
  background: #ff8400;
}
.tcbut:hover {
  background: #930006;
}
.tcbut2:hover {
  background: #e47600;
}
.wechatcode {
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: 120px;
  right: 0;
  background: url(https://www.xmxdfpr.com/static/css/img/code.jpg) no-repeat center center;
  opacity: 0;
  -webkit-transform: translate3d(0, 15px, 0);
  -moz-transform: translate3d(0, 15px, 0);
  -ms-transform: translate3d(0, 15px, 0);
  -o-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.tclb3:hover .wechatcode {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swtRirhgt {
  width: 60px;
  position: fixed;
  right: 0;
  top: 22%;
  z-index: 300;
}
.swtRirhgt > .swtzx {
  display: block;
  width: 60px;
  height: 65px;
  float: right;
  background-color: #ff7f00;
  position: relative;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.swtRirhgt > .swtzx:hover {
  width: 70px;
}
.swtRirhgt > .swtzx > p {
  display: block;
  width: 40px;
  height: 49px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -24.5px 0 0 -20px;
  background-image: url('https://www.xmxdfpr.com/static/images/bg.png');
  background-position: -175px 0;
}
.swtRirhgt > .telzx {
  display: block;
  width: 100%;
  height: 65px;
  float: right;
  position: relative;
}
.swtRirhgt > .telzx > .telinner {
  display: block;
  width: 300px;
  height: 65px;
  position: absolute;
  right: -240px;
  top: 0;
  background: #ffae00;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.swtRirhgt > .telzx > .telinner:hover {
  display: block;
  width: 300px;
  height: 65px;
  position: absolute;
  right: 0;
  top: 0;
  background: #ffae00;
  transition: 0.3s;
  -moz-transition: 0.3s right;
  -webkit-transition: 0.3s right;
}
.swtRirhgt > .telzx > .telinner > .telicon {
  display: block;
  width: 60px;
  height: 65px;
  position: relative;
  float: left;
  cursor: pointer;
}
.swtRirhgt > .telzx > .telinner > .telicon p {
  display: block;
  width: 40px;
  height: 49px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -24.5px 0 0 -20px;
  background-image: url('https://www.xmxdfpr.com/static/images/bg.png');
  background-position: -175px -49px;
}
.swtRirhgt > .telzx > .telinner > form > .telinput {
  width: 236px;
  height: 65px;
  float: right;
  background-color: #ffad00;
}
.swtRirhgt > .telzx > .telinner > form > .telinput > .telinputin {
  width: 227px;
  height: 38px;
  margin-top: 13px;
  -moz-box-shadow: 0 0 3px rgba(8, 1, 3, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(8, 1, 3, 0.2);
  box-shadow: 0 0 3px rgba(8, 1, 3, 0.2);
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  border-radius: 19px;
  padding: 0;
}
.swtRirhgt > .telzx > .telinner > form > .telinput > .telinputin .tellNumberTxt {
  width: 146px;
  height: 38px;
  float: left;
  background-color: #fff;
  outline: none;
  border: none;
  font-size: 14px;
  color: #a4a4a4;
  line-height: 38px;
  padding-left: 14px;
  -moz-border-radius: 19px 0 0 19px;
  -webkit-border-radius: 19px 0 0 19px;
  border-radius: 19px 0 0 19px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.swtRirhgt > .telzx > .telinner > form > .telinput > .telinputin .tellNumberBtn {
  display: block;
  width: 81px;
  float: left;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  background-color: #ff7f00;
  -moz-border-radius: 0 19px 19px 0;
  -webkit-border-radius: 0 19px 19px 0;
  border-radius: 0 19px 19px 0;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.swtRirhgt > .telzx > .telinner > form > .telinput > .telinputin .tellNumberBtn:hover {
  background-color: #d26900;
}
.qqzx {
  display: block;
  width: 60px;
  height: 65px;
  float: right;
  background-color: #ff7f00;
  position: relative;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.qqzx:hover {
  width: 70px;
}
.qqzx > p {
  display: block;
  width: 40px;
  height: 49px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -24.5px 0 0 -20px;
  background-image: url('https://www.xmxdfpr.com/static/images/bg.png');
  background-position: -175px -98px;
}
.wechatzx {
  display: block;
  width: 60px;
  height: 65px;
  float: right;
  background-color: #ffad00;
  position: relative;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  cursor: pointer;
}
.wechatzx > p {
  display: block;
  width: 40px;
  height: 48px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -24.5px 0 0 -20px;
  background-image: url('https://www.xmxdfpr.com/static/images/bg.png');
  background-position: -175px -147px;
}
.wechatzx > .qrcode {
  position: absolute;
  width: 100px;
  height: 100px;
  right: 50px;
  top: 50%;
  margin-top: -60px;
  visibility: hidden;
  background: url(https://www.xmxdfpr.com/public/demo/wxcode.gif) no-repeat left center;
  background-size: 100%;
  transition: 0.4s right cubic-bezier(0.6, 4, 0.3, 0.8);
  -webkit-transition: 0.4s right cubic-bezier(0.6, 4, 0.3, 0.8);
  -moz-transition: 0.4s right cubic-bezier(0.6, 4, 0.3, 0.8);
  border-right: 10px solid transparent;
}
.wechatzx:hover {
  width: 70px;
}
.wechatzx:hover > .qrcode {
  right: 70px;
  visibility: visible;
}
.backtopbtn {
  display: block;
  width: 60px;
  height: 65px;
  cursor: pointer;
  float: right;
  background-color: #474747;
  position: relative;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.backtopbtn:hover {
  width: 70px;
}
.backtopbtn > p {
  display: block;
  width: 40px;
  height: 49px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -24.5px 0 0 -20px;
  background-image: url('https://www.xmxdfpr.com/static/images/bg.png');
  background-position: -175px -197px;
}
a.large-zx-btn {
  margin: 20px auto;
  display: block;
  background: #ff7900;
  color: #fff;
  font-size: 24px;
  width: 220px;
  height: 55px;
  line-height: 55px;
  border: none;
  border-radius: 50px;
  text-align: center;
}
/***************************  友情链接/ start ************************************/
.footerLinks {
  background: #f8f8f8;
}
.index_foot_wzdh {
  height: 60px;
  border-bottom: 1px solid #d7d7d7;
  line-height: 39px;
}
.index_foot_wzdh ul {
  text-align: center;
  position: relative;
  padding-top: 20px;
}
.index_foot_wzdh ul li.oujw {
  display: inline-block;
}
.index_foot_wzdh ul li.oujw a.oujwn {
  font-size: 14px;
  display: block;
  width: 117px;
  text-decoration: none;
  background: none;
  padding-left: 20px;
}
.index_foot_wzdh ul li:first-child.oujw a.oujwn {
  width: 119px;
}
.index_foot_wzdh ul li.oujw a.oujwn:hover,
.index_foot_wzdh ul li.curr a.oujwn {
  font-weight: bold;
  color: #d91616;
  position: relative;
}
.index_foot_wzdh_nr {
  border-bottom: none;
  background: #f8f8f8;
  padding: 10px 0px 10px 20px;
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 99;
  width: 1198px;
  display: none;
}
.index_foot_wzdh_nr.curr {
  display: block;
}
.index_foot_wzdh_nr ul {
  height: 22px;
  line-height: 22px;
}
.index_foot_wzdh_nr ul.table li {
  margin-left: 10px;
  width: 170px;
}
.index_foot_wzdh_nr ul li {
  font-size: 14px;
  float: left;
  line-height: 26px;
  padding-left: 10px;
  margin-left: 25px;
}
.index_foot_wzdh_nr ul li:first-child a,
.index_foot_wzdh_nr ul li:nth-child(8) a {
  color: #e30000;
}
/*.index_foot_wzdh_nr table>tbody>tr>td:nth-child(1)>ul li{font-weight:600;width:65px;}*/
.index_foot_wzdh_nr table > tbody > tr:nth-child(1) > td:nth-child(2) > ul li:nth-child(1) a {
  font-weight: 600;
  color: #e4393c;
}
.index_foot_wzdh_nr tr td {
  line-height: 16px;
  font-size: 12px;
}
.col-red {
  color: #ed3403 !important;
}
/***************************  右侧弹窗咨询/ end ************************************/
/***************************  中间通弹窗/ start ************************************/
table {
  border-collapse: collapse;
}
html {
  overflow-y: scroll;
}
::selection {
  background: #fe7e00;
}
::-moz-selection {
  background: #fe7e00;
}
.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: "";
}
@media screen and (max-width: 1600px) {
  /*    .tcbox {
          margin: -220px 0 0 -253px!important;
          width: 460px!important;
          height: 325px!important;
      }*/
  .tcbox .tcc1 {
    height: 55px!important;
    position: relative;
  }
  .tcbox .tcc1 p img {
    position: absolute;
    top: 19px;
  }
  .tcbox .tcbanner {
    height: 200px!important;
    background: url(https://www.xmxdfpr.com/images/kst/swt506.jpg) center center no-repeat !important;
    background-size: 100% 0;
  }
  .tcbox .tcbanner img {
    width: 100%;
  }
  .tcbox .tcchat {
    height: 34px!important;
  }
  .tc_an {
    width: 443px;
    height: 42px;
    background: url(https://www.xmxdfpr.com/images/kst/tc_an.jpg) no-repeat;
    margin: 0 auto;
    margin-top: 12px;
    position: relative;
  }
  .tc_an a {
    display: block;
    position: absolute;
  }
  .tc_an a.tc_sy {
    width: 64px;
    height: 42px;
  }
  .tc_an a.tc_qq {
    width: 99px;
    height: 42px;
    left: 70px;
  }
  .tc_an a.tc_swt {
    width: 115px;
    height: 42px;
    left: 209px;
  }
  .tc_an a.tc_lxb {
    width: 115px;
    height: 42px;
    left: 324px;
  }
  @keyframes show {
    0% {
      right: -60px;
    }
    100% {
      right: 0;
    }
  }
  @-webkit-keyframes show {
    0% {
      right: -60px;
    }
    100% {
      right: 0;
    }
  }
}
@media screen and (max-width: 1340px) {
  .smallwidth {
    display: none!important;
  }
}
/************************************************************************/
.tcbox {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999999999;
  display: none;
  margin: -200px 0 0 -295px;
  width: 640px;
  height: 400px;
  background: #fff;
  box-shadow: 0 0 1pc #afafaf;
  opacity: 0;
  font-size: 14px;
}
.tcbox .tcc1 {
  width: 100%;
  height: 63px;
  background: url(https://www.xmxdfpr.com/images/kst/chatico.png) 14px center no-repeat;
  position: relative;
}
.tcbox .tcc1 p {
  margin-left: 65px;
  height: 63px;
  color: #000;
  font-size: 1pc;
  line-height: 63px;
}
.tcbox .tcc1 p img {
  position: absolute;
  top: 19px;
}
.tcbox .boxout {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 22px;
  height: 22px;
  background: url(https://www.xmxdfpr.com/images/kst/out1.png) center center no-repeat;
  cursor: pointer;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -ms-transition: 0.6s;
  -ms-transform: rotate(0);
}
.tcbox .boxout:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.tcbox .tcbanner {
  width: 100%;
  height: 214px;
  background: url(https://www.xmxdfpr.com/images/kst/swt506.jpg) center center no-repeat;
  background-size: 100% 0;
}
.tcbox .tcbanner img {
  width: 100%;
}
.tc_an {
  width: 443px;
  height: 42px;
  background: url(https://www.xmxdfpr.com/images/kst/tc_an.jpg) no-repeat;
  margin: 0 auto;
  margin-top: 12px;
  position: relative;
}
.tc_an a {
  display: block;
  position: absolute;
}
.tc_an a.tc_sy {
  width: 64px;
  height: 42px;
}
.tc_an a.tc_qq {
  width: 99px;
  height: 42px;
  left: 70px;
}
.tc_an a.tc_swt {
  width: 115px;
  height: 42px;
  left: 209px;
}
.tc_an a.tc_lxb {
  width: 115px;
  height: 42px;
  left: 324px;
}
.tcbox .tc_left {
  box-sizing: border-box;
  padding-left: 16px;
  padding-top: 20px;
  float: left;
}
.tcbox .tc_right {
  float: right;
}
.tcbox .tc_wz {
  font-size: 11px;
  color: #333;
  padding-left: 24px;
  background: url(https://www.xmxdfpr.com/images/kst/ico_03.jpg) left center no-repeat;
  line-height: 18px;
}
.tcbox .tcl_tit {
  font-size: 22px;
  color: #ff7a01;
  line-height: 48px;
}
.tcbox .tc_tli {
  line-height: 40px;
  font-size: 16px;
  color: #666;
  border-bottom: 1px dashed #666;
}
.tcbox .tc_btn {
  text-align: center;
  margin-top: 12px;
}
.tcbox .tc_btn a {
  display: inline-block;
  width: 105px;
  height: 31px;
  border-radius: 5px;
  text-align: center;
  line-height: 31px;
  font-size: 18px;
  color: #fff;
  margin: 0 12px;
  background-color: #ff7a01;
}
.tcbox .tc_ask {
  display: inline-block;
  float: right;
  padding-right: 40px;
  background-image: url(https://www.xmxdfpr.com/images/kst/ico_07.jpg);
  background-repeat: no-repeat;
  background-position: 42px center;
}
.tcbox .tc_ask a {
  color: #ff7a01;
  font-size: 16px;
}
@keyframes TcShow1 {
  0% {
    -webkit-transform: translate3d(0, -300%, 0);
    transform: translate3d(0, -300%, 0);
  }
  50% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes TcShow1 {
  0% {
    -webkit-transform: translate3d(0, -300%, 0);
    transform: translate3d(0, -300%, 0);
  }
  50% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.TcOut {
  -webkit-animation: TcOut1 1.3s both;
  animation: TcOut1 1.3s both;
}
@keyframes TcOut1 {
  50% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  to {
    -webkit-transform: translate3d(0, 300%, 0);
    transform: translate3d(0, 300%, 0);
  }
}
@-webkit-keyframes TcOut1 {
  50% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  to {
    -webkit-transform: translate3d(0, 300%, 0);
    transform: translate3d(0, 300%, 0);
  }
}
.atc_left {
  float: left;
  width: 354px;
  padding-left: 16px;
  padding-top: 12px;
  box-sizing: border-box;
}
.atc_right {
  float: right;
  position: absolute;
  right: 0;
}
.tc_tit {
  font-size: 17px;
  color: #333;
  line-height: 38px;
  /*font-weight: bold;*/
}
.tc_tit_tel {
  font-size: 16px;
  color: #333;
  line-height: 38px;
  font-weight: bold;
}
.ipt_li {
  margin-bottom: -4px;
  margin-right: -4px;
  font-size: 21px;
}
.ipt_li label input {
  display: none;
  width: 0px;
  height: 0px;
  opacity: 0;
}
.ipt_radio {
  display: inline-block;
  /*width: 103px;*/
  height: 32px;
  padding: 0 22px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  color: #333;
  margin: 0px 0 6px 0px;
  box-sizing: border-box;
  cursor: pointer;
}
.ipt_li label input:checked + .ipt_radio {
  background-color: #f00;
  color: #fff;
  border: 1px solid #f00;
}
.ipt_li_tel input {
  /*display: block;*/
  width: 47%;
  height: 34px;
  line-height: 34px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  font-size: 16px;
  color: #333;
  /*text-indent: 0.8em;*/
}
.tcformbtn {
  display: block;
  width: 96%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #ff7a01;
  color: #fff;
  border: none;
  border-radius: 4px;
  margin-top: 8px;
  font-size: 18px;
}
.cece .ipt_radio {
  width: 68px;
  font-size: 15px;
}
label {
  margin-bottom: 0;
}
/*bottom-consult*/
/***********培养目标 start************/
.goal {
  position: relative;
}
.goal .goal-content {
  position: absolute;
  left: 630px;
  top: 108px;
}
.goal .goal-content div {
  width: 128px;
  height: 48px;
  line-height: 48px;
  font-size: 32px;
  color: #fff;
  background: #6e3500;
  padding: 0 20px;
  margin-bottom: 20px;
}
.goal .goal-content p {
  padding-left: 5px;
  font-size: 20px;
  line-height: 26px;
  color: #6e3500;
  margin-bottom: 20px;
}
/***********培养目标 end************/
body {
  background: #f5f5f5;
}
.c-title {
  font-size: 36px;
  color: #6e3500;
  text-align: center;
  padding-top: 30px;
}
/***********学习优势 start************/
.study-advance .adv {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.study-advance .adv li {
  width: 380px;
  border: 1px solid #6e3500;
  box-sizing: border-box;
  color: #6e3500;
  text-align: center;
  margin-bottom: 20px;
}
.study-advance .adv li img {
  width: 378px;
  height: 212px;
}
.study-advance .adv li h4 {
  font-size: 26px;
  line-height: 40px;
}
.study-advance .adv li p {
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 10px;
}
/***********学习优势 end************/
.s-title {
  text-align: center;
  font-size: 18px;
}
/***********阶段教学 start************/
.jdjx {
  background: #6e3500;
}
.jdjx .c-title {
  color: white;
}
.jdjx .s-title {
  color: white;
}
.jdjx-c {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
.jdjx-c .left {
  width: 260px;
  height: 384px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.jdjx-c .left .btn {
  display: block;
  width: 222px;
  height: 56px;
  line-height: 56px;
  background: #6e3500;
  font-size: 26px;
  color: #fff;
  text-align: center;
  margin-bottom: 14px;
  box-sizing: border-box;
  cursor: pointer;
}
.jdjx-c .right {
  width: 976px;
  height: 384px;
  background: #fff;
  margin-left: 24px;
  padding: 20px;
  box-sizing: border-box;
}
.jdjx-c .jd-item {
  display: flex;
}
.jdjx-c .jd-item img {
  width: 298px;
  height: 348px;
  margin-right: 46px;
}
.jdjx-c .jd-item .item-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.jdjx-c .jd-item .item-detail h3 {
  font-size: 42px;
  color: #6e3500;
}
.jdjx-c .jd-item .item-detail h4 {
  font-size: 18px;
  color: #fff;
  width: 300px;
  background: #6e3500;
  padding: 5px 20px;
  margin-bottom: 30px;
}
.jdjx-c .jd-item .item-detail p {
  font-size: 20px;
  line-height: 26px;
  color: #6e3500;
  margin-bottom: 30px;
}
.jdjx-c .jd-item .item-detail .zx-btn {
  width: 180px;
  border: 1px solid #6e3500;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  color: #6e3500;
}
.jd-content {
  display: none;
}
.on {
  display: block;
}
/***********阶段教学 end************/
.xszp {
  padding-bottom: 30px;
  border-bottom: 1px solid #ededed;
}
/*# sourceMappingURL=index.css.map */