@charset "UTF-8";
/*reset*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
p,
select,
textarea {
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #333;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

audio,
canvas,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border: 0;
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input,
button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

textarea {
  resize: none;
  border: 1px solid #ccc;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

del {
  text-decoration: line-through;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.clearfix:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
  visibility: hidden;
}

html {
  font-size: 12px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Microsoft YaHei", Arial, SimSun, SimHei, sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}



/*swiper*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: left, top, -webkit-transform;
  transition-property: left, top, -webkit-transform;
  -o-transition-property: left, top, -o-transform;
  transition-property: transform, left, top;
  transition-property: transform, left, top, -webkit-transform, -o-transform;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/*banner*/
.banner {
  width: 100%;
  height: 650px;
  background-color: #ccc;
  position: relative;
  margin-top: 80px;
}

.banner .wrapper {
  position: relative;
}

.banner .slide-list {
  width: 100%;
  height: 650px;
  float: left;
}

.banner .arrow {
  position: absolute;
  top: 305px;
  z-index: 10;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  opacity: 0.5;
}

.banner .arrow.arrow-left {
  left: 0;
  background: url(../img/ban_left.png) center no-repeat rgba(0, 0, 0, 0.2);
}

.banner .arrow.arrow-left:hover {
  background: url(../img/ban_left.png) center no-repeat black;
}

.banner .arrow.arrow-right {
  right: 0;
  background: url(../img/ban_right.png) center no-repeat rgba(0, 0, 0, 0.2);
}

.banner .arrow.arrow-right:hover {
  background: url(../img/ban_right.png) center no-repeat black;
}

.banner .banner-pagination {
  position: absolute;
  left: 50%;
  bottom: 12px;
  z-index: 20;
  padding: 6px 12px;
  text-align: center;
}

.banner .banner-pagination .swiper-pagination-switch {
  float: left;
  margin: 0 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.banner .banner-pagination .swiper-active-switch {
  background-color: white;
}

.banner .yi {
  background: url(../img/ban1.jpg) top center no-repeat;
}

.banner .banner_znq{
	background: url(https://bjedu.xhd.cn/img/ban_znq.jpg) top center no-repeat;
}

.banner .banner_znq a{
  width: 100%;
  height: 100%;
  display: block;
}

.banner .zhongjian {
  width: 1200px;
  margin: 0 auto;
}

.banner .zhongjian .btn {
  width: 278px;
  height: 58px;
  margin-top: 475px;
  margin-left: 210px;
  float: left;
  display: block;
  border: 1px solid #ffe000;
  border-radius: 30px;
  background-color: rgba(255, 224, 0, 0.1);
  font-size: 26px;
  color: #ffe000;
  text-align: center;
  line-height: 58px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.banner .zhongjian .btn:hover {
  color: #000;
  background-color: #ffe000;
}

.banner_znqht{
	width: 1200px;
	height: 100px;
	margin: 30px auto 0;
	display: block;
}

.qfb {
  height: 100px;
  display: block;
  margin-top: 30px;
}

.title_ys h2 {
  font-size: 40px;
  height: 40px;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  margin-top: 40px;
  position: relative;
}

.title_ys h2:after {
  position: absolute;
  content: '';
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: url(../img/dian.jpg) no-repeat;
}

.title_ys p {
  font-size: 20px;
  color: #c9903a;
  text-align: center;
  line-height: 20px;
  margin-top: 20px;
}

.btn_ys {
  width: 520px;
  height: 72px;
  display: block;
  margin: 40px auto 0;
  border-radius: 36px;
  text-align: center;
  line-height: 72px;
  font-size: 26px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#e53622), to(#f95029));
  background: -webkit-linear-gradient(left, #e53622 0%, #f95029 100%);
  background: -o-linear-gradient(left, #e53622 0%, #f95029 100%);
  background: linear-gradient(90deg, #e53622 0%, #f95029 100%);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(229, 58, 38, 0.45);
          box-shadow: 0px 4px 20px 0px rgba(229, 58, 38, 0.45);
}

.btn_ys:hover{
  background: #f95029;
}

/*暑假班课程设置*/
.shezhi .title_ys {
  margin-top: 30px;
}

.shezhi ul {
  margin-top: 30px;
}

.shezhi ul li {
  width: 283px;
  height: 316px;
  float: left;
  margin-right: 20px;
  border-radius: 5px;
  border: 1px solid #efefef;
  background-color: #fff;
}

.shezhi ul li img {
  width: 283px;
  height: 180px;
  border-radius: 5px 5px 0 0;
}

.shezhi ul li span {
  font-size: 20px;
  color: #333;
  display: block;
  line-height: 20px;
  font-weight: bold;
  margin: 30px 0 0 20px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.shezhi ul li p {
  font-size: 16px;
  color: #666;
  line-height: 16px;
  margin: 20px 0 0 20px;
}

.shezhi ul li a {
  font-size: 15px;
  color: #333;
  display: block;
  margin: 20px 0 0 20px;
  font-weight: bold;
  line-height: 16px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.shezhi ul li:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.shezhi ul li:hover span {
  color: #e53622;
}

.shezhi ul li:hover a {
  color: #666;
}

.shezhi ul .mar0 {
  margin-right: 0;
}

/*品牌保障 入学签署提分协议*/
.xieyi {
  width: 100%;
  height: 788px;
  margin-top: 60px;
  padding-top: 30px;
  background: url(../img/xieyi_bg.jpg) top center no-repeat;
}

.xieyi .title_ys {
  margin-top: 38px;
}

.xieyi .xieyi_bz {
  width: 1200px;
  height: 425px;
  margin-top: 30px;
  padding-top: 45px;
  border-radius: 15px;
  background: url(../img/xy_img1.jpg) no-repeat;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(19, 20, 68, 0.1);
          box-shadow: 0px 4px 20px 0px rgba(19, 20, 68, 0.1);
}

.xieyi .xieyi_bz p {
  margin-left: 195px;
  background: url(../img/xy_img2.png) left center no-repeat;
  font-size: 22px;
  color: #fff;
  line-height: 66px;
  padding-left: 67px;
}

/*雅思好老师，在新航道*/
.daibiao {
  margin-top: 68px;
  padding-bottom: 60px;
}

.daibiao .pc-slide {
  margin-top: 70px;
  height: 574px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#373e5c), to(#131830));
  background: -webkit-linear-gradient(top, #373e5c 0%, #131830 100%);
  background: -o-linear-gradient(top, #373e5c 0%, #131830 100%);
  background: linear-gradient(-180deg, #373e5c 0%, #131830 100%);
}

.daibiao .pc-slide .view {
  height: 424px;
}

.daibiao .pc-slide .view .swiper-container {
  height: 424px;
  top: -40px;
}

.daibiao .pc-slide .view .swiper-slide {
  float: left;
}

.daibiao .pc-slide .view .swiper-slide dl dt {
  float: left;
  margin-left: 30px;
  margin-right: 39px;
}

.daibiao .pc-slide .view .swiper-slide dl dt img {
  width: 312px;
  height: 360px;
}

.daibiao .pc-slide .view .swiper-slide dl dd {
  width: 788px;
  float: left;
}

.daibiao .pc-slide .view .swiper-slide dl dd h6 {
  font-size: 42px;
  color: #fff;
  line-height: 46px;
  margin-top: 90px;
}

.daibiao .pc-slide .view .swiper-slide dl dd span {
  font-size: 20px;
  color: #333;
  line-height: 24px;
  margin-top: 14px;
  display: block;
}

.daibiao .pc-slide .view .swiper-slide dl dd span em {
  color: transparent;
}

.daibiao .pc-slide .view .swiper-slide dl dd p {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  margin-top: 20px;
  padding-right: 15px;
}

.daibiao .pc-slide .view .swiper-slide dl dd p b {
  float: left;
  width: 116px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 17px;
  background: -webkit-gradient(linear, left top, right top, from(#e63622), to(#f95029));
  background: -webkit-linear-gradient(left, #e63622 0%, #f95029 100%);
  background: -o-linear-gradient(left, #e63622 0%, #f95029 100%);
  background: linear-gradient(90deg, #e63622 0%, #f95029 100%);
  margin-right: 20px;
  font-weight: normal;
}

.daibiao .pc-slide .preview {
  width: 1028px;
  height: 110px;
  margin: 0 auto;
  padding: 0 56px;
  position: relative;
}

.daibiao .pc-slide .preview .swiper-container {
  width: 100%;
  height: 110px;
}

.daibiao .pc-slide .preview .swiper-wrapper {
  width: 100%;
}

.daibiao .pc-slide .preview .swiper-slide {
  position: relative;
  float: left;
}

.daibiao .pc-slide .preview .swiper-slide.active-nav .angle {
  width: 110px;
  height: 110px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/js_bg.png) no-repeat;
}

.daibiao .pc-slide .preview .arrow {
  width: 36px;
  height: 36px;
  top: 36px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.daibiao .pc-slide .preview .arrow.arrow-left {
  left: 0;
  background: url(../img/js_left.png) center no-repeat #ededed;
}

.daibiao .pc-slide .preview .arrow.arrow-left:hover {
  background: url(../img/js_lefth.png) center no-repeat #f34827;
  -webkit-box-shadow: 0 4px 12px 0 rgba(229, 58, 38, 0.45);
          box-shadow: 0 4px 12px 0 rgba(229, 58, 38, 0.45);
}

.daibiao .pc-slide .preview .arrow.arrow-right {
  right: 0;
  background: url(../img/js_right.png) center no-repeat #ededed;
}

.daibiao .pc-slide .preview .arrow.arrow-right:hover {
  background: url(../img/js_righth.png) center no-repeat #f34827;
  -webkit-box-shadow: 0 4px 12px 0 rgba(229, 58, 38, 0.45);
          box-shadow: 0 4px 12px 0 rgba(229, 58, 38, 0.45);
}

.daibiao .pc-slide .shiting {
  width: 200px;
  height: 50px;
  display: block;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#e53622), to(#f95029));
  background: -webkit-linear-gradient(left, #e53622 0%, #f95029 100%);
  background: -o-linear-gradient(left, #e53622 0%, #f95029 100%);
  background: linear-gradient(90deg, #e53622 0%, #f95029 100%);
  border-radius: 8px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  right: 30px;
  top: 50px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 4;
}

.daibiao .pc-slide .shiting:hover {
  top: 40px;
}

/*雅思考试官方白金级合作伙伴（官方权威奖项）*/
.hezuo {
  width: 100%;
  height: 702px;
  padding-top: 10px;
  background: url(../img/hz_bg.jpg) top center no-repeat;
}

.hezuo .hz_img1 {
  margin: 30px auto 0;
}

/*掌握提分之道，升级雅思第7代教材*/
.jiaocai{
  margin-top: 68px;
  padding-bottom: 10px;
}

.jiaocai .book{
  width: 1200px;
  height: 457px;
  margin-top: 30px;
  border-radius: 10px;
  background: url(../img/jc_bg.jpg) no-repeat;
}

.jiaocai .book .slide-list{
  width: 100%;
  height: 457px;
  float: left;
}

.jiaocai .book .slide-list dl dt{
  width: 534px;
  float: left;
  margin: 40px 0 0 36px;
}

.jiaocai .book .slide-list dl dd{
  width: 604px;
  height:  457px;
  float: right;
  position: relative;
}

.jiaocai .book .slide-list dl dd span{
  font-size: 22px;
  line-height: 22px;
  border-left: 4px solid #f95029;
  padding-left: 10px;
  color: #fff;
  height: 22px;
  margin-top: 90px;
  display: block;
}
.jiaocai .book .slide-list dl dd p{
  font-size: 15px;
  color: #999;
  line-height: 30px;
  padding: 10px 27px 0 14px;
}

.jiaocai .book .slide-list dl dd .btn_ys{
  position: absolute;
  width: 290px;
  height: 55px;
  font-size: 18px;
  color: #fff;
  line-height: 55px;
  bottom: 96px;
  left: 15px;
}
.jiaocai .book-pagination {
  position: absolute;
  left: 561px;
  bottom: 24px;
  z-index: 20;
  padding: 6px 12px;
  text-align: center;
}

.jiaocai .book-pagination .swiper-pagination-switch {
  float: left;
  margin: 0 5px;
  width: 10px;
  height: 4px;
  border-radius: 3px;
  border: 1px solid #f95029;
  cursor: pointer;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.jiaocai .book-pagination .swiper-active-switch {
  background-color: #f95029;
}

/*和谐共进的学习氛围*/
.hexie{
  width: 100%;
  height: 859px;
  padding-top: 68px;
  background: url(../img/hx_bg.jpg) top center no-repeat;
}

.hexie .title_ys{
  padding-bottom: 8px;
}

.hexie img{
  margin-top: 20px;
}

/*莘莘学子口碑相传*/
.koubei{
  padding-bottom: 60px;
}
.koubei .title_ys{
  margin-top: 68px;
}

.koubei .kb_img1{
  margin: 30px auto 0;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

.koubei dl{
  width: 750px;
  margin: 30px auto 0;
}

.koubei dl dt{
  width: 72px;
  height: 72px;
  float: left;
}

.koubei dl dd{
  width: 660px;
  float: right;
}

.koubei dl dd span{
  font-size: 20px;
  color: #000;
  display: block;
  margin-top: 10px;
  line-height: 20px;
}

.koubei dl dd span b{
  float: right;
  font-size: 14px;
  color: #999;
  font-weight: normal;
}

.koubei dl dd p{
  font-size: 15px;
  color: #666;
  line-height: 24px;
  margin-top: 10px;
}

/*3分钟了解新航道21年雅思之路*/
.liaojie{
  width: 100%;
  height: 778px;
  padding-top: 68px;
  margin-top: 60px;
  background: url(../img/lj_bg.jpg) top center no-repeat;
  background-size: 100% 848px;
}

.liaojie .yszlsp {
  width: 868px;
  height: 488px;
  border-radius: 10px;
  margin: 30px auto 0;
  border: 6px solid #c4a06b;
}

.liaojie .yszlsp #video{
  width: 100%;
  height: 100%;
}

/*新航道雅思故事, 因为有实力，故事才精彩！*/
.shili{
  margin-top: 68px;
  padding-bottom: 20px;
}

.shili .sl_img{
  margin: 30px auto 0;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

.shilimg{
  height: 224px;
  margin-top: 30px;
  padding: 0 34px 0 50px ;
  position: relative;
}

.shilimg:before{
  position: absolute;
  content: '';
  width: 50px;
  height: 224px;
  background-color: #fff;
  left: 0;
  top: 0;
  z-index: 2;
}

.shilimg:after{
  position: absolute;
  content: '';
  width: 34px;
  height: 224px;
  background-color: #fff;
  right: 0;
  top: 0;
  z-index: 2;
}

.shilimg .slide-list{
  widows: 1116px;
  height: 224px;
  float: left;
}

.shilimg .arrow{
  width: 30px;
  height: 40px;
  position: absolute;
  z-index: 3;
  top: 92px;
}

.shilimg .arrow-left{
  left: 0;
  background: url(../img/js_lefth.png) center no-repeat #c4a06b;
}

.shilimg .arrow-left:hover{
  background: url(../img/js_lefth.png) center no-repeat #aa844d;
}

.shilimg .arrow-right{
  right: 0;
  background: url(../img/js_righth.png) center no-repeat #c4a06b;
}

.shilimg .arrow-right:hover{
  background: url(../img/js_righth.png) center no-repeat #aa844d;
}

.sheng{
  width: 100%;
  height: 300px;
  background: url(../img/sg_bg.jpg) top center no-repeat;
}

.sheng ul{
  padding-top: 80px;
}

.sheng ul li{
  width: 285px;
  height: 140px;
  float: left;
  margin-right: 20px;
  position: relative;
}

.sheng ul li.mar0{
  margin-right: 0;
}

.sheng ul li img{
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}

.sheng ul li p{
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 17px;
  color: #000;
  line-height: 30px;
}

/*十大校区，就近即享品质教学*/
.xiaoqu{
  margin-top: 68px;
  padding-bottom: 60px;
}

.xiaoqu img{
  width: 100%;
  margin-top: 20px;
}

/*底部*/
.footer_common{
  width: 100%;
  height: 234px;
  background-color: #414141;
}

.footer_common .footer_common_top{
  height: 180px;
}

.footer_common .footer_com_logo{
  float: left;
  margin: 20px 0 0 138px;
}

.footer_common .footer_com_center{
  float: left;
  margin-left: 180px;
  margin-top: 20px;
}

.footer_common .footer_com_center span{
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  color: #b7b7b7;
  display: block;
}

.footer_common .footer_com_center p a{
  color: #fff;
}

.footer_common .footer_com_center p.yi{
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 24px;
  padding-left: 38px;
  margin-top: 24px;
  background: url(../img/footer_com_tel.png) left center no-repeat;
}

.footer_common .footer_com_center p.er{
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  padding-left: 43px;
  margin-top: 30px;
  background: url(../img/footer_com_wx.png) left center no-repeat;
}

.footer_common .footer_com_right{
  float: left;
  margin-left: 202px;
  margin-top: 20px;
}

.footer_common .footer_com_right span{
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  color: #b7b7b7;
  display: block;
}

.footer_common .footer_com_right img{
  margin-top: 24px;
}

.footer_common .footer_common_xia{
  width: 100%;
  height: 53px;
  border-top: 1px solid #4c4c4c;
}

.footer_common .footer_common_xia p{
  font-size: 12px;
  color: #878787;
  text-align: center;
  line-height: 53px;
}

.footer_common .footer_common_xia p b{
  margin-right: 30px;
}
.new_banner{
  width: 100%;
  height: 650px;
  overflow: hidden;
position: relative;
}

.new_banner .slide-list{
  float: left;
}

.banner_zsb{
  width: 100%;
  height: 650px;
  background: url(	https://www.xhd.cn/kunming/topic/pc/shouyezt/images/ban_sjb.jpg) top center no-repeat;
}

.banner_zsb a{
  width: 100%;
  height: 650px;
  display: block;
}

.banner_bj{
  width: 100%;
  height: 650px;
  background: url(https://www.xhd.cn/kunming/topic/pc/shouyezt/images/ban_ys.jpg) top center no-repeat;
}

.banner_bj a{
  width: 100%;
  height: 650px;
  display: block;
}

.banner_xsb{
  width: 100%;
  height: 650px;
  background: url(https://www.xhd.cn/kunming/topic/pc/shouyezt/images/ban_tf.jpg) top center no-repeat;
}

.banner_xsb a{
  width: 100%;
  height: 650px;
  display: block;
}

.new_banner .banner-pagination{
  width: 100%;
  height: 20px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.new_banner .banner-pagination .swiper-pagination-switch {
  float: left;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.new_banner .banner-pagination .swiper-active-switch {
  background-color: rgba(255, 255, 255, 1);
}

.banxiang{
  margin-top: 65px;
}
.banxiang_list{
  margin-bottom: 35px;  
}
.banxiang_list li{
  width: 285px;
  height: 350px;
  margin-right: 17px;
  margin-top: 40px;
  background-color: #fff;
  float: left;
  position: relative;
  border-radius: 5px;
  border: 1px solid #efefef;
}
.banxiang_list li img{
  border-radius: 5px 5px 0 0;
}
.banxiang_list li span{
  font-size: 20px;
  font-weight: bold;
  display: block;
  color: #333;
  text-align: center;
  line-height: 22px;
  padding-top: 30px;
}
.banxiang_list li p{
  font-size: 15px;
  color: #666;
  text-align: center;
  line-height: 26px;
  margin-top: 7px;
}
.banxiang_list li a{
  width: 160px;
  height: 40px;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 62px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#e53622), to(#f95029));
  background: -webkit-linear-gradient(left, #e53622 0%, #f95029 100%);
  background: -o-linear-gradient(left, #e53622 0%, #f95029 100%);
  background: linear-gradient(90deg, #e53622 0%, #f95029 100%);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(229, 58, 38, 0.45);
          box-shadow: 0px 4px 20px 0px rgba(229, 58, 38, 0.45);
}
.banxiang_list li.mar0{
  margin-right: 0;
}
.banxiang_list li:hover span{
  color: #e53622;
}
.banxiang_list li:hover a{
  background: -webkit-gradient(linear, left top, right top, from(#f95029), to(#f95029));
  background: -webkit-linear-gradient(left, #f95029 0%, #f95029 100%);
  background: -o-linear-gradient(left, #f95029 0%, #f95029 100%);
}
.banxiangbx_list li{
  width: 224px;
  height: 318px;
}
.banxiangbx_list li a{
  left: 32px;
}
/*为什么选择我们？*/
.what{
  margin-top: 38px;
}
.what ul{
  margin-top: 50px;
  padding-top: 40px;
  height: 510px;
  background: url(../img/xys_bg.jpg) no-repeat;
}
.what ul li{
  height: 80px;
  margin-bottom: 50px;
}
.what ul li img{
  float: left;
  margin-left: 80px;
}
.what ul li span{
  float: left;
  font-size: 32px;
  font-weight: bold;
  line-height: 80px;
  margin-left: 28px;
  color: #333;
}
.what ul li p{
  float: left;
  margin-left: 48px;
  font-size: 22px;
  color: #333;
  line-height: 80px;
}
.what ul li a{
  width: 220px;
  height: 47px;
  float: right;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 47px;
  border-radius: 23px;
  margin-right: 150px;
  margin-top: 17px;
      background: -webkit-gradient(linear, left top, right top, from(#e53622), to(#f95029));
    background: -webkit-linear-gradient(left, #e53622 0%, #f95029 100%);
    background: -o-linear-gradient(left, #e53622 0%, #f95029 100%);
    background: linear-gradient(90deg, #e53622 0%, #f95029 100%);
    -webkit-box-shadow: 0px 4px 20px 0px rgba(229, 58, 38, 0.45);
    box-shadow: 0px 4px 20px 0px rgba(229, 58, 38, 0.45);
}

.kaiqi{
  width: 100%;
  height: 678px;
  background: url(../img/kaiqi.jpg) top center no-repeat;
  position: relative; 
}
.kaiqi .btn_ys{
  width: 520px;
  height: 72px;
  position: absolute;
  box-shadow: none;
  bottom: 69px;
  left: 50%;
  margin-left: -260px;
  background: none;
}

.dingzhifa{
  width: 100%;
  height: 540px;
  padding: 5px 0;
  background: url(../img/dingzhi.jpg) top center no-repeat;
}
.dingzhifa .title_ys h2{
  color: #fff;
}
.dzxxfa{
  width: 100%;
  height: 374px;
  padding-top: 2px;
  margin-top: 40px;
}
.dzxxfa img{
  margin: 0 auto;
}

.dingzhifa p{
  font-size: 16px;
  color: #a3a4b3;
  line-height: 20px;
  height: 20px;
  position: relative;
  padding-left:24px;
  margin-left:90px;
  background: url(../img/ts.png) left center no-repeat;
}



.jieduan{
  margin-top: 65px;
}

.jieduan ul{
  margin-top:  34px;
}

.jieduan ul li{
  width: 284px;
  height: 334px;
  float: left;
  margin-right: 20px;
  position: relative;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(107, 107, 107, 0.3);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.jieduan ul li span{
  position: absolute;
  font-size: 18px;
  color: #fff;
  line-height: 34px;
  width: 150px;
  top: 0;
  left: 0;
  padding-left: 10px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.jieduan ul li h6{
  font-size: 24px;
  color: #333;
  font-weight: normal;
  line-height: 24px;
  margin: 20px 0 0 17px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.jieduan ul li p{
  font-size: 16px;
  color: #5e5e5e;
  line-height: 24px;
  margin: 10px 0 0 17px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.jieduan ul li a{
  position: absolute;
  bottom: 17px;
  left: 17px;
  width: 160px;
  height: 40px;
  border-radius: 20px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#e53622), to(#f95029));
  background: -webkit-linear-gradient(left, #e53622 0%, #f95029 100%);
  background: -o-linear-gradient(left, #e53622 0%, #f95029 100%);
  background: linear-gradient(90deg, #e53622 0%, #f95029 100%);
  box-shadow: 0px 4px 20px 0px rgba(232, 57, 35, 0.4);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.jieduan ul li:last-child{
  margin-right: 0;
}

.jieduan ul li:hover{
  background-color: #f34927;
}

.jieduan ul li:hover h6,.jieduan ul li:hover p{
  color: #fff;
}

.jieduan ul li:hover a{
  color: #e73b23;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
  background: -o-linear-gradient(left, #fff 0%, #fff 100%);
  background: linear-gradient(90deg, #fff 0%, #fff 100%);
}

.jxpx{
  width: 100%;
  height: 908px;
  padding-top: 10px;
  background: url(../img/jxpx_bg.png) repeat;
}

.jxpx .title_ys h2{
  color: #fff;
}
.jxpx .title_ys p{
  color: #dfbfc2;
}

.jxpx .jxpx_tu{
  position: relative;
  margin-top: 45px;
}
.jxpx .jxpx_tu .jxpx_js{
  position: absolute;
  width: 364px;
  height: 364px;
  top: 164px;
  left: 418px;
  border-radius: 50%;
  background: url(../img/jxpx_bg.png) repeat;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.1);
}

.jxpx .jxpx_tu .jxpx_js p{
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  padding-top: 7px;
}




.show{
  display: block;
}