.icon { line-height: 1.5;
  display: inline-block;
  width:20px; height:20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  white-space:nowrap;
  letter-spacing: -1em;
  text-indent: -99em;
  color: transparent;
  /* IE7 */
  *text-indent: 0;
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '\3000');
}
.icon:before {
  content: '\3000';
}
.w1200 {
  width: 1200px;
  margin: 0 auto
}

.ipro {
  width: 100%;
  padding: 50px 0 50px;
  overflow: hidden
}

.ipro .leftnav {
  width: 150px;
  float: left;
  background: #495669;
  text-align: center;
  border-radius: 2px
}

.ipro .leftnav li {
  width: 150px;
  position: relative;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms
}

.ipro .leftnav li a {
  width: 100%;
  height: 100px; font-size: 16px;
  padding-top: 30px;
  cursor: pointer;
  display: block;
  color: #fff
}

.ipro .leftnav li s {
  width: 68px;
  height: 50px;
  display: block;
  margin: 0 auto;
  background: url(../images/zstbw1.png) no-repeat center top
}


.ipro .leftnav li:before {
  content: "\20";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #00adef;
  border-width: 8px;
  width: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  opacity: 0;
  filter: alpha(opacity=0)
}

.ipro .leftnav li.a2 s {
  background-image: url(../images/zstbw2.png)
}

.ipro .leftnav li.a3 s {
  background-image: url(../images/zstbw3.png)
}
.ipro .leftnav li.a4 s {
  background-image: url(../images/zstbw4.png)
}
.ipro .leftnav li.a5 s {
    background-image: url(../images/zstbw5.html)
}
.ipro .leftnav li.a6 s {
    background-image: url(../images/zstbw6.png)
}
.ipro .leftnav li.more:before {
  display: none
}

.ipro .leftnav li.hover, .ipro .leftnav li:hover {
  background: #00a4ff
}

.ipro .leftnav li.hover:before, .ipro .leftnav li:hover:before {
  right: -16px;
  opacity: 1;
  filter: alpha(opacity=100)
}

.ipro .txtcon {
  width: 960px;
  height: 500px;
  float: right;
  position: relative
}

.ipro .txtcon .item {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: none
}

.ipro .txtcon .item .img {
  width: 330px;
  height: 500px;
  position: absolute;
  right: -250px;
  top: 100px;
  display: block;
}

.ipro .txtcon .item .img img {
  width: 320px;
  display: block
}

.ipro .txtcon .item .t {
  padding: 30px 0 0;
  font-size: 36px;
  display: block;
  color: #495669;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms
}

.ipro .txtcon .item .t:hover {
  color: #00a4ff
}

.ipro .txtcon .item .line {
  width: 108px;
  height: 3px;
  display: block;
  margin: 14px 0 25px;
  background: #00adef
}

.ipro .txtcon .item .txt1, .ipro .txtcon .item .txt2 {
  font-size: 20px;
  line-height: 32px;
  color: #495669
}

.ipro .txtcon .item .txt1 {
  overflow: hidden;
  padding-right: 295px; margin-bottom: 30px;
}

.ipro .txtcon .item .txt2 {
  height: 32px;
  font-size: 30px;
  overflow: hidden;
  margin: 10px 0 50px
}

.ipro .txtcon .item .txt2 span {
  color: #ee751c;
  margin-left: 5px;
  font-family: impact;
  font-weight: normal
}

.ipro .txtcon .item .more {
  width: 145px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  background: #40a5fc;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(64, 165,252, 0.3);
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms
}

.ipro .txtcon .item .more:hover {
  background: #4071f1;
  border-color: #4071f1
}

.ipro .txtcon .item.onactive {
  z-index: 10;
  display: block
}

.icase {
  width: 1200px; margin: 0 auto 50px;
  position: relative;

}

.icase .tit {
  padding: 50px 0 70px;
  font-size: 38px;
  color: #333;
  text-align: center
}

.icase .ivedio {
  margin-top: 60px
}

.icase .prev, .icase .next {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: -48px;
  background: #f5f5f5 url(../images/case-btn-ico.html) no-repeat 0 0
}

.icase .prev:hover, .icase .next:hover {
  background-color: #00a4ff
}

.icase .prev {
  right: 50px;
  background-position: 13px 12px
}

.icase .prev:hover {
  background-position: -38px 12px
}

.icase .next {
  right: 0;
  background-position: 13px -14px
}

.icase .next:hover {
  background-position: -38px -14px
}

.icase .listcon {
  width: 350px;
  height: 322px;
  overflow: hidden;
  float: right
}

.icase .listcon a {
  width: 310px;
  height: 80px;
  display: block;
  margin-bottom: 10px;
  padding: 10px 14px 10px 26px;
  background: #f5f5f5;
  color: #2a303c;
  cursor: pointer;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms
}

.icase .listcon a img {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 100%;
  float: left;
  margin-right: 20px
}

.icase .listcon a h3 {
  font-size: 18px;
  line-height: 30px;
  padding-top: 10px
}

.icase .listcon a:hover, .icase .listcon a.active {
  background: #00a4ff;
  color: #fff
}

.icase .txtcon {
  width: 800px;
  height: 322px;
  position: relative;
  padding-top: 30px;
  margin-top: -30px;
  overflow-x: hidden;
  float: right; margin-left: 50px;
}

.icase .txtcon .list {
  width: 500%;
  position: relative
}

.icase .txtcon .item {
  position: relative;
  width: 710px;
  height: 304px;
  padding: 18px 45px 0;
  background: #f5f5f5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;

}

.icase .txtcon .item .img {
  width: 110px;
  height: 110px;
  display: block;
  position: absolute;
  left: 45px;
  top: -30px;
  border-radius: 100%
}

.icase .txtcon .item .img img {
  width: 110px;
  height: 110px;
  display: block;
  border-radius: 100%
}

.icase .txtcon .item h3, .icase .txtcon .item h4 {
  padding-left: 130px
}

.icase .txtcon .item h3 {
  margin-bottom: 3px;
  font-size: 18px
}

.icase .txtcon .item h3 span {
  color: #00a4ff;
  font-size: 14px
}

.icase .txtcon .item h4 {
  font-size: 14px;
  color: #999
}

.icase .txtcon .item .txt {
  font-size: 16px;
  color: #000;
  margin: 40px 0;
  line-height: 34px;
  height: 102px;
  overflow: hidden
}

.more {
  width: 95px;
  height: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
  background: #00a4ff;
  color: #fff; border-radius: 2px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms
}

.more:hover {
  background: #4071f1; color: #fff;
}

.icase .txtcon .item.onactive {
  z-index: 10;
  display: block
}

/*轮播*/
.focus {
  height: 580px;
  position: relative;
  width: 100%;
}

.focus .hd {
  bottom: 5px;
  height: 1em;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.focus .hd ul {
  display: inline-block;
  height: 0.7em;
}

.focus .hd ul li {
  background: #aaa;
  display: inline-block;
  height: 2px;
  margin: 0 0.2em 0.2em;
  overflow: hidden;
  text-indent: -444em;
  vertical-align: top;
  width: 35px;
}

.focus .hd ul .on {
  background: #fff;
}

.focus .bd {
  position: relative;
  z-index: 0;
}

.focus .bd li {
  height: 580px;
  overflow: hidden;
}

.focus .bd li a {
  color: #fff;
}
.focus .container .content{padding-top: 120px}
.focus .container .content p {
  font-size: 50px;
  color: #fff;
  text-align: left; letter-spacing: 2px;
}

.focus .content .title {
  margin-top: 10px
}

.focus .container .content .title p {
  text-align: left;
  font-size:46px;letter-spacing:4px;
  margin-top: 0
}
.focus .fukouhao{ width: 600px; height: 50px; line-height: 50px; border-radius: 30px;  font-size: 18px;
  background: rgba(255,255,255,.2); margin: 20px 0; color: #fff;  padding-left: 40px; margin-bottom: 50px;}
.focus .fukouhao h3{font-size: 18px;  font-weight:normal; display: inline;}
.focus .fukouhao h3 span{float: left}
.focus h3::after  { content: "·"; font-size: 30px; margin: 0 10px; float: left  }
.focus h3:last-child::after{ content: ""}

.freebtn,.freebtn1,.freebtn3{ border: 1px solid #fff; border-radius: 5px;
  font-size: 18px; padding: 15px 25px; color: #fff; display: inline-block; letter-spacing: 1px;}
.freebtn:hover,.freebtn1:hover,.freebtn3:hover{}
.focus .container ul {
  text-align-last: left;
  margin-top: 66px
}

.focus .container ul li {
  margin-top: 15px;
  color: #418ede;
  font-size: 16px;
  height:inherit;
  font-weight: 600
}

.photo-level {
  width: 100%;height: 580px;
}
.slide1 {
   background: url("../images/banner1.jpg")no-repeat 0 bottom/cover
 }
.slide2 {
  background: url("../images/banner3.png")no-repeat 0 bottom/cover
}
.slide3 {
  background:linear-gradient(-45deg,rgba(1,125,125,1),rgba(25,133,133,1));
}
.mz .slide1 {
  background: linear-gradient(90deg, #2e7ce4 0%, #997aff 100%);
}
.syt .slide1 {
  background:linear-gradient(-45deg,rgba(11,180,216,1),rgba(48,210,232,1));
}
/*.slide2 {
  background: linear-gradient(90deg, #2e7ce4 0%, #997aff 100%);
}*/
.jwt .slide1 {
 background: linear-gradient(90deg, #806ffc 0%, #315fce 100%);
}
.jxt .slide1 {
   background: linear-gradient(90deg, #5971ed 0%, #5149f7 100%);
}
.jxt .businssschoolBg {
  background: url("../images/banner4.png")no-repeat 0 bottom/cover
}
.ykt .slide1 {
  background: linear-gradient(90deg, #3278d8 0%, #1f6ad0 100%);
}
.gy .slide1 {
    background: url("../images/inside/bannergywm1s.jpg") no-repeat 0 bottom/cover
}
.wzmap .slide1 {
    background: url("../images/inside/bannernew1.jpg") no-repeat 0 bottom/cover
}
.hz .slide1{
  background: url("../images/inside/bannerhz4.jpg") no-repeat 0 bottom/cover
}

.hezuo {
  background: linear-gradient(90deg, #7a34ff 0%, #9934ff 100%);
}
.bannernew2{width: 340px;}
.bannerhz2{width: 525px;}
.jwt.focus .fukouhao{width: 224px; padding-left: 50px;}
.mz.jwt.focus .content .title{margin-bottom: 10px;}
.mz.focus .content .title{margin-bottom: 50px; line-height: 1.8}
.mz.focus .container .content .title p{font-size: 24px;}
.mz.gy.focus .container .content .title p{font-size: 38px;}
.mz.focus .container .content .title p span{font-family: Impact; color: #ffd600; font-size: 38px;}
.patriarch-header .header-card .card-img {
  display: block;
  margin-bottom: 20px;
  color: #00a7ff;
  font-size: 45px
}

.patriarch-header .header-card .card-title {
  font-family: PingFang-SC-Bold;
  margin-bottom: 0;
  font-size: 28px
}

.patriarch-header .header-card .card-subtitle {
  margin: 15px 0 40px;
  color: #303030;
  width: 301px
}

.patriarch-header .header-card .card-btn div {
  display: inline-block;
  border-radius: 100px;
  width: 160px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer
}

.patriarch-header .header-card .card-btn .btn-ask {
  border: 1px solid #00a7ff;
  color: #fff;
  background: #00a7ff;
  white-space: nowrap
}

.patriarch-header .header-card:after {
  content: "";
  width: 100%;
  height: 114px;
  left: 12%;
  display: inline-block;
  position: absolute;
}
.home-slider-item {
  width: 100%;
  height: 650px;
  margin: 0 auto;
  position: relative
}

.home-slider-item .slider-item-cart-phone {
  display: none
}

.slider-item-cart {
  width: 650px;
  height: 300px;
  background: hsla(0, 0%, 100%, .8);
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 0;
  border-radius: 2px;
  box-sizing: border-box; text-align: left;
  padding: 20px 0 0 30px
}

.slider-item-cart .banner-cart-head {
  font-size: 18px;
  color: #00a7ff;
  letter-spacing: 2px;
  line-height: 36px;
  letter-spacing: -.05px !important;
  word-spacing: 0 !important
}

.slider-item-cart .cart-header {
  font-size: 33px;
  font-weight: 500;
  line-height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000;
}

.slider-item-cart .cart-content {
  font-size: 16px;
  line-height: 28px;
  color: #303030;
  margin: 15px 0 25px;
}

.slider-item-cart .cart-group-button {
  height: 40px;
}

.slider-item-cart .cart-group-button .cart-more {
  background: #00a7ff;
  color: #fff
}

.slider-item-cart .cart-group-button .cart-online {
  width: 140px !important;
  border: 1px solid #00a7ff;
  color: #00a7ff;
}

.slider-item-cart .cart-group-button .cart-more, .slider-item-cart .cart-group-button .cart-online {
  letter-spacing: 1.2px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  height: 36px;
  width: 120px;
  margin-right: 40px;
  border-radius: 100px;
  cursor: pointer
}


.school-main-banner {
  height: 650px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.school-banner-cart {
  box-sizing: border-box;
  padding: 70px 0 70px 50px;
  position: absolute;
  top: 130px;
  right: 0;
  background: hsla(0, 0%, 100%, .8);
  width: 700px;
  height: 375px;
  border-radius: 2px
}

.banner-cart-head-icon {
  background: url(../images/book.html) no-repeat center;
  background-size: 22px;
  width: 23px;
  height: 24px;
  margin-right: 10px
}

.banner-cart-head-title {
  width: 200px;
  height: 25px;
  font-size: 20px;
  color: #00a7ff;
  line-height: 20px;
  white-space: nowrap
}

.banner-cart-h1, .banner-cart-head-title {
  font-weight: 600;text-align: left;
}

.banner-cart-h1 {
  margin: 14px 100px 28px 0;
  font-size: 30px; text-align: left;
  line-height: 34px
}

.banner-cart-content {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  color: #999;
  width: 383px;
}
.school-section {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  zoom: 1
}

.school-container {
  width: 1080px;
  margin: 0 auto
}

.clearfix:after {
  line-height: 0
}

.text-ellipsis {
  display: -webkit-box;
  display: block;
  -webkit-line-clamp: 6;
  line-height: 25px;
  max-height: 150px;
  text-overflow: ellipsis;
  overflow: hidden
}
.patriarch-header {
  position: relative
}
.patriarch-header .header-card {
  position: absolute;
  background: hsla(0, 0%, 100%, .9);
  border-radius: 2px;
  top: 108px;
  left: 0;
  text-align: left;
  padding: 60px 74px 59px 260px;
  max-width: 1000px;
  overflow: hidden
}

.container {
  width: 1200px;
  margin-right: auto;
  margin-left: auto
}
.zhaoshengnan{ width: 500px; margin-bottom: 20px; }
.zhaoshengnan ul li{ background: #fff; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); border: 1px solid #eee;
  padding: 20px 35px; float: left; margin-right: 12px; border-radius: 5px; color: #666; margin-bottom: 20px;}
.zhaoshengnan a{ font-size: 16px; display: block}
.zhaoshengnan i{display: block; background-size: auto 48px; height: 48px; width: auto; margin-bottom: 8px; }
.icon-zsntb1{ background-image: url("../images/zsntb1.png")}
.icon-zsntb2{ background-image: url("../images/zsntb2.png")}
.icon-zsntb3{ background-image: url("../images/zsntb3.png")}
.icon-zsntb4{ background-image: url("../images/zsntb4.png")}
.icon-zsntb5{ background-image: url("../images/zsntb5.png")}
.icon-zsntb6{ background-image: url("../images/zsntb6.png")}
.icon-zsntb7{ background-image: url("../images/zsntb7.png")}
.icon-zsntb8{ background-image: url("../images/zsntb8.png")}
.icon-zsntb9{ background-image: url("../images/zsntb9.png")}
.icon-zsntb10{ background-image: url("../images/zsntb10.png")}
.icon-zsntb11{ background-image: url("../images/zsntb11.png")}
.icon-zsntb12{ background-image: url("../images/zsntb12.png")}
.icon-zsntb13{ background-image: url("../images/zsntb13.png")}
.icon-zsntb14{ background-image: url("../images/zsntb14.png")}
.icon-zsntb15{ background-image: url("../images/zsntb15.png")}
.icon-zsntb16{ background-image: url("../images/zsntb16.png")}
.icon-zsntb17{ background-image: url("../images/zsntb17.png")}
.icon-zsntb18{ background-image: url("../images/zsntb18.png")}
.icon-zsntb19{ background-image: url("../images/zsntb19.png")}
.icon-zsntb20{ background-image: url("../images/zsntb20.png")}
.icon-zsntb21{ background-image: url("../images/zsntb21.png")}
.icon-zsntb22{ background-image: url("../images/zsntb22.png")}
.icon-zsntb23{ background-image: url("../images/zsntb23.png")}
.icon-zsntb24{ background-image: url("../images/zsntb24.png")}





.gaoxiao{color: #2885f1; font-size: 18px; margin: 20px 0 40px}
.ipro .txtcon .item:nth-child(2) .txt2{ margin-bottom: 10px;}
.ipro .txtcon .item:nth-child(1) .line{width: 68px;}
.ipro .txtcon .item:nth-child(2) .img img {
  width: 340px;
}
.ipro .txtcon .item:nth-child(2) .img{right: -160px;}
.ipro .txtcon .item:nth-child(4) .img{right: -74px; }
.ipro .txtcon .item:nth-child(4) .img img{width: 310px;}
.ipro .txtcon .item:nth-child(3) .img{top:60px; right: -270px;}
.ipro .txtcon .item:nth-child(3) .img img{width: 310px;}

/*新闻*/
.inews {
  width: 100%;
  padding: 50px 0 0;
  
}

.inews .ivedio {
  margin-top: 60px
}

.inews .title {
  font-size: 30px;
  margin-bottom: 50px
}

.inews .title a {
  width: 80px;
  height: 26px;
  line-height: 26px;
  color: #00a4ff;
  text-align: center;
  border-radius: 15px;
  border: 1px solid #00a4ff;
  margin-top: 5px;
  font-size: 12px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms
}

.inews .title a:hover {
  background: #fff;
  width: 90px
}
.news-da{ padding: 0 20px;}
.news-da ul li{width: 303px; float: left; margin: 0 10px;}
.news-da .more{float: right; margin-top: 10px;}
.news-da p{line-height: 1.5}
.news-da img{margin-bottom: 5px;}

.inews .inewleft {
  width: 600px;
  float: left
}

.inews .inewleft .item {
  width: 100%;
  display: block;
  padding-bottom: 21px
}

.inews .inewleft .item h3 {
  font-size: 18px;
  height: 22px;
  line-height: 22px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  overflow: hidden
}

.inews .inewleft .item .time {
  font-size: 14px;
  color: #999
}

.inews .inewright {
  width: 540px;
  float: right
}

.inews .inewright .item {
  width: 260px;
  display: block;
  float: left;
  padding-bottom: 30px
}

.inews .inewright .item img {
  width: 230px;
  height: 113px;
  margin-bottom: 25px;
  display: block
}

.inews .inewright .item h3 {
  font-size: 18px;
  height: 68px;
  line-height: 34px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  overflow: hidden
}

.inews .inewright .item.a1 {
  margin-right: 10px
}
.main {
  margin: 0 auto;
  clear: both;
  width: 1200px;
}

.hometitle_box {
  text-align: center;
  font-size: 19px;
  font-family: "微软雅黑";
  margin: 0px auto;
  clear: both;
  margin-bottom: 0;
  line-height: 180%
}

.hometitle_box span {
  display: block;
  text-align: center;
  font-family: "微软雅黑";
  font-size: 20px;
  color: #111111;
  margin-top: 7px;
}

.hometitle_box p {
  text-align: center;
  padding: 0 20px;
  background: #FFF;
  margin-top: -15px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #a0a0a0;
  width: auto;
  display: inline-block !important;
  display: inline;
  text-transform: uppercase;
  font-family: Verdana, Geneva, sans-serif
}

.homenew_title {
  font-family: '微软雅黑';
  padding-top: 0px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 38px; line-height: 1.6;
  color: #333
}

.sidatd——title {
  font-family: '微软雅黑';
  padding-top: 50px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 38px; line-height: 1.6;
  color: #333
}

.homenewg_title {
  color: #ffffff;
  font-family: '微软雅黑';
  padding-top: 50px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 32px;
}
.new {
  width: 1200px;
  height: 470px;
  margin: 0 auto
}

.newsbox {
  width: 690px;
  float: left;
  margin-top: 35px;
  border: 1px solid #fff;
  border-radius: 5px; background: #fafbfc;
  -webkit-box-shadow: 0 0 5px rgba(134, 134, 134, .3);
  -moz-box-shadow: 0 0 5px rgba(134, 134, 134, .3);
  box-shadow: 0 0 5px rgba(134, 134, 134, .3);
  padding-bottom: 30px;
  margin-right: 26px;
  height: 320px;
}

.imgg {
  height: 208px;
  width: 325px;
  position: relative;
  margin-bottom: 10px !important;
  margin: 0px 30px 0 30px;
  border: 1px solid #C6C6C6;
  overflow: hidden;
}

.imgg img {
  width: 100%;
}

.imgg:before {
  content: ""
}

.imgg p {
  position: absolute;
  top: 180px;
  background: #ffffff;
  opacity: 0.5;
  height: 30px;
  width: 325px;
  filter: alpha(opacity=50);
  line-height: 30px;
}

.imgg p span {
  color: #111111 !important;
  float: left !important;
  text-indent: 4px;
}

.newsbox h3 {
  font-size: 19px;
  color: #111111;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  margin: 30px 30px 20px 30px;
}

.newsbox h3 p,.newsboxwt h3 p {
  display: block;
  height: 21px;
  padding-left: 10px;
  line-height: 20px;
}
.newsbox h3 p em{ width: 6px; height: 22px; background:#00a4ff ;
  border-radius: 5px; display: inline-block; vertical-align: middle; margin-right: 8px;
}
.newsbox h3 p span{vertical-align: middle;}

.newsbox h3 span.mored {
  float: right
}

.newsbox h3 span a {
  color: #00a4ff;
  font-size: 14px;font-weight: normal;
}
.newsbox h3 span a:hover,.newsboxwt h3 span a:hover { color: #4386ea}
.newsbox li {
  line-height: 230%;
  margin: 0px 30px 0 30px;
}

.newsbox li span {
  float: right;
  color: #666666
}

.newsboxwt {
  width: 480px;
  float: left;
  margin-top: 35px;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(134, 134, 134, .3);
  overflow: hidden;
  -moz-box-shadow: 0 0 5px rgba(134, 134, 134, .3);
  box-shadow: 0 0 5px rgba(134, 134, 134, .3);
  padding-bottom: 30px;
  margin-right: 0px; background:#fafbfc;
  height: 320px;
}

.newsboxwt h3 {
  font-size: 19px;
  color: #111111;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  margin: 30px 30px 15px;
}



.newsboxwt h3 p:before {
  content: ""
}



.newsboxwt h3 span a {
  color: #00a4ff;
  font-size: 14px; font-weight: normal;
}

.newsboxwt li {
  line-height: 36px;
  margin: 0 30px; background: url("../images/dot.png") no-repeat 0 center; padding-left: 15px;
}
.newsboxwt li a{font-size: 14px;}
.newsboxwt li span {
  float: right;
  color: #666666
}


.footer-middle ul li{float: left ;margin-right: 20px;}
.close-icon{background-image: url("../images/close.jpg"); width: 31px; height: 31px; background-size: 31px;}

/*右边浮动*/
.toolbar1 {
  width: 50px;
  position: fixed;
  right: 10px;
  top: 200px;
  z-index: 999;
}
.toolbar1 dd {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  position: relative;
  background: #00a4ff;
  border-radius: 4px;
  color: #fff;
  line-height: 16px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.toolbar1 dd i {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
}

.toolbar1 dd i span {
  width: 50px;
  height: 45px;
  padding-top: 5px;
  display: block;
  background: url(../images/fix-ico.png) no-repeat center 0;
}
.toolbar1 .code span {
  background-position: center -52px;
}
.toolbar1 .tel span {
  background-position: center -109px;
}
.toolbar1 .top span {
  background-position: center -168px;
}
.toolbar1 .pop {
  position: absolute;
  right: 65px;
  top: -55px;
  background: #00a4ff;
  display: none;
}
.toolbar1 .pop-code {
  width: 120px;
  padding: 20px 20px 0;
}
.toolbar1 .pop-code img {
  width: 120px;
  height: 120px;
  display: block;
}
.toolbar1 .pop-code h3 {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #f2e8e1;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}
.about-jj{padding-right: 0px; margin-top: 20px; width: 600px;}
.about-jj p{font-size: 16px; margin-bottom: 20px; line-height: 2; text-align: justify; text-indent: 2em}
.about .content-module .module-title{margin-bottom: 50px;}
.about .body-center2{width: 1200px;}

.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
.map{width:50%;height:500px; float: right}

.lianxi-us{ position: absolute}
.rel{position: relative}

.about .content-module:nth-child(3){ padding-bottom: 0}
.lianxi-usbg{background: #575757; width: 50%; float: left}
.lianxi-add{  color: #fff; width: 500px; float: right; margin-top:100px;}
.lianxi-add h1{font-size: 22px; margin-bottom: 20px; font-weight: normal}
.lianxi-add p{ line-height: 2.4; font-size: 16px;}

.wz{ border-bottom: 1px solid #e9e9e9; padding: 20px 5px 10px;}
.icon-site{ background-image: url("../images/inside/sytb1.png"); background-size: 11px; margin-right: 5px;}
.wz-map{margin: 30px 0}
.wz-map a{display: inline-block; padding: 10px 20px; background: #e9e9e9; color: #666; margin: 0 20px; font-size: 15px;}
.wz-map .title{ margin: 20px auto ; width: 200px;display: flex;justify-content: center}
.wz-map .futitle{ margin: 0 auto; width: 750px;display: flex;justify-content: center;}
.wz-map .futitle.xw{ width: 340px;}
.wz-map .title a{background: #02a4ff; color: #fff;}
.wz-map .title a:hover{background: #0095e8; color: #fff;}
.wz-map a:hover{background: #02a4ff; color: #fff;}
.deanhothdtop{margin: 20px 10px 0}
.deanhothdtop ul li {
  color: #999;
  cursor: pointer;
  float: left;
  font-size: 14px;
  height: 30px;
  line-height: 30px;padding: 6px 25px; background: #e4e4e4;  margin-right: 20px;
}
.deanhothdbtmbox .deannewsbox {
  display: none;
}
.deanhothdtop ul li.cur {
  color: #fff; background: #02a4ff;
}
.deanhothdbtmbox {
  margin-top: 10px; padding: 0 10px;
}
.deanhothdbtmbox a{display: block}
.deannewsbox ul li{border-bottom: 1px solid #e9e9e9; overflow: hidden; padding:20px 0;}

.img-jq{ width: 280px; height:170px;background-size:cover;background-position:center; background-repeat: no-repeat; float: left }
.deannewsbox-wz{position: relative; height: 60px;}
.deannewsbox-wz a{ font-size: 20px; margin: 10px 0 20px;}
.deannewsbox-wz p{font-size: 16px; color: #666;margin-left: 30px}
.deannewsbox-wz .date{color: #999; position: absolute; bottom: 0}

.pager {
  color: #333;
  line-height: 30px;
  padding: 25px 0 25px 0;
  font-size: 12px;
  text-align: center;
}
.pager span {
  border: #ccc 1px solid;

  color: #666;
  text-decoration: none;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  margin: 0 3px;
}
.pager span.current_page,.pager span.nolink{padding: 0 10px; color: #ccc}
.pager a { padding: 0 10px;
  display: block;
}
.pager a:hover {
  color: #fff;
  background-color: #02a4ff;
  transition: all 0.6s
}
.pager a:active {
  color: #fff;
  border: #02a4ff 1px solid;
  background-color: #02a4ff;
}

.newsnr{margin: 20px 0;}
.newsnr .h2 {
  font-size: 24px;
  line-height: 35px; text-align: center; margin-bottom: 10px;
}
.laiyuan {
  color: #999;
  margin: 0 0 10px;
  text-align: center;border: 1px solid #e9e9e9; padding:10px 0; padding-left: 420px;
}

.newsnr .label {
  margin: 5px 0 10px;text-align: center;
}

.newsnr .label span {
  background-color: #dedede;
  display: inline-block;
  margin-left:10px;
  padding: 2px 15px;
}

.newswz {
  line-height: 200%;
  padding: 20px;
}
.shangyi{ border-top: 1px dashed #e9e9e9; padding-top: 10px; line-height: 2}
.tc{text-align: center}
.bdsharebuttonbox{float: left; margin-left: 20px;}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{margin-top: 2px!important;margin-bottom: 0!important;}
.hezuo .content-module{padding-top: 0}
.site .body .content.hezuo .content-module.content-module-6{  padding-bottom: 0; height: 190px;}
.site .body .content.hezuo .content-module .module-unit{ background:rgba(255, 255, 255, 0.1175); padding: 20px 0 0; height: 170px;}
.site .body .content.hezuo .content-module .module-unit .top{margin-top: 0;}
.site .body .content.hezuo .content-module .module-unit .top .item .num{font-size: 60px;}
.site .body .content.hezuo .content-module:nth-child(2n + 1){background: inherit}
.hz.focus .bd li{height: 670px;}
.hezuo .content-module{opacity:1}

/*登录*/
.icon-tel{background-image: url("../images/tel.png"); margin-right: 10px; background-size: 25px; width: 25px; height: 25px;}
.dlheader{padding: 15px 0 5px}
.hot-tel{ font-size: 16px; vertical-align: middle;  display: inline-block}
.dlbg{background: url("../images/banner1.jpg") no-repeat center top; width: 100%; height: 580px;}
.dlheader .tel{margin-top: 5px;}
.dl-photo{float: left;padding-top:111px;}
.bannerdl2{width: 600px;}
.login1{background: #fff; border-radius: 10px; float: right; width: 300px;margin-top: 130px; padding: 20px}
.mingchen{padding: 10px  40px 0;}
.mingchen ul li{ width: 50%; float: left; text-align: center}
.mingchen .active a{ color: #3e7cf5}
.mingchen .active a em{border-bottom: 2px solid #3e7cf5; display: block; width: 30px; margin: 5px auto}
.login-main{padding: 20px 20px 0;}
.login-main .layui-form-item{  position: relative}
.login-main .icon{ width: 20px; height: 20px; background-size: 20px; position:absolute;top:8px; left:10px;}
.login-main .layui-input{padding-left: 35px;}
.icon-dltb1{ background-image: url("../images/login/dltb1.png")}
.icon-dltb2{ background-image: url("../images/login/dltb3.png")}
.icon-dltb3{ background-image: url("../images/login/dltb2.png")}
.icon-dltb4{ background-image: url("../images/login/dltb4.png")}
.icon-dltb5{ background-image: url("../images/login/dltb5.png")}
.jwt-td .icon.icon-jwtb1{ background-image: url("../images/jwt/tb1.png");background-size: 22px; width: 22px; height: 23px}
.jwt-td .icon.icon-jwtb2{ background-image: url("../images/jwt/tb2.png")}
.jwt-td .icon.icon-jwtb3{ background-image: url("../images/jwt/tb3.png")}
.jwt-td{margin-top: 40px;}
.jwt-td.syjwt-td{ margin: 20px 0 40px;}
.jwt-td ul li{width: 383px; float: left; margin-right: 25px; }
.jwt-td ul li:last-child{margin-right: 0}
.jwt-td .icon{ vertical-align: middle; margin-right: 10px; background-size: 25px; width: 25px; height: 25px;}
.jwt-td .jwt-td-top{ background: linear-gradient(90deg, #8470f8 0%, #46a3f6 100%); color: #fff; font-size: 22px;
  border-radius: 5px 5px 0 0; padding: 8px 0; text-align: center }
.jwt-td .jwt-td-top span{vertical-align: middle}
.jwt-td ul li:nth-child(2) .jwt-td-top{ background: linear-gradient(90deg, #2a93fc 0%, #43a4f6 100%); }
.jwt-td ul li:nth-child(3) .jwt-td-top{ background: linear-gradient(90deg, #47a1f6 0%, #8570f8 100%); }
.jwt-td-nr{ border: 1px solid #ddd; border-top: none; padding: 15px 30px; font-size: 16px; line-height: 2;height: 110px; }
.blue{color: #3e7dfe;}
.jwt-td-nr span{ font-weight: bold; }

.yzmtp{width: 80px; height: 32px}
a.login-btn {
  background: linear-gradient(90deg, #3e84f5 0%, #3e65f5 100%);
  color: #fff;
  padding: 10px 20px;
  border-radius: 3px;
  font-size: 14px;
  display: block; text-align: center; letter-spacing: 3px; margin-bottom: 10px; margin-top: 20px;
}

a.login-btn:hover {
  background: #2d53df;
  color: #fff;
}
.login1 .free-trial{color: #999}
.dlbq{text-align: right; color: #999; padding: 10px 0}
.focus.zhuce,.focus.zhuce .bd li{height: 300px;}
.zhuce .photo-level{height: 300px; background-position: bottom }
.zhuce.focus .container .content{ padding-top: 20px;}
.zhuce .bannerdl2{width: 340px; margin-top: 14px;}
.zhuce.focus .container .content .title p{font-size: 36px; margin-bottom: 50px;}
.zhuce.focus .container .content p{font-size: 45px; margin-top: 10px;}
.zcbq{ border-top: 1px solid #e9e9e9; padding:10px 0; color: #999; text-align: center}
.ljzcbt{font-size: 20px; font-weight: bold; display: inline-block; margin: 20px 0}
.ljzcbt em{border-bottom: 2px solid #3e7cf5; display: block; width: 30px; margin: 10px auto}
.zc-main{padding: 20px 0; width: 500px; margin: 0 auto}
.red{color: #f00; padding: 0 5px;}
.zc-main .layui-input{width:300px;}
.layui-input:focus{border-color: #3e7cf5!important}
.layui-input.zcyzm{width: 200px; float: left; margin-right: 20px;}
.login-main .layui-input.zcyzm{width: 160px;}
a.zc-btn{width: 80px; margin-left: 80px; margin-top: 20px;}
.agree{text-align: center; width: 500px; padding: 10px 0}
.agree a{ color:#3e7cf5 }
.agree a:hover{text-decoration: underline}
.layout800.layout .box{ width: 800px; top:50%;height: 600px;}
.layout800.layout .box .reg{ width: 800px;  height: 600px;  padding: 40px 20px;}
.layout800 .tiaokuan{overflow-y: auto; height: 450px; padding: 0 20px 30px;}
.login-main.p0{padding: 0}
a.hqyzm-btn{ border: 1px solid #3e7cf5; color: #3e7cf5; border-radius: 5px; padding: 5px 10px; display: inline-block }
a.hqyzm-btn:hover{ background: #3e7cf5; color: #fff}
.login-main.p0 .layui-input.zcyzm{width: 188px;}


