/*
    -----------------------------------
            方法变量

    Create Time : 2014-07-22
    Update Time : 2015-08-03
    Author      : Trueland Development Department
    -----------------------------------
*/
/*
    ----------------------
            普通方法
    ----------------------

    1 .opc()              // 透明度     - 传整数 50 代表 0.5
    2 .pos(r)             // 定位方式 - 必须传参，r 代表relative || a 代表absolute ||  f 代表 fixed
    3 .font()             // 字体大小 - 默认12px
    4 .align()            // 文本对齐 - 默认 center
    5 .lineH()            // 行高设置 - 默认 20px
   11 .arrow(r)           // 三角箭头 - 必须传参    l:向左箭头 | r:向右箭头 | t:向上箭头 | b:向下箭头
   12 .float()            // 快速浮动 - 默认为 left ||  left: 向左浮动   | right:向右浮动
   13 .fontC(d)           // 字大小写 - 比传参数 d 为 大写 s 为首字母大写
   14 .fontB()            // 字体粗细 - 默认加粗  fontB(100) 传100 就是 变细

   ----------------------
   CSS3 方法
   ----------------------

   01 .borderR()          // 圆角设置 - 默认为 5px
   02 .linearG(red,blue)  // 线性渐变 - 两个颜色值 是开始到结束  目前支持 *上下* 渐变
   03 .bgFull             // 背景充满 - 背景等比例拉伸 使用 ：bgFull;
   04 .css3Tansition()    // 过度属性 - 默认两个值 前者是过渡动画时间 后者是过渡动画效果 使用 : .css3tansition(.4s,ease)


   //滤镜

   05 .filterBlur()       // 滤镜模糊 - 使用 ：.filterBlur(2px); 默认 5px
   06 .filterGrayscale()  // 滤镜灰度 - 使用 ：.filterGrayscale(100%); 默认100% ★注意参数 是 0%~100$; 100%代表全灰
   07 .filterSepia()      // 滤镜褐色 - 使用 ： .filterSepia(1); 默认1 ★注意参数 (同上)
   08 .filterBrightness() // 滤镜亮度 - 使用 ： .filterBrightness(10); 默认5 ★注意参数 10代表100% 5代表50%
   09 .filterHue()        // 滤镜色相 - 使用 ： .filterHue(180deg); 默认180deg ★注意参数 0deg~360deg
   10 .filterInvert()     // 滤镜反色 - 使用 ： .filterInvert(1); 默认1 ★注意参数 0.1~1 1代表100%
   11 .filterSaturate()   // 滤镜饱和 - 使用 ： .filterSaturate(5); 默认5 ★注意参数 5 代表 50%
   12 .filterContrast()   // 滤镜对比 - 使用 ： .filterContrast(1.5); 默认1.5 ★注意参数 1.5代表 15%

   ----------------------
        普通嵌套
   ----------------------

   01 .vcenter            // 垂直水平居中
   02 .tHide              // 文本超出隐藏省略
   03 .blockFull          // 块状元素 宽高100%
   04 .block              // 块状元素 没有设置宽高
   05 .centerBlock        // 左右居中
   05 .clearfix           // 清除浮动

    -----------------------------------
*/

#concact_us_form_dialog .right{
  position: fixed;
  left: calc(50% - 240px);
  padding: 40px 30px;
  background-color: white;
  z-index: 10;

}
#concact_us_form_dialog .right .btn input[type="primary"]{
  float: right;
  border-color: #ccc;
  background-color: white;
  text-align: center;
  color: black;
  cursor: pointer;
  caret-color: transparent;
}
#concact_us_form_dialog .mask{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  background-color: rgba(0,0,0,0.25);
}
#concact_us_form_dialog .right h3{
  margin-bottom: 20px;
  text-align: center;
}

#concact_us_form_dialog .right p{
  margin-bottom: 20px;
  text-align: center;
}

.cursor-pointer{
  cursor: pointer;
}
.more_btn.banner_morebtn{
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -6%;
}
.more_btn.banner_morebtn a{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background-color: #003399;
}
.box_show .box div.left ul li a{
  margin: 0 20px;
  color: #333333;
}
.menu_hover{
  position: relative;
}
.menu_hover .small{
  display: none;
  opacity: 0;
}
.menu_hover.cur .small,.menu_hover:hover .small{
  display: block;
  opacity: 1;
  transition: height 0.8s ease-in-out;
}
.text-second{
  font-size: 24px;
}
.textleft{
  text-align: left;
}
.box_show .box div.left ul li a small{
  float: right;
  font-weight: normal;
}
.box_show .box div.left ul li.small{
  margin-top: 2px;
  font-size: 15px;
  line-height: 35px;
}
.box_show .box div.left ul li.small::before{
  display: none;
}
.zhuanti{
  margin-top: 40px;
  width: 100%;
  height: 180px;
}
.zhuanti-item .zhuanti-item-img{
  position: relative;
  width: 280px;
  height: 180px;
  cursor: pointer;
}
.zhuanti .zhuanti-item{
  float: left;
  width: 280px;
  margin-right: 20px;
  font-size: 23px;
  text-align: center;
  line-height: 50px;
  color: white;
}
.zhuanti .zhuanti-item p{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.48);
  border-radius: 12px;
  line-height: 180px;
  font-weight: bold;
}
.zhuanti .zhuanti-item img{
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.zhuanti .zhuanti-item:last-child{
  margin-right: 0;
}
.zhuanti-slick .slick-dots{
  display: none !important;
}

.zhuanti-slick .slick-next, .zhuanti-slick .slick-prev  {
  width: 39px;
  height: 39px;
  border: none;
}
.zhuanti-slick .slick-prev {
  left: -50px;
  background-image: url(prev.png);
}
.zhuanti-slick .slick-next {
  right: -50px;
  background-image: url(next.png);
}
.mtb10{
  margin: 10px 0;
}
.zhuanti_box{
  padding-top: 60px;
}
.zhuanti_box .text-second{
  margin-bottom: 20px;
}
.kchg_box .kchg_btn span.cur.no_border_b{
  border-bottom-color: transparent;
}
.clicked_open{
  cursor: pointer;
}
.left.hide ul li{
  display: none;
}
.left.hide ul li:nth-child(1), .left.hide ul li:nth-child(2),
.left.hide ul li:nth-child(3), .left.hide ul li:nth-child(4) {
  display: block;
}

.bgFull {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url(css/cover.htc);
  behavior: url(css/cover.htc);
}
.vcenter {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.tHide {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.blockFull {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.block {
  display: block;
  position: relative;
}
.centerBlock {
  margin-left: auto;
  margin-right: auto;
}
.clearfix {
  clear: both;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #ffffff url("ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-prev,
.slick-next {
  z-index: 20;
  position: absolute;
  display: block;
  height: 60px;
  width: 30px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -30px;
  padding: 0;
  border: none;
  outline: none;
  border: 1px solid red;
}
.slick-prev {
  left: 30px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 30px;
}
.slick-next {
  right: 30px;
}
[dir="rtl"] .slick-next {
  left: 30px;
  right: auto;
}
.slick-dots {
  position: absolute;
  bottom: 20px;
  height: auto;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  line-height: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  height: 10px;
  width: 10px;
  padding: 0;
  margin: 0;
  outline: none;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: #cccccc;
  border-radius: 0px;
}
.slick-dots li.slick-active button {
  background: #333333;
}
.w1280 {
  width: 1280px;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
img {
  max-width: 100%;
}
@font-face {
  font-family: 'NotoSansHans-Regular';
  src: url('../fonts/NotoSansHans-Regular.eot');
  src: url('../fonts/NotoSansHans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSansHans-Regular.woff') format('woff'), url('../fonts/NotoSansHans-Regular.ttf') format('truetype'), url('../fonts/NotoSansHans-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NotoSansHans-Bold';
  src: url('../fonts/NotoSansHans-Bold.eot');
  src: url('../fonts/NotoSansHans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSansHans-Bold.woff') format('woff'), url('../fonts/NotoSansHans-Bold.ttf') format('truetype'), url('../fonts/NotoSansHans-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeue Bold';
  src: url('../fonts/BebasNeue Bold.eot');
  src: url('../fonts/BebasNeue Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeue Bold.woff') format('woff'), url('../fonts/BebasNeue Bold.ttf') format('truetype'), url('../fonts/BebasNeue Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.Bread {
  background: #f4f4f4;
  line-height: 70px;
  color: #666666;
  font-size: 18px;
}
.Bread a {
  display: inline-block;
  color: #666;
}
.Bread a:hover {
  color: #2872ed;
}
.page {
  text-align: center;
}
.page a {
  display: inline-block;
  border: 1px solid #d3d3d3;
  line-height: 38px;
  min-width: 40px;
  border-radius: 50px;
  color: #333333;
  font-size: 14px;
  margin: 0 3px;
}
.page a:hover,
.page a.cur {
  background: #2872ed;
  color: #fff;
  border-color: #2872ed;
}
.page span {
  padding: 0 10px;
}
.page .prev,
.page .last {
  border: none;
  border-radius: 0;
  margin: 0 15px;
}
.page .prev {
  padding-left: 13px;
  background: url(1.jpg) no-repeat left center;
}
.page .prev:hover {
  background: url(1.jpg) no-repeat left center;
  color: #2872ed;
}
.page .last {
  background: url(2.jpg) no-repeat right center;
  padding-right: 13px;
}
.page .last:hover {
  background: url(2.jpg) no-repeat right center;
  color: #2872ed;
}
.header {
  padding-top: 30px;
  position: relative;
  z-index: 9;
}
.header .logo {
  display: block;
  float: left;
  margin-bottom: 20px;
}
.header .logo span {
  display: block;
  line-height: 0;
  padding: 0 22px;
  float: left;
}
.header .logo span img{
  width: 372px;
}
.header .logo span:first-child {
  padding-left: 0;
  position: relative;
}
/* .header .logo span:first-child:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -16.5px;
  width: 1px;
  height: 33px;
  background: #dddddd;
} */
.header .logo span:last-child {
  padding-right: 0;
}
.header .right {
  margin-top: -12px;
}
.header .right .top {
  padding-right: 50px;
  text-align: right;
}
.header .right .top a {
  color: #999999;
  font-size: 14px;
  display: inline-block;
  line-height: 28px;
  margin-left: 30px;
}
.header .right .top .mail {
  background: url(icon1.jpg) no-repeat left 10px;
  padding-left: 25px;
  color: #2872ed;

}
.header .right .top .dh {
  background: url(icon2.jpg) no-repeat left center;
  padding-left: 20px;
  color: #2872ed;

}
.header .right .top .btn {
  background: #2872ed;
  color: #fff;
  padding: 0 13px;
}
.header .right .top .language {
  margin-left: 30px;
  float: right;
}
.header .right .top .language a {
  color: #666;
  margin: 0;
  padding: 0 8px;
  font-size: 12px;
}
.header .right .top .language a.cur,
.header .right .top .language a:hover {
  color: #999;
}
.header .right .top .language a:first-child {
  padding-left: 0;
  position: relative;
}
.header .right .top .language a:first-child:before {
  content: "";
  position: absolute;
  right: 0;
  top: 11px;
  width: 1px;
  height: 8px;
  background: #666666;
}
.header .right .top .language a:last-child {
  padding-right: 0;
}
.header .right .nav {
  margin-top: 5px;
}
.header .right .nav ul {
  float: left;
}
.header .right .nav ul li {
  float: left;
  position: relative;
  margin-left: 5px;
  padding: 0 10px;
  line-height: 46px;
  font-size: 16px;
}
.header .right .nav ul li:first-child {
  margin-left: 0;
}
.header .right .nav ul li a {
  color: #333;
  display: block;
}
.header .right .nav ul li .navbox {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
.header .right .nav ul li .navbox a {
  display: block;
  text-align: center;
  line-height: 40px;
  background: #003399;
  color: #fff;
  font-size: 14px;
  border-top: 1px solid #2872ed;
}
.header .right .nav ul li .navbox a:hover {
  background: #2872ed;
}
.header .right .nav ul li:hover,
.header .right .nav ul li.cur {
  background: #003399;
}
.header .right .nav ul li:hover a,
.header .right .nav ul li.cur a {
  color: #fff;
}
.header .right .nav .search_box {
  z-index: 9;
  float: right;
  width: 17px;
  height: 17px;
  line-height: 0;
  margin-left: 20px;
  margin-top: 15px;
  cursor: pointer;
  position: relative;
}
.header .right .nav .search_box .pop-down {
  display: none;
  position: absolute;
  right: -9px;
  top: -13px;
  width: 200px;
  height: 40px;
  background: #003399;
}
.header .right .nav .search_box .pop-down input {
  background: none;
  border: none;
}
.header .right .nav .search_box .pop-down .intxt {
  width: 150px;
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  color: #fff;
}
.header .right .nav .search_box .pop-down .btn {
  float: right;
  width: 50px;
  background: url(icon4.png) no-repeat center center;
  line-height: 40px;
}
.title {
  text-align: center;
}
.title span {
  display: inline-block;
  line-height: 0;
}
.title .tit {
  margin-left: 22px;
  padding-left: 25px;
  display: inline-block;
  position: relative;
  text-align: left;
  color: #333333;
}
.title .tit:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 2px;
  background: #333333;
  height: 58px;
}
.title .tit h3 {
  font-weight: normal;
  font-size: 32px;
}
.title .tit p {
  position: relative;
  top: -2px;
  font-size: 22px;
  text-transform: uppercase;
}
.title .tit2 {
  color: #fff;
}
.title .tit2:before {
  background: #fff;
}
.home_about {
  background: url(home_bg1.gif) no-repeat center top;
  padding: 80px 0 80px;
}
.home_about .text {
  margin: 40px auto 0;
  width: 996px;
  text-align: center;
  color: #666666;
  font-size: 18px;
  line-height: 44px;
}
.home_about .img_div {
  width: 642px;
  height: 337px;
  margin: 50px auto 0;
  box-shadow: 0 0 20px rgba(191, 191, 191, 0.9);
}
.home_services {
  background: #f4f4f4;
  padding: 80px 0;
}
.home_services ul li {
  width: 33.33333333%;
  text-align: center;
  float: left;
  margin-top: 60px;
}
.home_services ul li .icon {
  width: 66px;
  height: 66px;
  border: 2px solid transparent;
  padding: 3px;
  border-radius: 50%;
  margin: 0 auto;
}
.home_services ul li .icon img {
  border-radius: 50%;
}
.home_services ul li .icon span {
  width: 56px;
  height: 56px;
  display: block;
  background: #b1b0b0;
  border-radius: 50%;
}
.home_services ul li h3 {
  margin-top: 20px;
  color: #333333;
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 13px;
  position: relative;
}
.home_services ul li h3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -19px;
  height: 1px;
  width: 38px;
  background: #666666;
}
.home_services ul li p {
  margin-top: 15px;
  color: #666666;
  font-size: 14px;
  text-transform: uppercase;
}
.home_services ul li:hover .icon {
  border-color: #2872ed;
}
.home_services ul li:hover .icon span {
  background: #2872ed;
}
.home_odds {
  background: url(home_bg2.gif) no-repeat center top;
  min-height: 678px;
  padding-top: 170px;
}
.home_odds .odds_list {
  width: 90%;
  margin: 0 auto;
}
.home_odds .odds_list ul {
  margin-top: 80px;
}
.home_odds .odds_list ul li {
  color: #fff;
  float: left;
  width: 16.66666667%;
  text-align: center;
}
.home_odds .odds_list ul li .bt p {
  display: inline-block;
  font-size: 90px;
  font-family: BebasNeue Bold;
}
.home_odds .odds_list ul li .bt span {
  display: inline-block;
  font-size: 32px;
  position: relative;
  bottom: 3px;
}
.home_odds .odds_list ul li p {
  font-size: 18px;
}
.tables_btn {
  margin-top: 50px;
  text-align: center;
}
.tables_btn span {
  color: #666666;
  font-size: 18px;
  display: inline-block;
  margin: 0 26px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  font-weight: bold;
  padding-bottom: 8px;
}
.tables_btn span:hover,
.tables_btn span.cur {
  color: #2872ed;
  border-color: #2872ed;
}
.home_case {
  background: #f4f4f4;
  padding: 80px 0;
}
.home_case .tables_con {
  margin-top: 45px;
  margin-bottom: 60px;
}
.home_case .tables_con .case_div {
  margin-left: -20px;
  width: 1240px;
}
.home_case .tables_con .case_div .box {
  margin: 0 20px;
  background: #fff;
}
.home_case .tables_con .case_div .box .img {
  line-height: 0;
  overflow: hidden;
}
.home_case .tables_con .case_div .box .img img {
  width: 100%;
}
.home_case .tables_con .case_div .box .text {
  text-align: center;
  padding: 28px 15px;
}
.home_case .tables_con .case_div .box .text h3 {
  color: #666666;
  font-size: 22px;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-bottom: 13px;
  position: relative;
}
.home_case .tables_con .case_div .box .text h3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -19px;
  height: 1px;
  width: 38px;
  background: #666666;
}
.home_case .tables_con .case_div .box .text p {
  margin-top: 13px;
  color: #2872ed;
  font-size: 16px;
  font-weight: bold;
}
.home_case .tables_con .case_div .slick-prev,
.home_case .tables_con .case_div .slick-next {
  width: 39px;
  height: 39px;
  border: none;
  margin-top: -19.5px;
}
.home_case .tables_con .case_div .slick-prev {
  left: -50px;
  background-image: url(prev.png);
}
.home_case .tables_con .case_div .slick-prev:hover {
  background-image: url(h_prev.png);
}
.home_case .tables_con .case_div .slick-next {
  right: -50px;
  background-image: url(next.png);
}
.home_case .tables_con .case_div .slick-next:hover {
  background-image: url(h_next.png);
}
.more_btn {
  text-align: center;
}
.more_btn a {
  background: #2872ed;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 0 30px;
  box-shadow: 0 0 10px rgba(40, 114, 237, 0.8);
}
.home_school {
  background: url(home_bg3.gif) no-repeat center top;
  padding: 77px 0 100px;
}
.home_school .video_div {
  margin-top: 60px;
  width: 100%;
  height: 508px;
  position: relative;
 /*overflow: hidden;*/
}
.home_school .video_div .img {
  position: relative;
  line-height:0;
}
.home_school .video_div .img span {
  cursor: pointer;
  width: 51px;
  height: 51px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.home_school .video_div .bottom {
  /*position: absolute;
  left: 0;
  bottom: 0;*/
  width: 100%;
  height: 74px;
  background: url(bg.png);
}
.home_school .video_div .bottom p {
  float: left;
  width: 80%;
  line-height: 74px;
  color: #ffffff;
  font-size: 18px;
  padding: 0 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home_school .video_div .bottom a {
  display: block;
  float: right;
  width: 175px;
  line-height: 74px;
  background: #2872ed;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.home_school .btn_qh {
  margin-top: 120px;
}
.home_school .btn_qh span {
  display: block;
  float: left;
  color: #999999;
  font-size: 18px;
  font-weight: bold;
  margin-right: 30px;
  padding-bottom: 15px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.home_school .btn_qh span:hover,
.home_school .btn_qh span.cur {
  color: #fff;
  border-color: #fff;
}
.home_school .qh_con {
  margin-top: 30px;
}
.home_school .qh_con .text_div {
  display: none;
}
.home_school .qh_con .text_div:first-child {
  display: block;
}
.home_school .qh_con .text_div .left {
  float: left;
  width: 725px;
}
.home_school .qh_con .text_div .left .img {
  display: block;
  width: 354px;
  height: 237px;
  float: left;
}
.home_school .qh_con .text_div .left .box {
  float: right;
  width: 335px;
  padding-top: 5px;
}
.home_school .qh_con .text_div .left .box .bt {
  color: #fff;
  font-size: 22px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home_school .qh_con .text_div .left .box .data {
  margin-top: 8px;
  color: #fff;
  font-size: 14px;
}
.home_school .qh_con .text_div .left .box p {
  margin-top: 15px;
  color: #fff;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}
.home_school .qh_con .text_div .left .box .more {
  margin-top: 30px;
  background: #2872ed;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 0 30px;
  box-shadow: 0 0 10px rgba(40, 114, 237, 0.8);
}
.home_school .qh_con .text_div .ol-list {
  float: right;
  width: 400px;
  background: url(bg2.png);
}
.home_school .qh_con .text_div .ol-list li {
  float: left;
  width: 100%;
  line-height: 59px;
  padding: 0 20px;
}
.home_school .qh_con .text_div .ol-list li a {
  display: block;
  float: left;
  max-width: 78%;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home_school .qh_con .text_div .ol-list li span {
  color: #fff;
  float: right;
}
.home_school .qh_con .text_div .ol-list li:hover {
  background: #2872ed;
}
.home_moving {
  background: url(home_bg4.gif) no-repeat center top;
  padding: 80px 0;
}
.home_moving .btn_qh {
  margin-top: 40px;
}
.home_moving .btn_qh span {
  display: block;
  float: left;
  color: #666666;
  font-size: 18px;
  font-weight: bold;
  margin-right: 30px;
  padding-bottom: 15px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.home_moving .btn_qh span:hover,
.home_moving .btn_qh span.cur {
  color: #2872ed;
  border-color: #2872ed;
}
.home_moving .qh_con {
  margin-top: 20px;
}
.home_moving .qh_con .text_div {
  display: none;
}
.home_moving .qh_con .text_div:first-child {
  display: block;
}
.home_moving .qh_con .text_div ol li {
  float: left;
  width: 33.33333333%;
  background: #f4f4f4;
  padding: 35px 40px 0;
  height: 300px;
  position: relative;
  border-right: 1px solid #eeeeee;
}
.home_moving .qh_con .text_div ol li:last-child {
  border-right: none;
}
.home_moving .qh_con .text_div ol li h3 {
  color: #666666;
  font-size: 18px;
  line-height: 36px;
  font-weight: normal;
  height: 72px;
  overflow: hidden;
}
.home_moving .qh_con .text_div ol li .biaoqian {
  margin-top: 20px;
  color: #999999;
  font-size: 14px;
}
.home_moving .qh_con .text_div ol li .biaoqian span {
  display: inline-block;
  margin-right: 10px;
}
.home_moving .qh_con .text_div ol li .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 40px;
  line-height: 60px;
  color: #666666;
  font-size: 16px;
  border-top: 1px solid #eeeeee;
}
.home_moving .qh_con .text_div ol li:hover,
.home_moving .qh_con .text_div ol li.cur {
  background: url(moving_bg.jpg) no-repeat center center / cover;
}
.home_moving .qh_con .text_div ol li:hover h3,
.home_moving .qh_con .text_div ol li:hover .biaoqian,
.home_moving .qh_con .text_div ol li:hover .bottom,
.home_moving .qh_con .text_div ol li.cur h3,
.home_moving .qh_con .text_div ol li.cur .biaoqian,
.home_moving .qh_con .text_div ol li.cur .bottom {
  color: #fff;
}
.home_moving .qh_con .text_div ol li:hover .bottom,
.home_moving .qh_con .text_div ol li.cur .bottom {
  background: #2872ed;
  border-top-color: #2872ed;
}
.home_marketing {
  background: url(home_bg5.gif) no-repeat center top;
  padding: 120px 0;
}
.home_marketing .top {
  text-align: center;
  color: #fff;
}
.home_marketing .top h3 {
  font-size: 36px;
}
.home_marketing .top p {
  margin-top: 22px;
  font-size: 18px;
}
.home_marketing ol {
  margin-top: 70px;
}
.home_marketing ol li {
  float: left;
  width: 50%;
  text-align: center;
  color: #fff;
}
.home_marketing ol li .icon {
  line-height: 0;
}
.home_marketing ol li h3 {
  margin-top: 12px;
  font-size: 24px;
}
.home_marketing ol li .t {
  margin-top: 20px;
  font-size: 18px;
}
.home_marketing ol li .box {
  margin-top: 40px;
  padding: 0 70px;
}
.home_marketing ol li .box .text {
  float: left;
  width: 33.33333333%;
  text-align: center;
}
.home_marketing ol li .box .text .bt {
  font-size: 26px;
  font-family: BebasNeue Bold;
}
.home_marketing ol li .box .text .bt span {
  font-size: 72px;
  position: relative;
  bottom: -2px;
}
.home_marketing ol li .box .text .d {
  font-size: 15px;
}
.home_client {
  padding: 80px 0 120px;
}
.home_client .client_box {
  margin-top: 45px;
}
.home_client .client_box ol li {
  float: left;
  width: 174px;
  height: 120px;
  border: 1px solid #cccccc;
  position: relative;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-right: 31.2px;
}
.home_client .client_box ol li:nth-child(6n) {
  margin-right: 0;
}
.home_client .client_box ol li img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home_client .client_box .slick-prev,
.home_client .client_box .slick-next {
  width: 39px;
  height: 39px;
  border: none;
  margin-top: -19.5px;
}
.home_client .client_box .slick-prev {
  left: -80px;
  background-image: url(prev.png);
}
.home_client .client_box .slick-prev:hover {
  background-image: url(h_prev.png);
}
.home_client .client_box .slick-next {
  right: -80px;
  background-image: url(next.png);
}
.home_client .client_box .slick-next:hover {
  background-image: url(h_next.png);
}
.home_client .client_box .slick-dots {
  bottom: -40px;
}
.home_client .client_box .slick-dots li {
  margin: 0 8px;
}
.home_client .client_box .slick-dots li button {
  border-radius: 50%;
  border: 1px solid #b5b4b4;
  background: none;
}
.home_client .client_box .slick-dots li.slick-active button {
  background: #2872ed;
  border-color: #2872ed;
}
.float-box {
  position: fixed;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
.float-box ul li {
  width: 52px;
  height: 52px;
  border-top: 1px solid #184ea7;
  cursor: pointer;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #2872ed;
}
.float-box ul li.return-top {
  background-position: center;
}
.float-box ul li:first-child {
  border-top: none;
}
.float-box ul li .text {
  position: absolute;
  right: 52px;
  bottom: 0;
  transform: translateX(150px);
  -o-transform: translateX(150px);
  -ms-transform: translateX(150px);
  -moz-transform: translateX(150px);
  -webkit-transform: translateX(150px);
  opacity: 0;
  transition: all .5s;
}
.float-box ul li .ewm {
  width: 80px;
  height: 80px;
  top: 0;
}
.float-box ul li:hover {
  background-color: #215cbe;
}
.float-box ul li:hover .text {
  transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX();
  opacity: 1;
}
.nybanner {
  position: relative;
}
.nybanner img {
  width: 100%;
  float: left;
}
.nybanner .more {
  text-align: left;
  position: absolute;
  right: 0;
  bottom: 110px;
  width: 202px;
  height: 62px;
  background: #063084;
  display: block;
  line-height: 62px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding-left: 32px;
}
.ny_title {
  text-align: center;
}
.ny_title h3 {
  color: #272d42;
  font-size: 32px;
  padding-bottom: 16px;
  position: relative;
}
.ny_title h3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -10px;
  width: 20px;
  height: 7px;
  background: url(ny_icon.png) no-repeat center center;
}
.ny_title .text {
  margin-top: 22px;
  color: #666666;
  font-size: 18px;
  line-height: 36px;
}
.feishu_youshi {
  border-top: 2px solid #d7d7d7;
  padding: 40px 0;
}
.feishu_youshi ol li {
  float: left;
  width: 100%;
  background: #f4f4f4;
  margin-top: 50px;
}
.feishu_youshi ol li .img {
  float: left;
  width: 414px;
  height: 310px;
  position: relative;
}
.feishu_youshi ol li .img:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -17px;
  width: 17px;
  height: 34px;
  background-image: url(fuwu_icon1.png);
}
.feishu_youshi ol li .text {
  float: right;
  width: 786px;
  padding: 60px 65px 0;
}
.feishu_youshi ol li .text h3 {
  color: #333333;
  font-size: 24px;
}
.feishu_youshi ol li .text .t {
  margin-top: 12px;
  color: #666666;
  font-size: 18px;
  line-height: 48px;
  letter-spacing: 2px;
}
.feishu_youshi ol li .text a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  /*font-weight: bold;*/
  float: right;
}
.feishu_youshi ol li .text a:hover {
  text-decoration: underline;
}
.feishu_youshi ol li:nth-child(2n) .img {
  float: right;
}
.feishu_youshi ol li:nth-child(2n) .img:before {
  right: auto;
  left: 0;
  background-image: url(fuwu_icon2.png);
}
.feishu_youshi ol li:nth-child(2n) .text {
  float: left;
}
.fuwu_div {
  background: url(fuwu_bg.gif) no-repeat center top;
  min-height: 400px;
  padding-top: 155px;
}
.fuwu_div ul li {
  float: left;
  width: 50%;
  text-align: center;
}
.fuwu_div ul li .img {
  line-height: 0;
  margin-bottom: 10px;
}
.problem_box {
  margin: 80px 0;
}
.problem_box .box {
  background: #f4f4f4;
  padding: 50px;
}
.problem_box .con {
  line-height: 30px;
}
.problem_box .con .problem_bt {
  float: left;
  max-width: 80%;
}
.problem_box .con .problem_bt span {
  cursor: pointer;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  display: block;
  float: left;
  margin-right: 32px;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
}
.problem_box .con .problem_bt span.cur {
  border-bottom-color: #2872ed;
  color: #2872ed;
}
.problem_box .con a {
  display: block;
  float: right;
  color: #2872ed;
  font-size: 18px;
  font-weight: bold;
}
.problem_box .problem_con {
  margin-top: 12px;
}
.problem_box .problem_con ol {
  display: none;
  position: relative;
}
.problem_box .problem_con ol:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 17px;
  width: 1px;
  height: 86%;
  background: #999999;
}
.problem_box .problem_con ol:first-child {
  display: block;
}
.problem_box .problem_con ol li {
  float: left;
  width: 47%;
  line-height: 48px;
  color: #666666;
  font-size: 18px;
  padding-left: 14px;
  position: relative;
}
.problem_box .problem_con ol li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background: #666666;
}
.problem_box .problem_con ol li a {
  display: block;
  float: left;
  max-width: 70%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #666666;
}
.problem_box .problem_con ol li span {
  float: right;
}
.problem_box .problem_con ol li:hover a {
  color: #2872ed;
}
.problem_box .problem_con ol li:nth-child(2n) {
  float: right;
}
.leaflet_div {
  margin-bottom: 80px;
}
.leaflet_div a {
  display: block;
}
.ditch_div1 {
  background: url(ditch_bg1.gif) no-repeat center top;
}
.ditch_div2 {
  background: url(ditch_bg2.gif) no-repeat center top;
}
.ditch_div {
  padding-top: 190px;
  min-height: 785px;
}
.ditch_div .box {
  text-align: center;
  color: #fff;
}
.ditch_div .box .icon {
  line-height: 0;
}
.ditch_div .box h3 {
  margin-top: 25px;
  font-size: 24px;
}
.ditch_div .box p {
  margin-top: 25px;
  font-size: 18px;
}
.ditch_div .box .div_box {
  margin-top: 10px;
  padding: 0 190px;
}
.ditch_div .box .div_box .text {
  float: left;
  width: 25%;
  text-align: center;
}
.ditch_div .box .div_box .text .bt {
  font-size: 30px;
  font-family: BebasNeue Bold;
}
.ditch_div .box .div_box .text .bt span {
  font-size: 72px;
  position: relative;
  bottom: -2px;
}
.ditch_div .box .div_box .text .d {
  margin-top: 0;
  font-size: 15px;
}
.ditch_div .box .bottom {
  margin-top: 78px;
  text-align: center;
}
.ditch_div .box .bottom a {
  display: inline-block;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  border: 1px solid #ffffff;
  padding: 0 32px;
  margin: 0 65px;
}
.ditch_div .box .bottom a:hover {
  background: #2872ed;
  border-color: #2872ed;
}
.case_box {
  padding: 50px 0 80px;
}
.case_box .drying_div h3 {
  color: #666666;
  font-size: 20px;
}
.case_box .drying_div ol li {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.case_box .drying_div ol li span {
  display: block;
  float: left;
  color: #333;
  font-size: 16px;
}
.case_box .drying_div ol li div {
  display: inline-block;
  float: left;
}
.case_box .drying_div ol li div a {
  display: block;
  float: left;
  color: #999999;
  font-size: 16px;
  margin: 0 10px;
}
.case_box .drying_div ol li div a:hover,
.case_box .drying_div ol li div a.cur {
  color: #2872ed;
}
.case_box .drying_tit {
  margin-top: 35px;
}
.case_box .drying_tit span {
  display: block;
  float: left;
  color: #666666;
  font-size: 18px;
  font-weight: bold;
  margin-right: 50px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  padding-bottom: 12px;
}
.case_box .drying_tit span:hover,
.case_box .drying_tit span.cur {
  color: #2872ed;
  border-bottom-color: #2872ed;
}
.case_box .drying_con ul {
  margin-left: -28px;
  margin-bottom: 60px;
}
.case_box .drying_con ul li {
  float: left;
  width: 279px;
  margin-top: 28px;
  margin-left: 28px;
  background: #f4f4f4;
}
.case_box .drying_con ul li .img {
  width: 279px;
  height: 204px;
  position: relative;
  overflow: hidden;
}
.case_box .drying_con ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.case_box .drying_con ul li .text {
  padding: 22px;
}
.case_box .drying_con ul li .text h3 {
  color: #333333;
  font-size: 20px;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.case_box .drying_con ul li .text p {
  margin-top: 8px;
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.case_box .drying_con ul li .text span {
  margin-top: 15px;
  display: block;
  text-align: right;
  color: #666666;
}
.caseshow_box {
  margin: 50px 0 60px;
}
.caseshow_box .img_div {
  width: 100%;
}
.caseshow_box .img_div .img {
  line-height: 0;
  display: block;
}
.caseshow_box .img_div .icon {
  margin: -78px 0 0 60px;
  width: 150px;
  height: 150px;
  border: 1px solid #d2d2d2;
  position: relative;
}
.caseshow_box .img_div .icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.caseshow_box .detail {
  margin-top: -32px;
}
.caseshow_box .detail h2 {
  text-align: center;
  color: #333333;
  font-size: 48px;
  font-weight: normal;
}
.caseshow_box .detail .date {
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
  line-height: 58px;
  color: #999999;
  font-size: 14px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}
.caseshow_box .detail .date span {
  display: inline-block;
  margin: 0 15px;
  padding-left: 20px;
}
.caseshow_box .detail .date span em {
  display: inline-block;
  font-style: normal;
  margin-right: 14px;
}
.caseshow_box .detail .date .s1 {
  background: url(show_icon1.jpg) no-repeat left center;
}
.caseshow_box .detail .date .s2 {
  background: url(show_icon2.jpg) no-repeat left center;
}
.caseshow_box .detail .date .s3 {
  background: url(show_icon3.jpg) no-repeat left center;
}
.show_title {
  text-align: center;
}
.show_title h3 {
  color: #2872ed;
  font-size: 30px;
  position: relative;
  z-index: 2;
}
.show_title p {
  color: #f4f4f4;
  font-size: 36px;
  font-weight: bold;
  margin-top: -30px;
}
.text_con {
  text-align: center;
  color: #666666;
  font-size: 18px;
  line-height: 36px;
}
.caseshow_box2 {
  background: url(show_bg.jpg) no-repeat center top;
  min-height: 307px;
  padding-top: 94px;
}
.caseshow_box2 .box {
  padding: 0 70px;
}
.caseshow_box2 .box .text {
  float: left;
  width: 33.33333333%;
  text-align: center;
}
.caseshow_box2 .box .text .bt {
  color: #2872ed;
  font-size: 30px;
  font-family: BebasNeue Bold;
}
.caseshow_box2 .box .text .bt span {
  font-size: 72px;
  position: relative;
  bottom: -2px;
}
.caseshow_box2 .box .text .d {
  font-size: 15px;
}
.caseshow_box3 .box {
  padding: 60px 0;
  border-top: 1px solid #d2d2d2;
}
.caseshow_box3 .box:first-child {
  border-top: none;
}
.caseshow_box4 {
  background: url(show_bg2.jpg) no-repeat center top;
  min-height: 329px;
  padding-top: 80px;
}
.caseshow_box4 .show_title h3 {
  color: #fff;
}
.caseshow_box4 .show_title p {
  opacity: 0.2;
}
.caseshow_box4 .text_con {
  color: #fff;
}
.caseshow_box5 {
  padding-top: 60px;
}
.caseshow_box5 .box {
  padding-bottom: 70px;
  margin-top: 15px;
  border-bottom: 1px solid #d2d2d2;
}
.caseshow_box5 .box .left {
  float: left;
  width: 40%;
}
.caseshow_box5 .box .left .text_con {
  text-align: left;
}
.caseshow_box5 .box .left .text_con .t {
  margin-top: 46px;
}
.caseshow_box5 .box .right {
  width: 430px;
  float: right;
}
.caseshow_box5 .box .right .slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.caseshow_box5 .box .right .slide .img {
  overflow: hidden;
  position: absolute;
  transition: width 0.4s, height 0.4s, top 0.4s, left 0.4s, z-index 0.4s;
}
.caseshow_box5 .box .right .slide .img1 {
  width: 60%;
  height: 60%;
  top: 20%;
  left: -50%;
  z-index: 1;
}
.caseshow_box5 .box .right .slide .img2 {
  width: 80%;
  height: 80%;
  top: 10%;
  left: -20%;
  z-index: 2;
}
.caseshow_box5 .box .right .slide .img3 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 12.5%;
  z-index: 3;
}
.caseshow_box5 .box .right .slide .img4 {
  width: 80%;
  height: 80%;
  top: 10%;
  left: 60%;
  z-index: 2;
}
.caseshow_box5 .box .right .slide .img5 {
  width: 60%;
  height: 60%;
  top: 20%;
  left: 110%;
  z-index: 1;
}
.caseshow_box5 .box .right .slide-bt {
  position: absolute;
  left: 50%;
  bottom: 5px;
  z-index: 10;
  text-align: center;
}
.caseshow_box5 .box .right .slide-bt span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #fff;
  float: none;
  margin: 5px;
  border-radius: 50px;
}
.caseshow_box5 .box .right .slide .slide-bt .on {
  background: #2872ed;
}
.caseshow_box6 {
  padding: 60px 0;
}
.caseshow_box6 h3 {
  color: #333;
  font-size: 20px;
}
.caseshow_box6 .con {
  margin-top: 15px;
  margin-left: -36px;
}
.caseshow_box6 .con a {
  margin-bottom: 15px;
  display: block;
  float: left;
  color: #999999;
  font-size: 18px;
  margin-left: 36px;
}
.caseshow_box6 .con a:hover {
  color: #2872ed;
  text-decoration: underline;
}
.caseshow_case {
  padding: 70px 0 80px;
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
}
.caseshow_case .xgal_box {
  margin-top: 20px;
}
.caseshow_case .xgal_box ol {
  margin-left: -28px;
}
.caseshow_case .xgal_box ol li {
  float: left;
  width: 279px;
  margin-top: 28px;
  margin-left: 28px;
  background: #fff;
}
.caseshow_case .xgal_box ol li .img {
  width: 279px;
  height: 204px;
  position: relative;
  overflow: hidden;
}
.caseshow_case .xgal_box ol li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.caseshow_case .xgal_box ol li .text {
  padding: 22px;
  text-align: center;
}
.caseshow_case .xgal_box ol li .text h3 {
  color: #666666;
  font-size: 22px;
  padding-bottom: 13px;
  position: relative;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.caseshow_case .xgal_box ol li .text h3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -19px;
  height: 1px;
  width: 38px;
  background: #666666;
}
.caseshow_case .xgal_box ol li .text p {
  margin-top: 13px;
  color: #2872ed;
  font-size: 16px;
  font-weight: bold;
}
.qudao_box {
  padding: 60px 0;
}
.qudao_box .text {
  margin-top: 16px;
  text-align: center;
  color: #666666;
  font-size: 18px;
  line-height: 40px;
}
.qudao_box2 {
  padding-bottom: 70px;
}
.qudao_box2 ol {
  margin-top: 50px;
}
.qudao_box2 ol li {
  float: left;
  width: 50%;
  text-align: center;
  padding: 40px 80px;
  border-top: 1px solid #666666;
  list-style: none;
}
.qudao_box2 ol li:first-child,
.qudao_box2 ol li:nth-child(2) {
  border-top: none;
}
.qudao_box2 ol li:nth-child(2n) {
  border-left: 1px solid #666666;
}
.qudao_box2 ol li h3 {
  color: #333333;
  font-size: 24px;
}
.qudao_box2 ol li .text {
  margin-top: 15px;
  text-align: center;
  color: #666666;
  font-size: 18px;
  line-height: 30px;
}
.qudao_box2 ol li .img {
  line-height: 0;
  margin-top: 26px;
}
.qudao_box2 ol .last {
  width: 100%;
  border-bottom: 1px solid #666666;
}
.qudao_box3 {
  padding-bottom: 80px;
}
.qudao_box3 ol {
  margin-top: 20px;
  margin-bottom: 60px;
}
.qudao_box3 ol li {
  float: left;
  overflow: hidden;
  position: relative;
}
.qudao_box3 ol li .img {
  line-height: 0;
  width: 100%;
  height: 283px;
}
.qudao_box3 ol li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.qudao_box3 ol li .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  font-size: 24px;
}
.qudao_box3 ol li .text p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.qudao_box3 ol li:hover .text {
  background: rgba(40, 114, 237, 0.8);
}
.qudao_box3 .qudao_list {
  margin-left: -22px;
}
.qudao_box3 .qudao_list li {
  max-width: 100%;
  width: 273px;
  height: 273px;
  margin-top: 22px;
  margin-left: 22px;
}
.qudao_box3 .qudao_list2 {
  margin-top: 4px;
  margin-left: -36px;
}
.qudao_box3 .qudao_list2 li {
  margin-left: 36px;
  margin-top: 38px;
  width: 376px;
  height: 248px;
}
.xueyuan_box {
  padding-top: 60px;
}
.xueyuan_box .xueyuan_btn {
  margin-top: 30px;
  text-align: center;
}
.xueyuan_box .xueyuan_btn span {
  color: #666666;
  font-size: 20px;
  display: inline-block;
  font-weight: bold;
  margin: 0 25px;
  cursor: pointer;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
}
.xueyuan_box .xueyuan_btn span:hover,
.xueyuan_box .xueyuan_btn span.cur {
  color: #2872ed;
  border-bottom-color: #2872ed;
}
.xueyuan_box .xueyuan_con {
  margin-top: 40px;
}
.xueyuan_box .xueyuan_con .box {
  background: #f4f4f4;
}
.xueyuan_box .xueyuan_con .box .img {
  float: left;
  display: block;
  line-height: 0;
  width: 420px;
}
.xueyuan_box .xueyuan_con .box .text {
  float: right;
  width: 780px;
  padding: 45px 60px 0;
}
.xueyuan_box .xueyuan_con .box .text h3 {
  color: #333333;
  font-size: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.xueyuan_box .xueyuan_con .box .text .t {
  margin: 10px 0;
  color: #666666;
  font-size: 18px;
  line-height: 36px;
}
.xueyuan_box2 {
  padding-top: 60px;
}
.xueyuan_box2 ol {
  margin-top: 10px;
  margin-left: -26px;
}
.xueyuan_box2 ol li {
  margin-top: 25px;
  float: left;
  background: #f4f4f4;
  width: 280px;
  margin-left: 26px;
}
.xueyuan_box2 ol li .img {
  display: block;
  width: 280px;
  height: 206px;
  position: relative;
}
.xueyuan_box2 ol li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.xueyuan_box2 ol li .text {
  padding: 15px;
  color: #333333;
  font-size: 16px;
}
.xueyuan_box2 ol li .text p {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.xueyuan_problem li {
  float: left;
  width: 100%;
  margin-top: 25px;
}
.xueyuan_problem li:first-child {
  margin-top: 15px;
}
.xueyuan_problem li .bt {
  color: #2872ed;
  font-size: 18px;
  padding-left: 34px;
  position: relative;
}
.xueyuan_problem li .bt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 25px;
  height: 21px;
  background: url(wen.png) no-repeat center center;
}
.xueyuan_problem li .t {
  color: #666666;
  font-size: 18px;
  margin: 10px 0 0 34px;
}
.xueyuan_box3 .box {
  background: #f4f4f4;
}
.xueyuan_box3 .box .img {
  float: left;
  width: 395px;
  line-height: 0;
  position: relative;
}
.xueyuan_box3 .box .img:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -17px;
  width: 17px;
  height: 34px;
  background: url(fuwu_icon1.png) no-repeat center center;
}
.xueyuan_box3 .box .text {
  float: right;
  width: 805px;
  padding: 42px 50px 0;
}
.xueyuan_box3 .box .text .top {
  line-height: 32px;
}
.xueyuan_box3 .box .text .top h3 {
  float: left;
  color: #333333;
  font-size: 24px;
}
.xueyuan_box3 .box .text .top a {
  display: block;
  float: right;
  color: #2872ed;
  font-size: 18px;
  font-weight: bold;
}
.xueyuan_box3 .box .text ul li {
  margin-top: 26px;
  float: left;
  width: 100%;
  font-size: 18px;
  color: #666666;
  padding-left: 15px;
  position: relative;
}
.xueyuan_box3 .box .text ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background: #666666;
}
.xueyuan_box3 .box .text ul li a {
  display: block;
  float: left;
  width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #666666;
}
.xueyuan_box3 .box .text ul li span {
  float: right;
}
.xueyuan_box3 .box .text ul li:hover a {
  color: #2872ed;
}
.room_banner .slick-dots {
  bottom: 30px;
}
.room_banner .slick-dots li {
  margin: 0 8px;
}
.room_banner .slick-dots li button {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: none;
}
.room_banner .slick-dots .slick-active button {
  background: #fff;
}
.room_box {
  position: relative;
}
.room_box .more {
  position: absolute;
  right: 0;
  bottom: 110px;
  width: 202px;
  height: 62px;
  background: #063084;
  display: block;
  line-height: 62px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding-left: 32px;
}
.rmkc_room {
  margin: 60px 0;
}
.rmkc_room .problem_con {
  margin-top: 6px;
}
.rmkc_room .problem_con ol li {
  padding-left: 0;
}
.rmkc_room .problem_con ol li:before {
  display: none;
}
.kchg_box {
  padding-top: 0;
  padding-bottom: 80px;
}
.kchg_box .kchg_btn span {
  display: block;
  float: left;
  color: #666666;
  font-size: 18px;
  margin-right: 30px;
  padding-bottom: 12px;
  border-bottom: 2px solid transparent;
}
.kchg_box .kchg_btn span:hover,
.kchg_box .kchg_btn span.cur {
  color: #2872ed;
  border-bottom-color: #2872ed;
}
.kchg_box .kchg_btn span.cur a{
  color: #2872ed;
}
.kchg_box .kchg_list ol {
  margin-top: 0;
  margin-bottom: 60px;
}
.kchg_box .kchg_list ol li .text span {
  margin-top: 25px;
  display: block;
  text-align: right;
  color: #666666;
  font-size: 14px;
}
.zxkt_box {
  margin-top: 30px;
}
.zxkt_box .box {
  position: relative;
}
.zxkt_box .box span {
  display: block;
  width: 100%;
  line-height: 0;
}
.zxkt_box .box p {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  background: rgba(6, 26, 125, 0.8);
  color: #fff;
  line-height: 50px;
  padding: 0 50px;
  font-size: 18px;
}
.zxkt_box .slick-prev,
.zxkt_box .slick-next {
  width: 39px;
  height: 39px;
  border: none;
  margin-top: -19.5px;
}
.zxkt_box .slick-prev {
  left: -60px;
  background-image: url(prev.png);
}
.zxkt_box .slick-prev:hover {
  background-image: url(h_prev.png);
}
.zxkt_box .slick-next {
  right: -60px;
  background-image: url(next.png);
}
.zxkt_box .slick-next:hover {
  background-image: url(h_next.png);
}
.zxktshow_box {
  padding: 60px 0 0;
}
.zxktshow_box .detail h2 {
  text-align: center;
  color: #333333;
  font-size: 36px;
  font-weight: normal;
}
.zxktshow_box .detail .date {
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
  line-height: 58px;
  color: #999999;
  font-size: 14px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}
.zxktshow_box .detail .date span {
  display: inline-block;
  margin: 0 15px;
  padding-left: 20px;
}
.zxktshow_box .detail .date span em {
  display: inline-block;
  font-style: normal;
  margin-right: 14px;
}
.zxktshow_box .detail .date .s1 {
  background: url(show_icon1.jpg) no-repeat left center;
}
.zxktshow_box .detail .date .s2 {
  background: url(show_icon2.jpg) no-repeat left center;
}
.zxktshow_box .detail .date .s3 {
  background: url(show_icon3.jpg) no-repeat left center;
}
.zxktshow_box .detail .box {
  color: #333333;
  font-size: 18px;
  line-height: 36px;
}
.zxktshow_box .detail .box .video {
  margin: 0 auto 30px;
  width: 830px;
  position:relative;
}
.zxktshow_box .detail .box .video span{
	/*position:absolute;
	left:50%;
	top:50%;*/
	width:100%;
	height:100%;
	/*margin-left:-28px;*/
	margin-top:-28px;
	z-index:2;
}
.zxktshow_box .detail .fx_icon {
  text-align: center;
  width: 830px;
  margin: 50px auto 0;
}
.zxktshow_box .detail .fx_icon span {
  display: inline-block;
}
.zxktshow_box .detail .fx_icon .bq {
  float: left;
}
.zxktshow_box .detail .fx_icon .bq a {
  display: inline-block;
  background: #f4f4f4;
  line-height: 39px;
  padding: 0 25px;
  color: #666666;
  font-size: 18px;
  margin-right: 20px;
}
.zxktshow_box .detail .fx_icon .fx {
  float: right;
}
.zxktshow_box .detail .fx_icon .fx em {
  color: #333333;
  font-size: 16px;
  font-style: normal;
  float: left;
  line-height: 39px;
}
.zxktshow_box .detail .fx_icon .fx a {
  display: inline-block;
  line-height: 39px;
  line-height: 0;
  margin: 0 5px;
  float: left;
}
.fy_bottom {
  width: 830px;
  margin: 40px auto 0;
}
.fy_bottom a {
  max-width: 48%;
  display: block;
  color: #2872ed;
  font-size: 18px;
      overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fy_bottom a:hover {
  text-decoration: underline;
}
.zxktshow_box2 {
  margin-top: 60px;
  margin-bottom: 0;
}
.zxktshow_box2 .problem_con ol li {
  padding-left: 0;
}
.zxktshow_box2 .problem_con ol li:before {
  display: none;
}
.box_show {
  padding: 60px 0;
}
.box_show .box .left {
  width: 340px;
  float: left;
  z-index: 9;
}
.box_show .box .left .yuyue_btn {
  line-height: 0;
  margin-bottom: 30px;
}
.box_show .box .left h3 {
  background: #f4f4f4;
  line-height: 34px;
  color: #333333;
  font-size: 14px;
  border-left: 12px solid #cccccc;
  padding-left: 13px;
  position: relative;
}
.box_show .box .left h3 a {
  position: absolute;
  right: 7px;
  top: 8px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  display: block;
  cursor: pointer;
}
.box_show .box .left ul {
  margin-bottom: 30px;
}
.box_show .box .left ul:last-child {
  margin-bottom: 0;
}
.box_show .box .left ul.mulv {
  margin-top: 12px;
  padding-left: 12px;
}
.box_show .box .left ul.mulv li {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 34px;
}
.box_show .box .left ul.mulv li a {
  display: block;
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.box_show .box .left ul.mulv li:hover a {
  color: #2872ed;
}
.box_show .box .left ul.menu {
  padding-left: 12px;
  padding-right: 20px;
}
.box_show .box .left ul.menu li {
  text-align: center;
  float: left;
  background: #f4f4f4;
  width: 100%;
  margin-top: 15px;
  font-size: 18px;
  line-height: 45px;
  position: relative;
}
.box_show .box .left ul.menu li:before {
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  margin-top: -8px;
  width: 7px;
  height: 16px;
  background: url(show_bg4.png) no-repeat center center;
}
.box_show .box .left ul.menu li a {
  display: block;
  color: #666666;
}
.box_show .box .left ul.menu li a i {
  display: inline-block;
  position: relative;
  margin-right: 9px;
}
.box_show .box .left ul.menu li a .i1 {
  top: 5px;
  width: 26px;
  height: 24px;
  background: url(show_bg6.png) no-repeat center center;
}
.box_show .box .left ul.menu li a .i2 {
  top: 2px;
  width: 26px;
  height: 19px;
  background: url(show_bg7.png) no-repeat center center;
}
.box_show .box .left ul.menu li:hover,
.box_show .box .left ul.menu li.cur {
  background: #2872ed;
}
.box_show .box .left ul.menu li:hover:before,
.box_show .box .left ul.menu li.cur:before {
  background-image: url(show_bg5.png);
}
.box_show .box .left ul.menu li:hover a,
.box_show .box .left ul.menu li.cur a {
  color: #fff;
}
.box_show .box .left ul.menu li:hover a .i1,
.box_show .box .left ul.menu li.cur a .i1 {
  background: url(show_bg8.png) no-repeat center center;
}
.box_show .box .left ul.menu li:hover a .i2,
.box_show .box .left ul.menu li.cur a .i2 {
  background: url(show_bg9.png) no-repeat center center;
}
.box_show .box .left ul.skill_menu {
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
}
.box_show .box .left ul.skill_menu li {
  line-height: 80px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
}
.box_show .box .left ul.skill_menu li a i {
  display: inline-block;
  position: relative;
  margin-right: 9px;
}
.box_show .box .left ul.skill_menu li a .i1 {
  top: 10px;
  width: 37px;
  height: 40px;
  background: url(skill_icon1.png) no-repeat center center;
}
.box_show .box .left ul.skill_menu li a .i2 {
  top: 10px;
  width: 37px;
  height: 42px;
  background: url(skill_icon2.png) no-repeat center center;
}
.box_show .box .left ul.skill_menu li a .i3 {
  top: 10px;
  width: 37px;
  height: 35px;
  background: url(skill_icon3.png) no-repeat center center;
}
.box_show .box .left ul.skill_menu li:hover,
.box_show .box .left ul.skill_menu li.cur {
  background: #2872ed;
}
.box_show .box .left ul.skill_menu li:hover:before,
.box_show .box .left ul.skill_menu li.cur:before {
  background-image: url(show_bg5.png);
}
.box_show .box .left ul.skill_menu li:hover a,
.box_show .box .left ul.skill_menu li.cur a {
  color: #fff;
}
.box_show .box .left ul.skill_menu li:hover a .i1,
.box_show .box .left ul.skill_menu li.cur a .i1 {
  background: url(skill_icon4.png) no-repeat center center;
}
.box_show .box .left ul.skill_menu li:hover a .i2,
.box_show .box .left ul.skill_menu li.cur a .i2 {
  background: url(skill_icon5.png) no-repeat center center;
}
.box_show .box .left ul.skill_menu li:hover a .i3,
.box_show .box .left ul.skill_menu li.cur a .i3 {
  background: url(skill_icon6.png) no-repeat center center;
}
.box_show .box .left ul.ul-bq {
  margin-top: 12px;
}
.box_show .box .left ul.ul-bq li {
  float: left;
  border: 1px solid #cccccc;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  color: #999999;
  font-size: 14px;
  line-height: 36px;
}
.box_show .box .left .huati {
  padding: 0 12px;
}
.box_show .box .left .huati li {
  float: left;
  width: 100%;
  margin-top: 24px;
}
.box_show .box .left .huati li .img {
  display: block;
  float: left;
  width: 54px;
  height: 54px;
  line-height: 0;
}
.box_show .box .left .huati li .text {
  float: right;
  width: 76%;
  padding-top: 3px;
}
.box_show .box .left .huati li .text h4 {
  color: #666666;
  font-size: 20px;
  font-family: arial;
}
.box_show .box .left .huati li .text p {
  color: #666666;
  font-size: 16px;
}
.box_show .box .right {
  float: right;
  width: 760px;
}
.box_show .box .right .wikipedia_show {
  overflow: hidden;
}
.box_show .box .right .wikipedia_show .detail h2 {
  text-align: center;
  color: #333333;
  font-size: 30px;
  font-weight: normal;
}
.box_show .box .right .wikipedia_show .detail .date {
  margin-top: 30px;
  text-align: center;
  line-height: 58px;
  color: #999999;
  font-size: 14px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}
.box_show .box .right .wikipedia_show .detail .date span {
  display: inline-block;
  margin: 0 15px;
  padding-left: 20px;
}
.box_show .box .right .wikipedia_show .detail .content {
  padding: 40px 0 0;
  color: #666666;
  font-size: 18px;
  line-height: 34px;
}
.box_show .box .right .wikipedia_show .detail .content .bt {
  position: relative;
}
.box_show .box .right .wikipedia_show .detail .content .bt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: 1px;
  background: #cccccc;
}
.box_show .box .right .wikipedia_show .detail .content .bt h3 {
  position: relative;
  z-index: 2;
  color: #2872ed;
  font-size: 30px;
  font-weight: normal;
  background: #fff;
  padding-right: 20px;
  display: inline-block;
}
.box_show .box .right .wikipedia_show .detail .content .bt span {
  line-height: 40px;
  color: #f4f4f4;
  font-size: 36px;
  font-family: arial;
  position: relative;
  display: block;
  margin-top: -16px;
  z-index: 3;
}
.box_show .box .right .wikipedia_show .detail .content pre {
  width: 100%;
  text-align: left;
  line-height: 1.4;
}
.hybps_show {
  padding-top: 60px;
}
.hybps_show .top .img {
  float: left;
  width: 436px;
  line-height: 0;
}
.hybps_show .top .text {
  float: right;
  width: 60%;
}
.hybps_show .top .text h2 {
  font-weight: normal;
  color: #333333;
  font-size: 30px;
}
.hybps_show .top .text .date {
  margin-top: 30px;
  margin-bottom: 75px;
  line-height: 58px;
  color: #999999;
  font-size: 14px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}
.hybps_show .top .text .date span {
  float: left;
  background: url(show_icon3.jpg) no-repeat left center;
  padding-left: 20px;
}
.hybps_show .top .text .date span em {
  display: inline-block;
  font-style: normal;
  margin-right: 14px;
}
.hybps_show .top .text .bottom a.down {
  background: #2872ed;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  display: block;
  padding: 0 30px;
  float: left;
}
.hybps_show .top .text .bottom .fx {
  float: right;
}
.hybps_show .top .text .bottom .fx em {
  color: #333333;
  font-size: 16px;
  font-style: normal;
  float: left;
  line-height: 39px;
}
.hybps_show .top .text .bottom .fx a {
  display: inline-block;
  line-height: 39px;
  line-height: 0;
  margin: 0 5px;
  float: left;
}
.hybps_show .content {
  padding: 40px 0 50px;
  color: #666666;
  font-size: 18px;
  line-height: 34px;
 /* border-bottom: 1px solid #d2d2d2;*/
}
.hybps_show .content .bt h3 {
  position: relative;
  z-index: 2;
  color: #2872ed;
  font-size: 30px;
  font-weight: normal;
  padding-right: 20px;
  display: inline-block;
}
.hybps_show .content .bt span {
  line-height: 40px;
  color: #f4f4f4;
  font-size: 36px;
  font-family: arial;
  position: relative;
  display: block;
  margin-top: -16px;
}
.hybps_show .content ol li {
  float: left;
  width: 33.33333333%;
}
.hybps_show .content ol li a {
  color: #666666;
}
.news_banner {
  background: url(news_banner.jpg) no-repeat center center;
  min-height: 673px;
  text-align: center;
  color: #fff;
  padding-top: 235px;
  position: relative;
}
.news_banner h2 {
  font-size: 70px;
  font-family: NotoSansHans-Regular;
  margin-bottom: 30px;
}
.news_banner .text {
  font-size: 24px;
  font-weight: bold;
}
.news_banner .text p {
  margin-top: 25px;
}
.news_banner .more {
  text-align: left;
  position: absolute;
  right: 0;
  bottom: 110px;
  width: 202px;
  height: 62px;
  background: #063084;
  display: block;
  line-height: 62px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding-left: 32px;
}
.news_box {
  float: right;
  width: 785px;
}
.news_box ul.news_list {
  margin-bottom: 50px;
}
.news_box ul.news_list li {
  padding: 40px 0;
  float: left;
  width: 100%;
  border-bottom: 1px solid #cccccc;
}
.news_box ul.news_list li:first-child {
  padding-top: 0;
}
.news_box ul.news_list li a.img {
  display: block;
  float: left;
  width: 240px;
  height: 172px;
  position: relative;
}
.news_box ul.news_list li a.img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.news_box ul.news_list li .text {
  float: right;
  width: 520px;
}
.news_box ul.news_list li .text .btn {
  display: inline-block;
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  padding: 0 8px;
  background: #f4f4f4;
}
.news_box ul.news_list li .text .btn.cur {
  background: #2872ed;
  color: #fff;
}
.news_box ul.news_list li .text .bt {
  margin-top: 8px;
  display: block;
  color: #333333;
  font-size: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news_box ul.news_list li .text p {
  margin-top: 14px;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.news_box ul.news_list li .text .bottom {
  margin-top: 20px;
      line-height: 25px;
}
.news_box ul.news_list li .text .bottom span {
  padding-left: 18px;
  display: block;
  float: left;
  color: #999999;
  font-size: 14px;
  margin-right: 22px;
}
.news_box ul.news_list li .text .bottom span em {
  font-style: normal;
  float: left;
  display: block;
  margin-right: 20px;
}
.news_box ul.news_list li .text .bottom .s1 {
  padding-left: 22px;
  background: url(show_icon2.jpg) no-repeat left center;
}
.news_box ul.news_list li .text .bottom .s2 {
  background: url(show_icon4.jpg) no-repeat left center;
}
.news_box ul.news_list li .text .bottom .s3 {
  background: url(show_icon3.jpg) no-repeat left center;
}
.news_box ul.news_list li .text .bottom .s4 {
  background: url(show_icon1.jpg) no-repeat left center;
}
.news_box ul.news_list li:hover .text .bt {
  color: #2872ed;
}
.newsshow h2 {
  text-align: center;
  color: #333333;
  font-size: 30px;
  font-weight: normal;
}
.newsshow .date {
  margin-top: 30px;
  text-align: center;
  line-height: 52px;
  color: #999999;
  font-size: 14px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}
.newsshow .date span {
  display: inline-block;
  margin: 0 15px;
  padding-left: 20px;
}
.newsshow .date span em {
  display: inline-block;
  font-style: normal;
  margin-right: 14px;
}
.newsshow .date .s1 {
  background: url(show_icon1.jpg) no-repeat left center;
}
.newsshow .date .s2 {
  background: url(show_icon2.jpg) no-repeat left center;
}
.newsshow .date .s3 {
  background: url(show_icon3.jpg) no-repeat left center;
}
.newsshow .content {
  padding: 30px 0 50px;
  color: #666666;
  font-size: 18px;
  line-height: 36px;
}
.newsshow .content p{

	padding-bottom:10px;

}
.fx_con {
  text-align: center;
}
.fx_con em {
  display: inline-block;
  font-style: normal;
  color: #333333;
  font-size: 18px;
  position: relative;
  top: -12px;
}
.fx_con a {
  display: inline-block;
  line-height: 0;
  height: 39px;
  margin: 0 8px;
}
.xgwz_box {
  margin-top: 50px;
  background: #f4f4f4;
  padding: 30px;
}
.xgwz_box .problem_bt {
  line-height: 34px;
}
.xgwz_box .problem_bt span {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  display: block;
  float: left;
}
.xgwz_box .problem_bt a {
  display: block;
  float: right;
  color: #2872ed;
  font-size: 18px;
  font-weight: bold;
}
.xgwz_box .problem_con {
  margin-top: 12px;
}
.xgwz_box .problem_con ol li {
  float: left;
  width: 100%;
  line-height: 48px;
  color: #666666;
  font-size: 18px;
}
.xgwz_box .problem_con ol li a {
  display: block;
  float: left;
  max-width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #666666;
}
.xgwz_box .problem_con ol li span {
  float: right;
}
.xgwz_box .problem_con ol li:hover a {
  color: #2872ed;
}
.newstop {
  margin-bottom: 60px;
}
.newstop .img {
  float: left;
  width: 485px;
  line-height: 0;
}
.newstop .text {
  float: right;
  width: 55%;
}
.newstop .text h2 {
  font-weight: normal;
  color: #333333;
  font-size: 30px;
}
.newstop .text .date {
  margin-top: 20px;
  line-height: 58px;
  color: #999999;
  font-size: 14px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}
.newstop .text .date span {
  float: left;
  background: url(show_icon3.jpg) no-repeat left center;
  padding-left: 20px;
}
.newstop .text .date span em {
  display: inline-block;
  font-style: normal;
  margin-right: 14px;
}
.newstop .text .text_con {
  margin-top: 25px;
  color: #666666;
  font-size: 18px;
  text-align: left;
}
.newstop .text .text_con p {
  padding-left: 35px;
}
.newstop .text .text_con .d1 {
  background: url(newsshow_icon1.jpg) no-repeat left center;
}
.newstop .text .text_con .d2 {
  background: url(newsshow_icon2.jpg) no-repeat left center;
}
.newstop .text .bottom {
  margin-top: 35px;
}
.newstop .text .bottom a.down {
  background: #2872ed;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  display: block;
  padding: 0 30px;
  float: left;
  margin-right: 38px;
  border: 2px solid #2872ed;
}
.newstop .text .bottom a.more {
  background: #fff;
  color: #2872ed;
}
.newstop .text .bottom .fx {
  float: right;
}
.newstop .text .bottom .fx em {
  color: #333333;
  font-size: 16px;
  font-style: normal;
  float: left;
  line-height: 39px;
}
.newstop .text .bottom .fx a {
  display: inline-block;
  line-height: 39px;
  line-height: 0;
  margin: 0 5px;
  float: left;
}
.huodong_show .content {
  padding: 0;
}
.huodong_show .content .bt h3 {
  position: relative;
  z-index: 2;
  color: #2872ed;
  font-size: 30px;
  font-weight: normal;
  padding-right: 20px;
  display: inline-block;
}
.huodong_show .content .bt span {
  line-height: 40px;
  color: #f4f4f4;
  font-size: 36px;
  font-family: arial;
  position: relative;
  display: block;
  margin-top: -16px;
}
.huodong_show .content ol{
  padding: 0 40px;
  list-style-type: decimal;
}
.huodong_show .content ol li{

}
.question_list ul {
  margin-top: -30px;
  margin-bottom: 50px;
}
.question_list ul li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  padding: 30px 0;
}
.question_list ul li:first-child,
.question_list ul li:first-child + li,
.question_list ul li:first-child + li + li {
  background: url(question3.jpg) no-repeat left 35px;
  padding-left: 55px;
}
.question_list ul li .bt {
  color: #333333;
  font-size: 20px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.question_list ul li .text {
  margin-top: 8px;
}
.question_list ul li .text span {
  display: block;
  color: #999999;
  font-size: 14px;
}
.question_list ul li .text span em {
  font-style: normal;
  margin-right: 14px;
}
.question_list ul li .text .f-l {
  background: url(show_icon3.jpg) no-repeat left center;
  padding-left: 12px;
}
.question_list ul li .text .f-r {
  color: #666666;
}
.question_list ul li .text a {
  float: right;
  display: block;
  margin-right: 28px;
  color: #2872ed;
}
.question_list ul li .text a:hover {
  text-decoration: underline;
}
.question_list ul li:hover .bt {
  color: #2872ed;
}
.contact_box {
  padding: 60px 0;
}
.contact_box .tables_btn {
  text-align: left;
  margin-top: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}
.contact_box .tables_btn a {
  display: block;
  float: left;
  color: #666666;
  font-size: 20px;
  font-weight: bold;
  margin-right: 54px;
  padding-bottom: 12px;
  border-bottom: 2px solid transparent;
}
.contact_box .tables_btn a:hover,
.contact_box .tables_btn a.cur {
  border-bottom-color: #2872ed;
  color: #2872ed;
}
.contact_box .contact {
  padding-top: 50px;
  width: 960px;
  margin: 0 auto;
}
.contact_box .contact .contact_dh li {
  padding-left: 110px;
  float: left;
  width: 50%;
  text-align: center;
}
.contact_box .contact .contact_dh li .t {
  text-align: left;
  padding-left: 55px;
  position: relative;
}
.contact_box .contact .contact_dh li .t:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 48px;
  left: 0;
  top: 0;
}
.contact_box .contact .contact_dh li .t h3 {
  color: #666666;
  font-size: 24px;
  font-weight: normal;
  display: inline-block;
  border-bottom: 2px solid #2d75e2;
  padding-bottom: 12px;
}
.contact_box .contact .contact_dh li .t p {
  margin-top: 12px;
  color: #666666;
  font-size: 18px;
}
.contact_box .contact .contact_dh li .t1:before {
  background: url(contact_icon1.jpg) no-repeat center center;
}
.contact_box .contact .contact_dh li .t2:before {
  background: url(contact_icon2.jpg) no-repeat center center;
}
.contact_box .contact .contact_map {
  margin-top: 40px;
  width: 100%;
  height: 520px;
  border: #ccc solid 1px;
  font-size: 12px;
}
.ljwm_box .w1200,
.ljwm_box2 .w1200,
.ljwm_box3 .w1200 {
  padding: 0 60px;
}
.ljwm_box {
  background: url(ljwm_bg.jpg) no-repeat center top / cover;
  padding: 100px 0;
}
.ljwm_box .text_t {
  margin-top: 47px;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  color: #fff;
}
.ljwm_box .box {
  margin-top: 40px;
  padding: 0 70px;
  color: #fff;
}
.ljwm_box .box .text {
  float: left;
  width: 33.33333333%;
  margin-bottom: 40px;
  text-align: center;
}
.ljwm_box .box .text .bt {
  font-size: 30px;
  font-family: BebasNeue Bold;
}
.ljwm_box .box .text .bt span {
  font-size: 96px;
  position: relative;
  bottom: -2px;
}
.ljwm_box .box .text .d {
  font-size: 18px;
}
.ljwm_box ol {
  margin-top: 60px;
}
.ljwm_box ol li {
  float: left;
  width: 20%;
  text-align: center;
  color: #fff;
}
.ljwm_box ol li .img {
  width: 93px;
  height: 92px;
  margin: 0 auto;
}
.ljwm_box ol li p {
  margin-top: 15px;
  font-size: 21px;
}
.ljwm_box2 {
  background: #f4f4f4;
  padding: 80px 0;
}
.ljwm_box2 .name {
  margin-top: 50px;
  text-align: center;
  color: #333333;
  font-size: 36px;
}
.ljwm_box2 .img {
  text-align: center;
  line-height: 0;
  margin-top: 50px;
}
.ljwm_box3 {
  padding: 80px 0;
  border-bottom: 1px solid #cccccc;
}
.ljwm_box3 .tuandui_box {
  margin-top: 50px;
  height: 356px;
  overflow: hidden;
}
.ljwm_box3 .tuandui_box .box {
  margin: 0 43px;
  position: relative;
  padding-bottom: 30px;
}
.ljwm_box3 .tuandui_box .box:before {
  opacity: 0;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -18.5px;
  width: 37px;
  height: 19px;
  background: url(tuandui_icon.jpg) no-repeat center center;
}
.ljwm_box3 .tuandui_box .box .text {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  height: 120px;
  background: rgba(40, 114, 234, 0.8);
  text-align: center;
  color: #fff;
  /*padding-top: 180px;*/
}
.ljwm_box3 .tuandui_box .box .text h3 {
  font-size: 30px;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ljwm_box3 .tuandui_box .box .text .name {
  font-size: 24px;
}
.ljwm_box3 .tuandui_box .box .text p {
  margin-top: 5px;
  font-size: 18px;
}
.ljwm_box3 .tuandui_box .slick-current .box:before {
  opacity: 1;
}
.ljwm_box3 .tuandui_box .slick-current .box .text {
  opacity: 1;
}
.ljwm_box3 .tuandui_text {
  margin-top: 40px;
  color: #666666;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
}
.ljwm_box4 {
  padding: 80px 0;
}
.ljwm_box4 .team_box {
  margin-top: 26px;
}
.ljwm_box4 .team_box ul li {
  margin-top: 34px;
  float: left;
  width: 48%;
}
.ljwm_box4 .team_box ul li:nth-child(2n) {
  float: right;
}
.ljwm_box4 .team_box ul li .img {
  width: 136px;
  height: 84px;
  border: 1px solid #cccccc;
  float: left;
}
.ljwm_box4 .team_box ul li .text {
  float: right;
  width: 73%;
  color: #333333;
  font-size: 18px;
  position: relative;
  height: 84px;
}
.ljwm_box4 .team_box ul li .text .t {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.skill_right {
  width: 830px;
  float: right;
}
.skill_right .skill_con {
  padding-top: 40px;
}
.skill_right .skill_con .img {
  text-align: center;
  line-height: 0;
}
.skill_right .skill_con .bt {
  margin-top: 20px;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.skill_right .skill_tit {
  background: url(skill_bg.jpg) no-repeat center center / cover;
  text-align: center;
  width: 600px;
  margin: 45px auto 0;
  color: #fff;
  padding-top: 25px;
  min-height: 140px;
  border-radius: 15px;
}
.skill_right .skill_tit h3 {
  font-size: 30px;
}
.skill_right .skill_tit p {
  margin-top: 8px;
  font-size: 24px;
}
.skill_right .skill_tit2 {
  padding: 20px 0 25px;
}
.skill_right .f_bt {
  margin-top: 45px;
  text-align: center;
}
.skill_right .f_bt h3 {
  position: relative;
  z-index: 2;
  color: #2872ed;
  font-size: 36px;
}
.skill_right .f_bt p {
  color: #f4f4f4;
  font-size: 50px;
  font-weight: bold;
  margin-top: -40px;
  z-index: 1;
}
.skill_right .skill_text {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 55px;
}
.skill_right .skill_text .text_box {
  width: 706px;
  margin: 0 auto;
  font-size: 18px;
  color: #333333;
}
.skill_right .skill_text .text_box b {
  text-align: center;
  font-size: 24px;
  display: block;
  margin-top: -15px;
}
.skill_right .skill_text .text_box .t_con {
  margin-top: 20px;
  line-height: 36px;
  padding-left: 198px;
}
.skill_right .skill_text .text_box .t_con p {
  padding-left: 15px;
  position: relative;
}
.skill_right .skill_text .text_box .t_con p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 5px;
  height: 5px;
  background: #333333;
  border-radius: 2px;
}
.skill_right .skill_text .text_box .t {
  margin-top: 25px;
  text-align: center;
}
.skill_right .skill_text .text_box .t span {
  color: #2872ed;
}
.skill_right .skill_con2 {
  margin-top: 40px;
  text-align: center;
}
.skill_right .skill_con2 .bt {
  color: #2872ed;
  font-size: 50px;
  font-weight: bold;
}
.skill_right .skill_con2 h3 {
  color: #333333;
  font-size: 26px;
}
.skill_right .cyjs_list {
  margin-top: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 55px;
}
.skill_right .cyjs_list ul li {
  float: left;
  width: 100%;
  margin-top: 50px;
}
.skill_right .cyjs_list ul li .img {
  width: 435px;
  height: 265px;
  float: left;
  position: relative;
}
.skill_right .cyjs_list ul li .img:before {
  background: #f4f4f4;
  width: 415px;
  height: 245px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
.skill_right .cyjs_list ul li .img span {
  position: relative;
  z-index: 2;
  display: block;
  width: 415px;
  height: 245px;
  margin-left: 20px;
}
.skill_right .cyjs_list ul li .text {
  position: relative;
  z-index: 3;
  width: 395px;
  float: right;
  padding-left: 50px;
}
.skill_right .cyjs_list ul li .text span {
  color: #2872ed;
  font-size: 72px;
  font-family: BebasNeue Bold;
  display: inline-block;
  position: relative;
}
.skill_right .cyjs_list ul li .text span:before {
  content: "";
  position: absolute;
  right: 2px;
  bottom: 0;
  width: 147px;
  height: 3px;
  background: #2872ed;
}
.skill_right .cyjs_list ul li .text p {
  margin-top: 20px;
  position: relative;
  z-index: 2;
  color: #333333;
  font-size: 20px;
  line-height: 30px;
}
.skill_right .cyjs_list ul li .text em {
  font-style: normal;
  font-size: 72px;
  color: #f4f4f4;
  font-weight: bold;
  display: block;
  margin-top: -50px;
  margin-left: -30px;
}
.skill_right .cyjs_list ul li:nth-child(2n) .img {
  float: right;
}
.skill_right .cyjs_list ul li:nth-child(2n) .img:before {
  left: auto;
  right: 0;
  bottom: 0;
}
.skill_right .cyjs_list ul li:nth-child(2n) .img span {
  margin-left: 0;
  margin-right: 20px;
}
.skill_right .cyjs_list ul li:nth-child(2n) .text {
  float: left;
  padding-left: 0;
  padding-right: 50px;
}
.skill_right .cyjs_list ul li:nth-child(2n) .text span {
  margin-left: 289px;
}
.skill_right .cyjs_list ul li:nth-child(2n) .text span:before {
  right: auto;
  left: 2px;
}
.skill_right .cyjs_list ul li:nth-child(2n) .text p {
  text-align: right;
}
.skill_right .cyjs_list ul li:nth-child(2n) .text em {
  text-align: right;
  margin-left: 0;
  margin-right: -30px;
}
.skill_right .client_list {
  margin-top: 10px;
}
.skill_right .client_list ul {
  margin-left: -30px;
}
.skill_right .client_list ul li {
  float: left;
  width: 141px;
  height: 98px;
  border: 1px solid #cccccc;
  position: relative;
  margin-left: 30px;
  margin-top: 30px;
}
.skill_right .client_list ul li img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.join_box {
  margin: 90px 0;
  border: 1px solid #eeeeee;
  padding: 10px 40px;
  border-bottom: 1px solid #eeeeee;
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.join_box .top span {
  color: #666666;
  font-size: 18px;
  line-height: 48px;
  display: block;
  float: left;
}
.join_box .top .s1 {
  width: 70%;
}
.join_box .top .s2 {
  width: 15%;
  text-align: center;
}
.join_box .top .s3 {
  width: 15%;
  text-align: right;
}
.join_box ul {
  padding: 10px 0;
}
.join_box ul li {
  float: left;
  width: 100%;
}
.join_box ul li span {
  color: #666666;
  font-size: 18px;
  line-height: 48px;
  display: block;
  float: left;
}
.join_box ul li .s1 {
  width: 70%;
  color: #2872ed;
}
.join_box ul li .s1 a{
	    color: #2872ed;
}
.join_box ul li .s2 {
  width: 15%;
  text-align: center;
}
.join_box ul li .s3 {
  width: 15%;
  text-align: right;
}
.ty_box .img {
  float: left;
  line-height: 0;
  width: 61.5625%;
}
.ty_box .textcon {
  float: right;
  width: 38.4375%;
  padding-left: 3%;
  padding-top: 84px;
}
.ty_box .textcon .con {
  max-width: 558px;
  width: 100%;
  height: 380px;
  position: relative;
  overflow: hidden;
  padding-right: 5%;
}
.ty_box .textcon .con .bt {
  color: #505050;
  background: url(ty_1.jpg) no-repeat left center;
  padding-left: 70px;
}
.ty_box .textcon .con .bt p {
  font-size: 16px;
}
.ty_box .textcon .con .bt h3 {
  font-size: 24px;
  font-weight: normal;
}
.ty_box .textcon .con .t {
  margin-top: 25px;
  color: #000000;
  font-size: 18px;
  line-height: 30px;
}
.ty_box2 {
  position: relative;
}
.ty_box2 .bg {
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 80px;
  background: #4e65b9;
  color: #ffffff;
  font-size: 24px;
}
.ty_box2 .map {
  float: left;
  line-height: 0;
  width: 49%;

}
.ty_box2 .text {
  width: 51%;
  float: right;
  padding-left: 12%;
  padding-top: 150px;
}
.ty_box2 .text .con {
  width: 100%;
  max-width: 492px;
}
.ty_box2 .text .dz .d1 i {
  display: block;
  float: left;
  width: 24px;
  margin-top: 16px;
}
.ty_box2 .text .dz .d1 p {
  width: 448px;
  float: right;
  color: #454141;
  font-size: 18px;
  border: 2px solid #707070;
  border-radius: 3px;
  margin-bottom: 22px;
  padding: 12px;
}
.ty_box2 .text .t {
  margin-top: 20px;
  text-align: center;
  color: #454141;
  font-size: 14px;
  line-height: 24px;
}
.ty_box2 .text .t img {
  margin-bottom: 5px;
}
.ty_title {
  text-align: center;
}
.ty_title span {
  position: relative;
  bottom: -3px;
  display: inline-block;
  margin-right: 25px;
}
.ty_title .bt {
  display: inline-block;
  text-align: left;
}
.ty_title .bt p {
  color: #898989;
  font-size: 16px;
}
.ty_title .bt h3 {
  color: #262525;
  font-size: 24px;
  font-weight: normal;
}
.ty_title2 .bt p,
.ty_title2 .bt h3 {
  color: #fff;
}
.ty_box3 {
  background: url(ty_bg2.jpg) no-repeat center bottom;
  min-height: 704px;
  padding-top: 85px;
}
.ty_box3 .name {
  margin-top: 25px;
  text-align: center;
  color: #454141;
  font-size: 16px;
  line-height: 26px;
}
.ty_box3 ul {
  padding: 0 18%;
}
.ty_box3 ul li {
  margin-top: 70px;
  float: left;
  width: 33.33333333%;
  text-align: center;
}
.ty_box3 ul li .img {
  line-height: 0;
}
.ty_box3 ul li .t {
  color: #454141;
  font-size: 16px;
  margin-top: 12px;
}
.home_school .zxhd {
  line-height: 0;
  height: auto;
}
.ty_box4 {
  background: #f4f4f4;
  padding-top: 70px;
}
.ty_box4 .qh_con .text_div ol li {
  background: #ffffff;
}
.ty_box6 {
  background: url(ty_bg3.jpg) no-repeat center top;
  padding-top: 80px;
}
.ty_box6 ol li a {
  display: block;
  width: 388px;
  height: 52px;
  border: 2px solid #fff;
  margin: 65px auto 0;
  line-height: 48px;
  color: #fffefe;
  font-size: 18px;
  font-weight: bold;
}
.ty_box5 {
  background: url(ty_bg4.jpg) no-repeat center bottom #ffffff;
  padding: 70px 0 100px;
}
.ty_box5 .box {
  margin-top: 70px;
}
.ty_box5 .box .left {
  width: 45.5%;
  float: left;
  padding-left: 15%;
  padding-top: 70px;
}
.ty_box5 .box .left ul li {
  float: left;
  width: 100%;
  color: #454141;
  font-size: 18px;
  line-height: 40px;
  padding-left: 30px;
  position: relative;
}
.ty_box5 .box .left ul li:before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 11px;
  height: 11px;
  border-radius: 50px;
  background: #3a56b8;
}
.ty_box5 .box .left ul li:hover,
.ty_box5 .box .left ul li.cur {
  color: #3a56b8;
}
.ty_box5 .box .left ul li:hover:before,
.ty_box5 .box .left ul li.cur:before {
  display: block;
}
.ty_box5 .box .right {
  float: right;
  width: 54.5%;
}
.ty_box5 .box .right .tyqh_img {
  width: 87%;
}
.ty_box5 .box .right .tyqh_img .slick-prev,
.ty_box5 .box .right .tyqh_img .slick-next {
  width: 46px;
  height: 72px;
  border: none;
  margin-top: -36px;
}
.ty_box5 .box .right .tyqh_img .slick-prev {
  background: url(ty_left.png) no-repeat center center;
  left: 30px;
}
.ty_box5 .box .right .tyqh_img .slick-next {
  background: url(ty_right.png) no-repeat center center;
  right: 30px;
}
@media (max-width: 1600px) {
  .ty_box .textcon {
    padding-top: 40px;
  }
  .ty_box .textcon .con {
    max-width: 500px;
  }
  .ty_box2 .text {
    padding-top: 70px;
    padding-left: 10%;
  }
  .ty_box5 .box .left {
    padding-top: 32px;
  }
}
@media (max-width: 1440px) {
  .ty_box .textcon .con {
    max-width: 440px;
    height: 320px;
  }
  .ty_box .textcon .con .t {
    font-size: 14px;
    line-height: 24px;
  }
  .ty_box2 .text {
    padding-top: 40px;
    padding-left: 8%;
  }
  .ty_box5 .box .left ul li {
    font-size: 14px;
    line-height: 36px;
  }
}
@media (max-width: 1366px) {
  .ty_box .textcon {
    padding-left: 1.5%;
    padding-top: 30px;
  }
  .ty_box .textcon .con .t {
    font-size: 14px;
    line-height: 24px;
  }
  .ty_box2 .text .con {
    max-width: 525px;
  }
  .ty_box2 .text .dz .d1 p {
    font-size: 14px;
    width: 485px;
  }
  .ty_box2 .text .dz .d1 i.i1 {
    margin-top: 9px;
  }
  .ty_box2 .text {
    padding-left: 4%;
  }
  .ty_box5 .box .left ul li {
    line-height: 32px;
  }
}


.inputerror { border: 1px solid #f00 !important; background-color: #ffe6e6 !important;}
@-webkit-keyframes inputerrors{
  0%{
    background-color: #fff;
	}
	100%{
    background-color: #ffe6e6;
	}
}

.inputerror{
	animation: inputerrors 0.5s 3 ease;
}

.fx_btn.bdsharebuttonbox a {
  background: none;
  width: 39px;
  height: 39px !important;
  padding: 0;
  margin: 0 8px;
  float: none;
}
.fx_btn.bdsharebuttonbox a.bds_weixin {
  background: url(fx_icon1.jpg) no-repeat center center;
}
.fx_btn.bdsharebuttonbox a.bds_tsina {
  background: url(fx_icon2.jpg) no-repeat center center;
}
.fx_btn.bdsharebuttonbox a.bds_sqq {
  background: url(fx_icon3.jpg) no-repeat center center;
}
.fx_btn.bdsharebuttonbox a.bds_qzone {
  background: url(fx_icon4.jpg) no-repeat center center;
}



.pop_box {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0,0,0,.5);
}
.pop_box .box {
  position: relative;
  left: 50%;
  border-radius: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
    background: #fff;
    width: 660px;
    margin-left: -330px;

}
.pop_box .box .top {
  height: 60px;
  padding: 0 25px;
  line-height: 60px;
  background: #eeeeee;
}
.pop_box .box .top h3 {
  float: left;
  color: #333333;
  font-size: 16px;
}
.pop_box .box .top .guangbi {
  display: block;
  float: right;
  width: 24px;
  height: 23px;
  cursor: pointer;
  line-height: 23px;
  margin-top: 18px;
}

.pop_box .box .con{
	padding: 25px;
}
.pop_box .box .con ul li{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.pop_box .box .con ul li input{
	height: 44px;
	line-height: 42px;
	border: 1px solid #ccc;
	width: 100%;
	font-family: "微软雅黑";
	padding: 0 15px;
}

.pop_box .box + i {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.pop_box .box .con ul li .tijiao{

	 background: #348ce6;
	 text-align: center;
	line-height: 40px;
    color: #fefefe;
    font-size: 14px;
     width: 40%;


}

.pop_box .box .con ul li .tijiao_2{

	 background: #999999;
	 text-align: center;
	line-height: 40px;
    color: #fefefe;
    font-size: 14px;
    width: 40%;
   margin-left: 1%;

   }

  /**2018-5-8**/
.hybps_show .top .img {
  width: 485px;
}
.hybps_show .top .text {
  width: 56%;
}
.hybps_show .top .text .date {
  margin-bottom: 0;
  margin-top: 25px;
}
.hybps_show .top .text .bm_date {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #333333;
  font-size: 18px;
  line-height: 36px;
}
.hybps_show .top .text .bm_date p {
  padding-left: 35px;
}
.hybps_show .top .text .bm_date .d1 {
  background: url(bm_icon1.jpg) no-repeat left center;
}
.hybps_show .top .text .bm_date .d2 {
  background: url(bm_icon2.jpg) no-repeat left center;
}
.nybanner .text_box {
  padding-top: 260px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: #fff;
  text-align: center;
}
.nybanner .text_box h3 {
  font-size: 70px;
}
.nybanner .text_box .text {
  margin-top: 30px;
  font-size: 24px;
  line-height: 48px;
}


/**2018-5-17**/
.sousuo {
  padding: 50px 0 70px;
}
.sousuo .Bread {
  background: none;
  color: #666666;
  font-size: 18px;
  border-left: 12px solid #2872ed;
  line-height: 32px;
  padding-left: 12px;
}
.sousuo .more {
  width: 128px;
  height: 40px;
  background: #2872ed;
  display: block;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}
.sousuo .top h3 {
  float: left;
  color: #010101;
  font-size: 20px;
}
.sousuo .top span {
  display: inline-block;
  float: left;
  background: #2872ed;
  padding: 0 20px;
  line-height: 28px;
  color: #fff;
  font-size: 18px;
}
.sousuo .sousuo_box {
  margin-top: 40px;
}
.sousuo .sousuo_box ul {
  margin-top: 10px;
  margin-bottom: 40px;
}
.sousuo .sousuo_box ul li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  padding: 25px 0;
}
.sousuo .sousuo_box ul li .bt {
  color: #333333;
  font-size: 22px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sousuo .sousuo_box ul li .bottom {
  margin-top: 15px;
}
.sousuo .sousuo_box ul li .bottom .bq {
  float: left;
  background: url(show_icon3.jpg) no-repeat left center;
  padding-left: 20px;
}
.sousuo .sousuo_box ul li .bottom .bq span {
  display: block;
  float: left;
  margin-right: 10px;
  color: #999999;
  font-size: 14px;
}
.sousuo .sousuo_box ul li .bottom .bq span.cur {
  color: #2872ed;
}
.sousuo .sousuo_box ul li .bottom .date {
  float: right;
}
.sousuo .sousuo_box ul li .bottom .date span {
  float: left;
  display: block;
  color: #666666;
  margin-right: 30px;
}
.sousuo .sousuo_box ul li .bottom .date a {
  float: left;
  color: #2872ed;
  display: block;
}
.sousuo .sousuo_box2 {
  margin-top: 80px;
}
.sousuo .sousuo_box2 ul.news_list {
  margin-top: 40px;
  margin-bottom: 50px;
}
.sousuo .sousuo_box2 ul.news_list li {
  padding: 40px 0;
  float: left;
  width: 100%;
  border-bottom: 1px solid #cccccc;
}
.sousuo .sousuo_box2 ul.news_list li:first-child {
  padding-top: 0;
}
.sousuo .sousuo_box2 ul.news_list li a.img {
  display: block;
  float: left;
  width: 240px;
  height: 172px;
  position: relative;
}
.sousuo .sousuo_box2 ul.news_list li a.img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sousuo .sousuo_box2 ul.news_list li .text {
  float: right;
  width: 925px;
  padding-top: 5px;
}
.sousuo .sousuo_box2 ul.news_list li .text .btn {
  display: inline-block;
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  padding: 0 8px;
  background: #f4f4f4;
}
.sousuo .sousuo_box2 ul.news_list li .text .btn.cur {
  background: #2872ed;
  color: #fff;
}
.sousuo .sousuo_box2 ul.news_list li .text .bt {
  margin-top: 8px;
  display: block;
  color: #333333;
  font-size: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sousuo .sousuo_box2 ul.news_list li .text p {
  margin-top: 14px;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.sousuo .sousuo_box2 ul.news_list li .text .bottom {
  margin-top: 20px;
}
.sousuo .sousuo_box2 ul.news_list li .text .bottom span {
  padding-left: 18px;
  display: block;
  float: left;
  color: #999999;
  font-size: 14px;
  margin-right: 22px;
}
.sousuo .sousuo_box2 ul.news_list li .text .bottom span em {
  font-style: normal;
  float: left;
  display: block;
  margin-right: 10px;
}
.sousuo .sousuo_box2 ul.news_list li .text .bottom span em.cur {
  color: #;
}
.sousuo .sousuo_box2 ul.news_list li .text .bottom .s1 {
  padding-left: 22px;
  background: url(show_icon2.jpg) no-repeat left center;
}
.sousuo .sousuo_box2 ul.news_list li .text .bottom .s2 {
  background: url(show_icon4.jpg) no-repeat left center;
}
.sousuo .sousuo_box2 ul.news_list li .text .bottom .s3 {
  background: url(show_icon3.jpg) no-repeat left center;
}
.sousuo .sousuo_box2 ul.news_list li .text .bottom .s4 {
  background: url(show_icon1.jpg) no-repeat left center;
}
.sousuo .sousuo_box2 ul.news_list li:hover .text .bt {
  color: #2872ed;
}
/**2018-5-22**/
.error {
  padding: 100px 0;
  text-align: center;
}
.error .img {
  line-height: 0;
}
.error .bottom {
  margin-top: 10px;
}
.error .bottom a {
  display: inline-block;
  background: #2872ed;
  line-height: 44px;
  width: 173px;
  color: #ffffff;
  font-size: 16px;
  margin: 0 45px;
}
.sitemap {
  padding: 60px 0 30px;
}
.sitemap ul li {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.sitemap ul li span {
  display: block;
  float: left;
  color: #666666;
  font-size: 22px;
}
.sitemap ul li .text {
  float: left;
  font-size: 22px;
  margin-left: 25px;
  position: relative;
}
.sitemap ul li .text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 2px;
  height: 25px;
  background: #5e95f2;
}
.sitemap ul li .text a {
  float: left;
  color: #666666;
  display: block;
  margin: 0 25px;
}
.sitemap ul li .text a:hover {
  color: #2872ed;
}
.box_show .box .right .wikipedia_show .detail .date span em {
  font-style: normal;
      padding-left: 10px;
}
.box_show .box .right .bkshow .detail .content {
  padding-bottom: 50px;
}
.box_show .box .left ul.bkmulv li {
  margin-bottom: 6px;
}
.box_show .box .left ul.bkmulv li a {
  padding: 0 13px;
  display: block;
  background: #f4f4f4;
  color: #666666;
}
.box_show .box .left ul.bkmulv li.cur a,
.box_show .box .left ul.bkmulv li:hover a {
  background: #2872ed;
  color: #fff;
}
/*体验中心*/
.ty_box3 ul li .img01{
	display:none;
}
.ty_box3 ul li .img02{
	display:none;
}
.ty_box3 ul li .img03{
	display:none;
}
.ty_box3 ul li .img04{
	display:none;
}
.ty_box3 ul li .img05{
	display:none;
}
.ty_box3 ul li .img06{
	display:none;
}
.ty_box3 ul li:hover .img01{
	display:block;
}
.ty_box3 ul li:hover .img1{
	display:none;
}
.ty_box3 ul li:hover .img02{
	display:block;
}
.ty_box3 ul li:hover .img2{
	display:none;
}
.ty_box3 ul li:hover .img03{
	display:block;
}
.ty_box3 ul li:hover .img3{
	display:none;
}
.ty_box3 ul li:hover .img04{
	display:block;
}
.ty_box3 ul li:hover .img4{
	display:none;
}
.ty_box3 ul li:hover .img05{
	display:block;
}
.ty_box3 ul li:hover .img5{
	display:none;
}
.ty_box3 ul li:hover .img06{
	display:block;
}
.ty_box3 ul li:hover .img6{
	display:none;
}
.hybps_show .top .text .bottom{
	margin-top:70px;
}
.nybanner1{
	 background: url(news_banner.jpg) no-repeat center center;
	     min-height: 679px;
    text-align: center;
    color: #fff;
    padding-top: 235px;
    position: relative;
}
.nybanner1 h2 {
    font-size: 70px;
    font-family: NotoSansHans-Regular;
    margin-bottom: 30px;
}
.nybanner1 .text {
    font-size: 24px;
    font-weight: bold;
}
.nybanner1 .more {
    text-align: left;
    position: absolute;
    right: 0;
    bottom: 110px;
    width: 202px;
    height: 62px;
    background: #063084;
    display: block;
    line-height: 62px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-left: 32px;
}
.nybanner1 .text p {
    margin-top: 25px;
}
/**2018-5-26**/
.zxdt_box {
  padding: 60px 0;
}
.zxdt_box .xueyuan_con {
  padding-bottom: 30px;
}
.zxdt_box .xueyuan_con .box {
  margin-bottom: 26px;
}
.zxdt_box .xueyuan_con .box .text {
  position: relative;
}
.zxdt_box .xueyuan_con .box .text .t {
  color: #666666;
  font-size: 18px;
  line-height: 36px;
  height: 114px;
  overflow: hidden;
}
.zxdt_box .xueyuan_con .box .text .bottom {
  text-align: center;
  line-height: 30px;
  color: #999999;
  font-size: 15px;
}
.zxdt_box .xueyuan_con .box .text .bottom span {
  float: left;
  display: block;
  margin-right: 38px;
  padding-left: 20px;
}
.zxdt_box .xueyuan_con .box .text .bottom span a {
  display: inline-block;
  margin-right: 14px;
  color: #999999;
}
.zxdt_box .xueyuan_con .box .text .bottom .s1 {
  background: url(show_icon2.jpg) no-repeat left center;
}
.zxdt_box .xueyuan_con .box .text .bottom .s2 {
  background: url(show_icon4.jpg) no-repeat left center;
}
.zxdt_box .xueyuan_con .box .text .bottom .s3 {
  background: url(show_icon3.jpg) no-repeat left center;
}
.zxdt_box .xueyuan_con .box .text .more_btn {
  position: absolute;
  right: 0;
  top: 0;
}
.xueyuan_box2 ol li .img span{

		margin:0 auto;
		text-align:center;
		display:block;
}
.xueyuan_box2 ol li .img span img{
	    z-index: 99;

}
.zxkt_box .box .span1 img{
	    z-index: 99;
}
.zxkt_box .box .span1{
	   margin:0 auto;
		text-align:center;
		display:block;
}
video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 25px);
}
/*资讯框弹出样式*/

.pop_box .box .con form  ol li {
    float: left;
    margin-bottom: 24px;
    width: 48%;
}

.pop_box .box .con form  ol li:nth-child(2n) {
    float: right;
}

.pop_box .box .con form  ol li input {
    width: 100%;
    float: left;
    border: 1px solid #cccccc;
    height: 32px;
    line-height: 30px;
    padding: 0 10px;
    color: #666;
    font-size: 14px;
    background: none;
}

.pop_box .box .con form ol .btn input {
    background: #2872ed;
    width: 100px;
    height: 36px;
    border-color: #2872ed;
    color: #fff;
}

.pop_box .box .con form  ol .liuyan {
    width: 100%;
}

.pop_box .box .con form  ol .liuyan textarea {
    width: 100%;
    float: left;
    border: 1px solid #cccccc;
    height: 98px;
    line-height: 30px;
    padding: 0 10px;
    color: #666;
    font-size: 14px;
    background: none;
    font-family: "NotoSansHans-Regular";
}

.pop_box .box .con form  ol li:last-child {
    margin-bottom: 0;
}

.pop_box .box .con form  ol .btn {
    width: 100%;
}
.home_moving .qh_con .text_div ol li .biaoqian em{
	font-style:normal;
}
.home_moving .qh_con .text_div ol li:hover .biaoqian a,
.home_moving .qh_con .text_div ol li.cur .biaoqian a{
	color:#fff;
}
.huodong_show .content ul{
	    list-style: initial;
}

/*列表ul符号-2018.7.11*/
.xiaotong ul, .xiaotong ol{
list-style: initial;
}

#map {
  width: 100%;
  /*height: 550px;*/
}
@media (max-width:1920px){
	#map{
		height: 700px;
		margin-left:20px;
	}
}

@media (max-width:1600px){
	#map{height: 600px;}
	.news_banner {
    min-height: 566px;
    min-width:1600px;
	    padding-top: 140px;
		}
}

@media (max-width:1440px){
	#map{height: 570px;}
	.news_banner {
    min-height: 509px;
    min-width:1440px;
	    padding-top: 140px;
		}
}
@media (max-width:1366px){
	#map{height: 535px;}
	.news_banner {
    min-height: 483px;
    min-width:1366px;
	    padding-top: 140px;
		}
}

.box_show .box .right .bkshow .detail .content ul
{
	list-style:initial;
	margin-left:21px;
}
.box_show .box .right .bkshow .detail .content ol
{
	list-style:decimal;
	margin-left:21px;
}
.box_show  .box .news_box .newsshow ul{
	list-style:initial;
	margin-left:21px;
}

.box_show  .box .news_box .newsshow ol{
	list-style:decimal;
	margin-left:21px;
}

.privacy p{
  margin: 20px 0;
  text-indent: 20px;
  font-size: 15px;
  text-align: left;
}


.privacy .text{
  text-align: left;
}