
.sjbdmap{display: none;}
@media (max-width: 767px){.sjbdmap{display:table !important;}}


.sjbdmap_1{display: none;}
@media (max-width: 767px){.sjbdmap_1{display:block !important;}}


@media (max-width: 767px){
.pc_1{display: none;}

}





/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  font-size: 0;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
button {
  /* border: none; */
}
/* 取消链接高亮  */
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}



@font-face {
  font-family: Noto Sans S Chinese Light;
  src: url('../font/NOE_DISPLAY_MEDIUM.WOFF.TTF');
}

@font-face {
  font-family:msjhbd mid;
  src: url('../font/Msjh.ttf');
}
@font-face {
  font-family:book;
  src: url('../font/book.ttf');
}
@font-face {
  font-family:Montserrat-Bold;
  src: url('../font/Montserrat-Bold.ttf');
}
@font-face {
  font-family:Montserrat-Light;
  src: url('../font/Montserrat-Light.ttf');
}
@font-face {
  font-family:Montserrat-Regular;
  src: url('../font/Montserrat-Regular.ttf');
}


body {
  font-family:"微软雅黑";
  color: #555;
  overflow-x: hidden;
}









.ellipsis{ display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.towlines{ text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;}

button:focus {
  outline: none;
}
.index-body{
  padding-top: 0;

}
em,
i {
  font-style: normal;
}
ul,
li {
  list-style-type: none;
}
.w100 {
  width: 100%;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
a:hover,
a:link,
a:visited {
  text-decoration: none;
}
.clearfix {
  zoom: 1;
}
input:focus,
textarea:focus {
  outline: none;
}
.overh {
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ta {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.displaynone {
  display: none;
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}
.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.en {
  font-family: "Montserrat-Bold";
  font-weight: bold; text-transform:uppercase
}
.Classical_music {
  position: absolute;
  left: 502.741px;
  top: 782.001px;
  z-index: 12;
}
.f14px {
  font-size: 14px;
}
.f16px {
  font-size: 16px;
}
.book {
  border: 1px solid #000;
}
.db {
  display: block;
}
.dnb {
  display: inline-block;
}
.flight {
  font-weight: lighter;
}
.fbold {
  font-weight: bold;
}
.imghover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.sca1 {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
}
.sca0 {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
}
.tran {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.hovercolor {
  color: #8cca1d;
}
.zhong {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  justify-content: center;
  align-items: center;
}
.z {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.l0 {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cen {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}
.f48 {
  font-size: 48px;
}
.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.p15 {
  padding: 15px;
}
.w50 {
  width: 50%;
}
.blod {
  font-weight: bold;
}
.wen_hied2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.w55 {
  width: 55%;
}
.ban img {
  width: 100%;
}
.ban .banzi {
  text-align: center;
  left: 50%;
  top: 50%;
  display: none;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.ban .banzi .biao {
  color: #ffffff;
  font-size: 60px;
  font-family:"msjhbd";
font-weight: bold;
  text-shadow: 1.5px 2.598px 1px rgba(0, 0, 0, 0.3);
}
.ban .banzi .miao {
  color: #ffffff;
  font-size: 27px;
}
.daohang {
  background: rgba(0, 0, 0, 0.8);
  height: 105px;
  line-height: 105px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  z-index: 99;
}
.daohang.active {
  height: 80px;
  line-height: 80px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  background: #000000;
}
.daohang.active .searchbox {
  top: 80px;
}
.daohang .logo1 {
  width: 33%;
  text-align: center;
}


.daohang .nav-ul > li {
  margin: 0 21.5px;
  float: left;
  position: relative; 
}
.daohang .nav-ul > li:hover > a {
  display: block;
  border-bottom: 1px solid #FA7319;
}
.daohang .nav-ul > li:hover .ers-ul {
  display: block;
}
.daohang .nav-ul > li > a {
  color: #ffffff;
  font-size: 16px; 
}
.daohang .nav-ul > li .ers-ul {
  width: 128px;
  padding: 5px 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  display: none;
  background: #0e0e0e;
  position: absolute;
}
.daohang .nav-ul > li .ers-ul li {
  line-height: 45px;
  text-align: center;
}
.daohang .nav-ul > li .ers-ul li a {
  color: #ffffff;
  font-size: 14px;
}
.daohang .nav-ul > li .ers-ul li a:hover {
  color: #FA7319;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.daohang .nav-rig {
  color: #ffffff;
  font-size: 15px;
}
.daohang .nav-rig a {
  color: #ffffff;
  display: inline-block;
  margin-right: 0px;
}
.daohang .nav-rig a:hover {
  color: #FA7319;
}
.daohang .nav-rig .dinhua,
.daohang .nav-rig .wei {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
.daohang .nav-rig .dinhua:after,
.daohang .nav-rig .wei:after {
  content: '';
  position: absolute;
  right: -20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background: #ffffff;
}
.daohang .nav-rig .sou {
  display: inline-block;


}
.sou {
  width: 230px;
 position: relative;
 top: 13px;
 right: 10px;
 border: 1px solid #fff;
 border-radius: 20px;

}.sou  .serbtn{
  background: transparent;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;

height: 40px;
line-height: 40px;

}.sou  .serbtn i{
  color: #fff;
  font-size: 20px;

}.sou .searchs .sertext{
  border-top-left-radius: 20px;
  height: 40px;
background: transparent;
  padding-left: 31px;
  border: none;
  line-height: 40px;
  border-bottom-left-radius: 20px;
}.searchs .sertext::placeholder{
  color: #eee;
}
.position { 
  margin-top: 60px;
}
.position .row {
  line-height: 80px;
  border-bottom: 1px solid #dfdfdf;
}
.position .row .name {
  color: #313138;
  font-size: 50px;
  position: relative;
}
.position .row .name span {
  color: #FA7319;
}
.position .row .name::after {
  content: '';
  left: 0;
  bottom: -1px;
  position: absolute;
  width: 100px;
  height: 1px;
  background: #FA7319;
}
.position .row .position-a {
  color: #afafaf;
  font-size: 18px;
}
.position .row .position-a a {
  color: #afafaf;
  font-size: 18px;
}
.position .row .position-a a:hover {
  color: #FA7319;
}
.lianxi {
  margin-top: 40px;
}
.lianxi .head-top .yuan {
  border-width: 1px;
  border-color: #2b2b33;
  border-style: solid;
  border-radius: 50%;
  display: inline-block;
  width: 72px;
  height: 71px;
  line-height: 71px;
  float: left;
  text-align: center;
}
.lianxi .head-top .yuan i {
  color: #313138;
  font-size: 50px;
}
.lianxi .head-top .zi {
  color: #FA7319;
  font-size: 23px;
  float: left;
  display: inline-block;
  line-height: 72px;
  margin-left: 15px;
}
.lianxi .head-top .neir {
  margin-top: 15px;
  color: #6b6b6b;
  font-size: 17px;
  line-height: 36px;
}
.lianxi .col-md-4 {
  padding: 35px 44px;
  border-right: 1px solid #eaeaea;
}
.lianxi .col-md-4:last-child {
  border-right: none;
}
.map {
  margin: 50px 0;
}
.liuyan {
  margin-bottom: 80px;
}
.liuyan .biane {
  color: #2b2b33;
  font-size: 40px;
}
.liuyan .zi1 {
  color: #6b6b6b;
  font-size: 18px;
  margin-top: 10px;
}
.liuyan .ti button {
  color: #ffffff;
  font-size: 20px;
  background: #FA7319;
  border: none;
  line-height: 70px;
  padding: 0 50px;
}
.liuyan .ti button:hover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  border-radius: 30px;
}
.liu-ul {
  margin-top: 50px;
}
.liu-ul li {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 40px;
  float: left;
}
.liu-ul li:nth-child(3) {
  margin-right: 0;
}
.liu-ul li .nm {
  color: #6b6b6b;
  font-size: 15px;
  left: 10px;
  background: #ffffff;
  top: -10px;
  padding: 0 10px;
}
.liu-ul li .nm .red {
  color: #ff0000;
}
.liu-ul li input {
  height: 55px;
  width: 100%;
  border: 1px solid #bfbfc1;
  padding-left: 15px;
}
.liu-ul li:last-child {
  width: 100%;
}
.liu-ul li:last-child textarea {
  width: 100%;
  height: 140px;
  resize: none;
  padding: 15px;
  border: 1px solid #bfbfc1;
}
footer {
  background: #f3f3f3;
  padding: 70px 0 40px 0;
}
footer .hu span {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 1px solid #b5b5b8;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
  line-height: 60px;
}
footer .hu span i {
  color: #4f4f5b;
}
footer .hu span:hover {
  background: #FA7319;
  border: 1px solid #FA7319;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
footer .hu span:hover i {
  color: #ffffff;
}
footer .div-foot {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
  margin-top: 0px;
}
.newiss-xing {
  margin-top: 45px;
}
.newiss-xing .title {
  color: #000000;
  font-size: 35px;
  padding: 15px 0;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}
.newiss-xing .title::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 1px;
  bottom: -1px;
  background: #FA7319;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}
.newiss-xing .dade {
  color: #6b6b6b;
  font-size: 17px;
  margin: 30px 0;
}
.newiss-xing .dade span {
  display: inline-block;
  margin: 0 10px;
}
.newiss-xing .nei {
  color: #6b6b6b;
  font-size: 17px;
  line-height: 35px; 
}
.newiss-xing .bshare-custom {
  display: inline-block;
}
.newiss-xing .shang {
  margin: 60px 0;
  padding: 30px 0;
  border-top: 1px solid #dfdfdf;
  line-height: 35px;
}
.newiss-xing .shang .fl {
  width: 70%;
}
.newiss-xing .shang a {
  color: #6b6b6b;
  font-size: 17px;
}
.newiss-xing .shang a:hover {
  color: #FA7319;
}
.new {
  margin: 60px 0 70px 0;
}
.new .new-yao {
  font-size: 17px;
  margin-top: 40px;
  color: #6b6b6b;
  line-height: 30px;
  height: 120px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.new .more {
  margin-top: 40px;
}
.new .more a {
  color: #2b2b33;
  font-size: 16px;
}
.new .more a:hover {
  color: #FA7319;
}
.new .new-title {
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 10px 0;
}
.new .new-title a {
  color: #000000;
  font-size: 24px;
}
.new .new-date {
  font-size: 1px;
  font-size: 17px;
  line-height: 25px;
  color: #6b6b6b;
}
.new .tui-new {
  display: block;
}
.new .tui-new .swiper-slide > div {
  width: 49%;
}
.new .tui-new .swiper-slide:hover .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.new .tui-new .swiper-slide:hover .new-title {
  color: #FA7319;
}
.new .tui-new .swiper-pagination {
  width: auto;
  left: 51%;
  bottom: 30px;
}
.new .tui-new .swiper-pagination-bullet {
  border-width: 1px;
  border-color: #FA7319;
  border-style: solid;
  border-radius: 50%;
  background-color: #ffffff;
  width: 13px;
  height: 12px;
  opacity: 1;
}
.new .tui-new .swiper-pagination-bullet-active {
  border-color: #FA7319;
  border-width: 2px;
}
.new-ul {
  margin: 30px 0 70px 0;
}
.new-ul li {
  padding: 30px 0;
  border-bottom: 1px solid #f0f0f0;
}
.new-ul li > .fl {
  width: 20%;
  text-align: center;
  border-right: 1px solid #d5d5d5;
}
.new-ul li > .fl .hao {
  font-size: 53px;
  color: #FA7319;
  font-family: "BodoniBT";
  font-weight: bold;
}
.new-ul li > .fl .yue {
  color: #6b6b6b;
  font-size: 16px;
}
.new-ul li > .fr {
  width: 75%;
}
.new-ul li .biaoti {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.new-ul li .biaoti a {
  color: #000000;
  font-size: 24px;
}
.new-ul li .biaoti a:hover {
  color: #FA7319;
}
.new-ul li .yao-new {
  color: #6b6b6b;
  font-size: 17px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
}
.music {
  margin: 60px 0;
}
.music .music-ul > li {
  margin-bottom: 45px;
}
.music .music-ul > li > .fl {
  overflow: hidden;
}
.music .music-ul > li > .fl img:hover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.music .music-ul > li:nth-child(1n) > .fl {
  float:left;
}
.music .music-ul > li:nth-child(1n) > .music-nei {
  float: right;
}
.music .music-ul > li > div {
  width: 48%;
}
.music .music-ul > li .music-nei ul li {
  padding-left: 35px;
  color: #676767;
  font-size: 17px;
  line-height: 30px;
}
.music .music-ul > li .music-nei ul li a {
  color: #676767;
}
.music .music-ul > li .music-nei ul li a:hover {
  color: #FA7319;
}
.music .music-ul > li .music-nei ul li span {
  color: #000000;
  font-size: 20px;
}
.music .music-ul > li .music-nei ul li i {
  position: absolute;
  color: #000000;
  top: 4px;
  font-size: 20px;
  left: 0;
}
.music .pdf {
  margin-top: 100px;
}
.music .pdf a {
  color: #676767;
  font-size: 17px;
  display: inline-block;
  line-height: 55px;
  margin-left: 10px;
}
.music .pdf a:hover {
  color: #FA7319;
}
.music .pdf span {
  width: 55px;
  height: 55px;
  border: 1px solid #dddddd;
  border-radius: 100%;
  display: inline-block;
  line-height: 55px;
  text-align: center;
}
.music .pdf span i {
  color: #aaaaaa;
  font-size: 30px;
}
.Art {
  margin: 60px 0;
}
.Art .Art-ul li {
  width: 33.33%;
  margin-bottom: 50px;
  padding: 0 15px;
  float: left;
}
.Art .Art-ul li .overh:hover img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.Art .Art-ul li:nth-child(2n) {
  /*float: right;*/
}
.Art .Art-ul li .art-bot {
  margin-top: 20px;
}
.Art .Art-ul li .art-bot .das {
  background: #FA7319;
  padding: 0 10px 10px 10px;
  text-align: center;
}
.Art .Art-ul li .art-bot .das .hao {
  font-size: 33px;
  color: #ffffff;
}
.Art .Art-ul li .art-bot .das .nian {
  font-size: 13px;
  color: #ffffff;
}
.Art .Art-ul li .art-zi {
  padding-left: 90px;
}
.Art .Art-ul li .art-zi .art-biao {
  color: #000000;
  font-size: 18px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.Art .Art-ul li .art-zi .art-biao a {
  color: #000000;
}
.Art .Art-ul li .art-zi .art-biao a:hover {
  color: #FA7319;
}
.Art .Art-ul li .art-bot1 {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #e3e3e3;
  color: #676767;
  font-size: 14px;
}
.art-anli .swiper-button-next {
  width: 90px;
  height: 90px;
  background: url(../image/3.png) no-repeat;
  background-size: 100% 100%;
  right: 10%;
}
.art-anli .swiper-button-prev {
  width: 90px;
  height: 90px;
  background: url(../image/2.png) no-repeat;
  background-size: 100% 100%;
  left: 10%;
}
.art-anli .bians {
  background: rgba(0, 0, 0, 0.55);
  width: 100%;
  bottom: 0;
  z-index: 99;
  padding: 40px 0;
}
.art-anli .bi {
  color: #ffffff;
  font-size: 40px;
}
.art-anli .ti {
  color: #ffffff;
  font-size: 18px;
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #a5a5a4;
}
.art-anli .ti span {
  display: inline-block;
  margin-right: 60px;
}
.an-s1 {
  color: #686868;
  font-size: 17px;
  line-height: 30px;
  padding: 45px 0 70px 0;
}
.wenhua {
  margin-top: 100px;
}
.wenhua .wen-bia .dabig {
  color: #000000;
  font-size: 60px;  
}
.wenhua .wen-bia .dabig .xian {
  width: 285px;
  height: 1px;
  background: #18181a;
  position: relative;
  top: -18px;
  display: inline-block;
}
.wenhua .zzi1 {
  color: #000000;
  font-size: 50px;
  width: 100%; font-family: "Microsoft YaHei";
  font-weight: bold;
}


.ys {
  color: #FA7319;
}
.wenzi {
  margin-top: 50px;
  margin-bottom: 200px;
}
.wenzi .zitis {
  width: 37%;
  color: #676767;
  font-size: 18px;
  line-height: 40px;
  margin-top: 30px;
  text-align: justify;
}
.wenzi .zitis .ys {
  font-size: 20px;
}
.wenzi .tupu {
  left: 0;
  top: 0;
  width: 50%;
}
.wenzi .tupu::after {
  content: '';
  position: absolute;
  left: 10%;
  height: 170px;
  right: -10%;
  background: rgba(0, 0, 0, 0.0);
  bottom: -10%;
  z-index: -1;
}
.biaon1 {
  color: #000000;
  font-size: 40px;
  position: relative;
  padding-bottom: 40px;
}
.biaon1::after {
  content: '';
  left: 0;
  width: 40px;
  height: 1px;
  background: #535360;
  bottom: 23px;
  position: absolute;
}
.yue-yao {
  color: #676767;
  line-height: 35px;
  font-size: 16px;
}
.biandi {
  padding: 100px 0px 0 109px;
}
.biandi .yiyue {
  width: 30%;
}
.biandi .juchang {
  width: 65%;
}
.biandi .swiper-container {
  width: 100%;
  height: 100%;
}
.biandi .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transform: scale(0.9);
}
.biandi .swiper-slide-active,
.biandi .swiper-slide-duplicate-active {
  transform: scale(1);
}
.biandi .changs {
  bottom: 0;
  z-index: 3;
  left: 0;
  color: #fff;
  font-size: 20px;
  right: 0;
  text-align: left;
  padding: 30px 50px;
  background: rgba(0, 0, 0, 0.7);
}
.biandi .swiper-pagination-bullet {
  border-width: 1px;
  border-color: #FA7319;
  border-style: solid;
  background: transparent;
  width: 9px;
  height: 9px;
  opacity: 1;
  margin-right: 10px;
}
.biandi .swiper-pagination-bullet-active {
  border-width: 2px;
}
.yun {
  margin-top: 100px;
}
.yun .biaon1::after {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}
.yun .yue-yao {
  text-align: left;
}
.jiaos {
  margin-top: 60px;
  margin-bottom: 10px;
}
.jiaos .jia-lunbo {
  width: 39.5%;
}
.jiaos .jia-lunbo .overh img:hover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.jiaos .jia-lunbo .jiao-title {
  color: #ffffff;
  font-size: 21px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px 140px 20px 40px;
}

.jiaos .jia-lunbo .jiao-title a{
  color: #fff;
}
.jiaos .jia-lunbo .jiao-title p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.jiaos .swiper-container-horizontal > .swiper-pagination-bullets,
.jiaos .swiper-pagination-custom,
.jiaos .swiper-pagination-fraction {
  width: auto;
  left: auto;
  right: 20px;
  bottom: 25px;
}
.jiaos .swiper-pagination-bullet {
  border-width: 1px;
  border-color: #FA7319;
  border-style: solid;
  background: transparent;
  width: 9px;
  height: 9px;
  opacity: 1;
  margin-right: 10px;
}
.jiaos .swiper-pagination-bullet-active {
  border-width: 2px;
}
.jiaos .ying {
  width: 60.5%;
}
.jiaos .ying .we {
  width: 90%;
  height: 90%;
  background: rgba(242, 97, 0, 0.8);
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  left: -100%;
}
.jiaos .ying .we p {
  color: #ffffff;
  font-size: 19px;
  text-align: center;
  position: absolute;
  width: 90%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.jiaos .ying .overh:hover img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.jiaos .ying .overh:hover .we {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.jiaos .ying ul li {
  float: left;
  width: 32%;
  cursor: pointer;
  margin-left: 1.33333%;
}
.jiaos .ying ul li:nth-child(1),
.jiaos .ying ul li:nth-child(2),
.jiaos .ying ul li:nth-child(3) {
  margin-bottom: 1.33333%;
}
.about {
  margin: 100px 0 70px 0;
}
.about .about-hd {
  color: #000000;
  font-size: 48px;
}
.about .about-hd .zi1 {
  color: #dfdfdf;
}
.about .about-hd .xian {
  width: 45px;
  background: #000000;
  height: 1px;
  display: inline-block;
  position: relative;
  top: -18px;
}
.about .preface {
  color: #000000;
  font-size: 35px;
  font-weight: bold;
}
.about .us-nei {
  color: #000000;
  font-size: 20px;
  line-height: 40px;
  margin-top: 30px
}
.Introduction {
  background-size: cover;
  padding-bottom: 80px;
}
.Introduction > .fl {
  width: 100%;
}
.Introduction > .fl .nt-ti {
  padding: 115px 0 100px 100px;
  font-size: 48px;
  color: #030406;
}
.Introduction > .fl .nt-ti span {
  font-size: 39px;
  color: #000000;
  

  font-family: "book";
 
}
.Introduction > .fl .bg-wen {
  background: #ffffff no-repeat;
  background-size: cover;
  color: #333;
  font-size: 17px;
  line-height: 38px;
  padding: 0px 14% 0px 14%;
}
.Introduction > .fl .bg-wen .bns {
  width: 100%;
}
.Introduction > .fl .bg-wen .wz11 {
  font-size: 24px;
}
.Introduction > .fl .bg-wen .wz12 {
  font-size: 27px;
  margin-top: 10px;
}
.Introduction > .fl .bg-wen .wz13 {
  margin-top: 20px;
}
.Introduction .in-img {
  right: 0;
  width: 37%;
  top: 12%;
}
.Cloud {
  margin-top: 83px;
padding: 0 50px;
}
.Cloud .biaon1:after {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}
.yun .biaon1::after{
  opacity: 0;
}

/* .fuwu .biaon1::after,.Cloud .biaon1::after */
.Cloud .cons1 {
  font-size: 15px;
  color: #8b8b8e;
  margin: 20px 0;
}
.Cloud .cons1 ul li {
  width: 50%;
  margin-bottom: 10px;
  line-height: 25px;
  float: left;
  position: relative;
  padding-left: 25px;
}
.Cloud .cons1 ul li::after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #FA7319;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.Cloud .cons1 ul li span {
  color: #FA7319;
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
}
.Cloud .p1 {
  color: #FA7319;
  font-family: "Noto Sans S Chinese Light";
  
  font-size: 30px;

}
.Cloud .p2 {
  color: #040406;
  font-size: 25px;

  font-family: "Noto Sans S Chinese Light";
 
}
.Cloud .p3 {
  color: #FA7319;
  font-size: 17px;
  margin-top: 20px;
}
.Cloud .cloud-img2 {
  margin-top: 30px;
}
.Cloud .cloud-img3 {
  margin-top: 50px;
}
.Cloud .ul33 {
  padding-left: 70px;
}
.fuwu {
  padding: 90px 0;
  background: #ffffff;
  margin-top: 0px;
}
.fuwu .biaon1 {
  color: #ffffff;
}
.fuwu .biaon1::after {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}
.fuwu .fu-yao {
  color: #888890;
  font-size: 20px;
  margin-top: 35px;
}
.fuwu .con .ov {
  display: inline-block;
  margin: 45px 0 20px 0;
}
.fuwu .con ul {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.fuwu .con ul li {
  position: absolute;
}
.fuwu .con ul li .zi2 {
  color: #888890;
  font-size: 17px;
  line-height: 30px;
  width: 76%;
  position: absolute;
  text-align: left;
  text-align: justify;
}
.fuwu .con ul li:nth-child(1) {
  left: 19%;
}
.fuwu .con ul li:nth-child(1) .zi2 {
  left: -16%;
  top: 10px;
}
.fuwu .con ul li:nth-child(2) {
  left: 64%;
}
.fuwu .con ul li:nth-child(2) .zi2 {
  right: -17%;
  top: 10px;
}
.fuwu .con ul li:nth-child(3) {
  left: 14%;
  bottom: 7%;
}
.fuwu .con ul li:nth-child(3) .zi2 {
  left: -10%;
  top: 0px;
}
.fuwu .con ul li:nth-child(4) {
  left: 71%;
  bottom: 7%;
}
.fuwu .con ul li:nth-child(4) .zi2 {
  right: -10%;
  top: 0px;
}
.hudu {
  margin:0px 0;
}
.hudu .biaon1::after {
  display: none;
}
.hudu .hudi-ul li {
  display: inline-block;
  color: #030406;
  font-size: 20px;
  line-height: 50px;
  padding: 0 20px;
  cursor: pointer;
}
.hudu .hudi-ul li:hover,
.hudu .hudi-ul li.active {
  background: #FA7319;
  color: #ffffff;
}
.huodong {
  margin-top: 50px;
}
.huodong > div {
  display: none;
}
.huodong .swiper-slide {
  padding-bottom: 90px;
}
.huodong .swiper-slide .overh {
  width: 100%;
  float: right;
}
.huodong .dongzi {
  padding: 23px 23px;
  background: rgba(0, 0, 0, 0.05);
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.huodong .dongzi .pp1 {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden; text-align:center
}
.huodong .dongzi .pp2 {
  font-size: 15px;
  margin-top: 10px;
  color: #fff;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.huodong .swiper-button-next {
  width: 65px;
  height: 65px;
  background: url(../image/11.png) no-repeat;
  background-size: 100% 100%;
  right: -170px;
}
.huodong .swiper-button-prev {
  width: 65px;
  height: 65px;
  background: url(../image/10.png) no-repeat;
  background-size: 100% 100%;
  left: -170px;
}
.soulist {
  margin-top: 60px;
}
.soulist .sou-top {
  border: 1px solid #e4e4e4;
  padding: 0 20px;
}
.soulist .sou-top .sou-div1 {
  padding: 15px 0 7px 0;
  position: relative;
  border-bottom: 1px dashed #e4e4e4;
}
.soulist .sou-top .sou-div1:last-child {
  border-bottom: none;
}
.soulist .sou-top .qu {
  color: #676767;
  font-size: 17px;
  top: 19px;
}
.soulist .sou-top ul {
  padding-left: 70px;
}
.soulist .sou-top ul li {
  display: inline-block;
  color: #676767;
  font-size: 15px;
  padding: 0px 10px;
  line-height: 30px;
}
.soulist .sou-top ul li a {
  color: #676767;
}
.soulist .sou-top ul li:hover,.soulist .sou-top ul li.active  {
  background: #FA7319;
  color: #ffffff;
}

.soulist .sou-top ul li:hover a,.soulist .sou-top ul li.active a {
  color: #ffffff;
}
.soulist .sou-con {
  border: 1px solid #e4e4e4;
  margin-top: 15px;
	margin-bottom: 70px;
}
.soulist .sou-con .sou-bot {
  background: #f5f5f5;
}
.soulist .sou-con .sou-bot .pafe-ul {
  padding-right: 140px;
  line-height: 55px;
}
.soulist .sou-con .sou-bot .pafe-ul li {
  float: left;
  padding: 0 40px;
  font-size: 16px;
  color: #2b2b33;
}
.soulist .sou-con .sou-bot .pafe-ul li a {
  color: #2b2b33;
}
.soulist .sou-con .sou-bot .pafe-ul li:hover,
.soulist .sou-con .sou-bot .pafe-ul li.active {
  background: #ffffff;
  border-right: 1px solid #eee;
}
.soulist .sou-con .sou-bot .page {
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.soulist .sou-con .sou-bot .page a {
  padding: 0 10px;
}
.soulist .sou-con .sou-bot .page a i {
  color: #cbcbcb;
}
.soulist .list-sou {
  padding: 0 30px;
}
.soulist .list-sou .sou-uul li {
  padding: 38px 0;
  border-bottom: 1px dashed #dfdfdf;
}
.soulist .list-sou .sou-uul li:last-child {
  border-bottom: none;
}
.soulist .list-sou .sou-uul li > .fl {
  width: 17.5%;
}
.soulist .list-sou .sou-uul li > .fr {
  width: 78%;
}
.soulist .list-sou .sou-uul li > .fr .title {
  color: #000000;
  font-size: 20px;
}
.soulist .list-sou .sou-uul li > .fr .das {
  color: #676767;
  font-size: 17px;
  line-height: 35px;
}
.soulist .list-sou .sou-uul li > .fr .qian {
  color: #FA7319;
  font-size: 18px;
  margin: 30px 0;
}
.soulist .list-sou .sou-uul li > .fr .qian span {
  color: #b2b2b2;
  font-size: 16px;
  display: inline-block;
  margin-left: 20px;
}
.soulist .list-sou .sou-uul li > .fr .shoupiao a {
  color: #ffffff;
  font-size: 17px;
  display: inline-block;
  padding: 0 12px;
  background: #FA7319;
  border-radius: 5px;
  line-height: 37px;
}
.soulist .list-sou .sou-uul li > .fr .shoupiao a:hover {
  font-weight: bold;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.zzi {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10%;
  width: 30%;
}
.zzi .xiaozheng {
  margin-top: 10px;
  font-size: 38px;
  color: #ffffff;
  display: none;
  font-weight: bold;
}
.zzi .xz-nei {
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
}
.bann1 .zzi {
  top: 60%;
}
.bann1 {
  margin: 0px 0 120px 0;
}
.bann1 .zzi {
  width: 80%;
}
.bann1  .xiaozheng {
  font-size: 50px;
  margin: 100px 0 40px 0;

  text-align: center;

}
.bann1 .zzi .xz-nei {
  font-size: 16px;
  line-height: 30px;
}
.bann1 .zzi .xian {
  width: 142px;
  height: 4px;
  background-color: #ffffff;
  margin-top: 30px;
}
.bann1 .zzi .tr {
  color: #fff;
  font-size: 30px;
  margin-top: 80px;
}
.bann1 .xz-nei {
  width: 51%;
}
.per-l{
  width: 80%;
  margin: auto;
}
.Performance .cons {
  
  font-size: 48px;
  color: #000;

  margin-bottom: 50px;

}
.Performance  .cons span {
 
  font-size: 39px;
}
.Performance .per-lunbo .swiper-slide {
 

  position: relative;
}


.Performance .per-lunbo .swiper-slide .zi1 {
  color: #ffffff;
  font-size: 20px;
  bottom: 0px;

  padding: 24px 20px;
  width: 100%;
  left: 0px;  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
}

.Performance .per-lunbo .swiper-slide.swiper-slide-active .cons {
  display: inline-block;
}
.Performance .per-lunbo .swiper-slide.swiper-slide-active .per-ul {
  margin-top: 80px;
}
.Performance .per-lunbo .swiper-slide.swiper-slide-active .per-ul li {
  width: 33.33%;
}
.Performance .per-lunbo .swiper-slide.swiper-slide-active .per-ul li .overh {
  transform: scale(1);
}
.Performance .per-lunbo .swiper-slide.swiper-slide-active .per-ul:after {
  opacity: 1;
}
.Performance .per-lunbo .swiper-pagination-bullet {
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  background: transparent;
  width: 9px;
  height: 9px;
  opacity: 1;
  margin-right: 10px;
}
.Performance .per-lunbo .swiper-pagination-bullet-active {
  border-width: 2px;
}
.Performance .swiper-container-horizontal > .swiper-pagination-bullets,
.Performance .swiper-pagination-custom,
.Performance .swiper-pagination-fraction {

  bottom: 20px;

}
.lecture {
  margin-top: 100px;
}
.lecc{
  width: 80%;
  margin:auto;

}
.lecture .lec-title {
  font-size: 48px;
  padding-left: 110px;
  color: #030406;
}
.lecture .lec-title span {
  font-size: 35px;
}
.lecture .let-lunbo {
  margin-top: 80px;
}
.lecture .let-lunbo .div1 {
  font-size: 30px;
  color: #030406;

}
.lecture .let-lunbo .div2 {
  color: #000000;
  font-size: 16px;
  line-height: 30px;
text-align: justify;
  height: 210px;
  margin-top: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.lecture .let-lunbo .swiper-slide>div{
  width: 48%;
}
.lecture .let-lunbo .swiper-button-next {
  width: 65px;
  height: 65px;
  background: url(../image/11.png) no-repeat;
  background-size: 100% 100%;
  right: -100px;


}
.lecture .let-lunbo .swiper-button-prev {
  width: 65px;
  height: 65px;
  background: url(../image/10.png) no-repeat;
  background-size: 100% 100%;

  left: -100px;
}
.dacall {
  margin-top: 110px;
  margin-bottom: 80px;
}
.dacall .call-lunbo {
  width: 80%;
  margin: auto;
  margin-top: 75px;
}
.dacall .call-title {
  text-align: center;
  color: #2b2b33;
  font-size: 48px;
  position: relative;
}
.dacall .call-title::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background: #535360;
  bottom: -20px;
}
.dacall .call-ming {
  color: #2b2b33;
  margin-top: 15px;
  font-size: 18px;
}
.dacall .call-yao {
  color: #676767;
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
}

.lunbo .swiper-container-horizontal > .swiper-pagination-bullets,
.lunbo .swiper-pagination-custom,
.lunbo .swiper-pagination-fraction {
  width: 3%;
  bottom: auto;
  right: 0;
  left: auto;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.lunbo .swiper-pagination-bullet {
  border: 2px solid #ffffff;
  background: transparent;
  display: block;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.lunbo .swiper-pagination-bullet-active {
  background: #ffffff;
}
.lunbo  .swiper-slide img{
  min-height: 100vh;
}
.lunbo .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
}
.lunbo .scrll {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  bottom: 40px;
  z-index: 44;
  text-align: center;
}
.lunbo .scrll > p {
  color: #ffffff;
  font-size: 17px;
  margin-bottom: 10px;
}
.lunbo .scrll img {
  animation: myfirst 1s infinite;
  cursor: pointer;
}
@keyframes myfirst {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -10px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.hd1 {
  text-align: center;
}
.hd1 .titlt1 {
  color: #ffffff;
  font-size: 48px;
}
.hd1 .titlt2 {
  color: #ffffff;
  font-size: 30px;

  position: relative;
}
.hd1 .titlt2::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  bottom: -25px;
  background: #484854;
}
.wearts {
  padding: 90px 0 90px 0;
}
.wearts .wear-nei {
  margin-top: 60px;
  color: #ababab;
  text-align: left;
  font-size: 17px;
  line-height: 35px;
}
.wearts .xiaos {
margin-top: 30px;
  text-align: center;
}
.wearts .xiaos .wea-title {
  font-size: 18px;
  color: #ffffff;
}
.doyoudo {
  background: #2b2b33;
  padding-top: 70px;
  padding-bottom: 70px; margin-top:0px
}
.doyoudo .doyoudo-nei {


  margin: 80px auto 0 auto;
}
.doyoudo .doyoudo-nei ul li {
  overflow: hidden;
  float: left;
  width: 25%;

  border-bottom: 1px solid #545454;

  
}.doyoudo .doyoudo-nei ul li:nth-child(4){
  border-right:1px solid  #545454;
}
.doyoudo .doyoudo-nei ul li .overh:hover img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.doyoudo .doyoudo-nei ul li:nth-child(2n) .mian-bot {
  background: #2b2b33;
}
.doyoudo .doyoudo-nei ul li:nth-child(2n) .mian-bot::after {
  border-bottom: 30px solid #2b2b33;
}
.doyoudo .doyoudo-nei ul li:nth-child(2n) .mian-bot .bot-nave span {
  color: #ffffff;
}
.doyoudo .doyoudo-nei ul li:nth-child(2n) .mian-bot .bot-title {
  color: #ffffff;
}
.doyoudo .doyoudo-nei ul li:nth-child(2n) .mian-bot .bot-title::after {
  background: #ffffff;
}
.doyoudo .doyoudo-nei ul li:nth-child(2n) .mian-bot .more {
  color: #ffffff;
}
.doyoudo .doyoudo-nei ul li:nth-child(2n) .mian-bot .more a {
  color: #ffffff;
}
.doyoudo .doyoudo-nei ul li:nth-child(2n) .mian-bot .more a:hover {
  color: #FA7319;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.doyoudo .doyoudo-nei .mian-bot {
  padding: 35px 30px;
  position: relative;
  height: 360px;
  background: #ffffff;
}
.doyoudo .doyoudo-nei .mian-bot::after {
  position: absolute;
  content: '';
  border-bottom: 30px solid #ffffff;
  border-left: 500px solid transparent;
  left: 0;
  top: -30px;
}
.doyoudo .doyoudo-nei .mian-bot .bot-nave {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.doyoudo .doyoudo-nei .mian-bot .bot-nave span {
  color: #2b2b33;
}
.doyoudo .doyoudo-nei .mian-bot .bot-title {
  color: #000000;
  font-size: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
.doyoudo .doyoudo-nei .mian-bot .bot-title::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 1px;
  background: #000000;
  bottom: -1px;
  left: 0;
}
.doyoudo .doyoudo-nei .mian-bot .more {
  color: #2b2b33;
  margin-top: 30px;
  font-size: 16px;
}
.doyoudo .doyoudo-nei .mian-bot .more a {
  color: #2b2b33;
  font-size: 16px;
}
.doyoudo .doyoudo-nei .mian-bot .more a:hover {
  color: #FA7319;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.our-case {
  margin-top: 90px;
}
.our-case .hd1 .titlt1 {
  color: #2b2b33;
}
.our-case .hd1 .titlt2 {
  color: #2b2b33;
}
.our-case .cas-a {
  overflow: hidden;
}
.our-case .cas-a .cas-bg {
  width: 100%;
  left: -100%;
}
.our-case .cas-a .cas-bg .zi1 {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  width: 80%;
}
.our-case .cas-a .cas-bg .zi1 .lian1 {
  color: #ffffff;
  font-size: 20px;
  line-height: 35px;
}
.our-case .cas-a .cas-bg .zi1 .lianjiea {
  margin-top: 20px;
}
.our-case .cas-a:hover .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.our-case .cas-a:hover .cas-bg {
  width: 100%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  background-color: rgba(255, 102, 0, 0.8);
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.case-con {
  margin: 90px auto 0 auto ;

}
.case-con .le {
  width: 100%;
}
.case-con .le .cas-a {
  float: left;
}
.case-con .le .cas-a:nth-child(2),
.case-con .le .cas-a:nth-child(3),
.case-con .le .cas-a:nth-child(4) {
  width: 25%;
}





.case-con .cens {
  width: 37%;
}
.case-con .re {
  width: 21%;
}
.case-con .swiper-pagination-bullet {
  border: 2px solid #ffffff;
  background: transparent;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.case-con .swiper-pagination-bullet-active {
  background: #ffffff;
}
.our-client {
  margin-top: 90px;
}
.our-client .hd1 .titlt1 {
  color: #2b2b33;
}
.our-client .hd1 .titlt2 {
  color: #2b2b33;
}
.our-client .Clients-lunbo {
  margin-top: 70px;
}
.our-client .Clients-lunbo .swiper-slide .overh {
  border: 1px solid #ddd;
}
.our-client .Clients-lunbo .swiper-slide .overh img {
  width: 100%;
}
.our-client .Clients-lunbo .swiper-container {
  padding-bottom: 80px;
}
.our-client .Clients-lunbo .swiper-pagination-bullet {
  border: 1px solid #FA7319;
  background: transparent;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.our-client .Clients-lunbo .swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid #FA7319;
}
.index-cloud {
  padding: 80px 50px 200px 50px;
}
.index-cloud .hd1 .titlt2::after {
  background: #7a7a7a;
}
.cline-nei {
  width: 80%;
  margin: 10px auto 0 auto;
}.index-cloud  .cline-nei{
  margin: 70px auto 0 auto;
}
.index-cloud .cline-nei .col-md-4 {
  border-right: 1px solid #585858;
}
.index-cloud .cline-nei .col-md-4:last-child {
  border-right: none;
}
.index-cloud .p2 {
  color: #ffffff;
}
.index-fuwu {
  margin-top: 0;
  padding-bottom: 250px;
  background: #2b2b33;
}
.index-fuwu .con1{
 width:80%; 
  margin: auto;
}
.index-fuwu .fu-yao {
  margin-top: 70px;
}
.index-new {
  padding-top: 90px;
  padding-bottom: 165px;
}
.index-new .new-ul li {
  border: none;
}
.index-new .hd1 .titlt1,
.index-new .hd1 .titlt2 {
  color: #2b2b33;
}
.index-new .new-a {
  margin-top: 70px;
}
.index-new .new-a a {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  color: #FA7319;
  font-size: 18px;
}
.index-new .new-a a:hover {
  font-weight: bold;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-liu {
  padding-top: 0px;
}
.index-liu footer {
  background: transparent;
}
.index-liu .tu-dian {
  margin-bottom: 40px;
}
.index-liu .tu-dian span {
  color: #2b2b33;
  font-size: 25px;
  display: inline-block;
  margin-left: 10px;
}
.index-liu .liu-ul li input,
.index-liu .liu-ul li:last-child textarea {
  background: transparent;
  border: 1px solid #d7d7da;
  padding-left: 15px;
}
.index-liu .liu-ul li .nm {
position: relative;
background: transparent;
}
.mu-xing {
  margin: 75px 0 80px 0;
}
.mu-xing .mu-biao {
  color: #000000;
  font-size: 35px;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
}
.mu-xing .mu-biao:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  bottom: -1px;
  background: #FA7319;
  height: 1px;
  width: 100px;
}
.mu-xing .mu-div {
  color: #6b6b6b;
  font-size: 17px;
  margin-top: 60px;
  line-height: 35px;
}
.mu-xing .mu-ju {
  color: #FA7319;
  margin-top: 50px;
  font-size: 31px;
  margin-bottom: 10px;
}
.mu-xing .jiemu {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 35px;
}
.mu-xing .jiemu .morw {
  margin-top: 40px;
}
.mu-xing .jiemu .morw a {
  color: #ffffff;
  background: #FA7319;
  font-size: 16px;
  padding: 0 20px;
  display: inline-block;
  line-height: 50px;
  border-radius: 50px;
}
.mu-xing .jiemu .morw a i {
  font-size: 20px;
  position: relative;
  top: 2px;
}
.mu-xing .jiemu .morw a:hover {
  padding: 0 25px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.mu-xing .tt-b {
  color: #FA7319;
  font-size: 31px;
  margin: 50px 0 30px 0;
}
.ds {
  cursor: pointer;
}
.searchbox {
  padding: 15px;
  background: #fff;
  width: 100%;
  top: 105px;
  border-top: 2px solid #FA7319;
  text-align: center;
  z-index: 44;
  position: fixed;
}
.displaynone {
  display: none;
}
.searchs {
  max-width: 600px;
  margin: 0 auto;
}
.clearfix {
  zoom: 1;
}
.searchs .sertext {
  display: block;
  padding: 0;
  outline: 0;
  padding-left: 12px;
  width: 78%;
  float: left;
  border: 1px solid #cdcdcd;
  color: #a2a2a2;
  font-size: 12px;
  height: 52px;
line-height: 52px;
  transition: 0.4s;
}
.serbtn {
  padding: 0;
  margin: 0;
  border: none;
  outline: 0;
  width: 22%;
  float: right;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background: #FA7319;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: 0.44s;
}
.phone {
  box-shadow: 0px 0px 5px rgba(200, 203, 204, 0.5);
  display: none;
  top: 0;
  position: fixed;
  background: #000000;
  z-index: 999;
  width: 100%;
}
.phone .container>.fl{
  width: 155px;
}
#wrapper {
  position: relative;
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.phone .index_a {
  width: auto;
  margin-top: 0px;
  line-height: 70px;
}
.sidebar-menu.is-active + #wrapper {
  transform: translateX(-300px);
}
.color_dao i {
  display: inline-block;
  font-size: 25px;
  color: #FA7319;
  line-height: 70px;
}
.sidebar-menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 250px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #FA7319;
  transition: right 0.5s;
  z-index: 99999;
}
.sidebar-menu.is-active {
  display: block;
  transition: right 0.5s;
}
.sidebar-menu__header {
  height: 50px;
  background: transparent;
  z-index: auto;
  position: relative;
  display: block;
  padding: 15px 25px;
  height: 100%;
  width: 100%;
  color: #fff;
}
.sidebar-menu__title {
  color: #ccc;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.sidebar-menu__title > i {
  display: inline-block;
  float: right;
  font-size: 28px;
  line-height: inherit;
}
.sidebar-menu__title:active,
.sidebar-menu__title:focus,
.sidebar-menu__title:hover {
  color: #fff;
  text-decoration: none;
}
.sidebar-menu__title::first-letter {
  text-transform: uppercase;
}
.sidebar-menu__title::before {
  content: "\e907";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  color: #fff;
  font-size: 20px;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "liga" 1;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  all: unset;
}
.sidebar-menu__list {
  position: fixed;
  top: 50px;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 250px;
  list-style: none;
  background-color: #fff;
  transition: right 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sidebar-menu__item {
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
.colos {
  line-height: 70px;
}
.sidebar-menu__item:first-child {
  border-top: 0;
}
.sidebar-menu__item.sidebar-menu__item--back,
.sidebar-menu__item.sidebar-menu__item--back:hover,
.sidebar-menu__link.sidebar-menu__subtitle {
  background-color: #e4762d  !important;
}
.sidebar-menu__item.sidebar-menu__item--back .sidebar-menu__link {
  color: #fff !important;
}
.sidebar-menu__item:hover {
  background-color: #fff;
  cursor: pointer;
}
.sidebar-menu__item:hover > .sidebar-menu__link {
  color: #6e6e6e;
}
.phone_i {
  display: inline-block;
  line-height: 60px;
  padding: 0 15px;
}
.sidebar-menu__item:hover > .sidebar-menu__link .glyphicon-menu-right {
  color: #6e6e6e;
}
.sidebar-menu__item .sidebar-menu__list {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translateX(300px);
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sidebar-menu__item .sidebar-menu__list.is-active {
  transform: translateX(0);
}
.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list {
  z-index: 2;
}
.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
  z-index: 3;
}
.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
  z-index: 4;
}
.sidebar-menu__link {
  display: block;
  padding: 10px 25px;
  color: #828282;
  font-size: 13px;
  font-weight: 400;
  transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sidebar-menu__link::first-letter {
  text-transform: uppercase;
}
.sidebar-menu__link:active,
.sidebar-menu__link:focus,
.sidebar-menu__link:hover {
  text-decoration: none;
}
.sidebar-menu__link span.glyphicon-menu-left {
  float: left;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  margin-right: 4px;
}
.sidebar-menu__link .glyphicon-menu-right {
  color: #bababa;
  float: right;
}
.mobile-foot {
  display: none;
  background: #FA7319;
  padding: 8px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.mobile-foot a {
  color: #fff;
  height: 35px;
  line-height: 33px;
  border: 1px solid #fff;
  border-radius: 4px;
  text-align: center;
  width: 22%;
  padding: 0 15px;
  font-size: 15px;
  margin: 0 5px;
  transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  padding: 0px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
/* 右侧悬浮 */
.rightfix {
  position: fixed;
  top: 70%;
  right: 0px;
  width: 40px;
  border-right: none;
  transform: translateY(-50%);
  z-index: 99;
  border: 1px solid #dee2e7;
  background: #fff;
}
.fix_ul li {
  font-size: 12px;
  text-align: center;
  float: none;
  position: relative;
  width: 40px;
  cursor: pointer;
  height: 40px;
  padding: 5px 0;
  background: #ffffff;
  margin-bottom: 0px;
  color: #ffffff;
  border-bottom: 1px solid #dee2e7;
}
.fix_ul li:nth-child(2n) {
  background: #f2f2f2;
}
.fix_ul li:last-child {
  border-bottom: none;
}
.fix_ul li:hover {
  background: #FA7319;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.fix_ul li i {
  font-size: 20px;
  color: #6a6a6a;
}
.right_div {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  min-height: 40px;
  -o-transform: scale(0);
  position: absolute;
  color: #6a6a6a;
  right: 40px;
  top: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 5px;
  line-height: 30px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  min-width: 130px;
}
.fix_ul li:hover a {
  color: #848484;
}
.fix_ul li:hover .right_div {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
  right: 60px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.fix_ul li:hover {
  background: #FA7319;
}
.fix_ul li:hover i {
  color: #fff;
}
.index-fuwu .con ul li:nth-child(1) {
  left: 11%;
}
.index-fuwu  .con ul li:nth-child(3){
  left: 7%;
}.index-fuwu  .con ul li:nth-child(4){
  left: 80%;
}

.page_info{ text-align: center; margin-bottom: 15px;}
#page {
    clear: both;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    display: table;
    margin-top: 20px;
}

    #page li {
        float: left;
        
        margin-right: 3px;
        color: #666;
        font-size: 12px;
        list-style: none;
        border: 1px solid #e5e5e5;
    }

        #page li:hover a {
            color: #FA7319;
        }

        #page li a {
            color: #666;
			padding: 5px 14px;
			display:inline-block;
        }

        #page li.active {
            border: 1px solid #FA7319;
            color: #FA7319;
        }

            #page li.active a, #page .thisclass a {
                color: #FA7319;
            }

    #page .thisclass {
        border: 1px solid #FA7319;
        color: #FA7319;
    }

#allmap{ width: 100%; height: 483px;}

.sub-cat ul li{
  display: inline-block;



  color: #282828;
  font-size: 16px;
  line-height: 65px;
  text-align: center;
  padding: 0 30px;
}.sub-cat ul li a{
  color: #282828;
  display: block;
}.sub-cat{
  border-bottom: 1px solid #eee;
}.sub-cat ul li:hover,.sub-cat ul li.active{
  background: #FA7319;  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
}
.sub-cat ul li:hover a,.sub-cat ul li.active a{
 color: #fff;  transition: 400ms ease-in-out;
 -moz-transition: 400ms ease-in-out;
 /* Firefox 4 */
 -webkit-transition: 400ms ease-in-out;
 /* Safari and Chrome */
 -o-transition: 400ms ease-in-out;
}
@media (max-width: 1700px) {
  .daohang .nav-ul > li {
    margin: 0 16.5px;
  }
}


@media (max-width: 1600px) {
  .doyoudo .doyoudo-nei .mian-bot {
    padding: 31px 25px;
  }
  .wenzi .zitis {
    margin-top: 0;
  }
  .wenzi .zitis {
    font-size: 17px;
  }
  .wenzi .zitis .ys {
    font-size: 20px;
  }
  .wenhua .wen-bia .dabig {
    font-size: 48px;
  }
  .daohang .nav-ul > li {
    margin: 0 16.5px;
  }.daohang .nav-ul > li > a{
    font-size: 17px;
  }.our-case .cas-a .cas-bg .zi1 .lian1{
    font-size: 16px;
    line-height: 30px;
  }
  .daohang .nav-rig .dinhua,
  .daohang .nav-rig .wei {
    margin-right: 29px;
  }
  .daohang .nav-rig a {
    margin-right: 19px;
  }
  .about .preface {
    font-size: 39px;
  }
  .about .about-hd {
    font-size: 49px;
  }
  .about .us-nei {
    font-size: 22px;
  }
  .Introduction > .fl .bg-wen {
    height: 400px;
    font-size: 16px;
    line-height: 30px;
    padding: 50px 0 0px 10%;
  }
  .Introduction > .fl .nt-ti {
    padding: 51px 0 50px 56px;
    font-size: 42px;
  }
  .Cloud {
    padding: 0 50px;
  }
  .Cloud .cons1 {
    font-size: 14px;
    margin: 15px 0;
  }
  .Cloud .cons1 ul li span {
    font-size: 17px;
  }
  .Cloud .p2 {
    font-size: 24px;
  }
  .fuwu .con ul li:nth-child(1) {
    left: 5%;
  }
  .huodong .swiper-button-next {
    right: 0;
  }
  .huodong .swiper-button-prev {
    left: 0;
  }
  .fuwu .con ul li:nth-child(2) {
    left: 71%;
  }
  .fuwu .con ul li:nth-child(3) {
    left: -3%;
  }
  .fuwu .con ul li:nth-child(4) {
    left: 82%;
  }
  .biaon1 {
    font-size: 38px;
  }
  .zzi .xiaozheng,
  .bann1 .zzi .xiaozheng {
    font-size: 26px;
  }
  .zzi .xz-nei,
  .bann1 .zzi .xz-nei {
    font-size: 16px;
    line-height: 30px;
  }
  .bann1 .zzi .tr {
    font-size: 21px;
    margin-top: 30px;
  }
  .Performance .per-lunbo .swiper-slide .per-ul li {
    width: 40%;
  }
  .Performance .per-lunbo .swiper-slide {
    
    overflow: hidden;
  }
  .Performance .per-lunbo .swiper-slide .per-ul li .zi1 {
    font-size: 21px;
  }
  .Performance .per-lunbo .swiper-slide .cons {
    font-size: 39px;
  }
.daohang .logo1{
    width: 20%;
  }.index-cloud{
    padding:50px;
  }.Cloud .ul33 {
    padding-left: 30px;
}.fuwu .con ul li .zi2{
  font-size: 14px;
}.index-liu footer{
  padding-top: 30px;
}.index-fuwu {
  margin-top: 0;
  padding-bottom: 150px;
}
.dacall .call-title,.lecture .lec-title,.Performance .cons{
  font-size: 35px;
}.lecture .let-lunbo .div1{
  font-size: 25px ;
}.bann1 {
  margin: 0px 0 100px 0;
}.Introduction > .fl .bg-wen .wz12 {
  font-size: 23px;
}
.Cloud .cons1 ul li {

  padding-left: 15px;
}.Cloud .cons1 ul li span {
  font-size: 14px;
}.Cloud .col-md-4{
  padding: 0 0;
}
}
.lunbo .swiper-slide {
  height: 100vh;
}
@media (max-width: 1440px) {
  .Cloud .cons1 ul li::after{
    left: -5px;
  }.Cloud .cons1 ul li span {
  
    margin-right: 4px;
}
  .searchs .sertext{
    font-size: 15px;
  }.Cloud .cons1 ul li {

    padding-left: 6px;
  }
  .fuwu .con1{
    width: 80%;
    margin: auto;
  }
  .lunbo  .swiper-slide img{
    min-height: inherit;
  }.daohang .nav-rig .dinhua,.daohang .nav-rig a{
    display: none;
  }
  .lunbo .swiper-slide {
    height: auto;
  }
  .hd1 .titlt1 {
    font-size: 40px;
  }
  .hd1 .titlt2 {
    font-size: 34px;
  }
  .daohang .nav-ul > li {
    margin: 0 24.5px;
  }
  .daohang .nav-ul > li > a {
    font-size: 20px;
  }
  .daohang .logo1 {
    width: 22%;
  }
  .ban .banzi .biao {
    font-size: 40px;
  }
  .ban .banzi .miao {
    font-size: 20px;
  }
  .position .row .name {
    font-size: 40px;
  }
  .index-cloud {
    padding: 50px 0;
  }
  .liuyan .biane {
    font-size: 35px;
  }.sou {
    width: 190px;
  }.fuwu .con ul li:nth-child(4) .zi2{
    right: -14%;
    top: -18px;
  }
}
@media (max-width: 1280px) {
  .Cloud {
    padding: 0 11px;
  }
  .fuwu .con ul li:nth-child(3) {
    left: 1%;
  }
  .fuwu .con ul li:nth-child(3) .zi2 {
    left: 0%;
  }
  .daohang .nav-ul > li {
    margin: 0 16.5px;
  }
  .index-cloud {
    padding: 50px 0;
  }
}
@media (max-width: 1200px) {
  .daohang .nav-rig .dinhua,
  .daohang .nav-rig .wei {
    display: none;
  }.daohang .nav-ul > li {
    margin: 0 8.5px;

}.daohang .nav-ul > li > a {
  font-size: 17px;
}
  .position {
    margin-top: 30px;
  }
  .new {
    margin: 40px 0 0 0;
  }
  .new .new-yao {
    font-size: 16px;
    margin-top: 9px;
  }
  .new .more {
    margin-top: 10px;
  }
  .new-ul li .biaoti a {
    font-size: 18px;
  }
  .new-ul li .yao-new {
    font-size: 16px;
  }
  .Introduction > .fl .nt-ti {
    padding: 29px 0 27px 27px;
    font-size: 26px;
  }
  .Introduction > .fl .bg-wen .bns {
    width: 68%;
  }
  .Introduction > .fl .bg-wen .wz12 {
    font-size: 22px;
  }
  .Introduction > .fl .bg-wen .wz11 {
    font-size: 19px;
  }
  .Cloud .cons1 ul li {
    width: 100%;
    margin-bottom: 0px;
    line-height: 27px;
  }
  .Cloud .cons1 > div:first-child {
    height: 112px;
  }
  .Cloud .cloud-img3 {
    margin-top: 0px;
  }
  .fuwu .con .ov {
    width: 40%;
  }
  .fuwu .con ul li:nth-child(2) .zi2 {
    right: 0;
    top: 29px;
  }
  .fuwu .con ul li:nth-child(4) {
    left: 71%;
  }
  .huodong .dongzi {
    padding: 27px 33px;
  }
  .huodong .dongzi .pp2 {
    font-size: 15px;
    margin-top: 10px;
    line-height: 30px;
    height: 60px;
  }
  .huodong .dongzi .pp1 {
    font-size: 20px;
  }
  .music .pdf {
    margin-top: 20px;
  }
  .wenzi .zitis {
    width: 42%;
    font-size: 15px;
    line-height: 37px;
  }
  .biandi {
    padding: 0 0px 0 50px;
  }
  .biaon1 {
    font-size: 32px;
  }
  .biandi .changs {
    font-size: 16px;
  }
  .yue-yao {
    line-height: 28px;
    font-size: 15px;
  }
  .zzi .xz-nei,
  .bann1 .zzi .xz-nei {
    width: 90%;
  }
  .zzi {
    width: 50%;
  }
  body {
    padding:0px 0 0 0;
  }
  .zzi .xz-nei {
    display: none;
  }
  .bann1 .xz-nei {
    display: block;
  }
  .Performance .per-lunbo .swiper-slide .cons {
    font-size: 24px;
  }
  .Performance .per-lunbo .swiper-slide .cons span {
    color: #000000;
    font-size: 23px;
  }
  .Performance .per-lunbo .swiper-slide.swiper-slide-active .per-ul {
    margin-top: 44px;
  }
  .Performance .per-lunbo .swiper-slide {
    height: 349px;
  }
  .lecture .lec-title {
    font-size: 24px;
    padding-left: 50px;
  }
  .lecture .lec-title span {
    font-size: 23px;
  }
  .lecture .let-lunbo .div1 {
    font-size: 20px;
    margin-top: 0px;
  }
  .lecture .let-lunbo .div1 {
    font-size: 27px;
    margin-top: 0px;
  }
  .lecture .let-lunbo {
    width: 90%;
    margin: 30px auto;
  }
  .lecture .swiper-slide {
    transform: scale(1);
  }
  .dacall .call-title {
    font-size: 24px;
  }
  .lecture .swiper-slide .left {
    display: block;
  }
  .lecture .swiper-slide.swiper-slide > div {
    width: 45%;
  }
  .lecture .let-lunbo .swiper-button-prev {
 
    left: 0;
  }
  .lecture .let-lunbo .swiper-button-next {
  
    left: auto;
    right: 0;
  }
  .lecture .let-lunbo .div1 {
    font-size: 21px;
  }
  .doyoudo .doyoudo-nei .mian-bot {
    padding: 20px 15px;
  }
  .index-fuwu {
    padding-bottom: 100px;
  }
  .index-new {
    padding-bottom: 100px;
  }
  .index-liu .tu-dian span {
    font-size: 32px;
  }
}
@media (max-width: 990px) {
  .tu-dian img {
    width: 45px;
  }.index-body{
    padding:0px  0 0 0;
  }
  .phone {
    display: block;
  }
  .music .music-ul > li .music-nei ul li {
    padding-left: 27px;
    font-size: 14px;
    line-height: 23px;
  }
  .music .music-ul > li .music-nei ul li span {
    font-size: 13px;
  }
  .daohang,
  .position {
    display: none;
  }
  .new .new-title a {
    font-size: 18px;
  }
  .new .new-yao {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    -webkit-line-clamp: 2;
  }
  footer {
    padding: 33px 0 18px 0;
  }
  footer .div-foot {
    font-size: 14px;
    line-height: 24px;
    margin-top: 16px;
  }
  .lianxi .col-md-4 {
    padding: 15px 14px;
  }
  .lianxi .head-top .neir {
    margin-top: 10px;
    font-size: 14px;
    line-height: 27px;
  }
  .lianxi .head-top .zi {
    font-size: 16px;
  }
  .Art .Art-ul li .art-zi .art-biao {
    font-size: 15px;
  }
  .art-anli .bi {
    font-size: 19px;
  }
  .art-anli .ti {
    font-size: 14px;
  }
  .art-anli .bians {
    padding: 12px 0;
  }
  .soulist .list-sou .sou-uul li > .fr .qian {
    font-size: 16px;
    margin: 8px 0;
  }
  .soulist .list-sou .sou-uul li > .fr .das {
    font-size: 14px;
    line-height: 25px;
  }
  .soulist .list-sou .sou-uul li > .fr .title {
    font-size: 16px;
  }
  .newiss-xing .title {
    font-size: 25px;
  }
  .Introduction > .fl .bg-wen .wz12 {
    font-size: 17px;
  }
  .Introduction > .fl .bg-wen .wz13 {
    margin-top: 0px;
  }
  .Introduction > .fl .bg-wen {
    height: 300px;
    font-size: 14px;
    line-height: 27px;
    padding: 32px 0 0px 5%;
  }
  .Introduction > .fl .nt-ti span {
    font-size: 24px;
  }
  .Introduction {
    padding-bottom: 49px;
  }
  .Cloud {
    margin-top: 56px;
  }
  .biaon1 {
    font-size: 38px;
  }
  .Cloud .p2 {
    font-size: 19px;
  }
  .Cloud .p3 {
    font-size: 15px;
    margin-top: 10px;
  }
  .Cloud .ul33 {
    padding-left: 40px;
  }
  .fuwu .con ul li img {
    opacity: 0;
  }
  .fuwu .con ul li:nth-child(4) .zi2 {
    right: 0%;
  }
  .fuwu .con ul li:nth-child(4) {
    left: 65%;
  }
  .fuwu .con ul li:nth-child(2) .zi2 {
    right: 0;
    top: 0px;
  }
  .fuwu .con ul li:nth-child(2) {
    left: 61%;
  }
  .hudu .hudi-ul li {
    font-size: 14px;
    line-height: 35px;
    padding: 0 15px;
  }
  .biandi .yiyue {
    width: 100%;
  }
  .biandi .juchang {
    width: 100%;
    margin-top: 40px;
  }
  .wenhua .wen-bia .dabig {
    font-size: 34px;
  }
  .wenhua .zzi1 {
    font-size: 32px;
  }
  .wenzi {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .wenzi .zitis {
    width: 100%;
  }
  .wenzi .tupu {
    position: relative;
    width: 90%;
    margin: 30px  auto;
  }
  .biandi {
    padding: 30px;
  }
  .jiaos {
    margin-top: 20px;
    padding: 0 15px;
  }
  .yun {
    margin-top: 30px;
  }
  .wenzi .tupu::after {
    right: 0;
    display: none;
  }
  .bann1 .xz-nei {
    display: none;
  }
  .Performance .per-lunbo .swiper-container {
    padding-left: 0px;
  }
  .bann1 {
    margin: 30px 0;
  }
  .Performance .per-lunbo .swiper-slide .per-ul {
    margin-top: 0px;
    overflow: hidden;
    padding-bottom: 75px;
    padding-left: 0px;
  }
  .lecture .let-lunbo .div2 {
    height: 120px;
    line-height: 30px;
    -webkit-line-clamp: 4;
  }
  .lecture .let-lunbo {
    width: 100%;
  }
  .lecture .swiper-slide {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
	.soulist .sou-con{ margin-bottom: 0}
  .phone {
    display: block;
  }
  .searchbox {
    top: 70px;
  }
  .art-anli .ti {
    display: none;
  }
  .art-anli {
    margin: 15px;
  }
  .art-anli .bi {
    font-size: 15px;
    padding: 0 15px;
  }
  .art-anli .swiper-button-next,
  .art-anli .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .an-s1 {
    padding: 0 15px 0 15px;
    font-size: 14px;
    line-height: 25px;
  }
  body {
    padding: 0px 0;
  }
  .head-top {
    text-align: center;
  }
  .lianxi .head-top .yuan,
  .lianxi .head-top .zi {
    float: none;
  }
  .lianxi .head-top .yuan i {
    font-size: 20px;
  }
  .lianxi .head-top .yuan {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .lianxi .head-top .zi {
    line-height: 35px;
  }
  .new,
  .lianxi,
  .Art,
  .soulist,
  .newiss-xing,
  .about,
  .music,
  .mu-xing {
    margin: 20px 0 0 0;
    padding: 15px;
  }
  .ban .banzi .miao {
    display: none;
  }
  .ban .banzi .biao {
    font-size: 20px;
  }
  .Art .Art-ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .Art .Art-ul li .art-bot {
    margin-top: 7px;
  }
  .Art .Art-ul li .art-bot1 {
    font-size: 12px;
    margin-top: 6px;
    padding-top: 5px;
  }
  .new .tui-new .swiper-slide > div {
    width: 100%;
  }
  .new .tui-new .swiper-pagination {
    width: 100%;
    left: 0%;
    bottom: 0px;
  }
  .new-ul li > .fl .hao {
    font-size: 31px;
  }
  .new-ul li .biaoti a {
    font-size: 16px;
  }
  .new-ul li .yao-new {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
  }
  .new-ul li {
    padding: 17px 0;
  }
  footer {
    display: none;
  }
  .new-ul {
    margin: 20px 0 30px 0;
  }
  .liuyan .biane {
    font-size: 26px;
  }
  .map {
    margin: 15px 0;
  }
  .liuyan .zi1 {
    font-size: 15px;
  }
  .liu-ul li {
    width: 100%;
    margin-bottom: 25px;
  }
  .liu-ul {
    margin-top: 26px;
  }
  .liu-ul li input {
    height: 40px;
  }
  .liuyan .ti button {
    font-size: 15px;
    line-height: 40px;
    padding: 0 28px;
  }
  .soulist .sou-con .sou-bot .pafe-ul li {
    float: left;
    padding: 0 9px;
    font-size: 12px;
  }
  .soulist .list-sou .sou-uul li > .fl {
    width: 100%;
  }
  .soulist .list-sou {
    padding: 0 15px;
  }
  .soulist .list-sou .sou-uul li > .fr {
    width: 100%;
    margin-top: 15px;
  }
  .soulist .list-sou .sou-uul li {
    padding: 15px 0;
  }
  .newiss-xing .shang .fl {
    width: 100%;
  }
  .newiss-xing .title {
    font-size: 20px;
  }
  .newiss-xing .nei {
    font-size: 14px;
    line-height: 25px;
  }
  .newiss-xing .shang {
    margin: 39px 0;
    padding: 18px 0;
  }
  .about .about-hd {
    font-size: 20px;
  }
  .about .preface {
    font-size: 17px;
  }
  .about .us-nei {
    font-size: 14px;
    line-height: 28px;
    margin-top: 16px;
  }
  .Introduction > .fl {
    width: 100%;
  }
  .Introduction .in-img {
    width: 100%;
    position: relative;
    float: left;
  }
  .Introduction > .fl .bg-wen {
    height: auto;
    padding: 30px 15px;
  }
  .Introduction > .fl .bg-wen .bns {
    width: 100%;
  }
  .Introduction > .fl .nt-ti {
    padding: 15px;
    font-size: 20px;
  }
  .Introduction {
    padding: 15px;
  }
  .biaon1 {
    font-size: 24px;
    padding-bottom: 34px;
  }
  .Cloud .p1 {
    font-size: 20px;
  }
  .Cloud .ul33 {
    padding-left: 0px;
  }
  .Cloud {
    margin-top: 20px;
  }
  .Cloud .cons1 ul li {
    width: 50%;
  }
  .Cloud .cons1 > div:first-child {
    height: auto;
  }
  .fuwu .con .ov {
    width: 100%;
  }
  .fuwu {
    padding: 30px 15px;
  }
  .fuwu .fu-yao {
    font-size: 14px;
    margin-top: 0px;
  }
  .fuwu .con ul {
    position: relative;
    overflow: hidden;
  }
  .fuwu .con ul li {
    position: relative;
    left: 0 !important;
    right: 0!important;
  }
  .fuwu .con ul li .zi2 {
    left: 0 !important;
    right: 0!important;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
  }
  .fuwu .con ul li img {
    display: none;
  }
  .hudu {
    margin: 20px 0;
    padding: 15px;
  }
  .huodong .swiper-slide .overh {
    width: 100%;
  }
  .rightfix {
    display: none;
  }
  .huodong .dongzi {
    width: 100%;
  }
  .huodong .swiper-button-next,
  .huodong .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .huodong {
    margin-top: 20px;
  }
  .huodong .dongzi {
    padding: 20px;
  }
  .mobile-foot {
    display: block;
  }
  .fuwu {
    margin-top: 20px;
  }
  .music .music-ul > li > div {
    width: 100%;
  }
  .music-nei {
    margin-top: 15px;
  }
  .music .pdf span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .music .pdf span i {
    font-size: 16px;
  }
  .music .pdf a {
    font-size: 14px;
    display: inline-block;
    line-height: 30px;
  }
  .music .pdf {
    margin-top: 13px;
  }
  .music .music-ul > li {
    margin-bottom: 27px;
  }
  .mu-xing .mu-biao {
    font-size: 20px;
    margin-top: 36px;
    line-height: 25px;
  }
  .mu-xing .mu-ju {
    margin-top: 37px;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .mu-xing .tt-b {
    font-size: 20px;
    margin: 43px 0 22px 0;
  }
  .padiu {
    padding: 15px 0!important;
  }
  .mu-xing img {
    padding: 15px 0;
  }
  .mu-xing .mu-div {
    font-size: 15px;
    line-height: 25px;
    margin-top: 30px;
  }
  .mu-xing .jiemu {
    font-size: 15px;
    line-height: 25px;
  }
  .wenhua,
  .yun {
    margin-top: 20px;
    padding: 15px;
  }
  .jiaos .jia-lunbo {
    width: 100%;
  }
  .jiaos .ying {
    width: 100%;
  }
  .jiaos .ying ul li {
    width: 100%;
    padding-left: 0;
  }
  .jiaos .ying ul li:nth-child(1),
  .jiaos .ying ul li:nth-child(2),
  .jiaos .ying ul li:nth-child(3) {
    margin-left: 0;
  }
  .jiaos .ying {
    margin-top: 1.33%;
  }
  .jiaos .jia-lunbo .jiao-title {
    font-size: 14px;
    padding: 20px;
  }
  .jiaos .swiper-container-horizontal > .swiper-pagination-bullets,
  .jiaos .swiper-pagination-custom,
  .jiaos .swiper-pagination-fraction {
    bottom: 19px;
  }
  .biandi {
    padding: 15px;
  }
  .wenzi .tupu {
    width: 100%;
    margin: 0;
  }
  .wenzi .zitis .ys {
    font-size: 16px;
  }
  .wenhua .wen-bia .dabig {
    font-size: 19px;
  }
  .wenhua .zzi1 {
    font-size: 19px;
  }
  .wenhua .wen-bia .dabig .xian {
    width: 50px;
    top: -6px;
  }
  .biandi .changs {
    padding: 15px;
  }
  .zzi .xiaozheng,
  .bann1 .zzi .xiaozheng {
    font-size: 16px;
  }
  .bann1 .zzi {
    display: none;
  }
  .bann1 {
    margin: 15px;
  }
  .Performance .per-lunbo .swiper-slide.swiper-slide-active .per-ul {
    padding: 0px;
  }
  .Performance .per-lunbo .swiper-slide.swiper-slide-active .per-ul li {
    width: 100%;
  }
  .Performance .per-lunbo .swiper-slide {
    height: auto;
  }
  .Performance .swiper-container-horizontal > .swiper-pagination-bullets,
  .Performance .swiper-pagination-custom,
  .Performance .swiper-pagination-fraction {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .Performance .per-lunbo .swiper-slide .per-ul:after {
    height: 30px;
  }
  .Performance .per-lunbo .swiper-slide {
    padding-bottom: 30px;
  }
  .Performance {
    padding: 15px;
  }
  .lecture {
    margin-top: 0px;
    padding: 15px;
  }
  .lecture .lec-title {
    padding-left: 0;
  }
  .lecture .swiper-slide.swiper-slide > div {
    width: 100%;
  }
  .lecture .let-lunbo .div2 {
    margin-top: 20px;
  }
  .lecture .swiper-slide {
    padding: 0;
  }
  .lecture .swiper-slide.swiper-slide-active .left {
    margin-bottom: 20px;
  }
  .lecture .let-lunbo .swiper-button-prev {
    bottom: 0;
    width: 30px;
    height: 30px;
  }
  .lecture .let-lunbo .swiper-button-next {
    bottom: 0;
    width: 30px;
    left: 19%;
    height: 30px;
  }
  .lecture .let-lunbo .swiper-container {
    padding-bottom: 40px;
  }
  .dacall {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .dacall .call-title {
    font-size: 18px;
  }
  .dacall .call-lunbo {
    width: 100%;
    margin-top: 34px;
    padding: 15px;
  }
  .dacall .call-yao {
    font-size: 14px;
    line-height: 25px;
  }
  .dacall .call-ming {
    font-size: 17px;
  }
  .Performance .per-lunbo .swiper-slide .cons {
    padding-left: 0;
    text-align: center;
  }
  .swiper-slide.swiper-slide-active .per-ul {
    margin-top: 29px;
  }
  .wearts {
    padding: 30px 15px;
  }
  .wearts .wear-nei {
    margin-top: 25px;
    font-size: 14px;
    line-height: 24px;
  }
  .hd1 .titlt2 {
    font-size: 18px;
  }
  .hd1 .titlt1 {
    font-size: 25px;
  }
  .hd1 .titlt2::after {
    bottom: -10px;
  }
  .wearts .xiaos {
    margin-top: 20px;
  }
  .wearts .xiaos .wea-title {
    font-size: 11px;
    margin: 12px 0 13px 0;
  }.wearts .xiaos .col-xs-4{
    padding: 10px;

  }
  .doyoudo .doyoudo-nei ul li {
    width: 100%;
  }
  .doyoudo {
    padding: 30px 15px;
  }
  .doyoudo .doyoudo-nei {
    margin-top: 30px;
  }
  .doyoudo .doyoudo-nei .mian-bot .bot-title {
    font-size: 17px;
  }
  .doyoudo .doyoudo-nei .mian-bot .bot-nave {
    font-size: 14px;
    line-height: 25px;
  }
  .doyoudo .doyoudo-nei .mian-bot {
    height: 280px;
  }
  .our-case {
    margin-top: 20px;
    padding: 15px;
  }
  .case-con .le {
    width: 100%;
  }
  .case-con .cens {
    width: 100%;
  }
  .case-con .re {
    width: 100%;
  }
  .case-con .le .cas-a:nth-child(2),
  .case-con .le .cas-a:nth-child(3) {
    width: 100%;
  }
  .our-case .cas-a .cas-bg .zi1 .lian1 {
    font-size: 16px;
    line-height: 27px;
  }
  .our-case .cas-a .cas-bg .zi1 .lianjiea {
    margin-top: 8px;
  }
  .our-client .Clients-lunbo {
    margin-top: 30px;
  }
  .our-client,
  .index-new {
    margin-top: 20px;
    padding: 15px;
  }
  .index-cloud {
    padding: 30px 15px;
  }
  .index-cloud .cline-nei {
    margin-top: 30px;
  }
  .index-fuwu {
    margin-top: 0;
  }
  .index-fuwu .fu-yao {
    margin-top: 30px;
  }
  .index-new .new-a {
    margin-top: 20px;
  }
  .index-liu {
    padding: 30px 15px;
  }
  .index-liu .tu-dian span {
    font-size: 18px;
    line-height: 45px;
  }
  .index-liu .tu-dian {
    margin-bottom: 20px;
  }
  .lunbo .scrll {
    display: none;
  }
  .lunbo .swiper-container-horizontal > .swiper-pagination-bullets,
  .lunbo .swiper-pagination-custom,
  .lunbo .swiper-pagination-fraction {
    right: 15px;
  }.cline-nei {
    width: 100%;
    margin: 10px auto 0 auto;
    padding: 0 15px;
}.fuwu .con1{
  width: 100%;
}.huodong .dongzi .pp1 {
  font-size: 18px;
}.doyoudo .doyoudo-nei{
  width: 100%;    margin: 20px auto 0 auto;
}.doyoudo .doyoudo-nei ul li{
  border: 1px solid #545454;
}.case-con {
  margin: 30px auto 0 auto;
  width: 100%;
}.our-client .Clients-lunbo{
  padding: 0 1px;
}.bann1 .xiaozheng {
  font-size: 20px;
  margin: 30px 0 20px 0;

}.dacall .call-title, .lecture .lec-title, .Performance .cons {
  font-size: 20px;
}.Performance .cons span {
  font-size: 19px;
}.lecture .lec-title {
  font-size: 20px;
}.per-l,.lecc{
  width: 100%;
}.lecture .let-lunbo .div2{
font-size: 14px;
  line-height: 25px;
  height: 100px;
}.Performance .cons{
  margin-bottom: 20px;
}.lecture .let-lunbo .swiper-container{
  padding-bottom: 0;
}.Performance .per-lunbo .swiper-slide .zi1 {
 
  font-size: 16px;

  padding: 15px 19px;
}.index-cloud .cline-nei .col-md-4{
  border-right: none;
}.Performance .cons span,.lecture .lec-title span,.bann1 .xiaozheng span{
  display: block;
}.Introduction > .fl .bg-wen{
  line-height: 24px;
}
.ying{
  display: none;

}.wenzi .zitis {

  font-size: 14px;
  line-height: 26px;
  margin-bottom: 15px;
}
.sub-cat ul li{
  
  font-size: 14px;
  line-height: 35px;

  padding: 0 18px;
}
.Art .Art-ul li{
  padding: 0 ;
}
}
.bs-example-modal-lg .modal-body {
  font-size: 17px;
  line-height: 30px;
}
.daohang .nav-ul > li:nth-child(7) .ers-ul{
  display: none;

}
.per-lunbo  .swiper-slide > .fl {
  width: 100%;
}.per-lunbo  .swiper-slide > .fr {
  width: 100%;
  margin-top: 10px;
}.per-lunbo  .swiper-slide  .fr .title {
  color: #000000;
  font-size: 20px;
}.per-lunbo .das {
  color: #676767;
  font-size: 17px;
  line-height: 35px;
}.per-lunbo .qian {
  color: #FA7319;
  font-size: 18px;
  margin: 30px 0;
}.per-lunbo .shoupiao a {
  color: #ffffff;
  font-size: 17px;
  display: inline-block;
  padding: 0 12px;
  background: #FA7319;
  border-radius: 5px;
  line-height: 37px;
}
.p0{
  line-height: 25px;    padding-bottom: 1px;

}.p0>p{
  margin-bottom: 10px;
}
.mu-xing  .container div.row:nth-child(3) >.row .col-md-6{
margin-bottom: 15px;

}