a,
select,
textarea,
input,
button,
html,
body,
div,
ul,
li {
  tap-highlight-color: transparent !important;
  outline: none;
}


a:active,
a:hover {
  text-decoration: none;
}


.ellipsis,
.main.product .pro_box .pro_cen ul li a .cont .t,
.main.product .pro_box .pro_cen ul li a .cont .model,
.main.solution .solution_list .solution_main .list ul li a .cont .t,
.main.solution .case .wbox ul li a .txt,
.main.news .news_box .nbox ul li a .cont .tit,
.main.news .detail .page .left2 p,
.main.about .about_box .honor_list ul li a .txt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@keyframes hand {
  0% {
    left: -10px;
  }

  50% {
    left: 20px;
  }

  100% {
    left: -10px;
  }
}

@font-face {
  font-family: "BEBAS__";
  src: url("fonts/BEBAS__.woff2") format("woff2"), url("fonts/BEBAS__.woff") format("woff"), url("fonts/BEBAS__.ttf") format("truetype"), url("fonts/BEBAS__.eot") format("embedded-opentype"), url("fonts/BEBAS__.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ROBOTO-BOLD";
  src: url("fonts/ROBOTO-BOLD.woff2") format("woff2"), url("fonts/ROBOTO-BOLD.woff") format("woff"), url("fonts/ROBOTO-BOLD.ttf") format("truetype"), url("fonts/ROBOTO-BOLD.eot") format("embedded-opentype"), url("fonts/ROBOTO-BOLD.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_AVANTGARDEITCBYBT-DEMI';
  src: url("fonts/AVANTGARDEITCBYBT-DEMI.woff2") format("woff2"), url("fonts/AVANTGARDEITCBYBT-DEMI.woff") format("woff"), url("fonts/AVANTGARDEITCBYBT-DEMI.ttf") format("truetype"), url("fonts/AVANTGARDEITCBYBT-DEMI.eot") format("embedded-opentype"), url("fonts/AVANTGARDEITCBYBT-DEMI.svg") format("svg");
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("fonts/Roboto-Regular.woff2") format("woff2"), url("fonts/Roboto-Regular.woff") format("woff"), url("fonts/Roboto-Regular.ttf") format("truetype"), url("fonts/Roboto-Regular.eot") format("embedded-opentype"), url("fonts/Roboto-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.w1480 {
  width: 1480px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1500px) {
  .w1480 {
    width: 1200px;
  }
}

body {
  width: 100%;
  overflow: hidden;
  height: auto;
  min-width: 1200px;
}

@keyframes move {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: translateY(0px);
    top: 0;
  }
}

@keyframes sound2 {
  0% {
    filter: alpha(opacity=35);
    opacity: 0.35;
    width: 0;
  }

  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    width: 24px;
  }
}

::-webkit-input-placeholder {
  color: #999 !important;
}

:-moz-placeholder {
  color: #999 !important;
}

::-moz-placeholder {
  color: #999 !important;
}

:-ms-input-placeholder {
  color: #999 !important;
}

@media (min-width: 1024px) {

  .top,
  .main.welcome .box .title,
  .main.welcome .product_box .product_top .cont_box,
  .main.welcome .video_box .video_cen,
  .main.welcome .news_box .news,
  .main.product .pro_box .pro_box_cen .pro_top,
  .main.product .pro_box .pro_cen ul li,
  .main.solution .solution_box ul li,
  .main.solution .solution_list .solution_main .title,
  .main.solution .solution_list .solution_main .list ul li,
  .main.solution .solution_list .solution_main .download_list .dr,
  .main.solution .case,
  .main.solution .solution_detail,
  .main.news .news_box .nbox ul li,
  .main.news .detail,
  .main.about .about_box .ab_cen,
  .main.about .about_box .cur_box,
  .main.about .about_box .hbox,
  .main.about .about_box .honor_t,
  .main.about .about_box .honor_list ul li,
  .main.about .about_box .content,
  .main.about .about_box .video_list,
  .page_box {
    transform: translateY(50px);
    opacity: 0;
  }

  .top.animate,
  .main.welcome .box .animate.title,
  .main.welcome .product_box .product_top .animate.cont_box,
  .main.welcome .video_box .animate.video_cen,
  .main.welcome .news_box .animate.news,
  .main.product .pro_box .pro_box_cen .animate.pro_top,
  .main.product .pro_box .pro_cen ul li.animate,
  .main.solution .solution_box ul li.animate,
  .main.solution .solution_list .solution_main .animate.title,
  .main.solution .solution_list .solution_main .list ul li.animate,
  .main.solution .solution_list .solution_main .download_list .animate.dr,
  .main.solution .animate.case,
  .main.solution .animate.solution_detail,
  .main.news .news_box .nbox ul li.animate,
  .main.news .animate.detail,
  .main.about .about_box .animate.ab_cen,
  .main.about .about_box .animate.cur_box,
  .main.about .about_box .animate.hbox,
  .main.about .about_box .animate.honor_t,
  .main.about .about_box .honor_list ul li.animate,
  .main.about .about_box .animate.content,
  .main.about .about_box .animate.video_list,
  .animate.page_box {
    transform: translateY(0px);
    opacity: 1;
    transition: transform 0.6s ease-out, box-shadow 0.5s ease-in-out, opacity 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  }
}

@media (min-width: 1024px) {

  .bottom,
  .main.welcome .news_box .title {
    transform: translateY(-50px);
    opacity: 0;
  }

  .bottom .animate,
  .main.welcome .news_box .animate.title {
    transform: translateY(0px);
    opacity: 1;
    transition: transform 0.6s ease-out, opacity 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  }
}

@media (min-width: 1024px) {

  .left,
  .abanner .txt_box,
  .main.welcome .box .list_box .case_r,
  .main.welcome .product_box .product_top .product_r,
  .main.product .product_detail,
  .main.about .about_box .ab .ab_r {
    transform: translateX(50px);
    filter: alpha(opacity=0);
    opacity: 0;
  }

  .left.animate,
  .abanner .animate.txt_box,
  .main.welcome .box .list_box .animate.case_r,
  .main.welcome .product_box .product_top .animate.product_r,
  .main.product .animate.product_detail,
  .main.about .about_box .ab .animate.ab_r {
    transform: translateX(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition: transform 0.6s ease-out, opacity 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  }
}

@media (min-width: 1024px) {

  .right,
  .main.welcome .box .list_box .content,
  .main.product .detail_box .dtop,
  .main.product .detail_box .container,
  .main.solution .solution_list .solution_main .download_list .dl,
  .main.about .about_box .ab .ab_l {
    transform: translateX(-50px);
    filter: alpha(opacity=0);
    opacity: 0;
  }

  .right.animate,
  .main.welcome .box .list_box .animate.content,
  .main.product .detail_box .animate.dtop,
  .main.product .detail_box .animate.container,
  .main.solution .solution_list .solution_main .download_list .animate.dl,
  .main.about .about_box .ab .animate.ab_l {
    transform: translateX(0px);
    filter: alpha(opacity=100);
    opacity: 1;
    transition: transform 0.6s ease-out, opacity 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  }
}

.header {
  background: #fff;
  padding: 0 60px;
  height: 90px;
  background-color: #fff;
  box-shadow: 0 2px 15px rgba(197, 197, 197, 0.3);

  width: 100%;
  position: relative;
  z-index: 9999;
}

@media (max-width: 1500px) {
  .header {
    padding: 0 30px;
  }
}

.header .logo {
  display: block;
  float: left;
  line-height: 90px;
}

/* 首页搜索框 */
.header .search {
  float: right;
  width: 210px;
  height: 36px;
  border: 1px solid #e1e1e1;
  border-radius: 36px;
  margin-top: 27px;
}

.header .search .text {
  float: left;
  width: 165px;
  height: 36px;
  border: none;
  font-size: 12px;
  line-height: 36px;
  color: #999;
  text-indent: 1em;
  border-radius: 36px;
  background: none;
  padding: 0;
}

.header .search .submit {
  float: left;
  width: 40px;
  height: 36px;
  background: url(../img/search.png) no-repeat center center;
  border: none;
}

@media (max-width: 1400px) {
  .header .search {
    width: 180px;
  }

  .header .search .text {
    width: 140px;
  }
}

/* 首页头部热线 */
.header .hotline {
  float: right;
  font-size: 16px;
  font-weight: bold;
  color: #404040;
  height: 50px;
  line-height: 50px;
  background: #1064b0;
  border-radius: 39px;
  padding: 0 20px 0 10px;
  color: #fff;
  margin-top: 18px;
}

.hotline i {
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  /* IE 9 */
  -moz-transform: rotate(-30deg);
  /* Firefox */
  -webkit-transform: rotate(-30deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(-30deg);
  /* Opera */
  font-size: 22px;
  vertical-align: text-bottom;
}

.hotline span {
  display: inline-block;
  font-size: 22px;
  line-height: 50px;
}

@media (max-width: 1400px) {
  .hotline span {
    font-size: 20px;
  }
}

.hotline a {
  display: block;
  color: #fff;
}

.hotline a:hover {
  color: #fff;
}

@media (max-width: 1400px) {}

.header .language {
  float: right;
  margin-top: 31px;
  padding-right: 10px;
}

.header .language a {
  width: 28px;
  height: 28px;
  display: block;
  float: left;
  margin-right: 27px;
}

.header .language a:hover img {
  filter: grayscale(0);
}

.header .language a.on img {
  filter: grayscale(0);
}

.header .language a img {
  width: 100%;
  height: auto;
  filter: grayscale(1);
  transition: all 0.3s;
}

@media (max-width: 1400px) {
  .header .language a {
    margin-right: 15px;
  }
}

.header .nav {
  float: right;
  margin-right: 25px;
}

.header .nav ul li {
  float: left;
  width: 110px;
}

@media (max-width: 1500px) {
  .header .nav ul li {
    width: 90px;
  }
}

@media (max-width: 1400px) {
  .header .nav ul li {
    width: 80px;
  }
}

@media (max-width: 1300px) {
  .header .nav ul li {
    width: 80px;
  }
}
 


.header .nav ul li.active>a .txt {
  color: #2a59a7;
}

.header .nav ul li:hover>a .txt {
  color: #fff;
}

.header .nav ul li:hover>a .bg {
  top: 0;
  opacity: 0.9;
}


.header .nav ul li.active>a .txt {
  color: #fff;
}

.header .nav ul li.active>a .bg {
  top: 0;
}

.header .nav ul li .slider {
  width: 100%;
  position: absolute;
  left: 0;
  top: 90px;
  background: #f1f2f2;
  padding-top: 60px;
  padding-bottom: 60px;
  z-index: 100;
  display: none;
}

.header .nav ul li .slider .slider_cen .sr {
  float: right;
  width: 24.3%;
  overflow: hidden;
}

.header .nav ul li .slider .slider_cen .sr img {
  width: 100%;
  height: auto;
}

.header .nav ul li .slider .slider_cen .sl {
  float: left;
  width: 75.6%;
}

.header .nav ul li .slider .slider_cen .sl .sbox {
  float: left;
  width: 24%;
  height: 320px;
  padding: 0 28px;
  box-sizing: border-box;
  border-right: 1px solid #e1e1e1;
}

.header .nav ul li .slider .slider_cen .sl .sbox.first {
  padding-left: 0;
}

.header .nav ul li .slider .slider_cen .sl .sbox.last {
  border: none;
}

.header .nav ul li .slider .slider_cen .sl .sbox .t {
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #333;
  transition: all 0.5s;
}

.header .nav ul li .slider .slider_cen .sl .sbox .t:hover {
  color: #2a59a7;
}

.header .nav ul li .slider .slider_cen .sl .sbox .t.t2 {
  margin-top: 30px;
}

.header .nav ul li .slider .slider_cen .sl .sbox .t.t3 {
  margin-top: 15px;
}

.header .nav ul li .slider .slider_cen .sl .sbox .link {
  padding-top: 18px;
}

.header .nav ul li .slider .slider_cen .sl .sbox .link.lo01 {
  padding-top: 0;
}

.header .nav ul li .slider .slider_cen .sl .sbox .link.lo01 .t {
  margin-top: 8px;
}

.header .nav ul li .slider .slider_cen .sl .sbox .link.link2 {
  margin-bottom: 20px;
}

.header .nav ul li .slider .slider_cen .sl .sbox .link a {
  display: block;
  font-size: 15px;
  line-height: 34px;
  color: #666;
  transition: all 0.5s;
}

.header .nav ul li .slider .slider_cen .sl .sbox .link a:hover {
  color: #2a59a7;
}

.header .nav ul li .slider .slider_cen .sl .sbox .link a:hover i {
  filter: alpha(opacity=100);
  opacity: 1;
  transform: translateX(0px);
}

.header .nav ul li .slider .slider_cen .sl .sbox .link a i {
  width: 16px;
  height: 7px;
  transition: all 0.5s;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  filter: alpha(opacity=0);
  opacity: 0;
  transform: translateX(-10px);
  background: url(../img/y2.png) no-repeat center center;
}

.header .nav ul li .slider .slider_cen .sl .sbox .link.lo01 a {
  font-size: 18px;
  color: #333;
}

.header .nav ul li .slider .slider_cen .sl .sbox .link.lo01 a:hover {
  color: #2a59a7;
}

@media (max-width: 1500px) {
  .header .nav ul li .slider .slider_cen .sl .sbox {
    width: 25%;
  }

  .header .nav ul li .slider .slider_cen .sl .sbox .link a i {
    display: none;
  }

  .header .nav ul li .slider .slider_cen .sl .sbox.last {
    width: 20%;
    border: none;
  }
}

.header .nav ul li .slider .slider_cen.s_nav {
  position: relative;
  left: -16%;
}

.header .nav ul li .slider .slider_cen.s_nav .sl .sbox {
  height: 250px;
}

@media (max-width: 1500px) {
  .header .nav ul li .slider .slider_cen.s_nav {
    position: relative;
    left: -20%;
  }
}

@media (max-width: 1480px) {
  .header .nav ul li .slider .slider_cen.s_nav {
    position: relative;
    left: -20%;
  }
}
.header .nav ul li {
  position: relative;
}

.header .nav ul li>a {
  width: 100%;
  height: 90px;
  display: block;
  position: relative;
  overflow: hidden;
}

.header .nav ul li>a .txt {
  font-size: 16px;
  line-height: 90px;
  color: #333;
  text-align: center;
  position: relative;
  z-index: 10;
  transition: all 0.5s cubic-bezier(0.815, 1.65, 0.4, 0.68);
}

@media (max-width: 1300px) {
  .header .nav ul li>a .txt {
    font-size: 14px;
 
  }
}



.header .nav ul li>a .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #2a59a7;
  left: 0%;
  top: -100%;
  transition: all 0.5s cubic-bezier(0.815, 1.65, 0.4, 0.68);
}

/* 二级子菜单 */
.header .nav ul li dl {
  min-width: 110px;
  position: absolute;
  top: 120%;
  left: 0%;
  z-index: 10;
 visibility: hidden;
  opacity: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.75);
  border-top: 2px solid #949595;
  -webkit-box-shadow: 0px 3px 11px 0px rgb(0 0 0 / 9%);
  -moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 3px 11px 0px rgb(0 0 0 / 9%);
  transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
}

.header .nav ul li dl dt {
   position: relative;
   display: block;
   z-index: 100;
 }

.header .nav ul li dl dt a {
   font-size: 1.4rem;
   height: auto;
   line-height: 1;
   font-weight: 500;
   color: #272023;
   text-align: left;
   display: block;
   padding: 15px 5px 15px 5px;
   position: relative;
   text-decoration: none;
   outline: none;
   text-transform: none;
   transition: all 400ms ease;
   -webkit-transition: all 400ms ease;
   -moz-transition: all 400ms ease;
   -o-transition: all 400ms ease;
   -ms-transition: all 400ms ease;
   text-align: center;
   /* border-bottom: 1px solid rgba(183, 183, 183, 0.5); */
 }


.header .nav ul>li:hover dl {
   opacity: 1;
   visibility: visible;
   top: 100%;
 }


 .header .nav li dl dt a:hover {
    background: rgba(42, 89, 167, 0.9);
    color: #ffffff !important;
}


.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
  box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
  background-color: var(--white-color);
  -webkit-animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
  animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
  background: #fff;
  height: 60px;
}

.is-sticky .logo {
  line-height: 60px;
}

.is-sticky .nav ul li>a {
  height: 60px;
}

.is-sticky .nav ul li>a .txt {
  line-height: 60px;
}

.is-sticky .hotline {
  margin-top: 5px;
}

.abanner {
  position: relative;
  max-height: 500px;
  overflow: hidden;
}

.abanner::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.36;
}


.abanner.abanner2 .txt_box {
  margin-top: -90px;
}

@media (max-width: 1300px) {
  .abanner.abanner2 .txt_box {
    margin-top: -72px;
  }
}

.abanner img {
  width: 100%;
  height: auto;
}

.abanner .txt_box {
  width: 1480px;
  position: absolute;
  left: 50%;
  margin-left: -740px;
  z-index: 10;
  top: 50%;
  margin-top: -130px;
}

@media (max-width: 1500px) {
  .abanner .txt_box {
    width: 1200px;
    margin-left: -600px;
  }
}

@media (max-width: 1300px) {
  .abanner .txt_box {
    margin-top: -112px;
  }
}

.abanner .txt_box .t {
  font-size: 46px;
  line-height: 64px;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 1300px) {
  .abanner .txt_box .t {
    font-size: 40px;
    line-height: 58px;
  }
}

.abanner .txt_box .en {
  font-size: 22px;
  line-height:1.5;
  color: #fff;
  margin-top: 5px;
  letter-spacing: 1px;
}

@media (max-width: 1300px) {
  .abanner .txt_box .en {
    font-size: 20px;
    line-height: 2;
  }
}

.abanner .txt_box .line {
  width: 45px;
  height: 6px;
  background: #fff;
  margin-top: 40px;
}

@media (max-width: 1300px) {
  .abanner .txt_box .line {
    margin-top: 20px;
  }
}

.main.welcome .banner {
  position: relative;
}

.main.welcome .banner .banner_box {
  width: 100%;
  overflow: hidden;
}

.main.welcome .banner .banner_box ul {
  height: 100%;
  position: relative;
}

.main.welcome .banner .banner_box ul li {
  float: left;
  width: 100%;
}

.main.welcome .banner .banner_box ul li a {
  display: block;
}

.main.welcome .banner .banner_box ul li a img {
  width: 100%;
  height: auto;
}

@media (min-width: 1903px) and (max-width: 1920px) {
  .main.welcome .banner .banner_box ul li a img {
    width: 1920px;
  }
}

.main.welcome .banner .num {
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 0;
  bottom: 50px;
}

@media (max-width: 1400px) {
  .main.welcome .banner .num {
    bottom: 20px;
  }
}

.main.welcome .banner .num a {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 0 6px;
  transition: all 0.3s cubic-bezier(0.84, 0.31, 0.99, 1.23);
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
}

.main.welcome .banner .num a i {
  width: 14px;
  height: 14px;
  background: #516380;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: 50%;
  margin-top: -7px;
}

.main.welcome .banner .num a.active {
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
}

.main.welcome .banner .num a.active i {
  background: #fff;
}

.main.welcome .box {
  padding-top: 60px;
  background: #24272b;
  padding-bottom: 60px;
  min-width: 1200px;
}

.main.welcome .box .title {
  text-align: center;
}

.main.welcome .box .title .t {
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  font-weight: bold;
}

.main.welcome .box .title .line {
  width: 38px;
  height: 6px;
  background: #2a59a7;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

.main.welcome .box .list_box {
  margin-top: 58px;
  position: relative;
}

.main.welcome .box .list_box .en {
  font-size: 220px;
  line-height: 220px;
  font-family: "BEBAS__";
  color: #26292d;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -110px;
}

.main.welcome .box .list_box .content {
  padding-top: 30px;
}

@media (max-width: 1300px) {
  .main.welcome .box .list_box .content {
    padding-top: 0;
  }
}

.main.welcome .box .list_box .content .txt_box {
  display: block;
  width: 470px;
  position: relative;
  z-index: 10;
}

.main.welcome .box .list_box .content .txt_box .cn {
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  font-weight: bold;
}

.main.welcome .box .list_box .content .txt_box .en_t {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  font-family: "ROBOTO-BOLD";
}

@media (max-width: 1520px) {
  .main.welcome .box .list_box .content .txt_box {
    width: 400px;
  }
}

.main.welcome .box .list_box .content .con {
  font-size: 16px;
  line-height: 30px;
  color: #aeb2b9;
  height: 90px;
  overflow: hidden;
  margin-top: 24px;
}

.main.welcome .box .list_box .content .btn {
  margin-top: 30px;
  margin-left: -15px;
}

.main.welcome .box .list_box .content .controls {
  font-size: 0;
  margin-top: 60px;
}

.main.welcome .box .list_box .content .controls a {
  display: inline-block;
  vertical-align: top;
  font-family: 'Conv_AVANTGARDEITCBYBT-DEMI';
  font-size: 16px;
  line-height: 20px;
  color: #3b3d41;
  border-bottom: 2px solid #3b3d41;
  padding-bottom: 4px;
  margin-right: 15px;
  transition: all 0.5s;
  cursor: pointer;
}

.main.welcome .box .list_box .content .controls a.active {
  color: #fff;
  border-color: #fff;
}

.main.welcome .box .list_box .case_r {
  width: 60.4%;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}

.main.welcome .box .list_box .case_r .btn_l {
  width: 80px;
  height: 36px;
  background: url(../img/prev.png) no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
  z-index: 10;
  cursor: pointer;
}

.main.welcome .box .list_box .case_r .btn_r {
  width: 80px;
  height: 36px;
  background: url(../img/next.png) no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -18px;
  z-index: 10;
  cursor: pointer;
}

.main.welcome .box .list_box .case_r ul {
  position: relative;
}

.main.welcome .box .list_box .case_r ul li {
  float: left;
  position: relative;
  transform: scale(0.9);
  transform-origin: left center;
  transition: transform 0.5s;
}

.main.welcome .box .list_box .case_r ul li.active {
  transform: scale(1);
}

.main.welcome .box .list_box .case_r ul li.active .txt {
  font-size: 30px;
}

@media (max-width: 1300px) {
  .main.welcome .box .list_box .case_r ul li.active .txt {
    font-size: 28px;
  }
}

.main.welcome .box .list_box .case_r ul li .txt {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.main.welcome .box .list_box .case_r ul li .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.main.welcome .box .list_box .case_r ul li .mask img {
  width: 100%;
  height: auto;
}

.main.welcome .box .list_box .case_r ul li .tu {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.main.welcome .box .list_box .case_r ul li .tu img {
  max-width: 100%;
  object-fit: cover;
}

.main.welcome .box .list_box .case_r ul li .tu .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/33.png) no-repeat;
  background-size: cover;
}

.main.welcome .product_box .product_bot ul li {
  width: 33.33%;
  float: left;
  height: 500px;
  transform: translateX(50px);
  opacity: 0;
}

.main.welcome .product_box .product_bot ul li.animate {
  transform: translateX(0px);
  opacity: 1;
  transition: transform 0.6s ease-out, opacity 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.main.welcome .product_box .product_bot ul li.li a .txt .t,
.main.welcome .product_box .product_bot ul li.li a .txt .model {
  color: #333;
}

.main.welcome .product_box .product_bot ul li a {
  display: block;
}

.main.welcome .product_box .product_bot ul li a:hover .tu img {
  transform: scale(1.1);
}

.main.welcome .product_box .product_bot ul li a .tu {
  width: 100%;
  height: 410px;
  line-height: 410px;
  text-align: center;
  overflow: hidden;
}

.main.welcome .product_box .product_bot ul li a .tu img {
  max-width: 80%;
  max-height: 80%;
  transition: all 0.5s ease-in-out;
}

.main.welcome .product_box .product_bot ul li a .txt {
  padding: 0 10px;
  text-align: center;
}

.main.welcome .product_box .product_bot ul li a .txt .t {
  font-size: 20px;
  line-height: 32px;
  color: #333;
  font-weight: bold;
}

.main.welcome .product_box .product_bot ul li a .txt .model {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}

@media (max-width: 1550px) {
  .main.welcome .product_box .product_bot ul li {
    height: 460px;
  }

  .main.welcome .product_box .product_bot ul li a .tu {
    height: 370px;
    line-height: 370px;
  }
}

@media (max-width: 1300px) {
  .main.welcome .product_box .product_bot ul li {
    height: 400px;
  }

  .main.welcome .product_box .product_bot ul li a .tu {
    height: 310px;
    line-height: 310px;
  }
}

.main.welcome .product_box .product_top {
  position: relative;
}

.main.welcome .product_box .product_top .cont_box {
  width: 1480px;
  position: absolute;
  left: 50%;
  margin-left: -740px;
  z-index: 10;
}

@media (max-width: 1500px) {
  .main.welcome .product_box .product_top .cont_box {
    width: 1200px;
    margin-left: -600px;
  }
}

.main.welcome .product_box .product_top .cont_box .cont {
  width: 43.2%;
  padding-top: 60px;
}

.main.welcome .product_box .product_top .cont_box .cont .title .t {
  font-size: 36px;
  line-height: 36px;
  color: #1e1e1e;
  font-weight: bold;
}

.main.welcome .product_box .product_top .cont_box .cont .title .line {
  width: 38px;
  height: 6px;
  background: #2a59a7;
  margin-top: 15px;
}

.main.welcome .product_box .product_top .cont_box .cont .con {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 35px;
}

.main.welcome .product_box .product_top .cont_box .cont .more {
  width: 190px;
  height: 48px;
  background: #2a59a7;
  display: block;
  margin-top: 48px;
}

.main.welcome .product_box .product_top .cont_box .cont .more .txt {
  width: 140px;
  display: block;
  float: left;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  text-align: center;
}

.main.welcome .product_box .product_top .cont_box .cont .more .ico {
  width: 50px;
  height: 48px;
  display: block;
  float: left;
  background: url(../img/y.png) no-repeat center center #305fac;
}

.main.welcome .product_box .product_top .product_l {
  width: 66.66%;
  float: left;
  height: 380px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1550px) {
  .main.welcome .product_box .product_top .product_l {
    height: 460px;
  }
}

@media (max-width: 1300px) {
  .main.welcome .product_box .product_top .product_l {
    height: 400px;
  }
}

.main.welcome .product_box .product_top .product_l .txt {
  font-size: 220px;
  line-height: 220px;
  font-family: "BEBAS__";
  color: #eee;
  position: absolute;
  right: -240px;
  top: 50%;
  margin-top: -110px;
}

.main.welcome .product_box .product_top .product_r {
  width: 33.33%;
  float: right;
  height: 500px;
  position: relative;
  z-index: 100;
}

.main.welcome .product_box .product_top .product_r.animate {
  transition: transform 0.6s 0.2s ease-out, opacity 0.5s 0.2s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.main.welcome .product_box .product_top .product_r a {
  display: block;
}

.main.welcome .product_box .product_top .product_r a:hover .tu img {
  transform: scale(1.1);
}

.main.welcome .product_box .product_top .product_r a .tu {
  width: 100%;
  height: 410px;
  line-height: 410px;
  text-align: center;
  overflow: hidden;
}

.main.welcome .product_box .product_top .product_r a .tu img {
  max-width: 80%;
  transition: all 0.5s ease-in-out;
  max-height: 80%;
}

.main.welcome .product_box .product_top .product_r a .txt {
  padding: 0 10px;
  text-align: center;
}

.main.welcome .product_box .product_top .product_r a .txt .t {
  font-size: 20px;
  line-height: 32px;
  color: #333;
  font-weight: bold;
}

.main.welcome .product_box .product_top .product_r a .txt .model {
  font-size: 16px;
  line-height: 30px;
  color: #333;
}

@media (max-width: 1550px) {
  .main.welcome .product_box .product_top .product_r {
    height: 460px;
  }

  .main.welcome .product_box .product_top .product_r a .tu {
    height: 370px;
    line-height: 370px;
  }
}

@media (max-width: 1300px) {
  .main.welcome .product_box .product_top .product_r {
    height: 400px;
  }

  .main.welcome .product_box .product_top .product_r a .tu {
    height: 310px;
    line-height: 310px;
  }
}

.main.welcome .video_box .video_cen {
  cursor: pointer;
  padding-top: 120px;
  padding-bottom: 80px;
}

.main.welcome .video_box .video_cen .play {
  text-align: center;
  transition: all 0.5s ease;
}

.main.welcome .video_box .video_cen .play:hover {
  transform: translateY(-10px);
}

.main.welcome .video_box .video_cen .cont {
  margin-top: 37px;
  text-align: center;
}

.main.welcome .video_box .video_cen .cont .t {
  font-size: 32px;
  line-height: 52px;
  color: #fefefe;
  font-weight: bold;
}

.main.welcome .video_box .video_cen .cont .con {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 13px;
}

.main.welcome .news_box {
  padding-bottom: 60px;
  padding-top: 60px;
}

.main.welcome .news_box .title {
  text-align: center;
}

.main.welcome .news_box .title .t {
  font-size: 36px;
  line-height: 36px;
  color: #1e1e1e;
  font-weight: bold;
}

.main.welcome .news_box .title .line {
  width: 38px;
  height: 6px;
  background: #2a59a7;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.main.welcome .news_box .news {
  margin-top: 40px;
  position: relative;
  width: 1480px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1500px) {
  .main.welcome .news_box .news {
    width: 1050px;
  }
}

.main.welcome .news_box .news .btn {
  position: absolute;
  left: -100px;
  top: 0;
  z-index: 10;
}

@media (max-width: 1500px) {
  .main.welcome .news_box .news .btn {
    left: -70px;
  }
}

.main.welcome .news_box .news .btn .tab {
  width: 100%;
  height: 100%;
  display: table;
}

.main.welcome .news_box .news .btn .tab .tab_cell {
  display: table-cell;
  vertical-align: middle;
}

.main.welcome .news_box .news .btn .tab .tab_cell div {
  width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 5px 16px rgba(159, 159, 159, 0.2);
  margin: 27px 0;
  transition: all 0.5s;
  cursor: pointer;
}

.main.welcome .news_box .news .btn .tab .tab_cell div.btn_l {
  background: url(../img/dl.png) no-repeat center center;
}

.main.welcome .news_box .news .btn .tab .tab_cell div.btn_l:hover {
  background: url(../img/dl2.png) no-repeat center center #2a59a7;
}

.main.welcome .news_box .news .btn .tab .tab_cell div.btn_r {
  background: url(../img/dr.png) no-repeat center center;
}

.main.welcome .news_box .news .btn .tab .tab_cell div.btn_r:hover {
  background: url(../img/dr2.png) no-repeat center center #2a59a7;
}

.main.welcome .news_box .news .nbox {
  overflow: hidden;
  padding: 15px;
}

.main.welcome .news_box .news .nbox ul {
  position: relative;
}

.main.welcome .news_box .news .nbox ul li {
  float: left;
  background-color: #fff;
  box-shadow: 0 5px 16px rgba(159, 159, 159, 0.2);
}

.main.welcome .news_box .news .nbox ul li:hover a .tu img {
  transform: scale(1.1);
}

.main.welcome .news_box .news .nbox ul li:hover a .cont .tit {
  color: #2a59a7;
}

.main.welcome .news_box .news .nbox ul li a {
  display: block;
}

.main.welcome .news_box .news .nbox ul li a .tu {
  overflow: hidden;
}

.main.welcome .news_box .news .nbox ul li a .tu img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease-in-out;
}

.main.welcome .news_box .news .nbox ul li a .cont {
  padding: 45px 30px;
  position: relative;
}

.main.welcome .news_box .news .nbox ul li a .cont .date {
  display: inline-block;
  font-size: 14px;
  line-height: 34px;
  color: #fff;
  background: #2a59a7;
  padding: 0 16px;
  position: absolute;
  left: 30px;
  top: 0;
  margin-top: -17px;
  z-index: 10;
}

.main.welcome .news_box .news .nbox ul li a .cont .tit {
  font-size: 18px;
  line-height: 28px;
  color: #444;
  font-weight: bold;
  transition: all 0.5s ease-in-out;
  height: 56px;
  overflow: hidden;
}

.main.welcome .news_box .news .nbox ul li a .cont .con {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  height: 48px;
  overflow: hidden;
  margin-top: 18px;
}

.main.welcome .news_box .news .nbox ul li a .cont .more {
  display: inline-block;
  padding-right: 45px;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  margin-top: 40px;
  background: url(../img/more.png) no-repeat right center;
}

.main.product .pro_box {
  background: #fafafa;
}

.main.product .pro_box .pro_box_cen {
  padding-top: 100px;
  padding-bottom: 135px;
}

.main.product .pro_box .pro_box_cen .pro_top .t {
  float: left;
  font-size: 32px;
  line-height: 40px;
  color: #2a59a7;
  font-weight: bold;
}

.main.product .pro_box .pro_box_cen .pro_top .search {
  float: right;
  width: 560px;
}

.main.product .pro_box .pro_box_cen .pro_top .search .text {
  width: 480px;
  height: 60px;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  border-right: none;
  padding: 0;
  font-size: 16px;
  line-height: 60px;
  color: #999;
  float: left;
  text-indent: 2em;
}

.main.product .pro_box .pro_box_cen .pro_top .search .submit {
  width: 80px;
  float: left;
  height: 60px;
  border: none;
  background: url(../img/icon.png) no-repeat center center #2a59a7;
}

.main.product .pro_box .pro_box_cen .pro_main {
  margin-top: 60px;
}

.main.product .pro_box .pro_box_cen .pro_main ul li {
  width: 25%;
  float: left;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  margin-left: -1px;
  margin-top: -1px;
  transition: all 0.5s;
  background: #fff;
  position: relative;
  transform: translateY(50px);
  opacity: 0;
}

.main.product .pro_box .pro_box_cen .pro_main ul li.animate {
  transform: translateX(0px);
  opacity: 1;
  transition: transform 0.6s ease-out, box-shadow 0.5s, opacity 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.main.product .pro_box .pro_box_cen .pro_main ul li:hover {
  z-index: 10;
  box-shadow: 0 5px 16px rgba(159, 159, 159, 0.2);
}

.main.product .pro_box .pro_box_cen .pro_main ul li:hover .t {
  color: #fff;
}

.main.product .pro_box .pro_box_cen .pro_main ul li:hover .t.icon1 {
  background: url(../img/icon2.png) no-repeat 55px center #2a59a7;
}

.main.product .pro_box .pro_box_cen .pro_main ul li:hover .t.icon2 {
  background: url(../img/icon4.png) no-repeat 55px center #2a59a7;
}

.main.product .pro_box .pro_box_cen .pro_main ul li:hover .t.icon3 {
  background: url(../img/icon6.png) no-repeat 55px center #2a59a7;
}

.main.product .pro_box .pro_box_cen .pro_main ul li:hover .t.icon4 {
  background: url(../img/icon8.png) no-repeat 55px center #2a59a7;
}

.main.product .pro_box .pro_box_cen .pro_main ul li:hover .t.icon5 {
  background: url(../img/icon10.png) no-repeat 55px center #2a59a7;
}

.main.product .pro_box .pro_box_cen .pro_main ul li:hover .t.icon6 {
  background: url(../img/icon12.png) no-repeat 55px center #2a59a7;
}

.main.product .pro_box .pro_box_cen .pro_main ul li:hover .t.icon7 {
  background: url(../img/icon14.png) no-repeat 55px center #2a59a7;
}

.main.product .pro_box .pro_box_cen .pro_main ul li:hover .t.icon8 {
  background: url(../img/icon16.png) no-repeat 55px center #2a59a7;
}

.main.product .pro_box .pro_box_cen .pro_main ul li .t {
  width: 100%;
  height: 90px;
  padding: 0 55px 0 110px;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 90px;
  color: #333;
  font-weight: bold;
  transition: all 0.5s;
}

@media (max-width: 1500px) {
  .main.product .pro_box .pro_box_cen .pro_main ul li .t {
    padding: 0 35px 0 90px;
    background-position: 35px center !important;
  }
}

.main.product .pro_box .pro_box_cen .pro_main ul li .t.icon1 {
  background: url(../img/icon1.png) no-repeat 55px center #f1f1f1;
}

.main.product .pro_box .pro_box_cen .pro_main ul li .t.icon2 {
  background: url(../img/icon3.png) no-repeat 55px center #f1f1f1;
}

.main.product .pro_box .pro_box_cen .pro_main ul li .t.icon3 {
  background: url(../img/icon5.png) no-repeat 55px center #f1f1f1;
}

.main.product .pro_box .pro_box_cen .pro_main ul li .t.icon4 {
  background: url(../img/icon7.png) no-repeat 55px center #f1f1f1;
}

.main.product .pro_box .pro_box_cen .pro_main ul li .t.icon5 {
  background: url(../img/icon9.png) no-repeat 55px center #f1f1f1;
}

.main.product .pro_box .pro_box_cen .pro_main ul li .t.icon6 {
  background: url(../img/icon11.png) no-repeat 55px center #f1f1f1;
}

.main.product .pro_box .pro_box_cen .pro_main ul li .t.icon7 {
  background: url(../img/icon13.png) no-repeat 55px center #f1f1f1;
}

.main.product .pro_box .pro_box_cen .pro_main ul li .t.icon8 {
  background: url(../img/icon15.png) no-repeat 55px center #f1f1f1;
}

.main.product .pro_box .pro_box_cen .pro_main ul li .link {
  background: #fff;
  padding: 25px 50px 60px 50px;
}

@media (max-width: 1500px) {
  .main.product .pro_box .pro_box_cen .pro_main ul li .link {
    padding: 25px 25px 40px 25px;
  }
}

.main.product .pro_box .pro_box_cen .pro_main ul li .link a {
  font-size: 16px;
  line-height: 44px;
  color: #333;
  padding: 0 35px;
  box-sizing: border-box;
  display: block;
  transition: all 0.5s;
  background: url(../img/d.png) no-repeat 17px center;
}

.main.product .pro_box .pro_box_cen .pro_main ul li .link a:hover {
  background: url(../img/d2.png) no-repeat 17px center #2a59a7;
  color: #fff;
}

@media (max-width: 1500px) {
  .main.product .pro_box .pro_box_cen .pro_main ul li .link a {
    padding: 0 28px;
  }
}

.main.product .pro_box .position_box {
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
}

.main.product .pro_box .position_box .position_cen .position {
  float: left;
  background: url(../img/home.png) no-repeat left center;
  font-size: 16px;
  line-height: 60px;
  padding-left: 28px;
  color: #666;
}

.main.product .pro_box .position_box .position_cen .position span {
  color: #2a59a7;
}

.main.product .pro_box .position_box .position_cen .position a {
  color: #666;
  transition: all 0.5s;
}

.main.product .pro_box .position_box .position_cen .position a:hover {
  color: #2a59a7;
}

.main.product .pro_box .position_box .position_cen .search {
  float: right;
  width: 560px;
}

.main.product .pro_box .position_box .position_cen .search .text {
  width: 480px;
  height: 60px;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  border-right: none;
  padding: 0;
  font-size: 16px;
  line-height: 60px;
  color: #999;
  float: left;
  text-indent: 2em;
}

.main.product .pro_box .position_box .position_cen .search .submit {
  width: 80px;
  float: left;
  height: 60px;
  border: none;
  background: url(../img/icon.png) no-repeat center center #2a59a7;
}

.main.product .pro_box .pro_cen {
  padding-top: 45px;
  padding-bottom: 140px;
}

.main.product .pro_box .pro_cen ul {
  width: 110%;
}

.main.product .pro_box .pro_cen ul li {
  float: left;
  width: 472px;
  background: #fff;
  border: 1px solid #eeeeee;
  margin-right: 32px;
  margin-top: 32px;
  box-sizing: border-box;
}

.main.product .pro_box .pro_cen ul li:hover {
  box-shadow: 0 8px 16px rgba(159, 159, 159, 0.2);
}

.main.product .pro_box .pro_cen ul li:hover a .tu .mask {
  filter: alpha(opacity=100);
  opacity: 1;
}

.main.product .pro_box .pro_cen ul li:hover a .tu .icon {
  transform: translateY(0px);
}

.main.product .pro_box .pro_cen ul li a {
  display: block;
}

.main.product .pro_box .pro_cen ul li a .tu {
  height: 300px;
  line-height: 300px;
  text-align: center;
  border-bottom: 1px solid #eee;
  position: relative;
  overflow: hidden;
}

.main.product .pro_box .pro_cen ul li a .tu .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/mask.png) no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0, 0.76, 0.85, 0.91);
}

.main.product .pro_box .pro_cen ul li a .tu .icon {
  width: 64px;
  height: 66px;
  background: url(../img/fd.png) no-repeat center center;
  position: absolute;
  left: 50%;
  margin-left: -32px;
  top: 50%;
  margin-top: -33px;
  transform: translateY(-200px);
  transition: all 0.4s cubic-bezier(0, 0.76, 0.85, 0.91);
}

.main.product .pro_box .pro_cen ul li a .tu img {
  max-width: 90%;
  max-height: 90%;
}

.main.product .pro_box .pro_cen ul li a .cont {
  text-align: center;
  height: 128px;
  padding-top: 30px;
  box-sizing: border-box;
}

.main.product .pro_box .pro_cen ul li a .cont .t {
  font-size: 20px;
  line-height: 36px;
  color: #333;
  font-weight: bold;
}

.main.product .pro_box .pro_cen ul li a .cont .model {
  font-size: 16px;
  line-height: 28px;
  color: #666;
}

@media (max-width: 1500px) {
  .main.product .pro_box .pro_cen ul li {
    width: 378px;
  }

  .main.product .pro_box .pro_cen ul li a .tu {
    height: 240px;
    line-height: 240px;
  }

  .main.product .pro_box .pro_cen ul li a .cont {
    height: 100px;
    padding-top: 15px;
  }
}

.main.product .product_detail {
  height: 630px;
  overflow: hidden;
  position: relative;
}

.main.product .product_detail .btn_l {
  width: 56px;
  height: 56px;
  position: absolute;
  left: 5px;
  top: 50%;
  cursor: pointer;
  margin-top: -28px;
  border-radius: 50%;
  box-shadow: 0 5px 16px rgba(159, 159, 159, 0.2);
  background: url(../img/dl.png) no-repeat center center;
  z-index: 10;
  transition: all 0.5s;
}

.main.product .product_detail .btn_l:hover {
  background: url(../img/dl2.png) no-repeat center center #2a59a7;
}

.main.product .product_detail .btn_r {
  width: 56px;
  height: 56px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -28px;
  border-radius: 50%;
  box-shadow: 0 5px 16px rgba(159, 159, 159, 0.2);
  background: url(../img/dr.png) no-repeat center center;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 10;
}

.main.product .product_detail .btn_r:hover {
  background: url(../img/dr2.png) no-repeat center center #2a59a7;
}

.main.product .product_detail>ul {
  height: 100%;
  position: relative;
}

.main.product .product_detail>ul>li {
  height: 100%;
  width: 100%;
  float: left;
}

.main.product .product_detail>ul>li .pd_l {
  width: 50%;
  float: left;
  height: 100%;
  border-right: 1px solid #eee;
  box-sizing: border-box;
}

.main.product .product_detail>ul>li .pd_l .img_box {
  width: 73%;
  margin: 0 auto;
  text-align: center;
  height: 470px;
  line-height: 470px;
}

.main.product .product_detail>ul>li .pd_l .img_box img {
  max-width: 80%;
  max-height: 80%;
}

.main.product .product_detail>ul>li .pd_l .wrap ul {
  font-size: 0;
  text-align: center;
}

.main.product .product_detail>ul>li .pd_l .wrap ul li {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  height: 76px;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  text-align: center;
  line-height: 76px;
  margin: 0 6px;
  cursor: pointer;
  transition: all 0.5s;
}

.main.product .product_detail>ul>li .pd_l .wrap ul li.cur {
  border-color: #2a59a7;
}

.main.product .product_detail>ul>li .pd_l .wrap ul li img {
  max-width: 90%;
  max-height: 90%;
}

.main.product .product_detail>ul>li .pd_r {
  width: 43.5%;
  float: right;
  padding-right: 9.4%;
  padding-top: 100px;
  box-sizing: border-box;
}

.main.product .product_detail>ul>li .pd_r .tit {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 25px;
}

.main.product .product_detail>ul>li .pd_r .tit .t {
  font-size: 32px;
  line-height: 52px;
  color: #2a59a7;
  font-weight: bold;
}

.main.product .product_detail>ul>li .pd_r .tit .en {
  font-size: 24px;
  line-height: 38px;
  color: #333;
}

.main.product .product_detail>ul>li .pd_r .cont {
  margin-top: 20px;
}

.main.product .product_detail>ul>li .pd_r .cont .mCSB_draggerRail {
  background: #d4d4d4 !important;
}

.main.product .product_detail>ul>li .pd_r .cont .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #2a59a7 !important;
}

.main.product .product_detail>ul>li .pd_r .cont .t {
  font-size: 24px;
  line-height: 52px;
  color: #333;
  font-weight: bold;
}

.main.product .product_detail>ul>li .pd_r .cont .con {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 5px;
  height: 300px;
}

.main.product .detail_box {
  padding-bottom: 128px;
  position: relative;
  z-index: 100;
}

.main.product .detail_box .dtop {
  background: #f6f6f6;
  height: 80px;
  width: 100%;
}

.main.product .detail_box .dtop.fix {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}

.main.product .detail_box .dtop .dtop_cen .pos {
  float: left;
}

.main.product .detail_box .dtop .dtop_cen .pos a {
  display: block;
  float: left;
  width: 200px;
  height: 80px;
  font-size: 18px;
  line-height: 80px;
  color: #333;
  text-align: center;
  transition: all 0.5s ease;
}

.main.product .detail_box .dtop .dtop_cen .pos a.active {
  background: #2a59a7;
  color: #fff;
  font-weight: bold;
}

.main.product .detail_box .dtop .dtop_cen .pos a:hover {
  background: #2a59a7;
  color: #fff;
  font-weight: bold;
}

.main.product .detail_box .dtop .dtop_cen .return {
  display: block;
  float: right;
  width: 200px;
  background: #e1e1e1;
  height: 80px;
  text-align: center;
}

.main.product .detail_box .dtop .dtop_cen .return:hover .txt {
  color: #2a59a7;
}

.main.product .detail_box .dtop .dtop_cen .return:hover .ico {
  transform: translateX(10px);
}

.main.product .detail_box .dtop .dtop_cen .return .txt {
  font-size: 16px;
  line-height: 80px;
  color: #666;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  transition: all 0.5s;
}

.main.product .detail_box .dtop .dtop_cen .return .ico {
  width: 19px;
  height: 15px;
  background: url(../img/fh.png) no-repeat;
  display: inline-block;
  margin: 0 4px;
  transition: all 0.5s;
  vertical-align: middle;
}

.main.product .detail_box .container .box {
  padding-top: 67px;
}

.main.product .detail_box .container .box .t {
  font-size: 24px;
  line-height: 50px;
  color: #333;
  font-weight: bold;
}

.main.product .detail_box .container .box .pic {
  margin-top: 35px;
}

.main.product .detail_box .container .box .pic img {
  max-width: 100%;
  border: 1px solid #e1e1e1;
}

.main.product .detail_box .container .box .table {
  margin-top: 22px;
}

.main.product .detail_box .container .box .table table {
  width: 100%;
}

.main.product .detail_box .container .box .table table tr td {
  border: 1px solid #e1e1e1 !important;
  padding: 15px 50px !important;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 32px;
  font-family: "Microsoft Yahei" !important;
  color: #333 !important;
}

.main.product .detail_box .container .box .table table tr td p span {
  font-size: 16px !important;
  font-family: "Microsoft Yahei" !important;
  line-height: 32px !important;
}

.main.product .detail_box .container .box .table table tr td.bg {
  background: #f6f6f6 !important;
}

.main.product .detail_box .container .box .table table tr td.tit {
  font-size: 20px;
  line-height: 30px;
  color: #333 !important;
  font-weight: bold !important;
  text-align: center;
  font-family: "Microsoft Yahei" !important;
}

.main.product .detail_box .container .box .table table tr td.tit p,
.main.product .detail_box .container .box .table table tr td.tit span {
  font-size: 20px !important;
  font-family: "Microsoft Yahei" !important;
  line-height: 30px !important;
  color: #333 !important;
}

.main.product .detail_box .container .box .con {
  margin-top: 18px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}

.main.product .detail_box .container .box .con h3 {
  font-size: 24px;
  line-height: 50px;
  color: #333;
  font-weight: bold;
}

.main.product .detail_box .container .box .con p {
  padding-left: 0;
}


.main.product .detail_box .container .box .con ul.list-paddingleft-2 {
  margin: 0;
  padding-left: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.main.solution .solution_box {
  padding-top: 100px;
  padding-bottom: 140px;
}

.main.solution .solution_box ul li.last a .num {
  bottom: 5px;
}

.main.solution .solution_box ul li.even a .num {
  left: 33%;
}

.main.solution .solution_box ul li.even a .tu {
  float: right;
}

.main.solution .solution_box ul li.even a .cont {
  float: left;
}

.main.solution .solution_box ul li:hover a .tu img {
  transform: scale(1.1);
}

.main.solution .solution_box ul li a {
  display: block;
  overflow: hidden;
  position: relative;
}

.main.solution .solution_box ul li a .num {
  font-size: 160px;
  line-height: 160px;
  color: #f6f6f6;
  font-family: "BEBAS__";
  position: absolute;
  right: -7px;
  bottom: -18px;
}

.main.solution .solution_box ul li a .tu {
  width: 50%;
  display: block;
  overflow: hidden;
  float: left;
}

.main.solution .solution_box ul li a .tu img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease-in-out;
}

.main.solution .solution_box ul li a .cont {
  float: right;
  width: 44.5%;
  padding-top: 6%;
}

.main.solution .solution_box ul li a .cont .tit .cn {
  font-size: 36px;
  line-height: 48px;
  color: #333;
  font-weight: bold;
}

.main.solution .solution_box ul li a .cont .tit .en {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  font-family: "ROBOTO-BOLD";
  text-transform: uppercase;
}

.main.solution .solution_box ul li a .cont .con {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  height: 90px;
  overflow: hidden;
  margin-top: 22px;
}

.main.solution .solution_box ul li a .cont .more {
  width: 180px;
  height: 50px;
  background: #2a59a7;
  margin-top: 9%;
  text-align: center;
}

.main.solution .solution_box ul li a .cont .more .txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  margin: 0 2px;
}

.main.solution .solution_box ul li a .cont .more .ico {
  width: 33px;
  height: 6px;
  background: url(../img/more2.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}

.main.solution .solution_list {
  background: #fafafa;
  padding-bottom: 120px;
}

.main.solution .solution_list.pb {
  padding-bottom: 0;
}

.main.solution .solution_list .solution_main {
  padding-top: 80px;
  position: relative;
}

.main.solution .solution_list .solution_main .title {
  text-align: center;
}

.main.solution .solution_list .solution_main .title .t {
  font-size: 36px;
  line-height: 36px;
  color: #1e1e1e;
  font-weight: bold;
}

.main.solution .solution_list .solution_main .title .line {
  width: 38px;
  height: 6px;
  background: #2a59a7;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

.main.solution .solution_list .solution_main .list {
  padding-top: 30px;
}

.main.solution .solution_list .solution_main .list ul li {
  background: #fff;
  margin-top: 30px;
  border: 1px solid #eeeeee;
  border-left: none;
}

.main.solution .solution_list .solution_main .list ul li:hover .pic img {
  transform: scale(1.1);
}

.main.solution .solution_list .solution_main .list ul li:hover .cont .t {
  color: #2a59a7;
}

.main.solution .solution_list .solution_main .list ul li:hover .cont .more {
  background: #2a59a7;
  border-color: #2a59a7;
}

.main.solution .solution_list .solution_main .list ul li:hover .cont .more .txt {
  color: #fff;
}

.main.solution .solution_list .solution_main .list ul li:hover .cont .more .ico {
  background: url(../img/more2.png) no-repeat;
}

.main.solution .solution_list .solution_main .list ul li a .pic {
  width: 25.6%;
  float: left;
  overflow: hidden;
}

.main.solution .solution_list .solution_main .list ul li a .pic img {
  width: 100%;
  transition: all 0.5s ease-in-out;
  height: auto;
}

.main.solution .solution_list .solution_main .list ul li a .cont {
  float: right;
  width: 74.4%;
  padding: 2.8% 3.9% 0 3.9%;
  box-sizing: border-box;
}

.main.solution .solution_list .solution_main .list ul li a .cont .t {
  font-size: 20px;
  line-height: 34px;
  color: #333;
  font-weight: bold;
  transition: all 0.5s ease-in-out;
}

.main.solution .solution_list .solution_main .list ul li a .cont .con {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  height: 48px;
  overflow: hidden;
  margin-top: 12px;
}

.main.solution .solution_list .solution_main .list ul li a .cont .more {
  width: 160px;
  height: 40px;
  margin-top: 4%;
  border: 1px solid #e1e1e1;
  transition: all 0.5s ease-in-out;
  text-align: center;
}

.main.solution .solution_list .solution_main .list ul li a .cont .more .txt {
  transition: all 0.5s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 40px;
  color: #999;
  margin: 0 3px;
}

.main.solution .solution_list .solution_main .list ul li a .cont .more .ico {
  transition: all 0.5s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  width: 33px;
  height: 6px;
  background: url(../img/more3.png) no-repeat;
}

.main.solution .solution_list .solution_main .download_list {
  position: relative;
  padding-bottom: 140px;
}

.main.solution .solution_list .solution_main .download_list .line {
  position: absolute;
  width: 1px;
  left: 132px;
  top: 0;
  background: #e1e1e1;
  height: 0;
}

.main.solution .solution_list .solution_main .download_list .line.animate {
  height: 100%;
  transition: all 0.5s ease-in-out 0.5s;
}

.main.solution .solution_list .solution_main .download_list .dl {
  width: 136px;
  padding-top: 16px;
  float: left;
}

.main.solution .solution_list .solution_main .download_list .dl a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.5s;
}

.main.solution .solution_list .solution_main .download_list .dl a.active {
  color: #333;
  font-weight: bold;
}

.main.solution .solution_list .solution_main .download_list .dl a.active .border {
  height: 28px;
}

.main.solution .solution_list .solution_main .download_list .dl a:hover {
  color: #333;
  font-weight: bold;
}

.main.solution .solution_list .solution_main .download_list .dl a:hover .border {
  height: 28px;
}

.main.solution .solution_list .solution_main .download_list .dl a .border {
  width: 6px;
  transition: all 0.5s;
  height: 0px;
  background: #2a59a7;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -14px;
}

.main.solution .solution_list .solution_main .download_list .dr {
  float: right;
  width: 100%;
}

.main.solution .solution_list .solution_main .download_list .dr ul li {
  margin-top: 3.4%;
  width: 48.3%;
  background: #fff;
  border: 1px solid #eee;
  padding: 50px 38px;
  box-sizing: border-box;
  transition: all 0.5s ease;
}

.main.solution .solution_list .solution_main .download_list .dr ul li:hover {
  box-shadow: 0 5px 16px rgba(159, 159, 159, 0.2);
}

.main.solution .solution_list .solution_main .download_list .dr ul li:hover .cl .name {
  color: #2a59a7;
}

.main.solution .solution_list .solution_main .download_list .dr ul li .cl {
  float: left;
  width: 88%;
  cursor: pointer;
}

.main.solution .solution_list .solution_main .download_list .dr ul li .cl .name {
  transition: all 0.5s ease;
  margin-top: 12px;
  font-size: 24px;
  line-height: 34px;
  color: #333;
}

.main.solution .solution_list .solution_main .download_list .dr ul li .cl .date {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}

.main.solution .solution_list .solution_main .download_list .dr ul li .cr {
  float: right;
}

.main.solution .solution_list .solution_main .download_list .dr ul li .cr .read {
  width: 44px;
  height: 44px;
  background: #ffaa2d;
  border-radius: 3px;
  line-height: 44px;
  cursor: pointer;
  text-align: center;
}

.main.solution .solution_list .solution_main .download_list .dr ul li .cr .download {
  display: block;
  margin-top: 10px;
  width: 44px;
  height: 44px;
  background: #2a59a7;
  border-radius: 3px;
  line-height: 44px;
  text-align: center;
}

.main.solution .solution_list .wrap {
  padding-top: 80px;
}

.main.solution .solution_list .wrap .box:last-child {
  margin-bottom: 20px;
}

.main.solution .solution_list .wrap .box {
  padding: 90px 100px 0 100px;
  background: #fff;
  margin-bottom: 40px;
}

.main.solution .solution_list .wrap .box .title {
  text-align: center;
}

.main.solution .solution_list .wrap .box .title .t {
  font-size: 36px;
  line-height: 36px;
  color: #1e1e1e;
  font-weight: bold;
}

.main.solution .solution_list .wrap .box .title .line {
  width: 38px;
  height: 6px;
  background: #2a59a7;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

.main.solution .solution_list .wrap .box .cont_b {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 50px;
  padding-bottom: 110px;
}

.main.solution .solution_list .wrap .box .content .cont {
  padding-top: 50px;
  padding-bottom: 73px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}

.main.solution .solution_list .wrap .box .content .cont.none {
  border: none;
}

.main.solution .solution_list .wrap .box .content .cont .t {
  font-size: 24px;
  line-height: 40px;
  color: #2a59a7;
  font-weight: bold;
}

.main.solution .solution_list .wrap .box .content .cont .con {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 20px;
}

.main.solution .solution_list .wrap .box .content .cont .list {
  position: relative;
}

.main.solution .solution_list .wrap .box .content .cont .list .border {
  width: 1px;
  height: 100%;
  border-right: 1px dashed #2a59a7;
  position: absolute;
  left: 18px;
  top: 0;
}

.main.solution .solution_list .wrap .box .content .cont .list ul li {
  position: relative;
  margin-top: 30px;
}

.main.solution .solution_list .wrap .box .content .cont .list ul li .num {
  width: 36px;
  height: 36px;
  border: 1px solid #2a59a7;
  box-sizing: border-box;
  border-radius: 50%;
  background: #fff;
  position: absolute;
}

.main.solution .solution_list .wrap .box .content .cont .list ul li .num span {
  width: 28px;
  height: 28px;
  background: #2a59a7;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -14px;
  top: 50%;
  margin-top: -14px;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-family: "Roboto-Regular";
  text-align: center;
}

.main.solution .solution_list .wrap .box .content .cont .list ul li .txt {
  width: 100%;
  padding-left: 50px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 36px;
  color: #666;
}

.main.solution .solution_list .wrap .box .content .support_list {
  margin-top: 42px;
  padding-bottom: 22px;
}

.main.solution .solution_list .wrap .box .content .support_list ul {
  width: 110%;
}

.main.solution .solution_list .wrap .box .content .support_list ul li {
  position: relative;
  width: 27.9%;
  margin-right: 5.3%;
  float: left;
  overflow: hidden;
}

.main.solution .solution_list .wrap .box .content .support_list ul li .num {
  width: 52px;
  height: 52px;
  background: #2a59a7;
  font-size: 24px;
  line-height: 52px;
  color: #fff;
  text-align: center;
  font-family: "Roboto-Regular";
  border-radius: 50%;
  border: 4px solid #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -30px;
}

.main.solution .solution_list .wrap .box .content .support_list ul li .cont_box {
  width: 93.3%;
  float: right;
  background: #f1f2f5;
  padding-left: 52px;
  padding-right: 20px;
  box-sizing: border-box;
  padding-top: 22px;
  padding-bottom: 17px;
}

.main.solution .solution_list .wrap .box .content .support_list ul li .cont_box .ti {
  font-size: 18px;
  line-height: 30px;
  color: #333;
}

.main.solution .solution_list .wrap .box .content .support_list ul li .cont_box .co {
  font-size: 14px;
  line-height: 30px;
  color: #666;
  margin-top: 7px;
}

.main.solution .case {
  padding-top: 85px;
  padding-bottom: 140px;
}

.main.solution .case .title {
  text-align: left;
}

.main.solution .case .title .t {
  font-size: 24px;
  line-height: 50px;
  color: #1e1e1e;
  font-weight: bold;
}

.main.solution .case .title .line {
  width: 38px;
  height: 6px;
  background: #2a59a7;
  margin-top: 15px;
}

.main.solution .case .wbox {
  margin-top: 40px;
  overflow: hidden;
}

.main.solution .case .wbox ul {
  position: relative;
}

.main.solution .case .wbox ul li {
  float: left;
  margin-right: 20px;
}

.main.solution .case .wbox ul li a {
  display: block;
  margin-bottom: 30px;
}

.main.solution .case .wbox ul li a:hover .tu img {
  transform: scale(1.1);
}

.main.solution .case .wbox ul li a:hover .txt {
  background: #2a59a7;
  color: #fff;
}

.main.solution .case .wbox ul li a .tu {
  overflow: hidden;
}

.main.solution .case .wbox ul li a .tu img {
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: auto;
}

.main.solution .case .wbox ul li a .txt {
  background: #f6f6f6;
  font-size: 16px;
  line-height: 56px;
  color: #444;
  text-align: center;
  padding: 0 5px;
  transition: all 0.5s ease-in-out;
}

.main.solution .case .btn {
  text-align: center;
  margin-top: 30px;
}

.main.solution .case .btn div {
  width: 56px;
  height: 56px;
  display: inline-block;
  margin: 0 15px;
  vertical-align: middle;
  box-shadow: 0 5px 16px rgba(159, 159, 159, 0.2);
  border-radius: 50%;
  transition: all 0.5s;
  cursor: pointer;
  background: url(../img/dl.png) no-repeat center center;
}

.main.solution .case .btn div:hover {
  background: url(../img/dl2.png) no-repeat center center #2a59a7;
}

.main.solution .case .btn div.btn_r {
  background: url(../img/dr.png) no-repeat center center;
}

.main.solution .case .btn div.btn_r:hover {
  background: url(../img/dr2.png) no-repeat center center #2a59a7;
}

.main.solution .solution_detail {
  background: #fafafa;
  padding-bottom: 120px;
}

.main.solution .solution_detail .position_box {
  padding: 20px 0;
}

.main.solution .solution_detail .position_box .position_cen .position {
  float: left;
  background: url(../img/home.png) no-repeat left center;
  font-size: 16px;
  line-height: 60px;
  padding-left: 28px;
  color: #666;
}

.main.solution .solution_detail .position_box .position_cen .position span {
  color: #2a59a7;
}

.main.solution .solution_detail .position_box .position_cen .position a {
  color: #666;
  transition: all 0.5s;
}

.main.solution .solution_detail .position_box .position_cen .position a:hover {
  color: #2a59a7;
}

.main.solution .solution_detail .dbox {
  padding-top: 26px;
}

.main.solution .solution_detail .dbox .tit {
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 50px;
  padding-left: 90px;
  padding-right: 90px;
}

.main.solution .solution_detail .dbox .tit .t {
  font-size: 36px;
  line-height: 60px;
  color: #1e1e1e;
}

.main.solution .solution_detail .dbox .tit .line {
  margin-top: 12px;
  width: 38px;
  height: 6px;
  margin-left: auto;
  margin-right: auto;
  background: #2a59a7;
}

.main.solution .solution_detail .dbox .content {
  padding-bottom: 80px;
  border-bottom: 1px solid #e1e1e1;
}

.main.solution .solution_detail .dbox .content .t {
  font-size: 24px;
  line-height: 46px;
  color: #333;
  font-weight: bold;
  padding-top: 50px;
}

.main.solution .solution_detail .dbox .content .con {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 12px;
}

.main.solution .solution_detail .dbox .content .con span {
  color: #333;
}

.main.solution .solution_detail .dbox .content .pic {
  margin-top: 50px;
}

.main.solution .solution_detail .dbox .content .pic img {
  border: 1px solid #e1e1e1;
  max-width: 100%;
}

.main.solution .solution_detail .return {
  width: 200px;
  height: 60px;
  background: #2a59a7;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 82px;
  text-align: center;
}

.main.solution .solution_detail .return .txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 60px;
  color: #fff;
  margin: 0 4px;
}

.main.solution .solution_detail .return .ico {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}

.main.news .news_box {
  background: #fafafa;
  padding-bottom: 90px;
}

.main.news .news_box .nbox {
  padding-top: 60px;
}

.main.news .news_box .nbox ul {
  width: 110%;
  position: relative;
}

.main.news .news_box .nbox ul li {
  width: 28.6%;
  margin-right: 2.45%;
  float: left;
  margin-top: 15px;
  background-color: #fff;
}

.main.news .news_box .nbox ul li:hover {
  box-shadow: 0 5px 16px rgba(159, 159, 159, 0.2);
}

.main.news .news_box .nbox ul li:hover a .tu img {
  transform: scale(1.1);
}

.main.news .news_box .nbox ul li:hover a .cont .tit {
  color: #2a59a7;
}

.main.news .news_box .nbox ul li a {
  display: block;
}

.main.news .news_box .nbox ul li a .tu {
  overflow: hidden;
}

.main.news .news_box .nbox ul li a .tu img {

  max-width: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.main.news .news_box .nbox ul li a .cont {
  padding: 40px 30px;
  position: relative;
  border: 1px solid #eee;
  border-top: none;
}

.main.news .news_box .nbox ul li a .cont .date {
  display: inline-block;
  font-size: 14px;
  line-height: 34px;
  color: #fff;
  background: #2a59a7;
  padding: 0 16px;
  position: absolute;
  left: 30px;
  top: 0;
  margin-top: -17px;
  z-index: 10;
}

.main.news .news_box .nbox ul li a .cont .tit {
  font-size: 20px;
  line-height: 28px;
  color: #444;
  font-weight: bold;
  transition: all 0.5s ease-in-out;
}

.main.news .news_box .nbox ul li a .cont .con {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  height: 48px;
  overflow: hidden;
  margin-top: 18px;
}

.main.news .news_box .nbox ul li a .cont .more {
  display: inline-block;
  padding-right: 45px;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  margin-top: 30px;
  background: url(../img/more.png) no-repeat right center;
}

.main.news .detail {
  padding-top: 65px;
  padding-bottom: 100px;
  transition: all 0.5s;
}

.main.news .detail .title2 {
  position: relative;
  padding-bottom: 16px;
  border-bottom: 1px solid #ededed;
}

.main.news .detail .title2 .tit .t {
  font-size: 24px;
  line-height: 44px;
  color: #333;
  text-align: center;
}

.main.news .detail .title2 .tit .t2 {
  font-size: 20px;
  line-height: 36px;
  color: #2a59a7;
}

.main.news .detail .title2 .tit .msg {
  overflow: hidden;
}

.main.news .detail .title2 .info {
  text-align: center;
}

.title-icon-item {
  font-size: 14px;
  line-height: 20px;
}

.main.news .detail .title2 .tit .day {
  font-size: 14px;
  line-height: 20px;
  color: #696969;
  margin-top: 6px;
  background: url(../img/ttt.png) no-repeat left center;
  padding-left: 28px;
  text-align: center;
  display: inline-block;
}

.main.news .detail .title2 .tit .source,
.main.news .detail .title2 .tit .read {
  float: left;
  font-size: 14px;
  line-height: 20px;
  color: #696969;
  margin-top: 6px;
  margin-left: 5px;
}

.main.news .detail .content {
  padding-top: 7px;
  font-size: 15px;
  line-height: 26px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 45px;
  color: #565656;
}

.main.news .detail .content video {
  max-width: 100%;
}

.main.news .detail .content img {
  max-width: 100%;
  height: auto !important;
}

.main.news .detail .content p {
  text-indent: 2em;
  padding-top: 20px;
}

.main.news .detail .page {
  margin-top: 42px;
  position: relative;
}

.main.news .detail .page .left2 {
  width: 100%;
  box-sizing: border-box;
  padding-right: 210px;
}

.main.news .detail .page .left2 p a {
  display: inline-block;
  width: auto;
  font-size: 16px;
  line-height: 28px;
  color: #666;
}

@media (min-width: 1024px) {
  .main.news .detail .page .left2 p a:hover {
    color: #000;
  }
}

.main.news .detail .page .return {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  height: 58px;
  display: block;
  border-radius: 58px;
  background: #000;
  font-size: 16px;
  line-height: 58px;
  color: #fff;
  text-align: center;
  transition: all 0.5s;
}

.main.news .detail .page .return:hover {
  background: #2a59a7;
}

.main.about .about_box.about_box2 {
  padding-top: 80px;
}

.main.about .about_box .ab_cen {
  padding-top: 80px;
  padding-bottom: 120px;
}

.main.about .about_box .ab {
  padding-top: 65px;
  padding-bottom: 60px;
}

.main.about .about_box .ab .ab_r {
  width: 40.2%;
  float: right;
  position: relative;
}

.main.about .about_box .ab .ab_r img {
  width: 100%;
  height: auto;
}

.main.about .about_box .ab .ab_r .txt_box {
  width: 300px;
  height: 380px;
  background: url(../img/cbg.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  left: -28%;
  top: 50%;
  margin-top: -190px;
  box-shadow: 0 5px 15px rgba(133, 133, 133, 0.54);
  padding-left: 65px;
  box-sizing: border-box;
}

.main.about .about_box .ab .ab_r .txt_box .txt {
  padding-top: 18px;
}

.main.about .about_box .ab .ab_r .txt_box .txt .t {
  font-size: 60px;
  line-height: 72px;
  font-family: "BEBAS__";
  color: #fff;
  padding-top: 45px;
}

.main.about .about_box .ab .ab_r .txt_box .txt .t span {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  display: inline-block;
  vertical-align: bottom;
  font-family: "Microsoft Yahei" !important;
}

.main.about .about_box .ab .ab_r .txt_box .txt .con {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}

.main.about .about_box .ab .ab_l {
  float: left;
  width: 44.18%;
}

.main.about .about_box .ab .ab_l .title .t {
  font-size: 18px;
  line-height: 30px;
  color: #333;
}

.main.about .about_box .ab .ab_l .title .t span {
  font-size: 16px;
  font-family: "Roboto-Regular";
  margin-left: 10px;
  text-transform: uppercase;
}

.main.about .about_box .ab .ab_l .title .cn {
  font-size: 36px;
  line-height: 50px;
  color: #1e1e1e;
  font-weight: bold;
}

.main.about .about_box .ab .ab_l .title .line {
  margin-top: 22px;
  width: 38px;
  height: 6px;
  background: #2a59a7;
}

.main.about .about_box .ab .ab_l .con {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 35px;
  height: 360px;
  overflow: hidden;
}

.main.about .about_box .ab .ab_l .con .conn {
  position: relative;
}

.main.about .about_box .ab .ab_l .btn {
  font-size: 0;
  margin-top: 60px;
}

.main.about .about_box .ab .ab_l .btn div {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-shadow: 0 5px 16px rgba(159, 159, 159, 0.2);
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.5s;
}

.main.about .about_box .ab .ab_l .btn div.prev {
  background: url(../img/s.png) no-repeat center center;
}

.main.about .about_box .ab .ab_l .btn div.prev:hover {
  background: url(../img/s2.png) no-repeat center center #2a59a7;
}

.main.about .about_box .ab .ab_l .btn div.next {
  margin-left: 24px;
  background: url(../img/x.png) no-repeat center center;
}

.main.about .about_box .ab .ab_l .btn div.next:hover {
  background: url(../img/x2.png) no-repeat center center #2a59a7;
}

.main.about .about_box .cur_box .cur_cen {
  padding-top: 60px;
  padding-bottom: 60px;
}

.main.about .about_box .cur_box .cur_cen .tit .t {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.main.about .about_box .cur_box .cur_cen .tit .line {
  width: 38px;
  height: 6px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 17px;
}

.main.about .about_box .cur_box .cur_cen .cur_list {
  margin-top: 68px;
  overflow: hidden;
}

.main.about .about_box .cur_box .cur_cen .cur_list ul {
  position: relative;
  width: 2000px;
}

.main.about .about_box .cur_box .cur_cen .cur_list ul li {
  width: 250px;
  height: 286px;
  margin-right: 58px;
  float: left;
  padding: 55px 30px 0 30px;
  box-sizing: border-box;
  transition: background 0.5s ease;
  background: url(../img/lbx.png) no-repeat center center;
  background-size: cover !important;
}

@media (max-width: 1500px) {
  .main.about .about_box .cur_box .cur_cen .cur_list ul li {
    margin-right: 20px;
    width: 224px;
    height: 256px;
    padding: 25px 30px 0 30px;
  }
}

.main.about .about_box .cur_box .cur_cen .cur_list ul li:hover {
  background: url(../img/lbx2.png) no-repeat center center;
}

.main.about .about_box .cur_box .cur_cen .cur_list ul li:hover .ico img {
  filter: alpha(opacity=0);
  opacity: 0;
}

.main.about .about_box .cur_box .cur_cen .cur_list ul li:hover .ico img.active {
  filter: alpha(opacity=100);
  opacity: 1;
}

.main.about .about_box .cur_box .cur_cen .cur_list ul li:hover .t {
  color: #fff;
}

.main.about .about_box .cur_box .cur_cen .cur_list ul li:hover .con {
  color: #cadaf6;
}

.main.about .about_box .cur_box .cur_cen .cur_list ul li .ico {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  transition: all 0.5s;
  position: relative;
  text-align: center;
}

.main.about .about_box .cur_box .cur_cen .cur_list ul li .ico img {
  position: absolute;
  left: 0;
  top: 0;
}

.main.about .about_box .cur_box .cur_cen .cur_list ul li .ico img.active {
  filter: alpha(opacity=0);
  opacity: 0;
}

.main.about .about_box .cur_box .cur_cen .cur_list ul li .t {
  font-size: 24px;
  line-height: 30px;
  color: #333;
  transition: all 0.5s;
  text-align: center;
  margin-top: 14px;
}

.main.about .about_box .cur_box .cur_cen .cur_list ul li .con {
  transition: all 0.5s;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  text-align: center;
  margin-top: 6px;
}

.main.about .about_box .cur_box .cur_cen .cur_list .dots {
  margin-top: 75px;
  text-align: center;
}

.main.about .about_box .cur_box .cur_cen .cur_list .dots a {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 0 6px;
  background: #eee;
  border-radius: 50%;
  transition: all 0.3s;
}

.main.about .about_box .cur_box .cur_cen .cur_list .dots a.cur {
  background: #2a59a7;
}

.main.about .about_box .hbox {
  padding-bottom: 144px;
  padding-top: 105px;
}

.main.about .about_box .hbox .title .t {
  text-align: center;
  font-size: 36px;
  line-height: 60px;
  color: #1e1e1e;
  font-weight: bold;
}

.main.about .about_box .hbox .title .line {
  width: 38px;
  height: 6px;
  background: #2a59a7;
  margin-left: auto;
  margin-right: auto;
  margin-top: 13px;
}

.main.about .about_box .hbox .honor {
  margin-top: 65px;
}

.main.about .about_box .hbox .honor ul {
  width: 110%;
}

.main.about .about_box .hbox .honor ul li {
  width: 21.3%;
  margin-right: 1.9%;
  float: left;
}

.main.about .about_box .hbox .honor ul li.even a .tit {
  margin-top: 30px;
}

.main.about .about_box .hbox .honor ul li.even a .tu {
  margin-top: 12px;
}

.main.about .about_box .hbox .honor ul li a {
  display: block;
}

.main.about .about_box .hbox .honor ul li a:hover .tu .mask {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.main.about .about_box .hbox .honor ul li a:hover .tu .more {
  filter: alpha(opacity=100);
  opacity: 1;
  transform: translateX(0px);
}

.main.about .about_box .hbox .honor ul li a:hover .tit {
  color: #2a59a7;
}

.main.about .about_box .hbox .honor ul li a:hover .tit .en {
  color: #2a59a7;
}

.main.about .about_box .hbox .honor ul li a .tu {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.main.about .about_box .hbox .honor ul li a .tu .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all 0.5s;
}

.main.about .about_box .hbox .honor ul li a .tu .more {
  width: 140px;
  height: 46px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  line-height: 46px;
  transition: all 0.5s;
  color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -70px;
  top: 50%;
  margin-top: -23px;
  z-index: 10;
  filter: alpha(opacity=0);
  opacity: 0;
  transform: translateX(-100px);
}

.main.about .about_box .hbox .honor ul li a .tu .more i {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 11px;
  margin-left: 15px;
  background: url(../img/j.png) no-repeat center center;
}

.main.about .about_box .hbox .honor ul li a .tu img {
  width: 100%;
  height: auto;
}

.main.about .about_box .hbox .honor ul li a .tit {
  margin-top: 15px;
  font-size: 24px;
  line-height: 40px;
  color: #333;
  padding-left: 20px;
  transition: all 0.5s;
}

.main.about .about_box .hbox .honor ul li a .tit .en {
  transition: all 0.5s;
  display: inline-block;
  vertical-align: 0px;
  font-size: 16px;
  line-height: 20px;
  color: #999;
  margin-left: 5px;
  font-family: "Roboto-Regular";
}

.main.about .about_box .honor_t {
  padding-top: 90px;
}

.main.about .about_box .honor_t .title {
  text-align: center;
}

.main.about .about_box .honor_t .title .t {
  font-size: 36px;
  line-height: 60px;
  color: #1e1e1e;
  font-weight: bold;
}

.main.about .about_box .honor_t .title .line {
  margin-left: auto;
  margin-right: auto;
  width: 38px;
  height: 6px;
  background: #2a59a7;
  margin-top: 13px;
}

.main.about .about_box .honor_t .group {
  text-align: center;
  font-size: 0;
  margin-top: 50px;
}

.main.about .about_box .honor_t .group a {
  margin: 0 13px;
  width: 200px;
  height: 52px;
  display: inline-block;
  border-radius: 5px;
  background: #ebebeb;
  font-size: 18px;
  line-height: 52px;
  color: #333;
  transition: all 0.5s;
  text-align: center;
}

.main.about .about_box .honor_t .group a.cur {
  color: #fff;
  background: #2a59a7;
}

.main.about .about_box .honor_t .group a:hover {
  color: #fff;
  background: #2a59a7;
}

.main.about .about_box .honor_list {
  margin-top: 8px;
  padding-bottom: 140px;
}

.main.about .about_box .honor_list ul {
  width: 110%;
}

.main.about .about_box .honor_list ul li {
  float: left;
  width: 28.8%;
  margin-right: 2.1%;
  margin-top: 2.8%;
}

.main.about .about_box .honor_list ul li a {
  display: block;
}

.main.about .about_box .honor_list ul li a .tu {
  box-sizing: border-box;
  padding: 9px;
  border: 1px solid #e1e1e1;
}

.main.about .about_box .honor_list ul li a .tu .pic {
  overflow: hidden;
  text-align: center;
}

.main.about .about_box .honor_list ul li a .tu .pic img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.main.about .about_box .honor_list ul li a .txt {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  text-align: center;
  margin-top: 12px;
}

.main.about .about_box .content {
  margin-top: 60px;
}

.main.about .about_box .content .join_tit {
  padding: 0 100px;
  background: #2a59a7;
}

.main.about .about_box .content .join_tit .t {
  float: left;
  font-size: 18px;
  line-height: 66px;
  color: #fff;
}

.main.about .about_box .content .join_tit .t.t1 {
  width: 17%;
}

.main.about .about_box .content .join_tit .t.t2 {
  text-align: center;
  width: 22.1%;
}

.main.about .about_box .content .join_tit .t.t5 {
  width: 110px;
  text-align: center;
  float: right;
}

.main.about .about_box .content .list {
  padding-bottom: 140px;
}

.main.about .about_box .content .list ul li {
  margin-top: 20px;
}

.main.about .about_box .content .list ul li.on {
  box-shadow: 0 5px 10px rgba(4, 0, 0, 0.2);
}

.main.about .about_box .content .list ul li.on .tits .t.t5 {
  background: url(../img/jian.png) no-repeat center center;
}

.main.about .about_box .content .list ul li .tits {
  overflow: hidden;
  background: #fafafa;
  padding: 0 100px;
  cursor: pointer;
}

.main.about .about_box .content .list ul li .tits .t {
  font-size: 16px;
  line-height: 60px;
  color: #333;
  float: left;
}

.main.about .about_box .content .list ul li .tits .t.t1 {
  width: 17%;
}

.main.about .about_box .content .list ul li .tits .t.t2 {
  text-align: center;
  width: 22.1%;
}

.main.about .about_box .content .list ul li .tits .t.t5 {
  width: 110px;
  float: right;
  height: 60px;
  background: url(../img/jia.png) no-repeat center center;
}

.main.about .about_box .content .list ul li .con {
  padding: 0 100px;
  background: #fafafa;
  display: none;
}

.main.about .about_box .content .list ul li .con.show {
  display: block;
}

.main.about .about_box .content .list ul li .con .conn {
  border-top: 1px solid #e1e1e1;
  padding-bottom: 75px;
}

.main.about .about_box .content .list ul li .con .conn .item {
  padding-top: 12px;
}

.main.about .about_box .content .list ul li .con .conn .item .ti {
  margin-top: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #2a59a7;
  font-weight: bold;
}

.main.about .about_box .content .list ul li .con .conn .item .con_box {
  font-size: 14px;
  line-height: 28px;
  color: #666;
}

.main.about .about_box .content .list ul li .con .conn .apply {
  display: block;
  width: 160px;
  height: 46px;
  background: #2a59a7;
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 48px;
}

.main.about .about_box .content .list .more {
  width: 200px;
  height: 56px;
  background: #2a59a7;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 80px;
  font-size: 16px;
  line-height: 56px;
  color: #fff;
  font-weight: bold;
}

.main.about .about_box .content .list .more i {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/mo.png) no-repeat center center;
  margin-left: 8px;
}

.main.about .about_box .video_list {
  padding-bottom: 120px;
}

.main.about .about_box .video_list ul li {
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(194, 194, 194, 0.2);
  padding: 0 50px;
  margin-top: 130px;
  cursor: pointer;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.main.about .about_box .video_list ul li:hover .cont .tu img {
  transform: scale(1.1);
}

.main.about .about_box .video_list ul li:hover .cont .tu .play {
  transform: scale(0.9);
}

.main.about .about_box .video_list ul li.even .cont .tu {
  left: auto;
  right: 0;
}

.main.about .about_box .video_list ul li.even .cont .txt_box {
  float: left;
}

.main.about .about_box .video_list ul li .cont {
  position: relative;
  padding-top: 75px;
  padding-bottom: 130px;
}

.main.about .about_box .video_list ul li .cont .tu {
  width: 55%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: -70px;
}

.main.about .about_box .video_list ul li .cont .tu .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(opacity=30);
  opacity: 0.3;
  z-index: 10;
}

.main.about .about_box .video_list ul li .cont .tu .play {
  width: 96px;
  height: 96px;
  background: url(../img/play2.png) no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -48px;
  top: 50%;
  margin-top: -48px;
  z-index: 20;
  transition: all 0.5s ease-in-out;
}

.main.about .about_box .video_list ul li .cont .tu img {
  width: 100%;
  transition: all 0.5s ease-in-out;
  height: auto;
}

.main.about .about_box .video_list ul li .cont .txt_box {
  width: 45%;
  padding: 0 5%;
  float: right;
  box-sizing: border-box;
}

.main.about .about_box .video_list ul li .cont .txt_box .num {
  text-align: center;
  font-size: 36px;
  line-height: 44px;
  color: #2a59a7;
  font-family: "BEBAS__";
}

.main.about .about_box .video_list ul li .cont .txt_box .t {
  font-size: 24px;
  line-height: 60px;
  color: #333;
  margin-top: 25px;
  text-align: center;
}

.main.about .about_box .video_list ul li .cont .txt_box .t span {
  display: inline-block;
  background: url(../img/line2.jpg) no-repeat;
  background-size: cover;
}

.main.about .about_box .video_list ul li .cont .txt_box .con {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  text-align: center;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}

.main.about .about_box .contact_box {
  position: relative;
}

.main.about .about_box .contact_box .bg {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: #f4f5f9;
}

.main.about .about_box .contact_box .contact_l {
  background: #2a59a7;
  width: 50%;
  float: left;
  padding: 0 60px 50px 60px;
  box-sizing: border-box;
}

@media (max-width: 1500px) {
  .main.about .about_box .contact_box .contact_l {
    padding: 0 40px 50px 40px;
  }
}

.main.about .about_box .contact_box .contact_l .title {
  padding-top: 70px;
}

.main.about .about_box .contact_box .contact_l .title .t {
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  font-weight: bold;
}

.main.about .about_box .contact_box .contact_l .title .line {
  margin-top: 15px;
  width: 38px;
  height: 6px;
  background: #fff;
  margin-top: 15px;
}

.main.about .about_box .contact_box .contact_l .con {
  font-size: 16px;
  line-height: 28px;
  color: #8ea7d1;
  margin-top: 32px;
}

.main.about .about_box .contact_box .contact_l .msg {
  margin-top: 10px;
}

.main.about .about_box .contact_box .contact_l .msg .cont {
  margin-top: 30px;
}

.main.about .about_box .contact_box .contact_l .msg .cont .address {
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  padding-left: 45px;
  background: url(../img/address.png) no-repeat left center;
}

.main.about .about_box .contact_box .contact_l .msg .cont .address.tel {
  background: url(../img/tel2.png) no-repeat left center;
}

.main.about .about_box .contact_box .contact_l .msg .cont .txt {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  padding-left: 45px;
}

.main.about .about_box .contact_box .contact_l .msg .cont .txt_box {
  margin-top: 5px;
  padding-bottom: 45px;
  border-bottom: 1px solid #406ab0;
}

.main.about .about_box .contact_box .contact_l .msg .cont .txt_box .txt_list {
  margin-left: 45px;
  position: relative;
}

.main.about .about_box .contact_box .contact_l .msg .cont .txt_box .txt_list span {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}

.main.about .about_box .contact_box .contact_l .msg .cont .txt_box .txt_list .t {
  padding-left: 50px;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}

.main.about .about_box .contact_box .contact_l .code_box {
  width: 80%;
  margin-top: 52px;
  position: relative;
}

.main.about .about_box .contact_box .contact_l .code_box .logo {
  position: absolute;
  left: 0;
  top: 42px;
}

.main.about .about_box .contact_box .contact_l .code_box .code {
  float: right;
  width: 140px;
}

.main.about .about_box .contact_box .contact_l .code_box .code .pic {
  width: 140px;
  height: 140px;
  border: 1px solid #e1e1e1;
  overflow: hidden;
}

.main.about .about_box .contact_box .contact_l .code_box .code .pic img {
  width: 100%;
  height: auto;
}

.main.about .about_box .contact_box .contact_l .code_box .code .txt {
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #8ea7d1;
}

.main.about .about_box .contact_box .contact_r {
  width: 50%;
  float: right;
  padding: 12px 58px 0 58px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}

@media (max-width: 1500px) {
  .main.about .about_box .contact_box .contact_r {
    padding: 12px 40px 0 40px;
  }
}

.main.about .about_box .contact_box .contact_r ul li {
  margin-top: 42px;
}

.main.about .about_box .contact_box .contact_r ul li.on .tit .t {
  color: #2a59a7;
}

.main.about .about_box .contact_box .contact_r ul li.on .tit .t span {
  color: #2a59a7;
}

.main.about .about_box .contact_box .contact_r ul li.on .tit .ico {
  background: url(../img/jian.png) no-repeat center center;
}

.main.about .about_box .contact_box .contact_r ul li .tit {
  padding-bottom: 15px;
  cursor: pointer;
  border-bottom: 1px solid #e1e1e1;
}

.main.about .about_box .contact_box .contact_r ul li .tit .t {
  float: left;
  font-size: 18px;
  line-height: 52px;
  color: #666;
  font-weight: bold;
}

.main.about .about_box .contact_box .contact_r ul li .tit .t span {
  font-size: 60px;
  line-height: 60px;
  color: #666;
  font-weight: bold;
  display: inline-block;
  vertical-align: -3px;
  margin-right: 10px;
}

.main.about .about_box .contact_box .contact_r ul li .tit .ico {
  width: 24px;
  height: 30px;
  margin-top: 23px;
  float: right;
  background: url(../img/jia2.png) no-repeat center center;
}

.main.about .about_box .contact_box .contact_r ul li .cont {
  display: none;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  border-bottom: 1px solid #e1e1e1;
  padding-top: 22px;
  padding-bottom: 40px;
}

.main.about .about_box .contact_box .contact_r ul li .cont.show {
  display: block;
}

.main.about .about_box #map {
  height: 600px;
  margin-top: 100px;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
}

.main.about .about_box #map .anchorBL {
  display: none;
}

.classification {
  border-bottom: 1px solid #e1e1e1;
  background: #fafafa;
  height: 60px;
  width: 100%;
}

.classification.none {
  background: #fff;
}

.classification.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}

.classification .classification_cen {
  text-align: center;
  font-size: 0;
}

.classification .classification_cen a {
  display: inline-block;
  padding: 0 24px;
  margin: 0 25px;
  position: relative;
}

.classification .classification_cen a:hover .border {
  left: 0;
  width: 100%;
}

.classification .classification_cen a:hover .txt {
  color: #2a59a7;
}

.classification .classification_cen a.active .border {
  left: 0;
  width: 100%;
}

.classification .classification_cen a.active .txt {
  color: #2a59a7;
  font-weight: bold;
}

.classification .classification_cen a .border {
  position: absolute;
  width: 0%;
  height: 3px;
  background: #2a59a7;
  left: 50%;
  bottom: 0;
  transition: all 0.4s;
}

.classification .classification_cen a .txt {
  font-size: 18px;
  line-height: 60px;
  color: #333;
  transition: all 0.4s;
  display: block;
}

.applay-tb {
  width: 960px;
  margin-bottom: 70px;
}

.applay-tb .spred {
  font-size: 18px;
  font-family: Arial;
  color: #F00;
  margin-left: 12px;
}

.applay-tb {
  border: 0;
  border-width: 0 0 1px 1px;
}

.applay-tb tr td {
  padding: 7px 6px;
  border: 0;
  border-width: 1px 1px 0 0;
  font-size: 14px;
}

.applay-tb tr td {
  line-height: 1.8;
}

.applay-tb .applay-input {
  width: 180px;
  height: 18px;
  padding: 7px 10px;
  line-height: 18px;
  color: #666;
  border: 1px solid #dddddd;
  box-shadow: 2px 2px 2px #f4f4f4 inset;
  background: #fff;
  font-size: 14px;
}

.applay-tb select.applay-input {
  height: 34px;
  width: 200px;
}

.applay-tb textarea.applay-input {
  width: 820px;
  resize: none;
  height: 100px;
}

.applay-tb .applay-input.code {
  width: 90px;
  margin-right: 8px;
}

.applay-tb .submit {
  width: 150px;
  height: 35px;
  background: #2a59a7;
  font-size: 16px;
  color: #fff;
  margin-left: 70px;
  border: none;
  cursor: pointer;
}

.applay-tb td img {
  height: 32px;
  margin-left: 10px;
  border: 1px solid #dddddd;
}

.applay-tb .error {
  border-color: #D70128;
}

.mask_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 10000;
  visibility: hidden;
  transition: all 0.5s;
}

.mask_bg.active {
  visibility: visible;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.js_box {
  width: 1196px;
  height: 736px;
  position: fixed;
  top: 50%;
  margin-top: -368px;
  left: 50%;
  z-index: 10001;
  margin-left: -598px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #fff;
  transform: perspective(500px) rotateX(90deg);
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  transform-origin: bottom center;
}

.js_box.active {
  transform: perspective(500px) rotateX(0deg);
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  transition: all 0.5s cubic-bezier(0.75, 0.03, 0.45, 0.64);
}

.js_box .cont_box {
  padding: 0 60px;
  position: relative;
  box-sizing: border-box;
}

.js_box .cont_box .close {
  position: absolute;
  width: 28px;
  height: 28px;
  background: url(../img/close3.png) no-repeat;
  right: 30px;
  top: 26px;
  transition: all 0.5s;
  cursor: pointer;
}

.js_box .cont_box .close:hover {
  transform: rotate(180deg);
}

.js_box .cont_box .content {
  padding-top: 70px;
}

.js_box .cont_box .content .t {
  text-align: center;
  font-size: 24px;
  line-height: 48px;
  color: #333;
  font-weight: bold;
}

.js_box .cont_box .content .cbox {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 30px;
  height: 516px;
}

.js_box .cont_box .content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #2a59a7;
}

.js_box .cont_box .content .mCSB_scrollTools .mCSB_draggerRail {
  background: #e1e1e1;
  width: 4px;
}

@media (max-width: 1500px) {
  .js_box {
    width: 1000px;
    margin-left: -500px;
    height: 600px;
    margin-top: -300px;
  }

  .js_box .cont_box .content {
    padding-top: 40px;
  }

  .js_box .cont_box .content .cbox {
    height: 420px;
  }
}

.js-cont {
  width: 642px;
  height: 480px;
  position: fixed;
  top: 50%;
  margin-top: -240px;
  left: 50%;
  z-index: 10001;
  margin-left: -321px;
  box-sizing: border-box;
  transform: translateY(100px);
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all 0.5s;
}

.js-cont .txt {
  padding: 25px;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  height: 200px;
  background: #fff;
  line-height: 200PX;
  text-align: center;
}

.js-cont.active {
  visibility: visible;
  transform: translateY(0px);
  filter: alpha(opacity=100);
  opacity: 1;
}

.js-cont video {
  width: 100%;
  height: 100%;
  display: block;
}

.js-cont .close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -40px;
  cursor: pointer;
  top: 0;
  background: url(../img/close.png) no-repeat center center;
}

.footer .footer_top {
  background: #24272b;
}

.footer .footer_top .footer_cen {
  padding-top: 90px;
  padding-bottom: 60px;
}

.footer .footer_top .footer_cen .flink {
  width: 61.1%;
  float: left;
  border-right: 1px solid #2a2c30;
}

.footer .footer_top .footer_cen .flink ul li {
  float: left;
  width: 20%;
  margin-right: 5%;
}

.footer .footer_top .footer_cen .flink ul li .large {
  display: block;
  font-size: 20px;
  line-height: 20px;
  color: #fefefe;
  font-weight: bold;
}

.footer .footer_top .footer_cen .flink ul li .link {
  margin: 12px 0 27px 0;
}

.footer .footer_top .footer_cen .flink ul li .link a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #787c81;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer .footer_top .footer_cen .flink ul li .link a:hover {
  color: #fff;
}

.footer .footer_top .footer_cen .contact {
  float: right;
  width: 30.4%;
}

.footer .footer_top .footer_cen .contact div.tel {
  padding-left: 65px;
  margin-bottom: 38px;
  background: url(../img/ftel.png) no-repeat left center;
}

.footer .footer_top .footer_cen .contact div.address {
  margin-bottom: 38px;
  padding-left: 65px;
  background: url(../img/fdz.png) no-repeat left center;
}

.footer .footer_top .footer_cen .contact div.email {
  margin-bottom: 38px;
  padding-left: 65px;
  background: url(../img/fem.png) no-repeat left center;
}

.footer .footer_top .footer_cen .contact div .ds {
  font-size: 16px;
  line-height: 30px;
  color: #787c81;
}

.footer .footer_top .footer_cen .contact div .con {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}

.footer .footer_top .footer_cen .contact div .number {
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  font-family: 'Conv_AVANTGARDEITCBYBT-DEMI';
}

.footer .copyright {
  background: #202225;
}

.footer .copyright .copyright_cen {
  font-size: 14px;
  line-height: 30px;
  color: #45484e;
  padding: 20px 0;
}

.footer .copyright .copyright_cen a {
  color: #45484e;
  transition: all 0.3s;
}

.footer .copyright .copyright_cen a:hover {
  color: #fff;
}

.page_box {
  margin-top: 1px;
}

.page_box .page {
  border: 1px solid #ededed;
  background-color: #fff;
  box-shadow: 0 5px 28px rgba(197, 197, 197, 0.3);
  position: relative;
  text-align: center;
  padding: 15px 110px;
  box-sizing: border-box;
}

.page_box .page .prev {
  font-size: 16px;
  line-height: 36px;
  color: #666;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -18px;
  display: inline-block;
  width: auto;
  background: none;
  transition: all 0.5s;
}

@media (min-width: 1024px) {
  .page_box .page .prev:hover {
    background: none;
    color: #2a59a7;
  }
}

.page_box .page .next {
  font-size: 16px;
  line-height: 36px;
  color: #666;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -18px;
  display: inline-block;
  width: auto;
  background: none;
  transition: all 0.5s;
}

@media (min-width: 1024px) {
  .page_box .page .next:hover {
    background: none;
    color: #2a59a7;
  }
}

.page_box .page a {
  width: 36px;
  height: 36px;
  font-size: 16px;
  line-height: 36px;
  color: #333;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  transition: all 0.5s;
}

.page_box .page a.active {
  background: #2a59a7;
  color: #fff;
}

.page_box .page a:hover {
  background: #2a59a7;
  color: #fff;
}

.pn-box .pn-title {
  position: fixed;
  left: 0;
  width: 60px;
  height: 180px;
  background: #2a59a7;
  top: 50%;
  margin-top: -90px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align: center;
  padding-top: 33px;
  box-sizing: border-box;
}

.pn-box .pn-title p {
  width: 20px;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

.pn-box .pn-list {
  position: fixed;
  top: 50%;
  left: -305px;
  z-index: 10;
  background: #fff;
  width: 305px;
  height: 500px;
  margin-top: -250px;
  overflow: auto;
  transition: left .5s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 0 5px 5px 0;
}

.pn-box .pn-list.on {
  left: 0;
}

.pn-box .pn-list ul {
  width: 100%;
}

.pn-box .pn-list li {
  width: 100;
}

.pn-box .pn-list li .pn-tit-one {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #010101;
  font-size: 16px;
  padding: 0 2% 0 15%;
  background: #fff url(../img/pro01.png) no-repeat 6% center;
  transition: background .3s;
  box-sizing: border-box;
}

.pn-box .pn-list li .pn-con-one {
  display: none;
}

.pn-box .pn-list li .pn-tit-one.cut {
  background: #2a59a7 url(../img/pro01_h.png) no-repeat 6% center;
  color: #fff;
}

.pn-box .pn-list li .pn-tit-two.cur,
.pn-box .pn-list li .pn-tit-three.cut,
.pn-box .pn-list li .pn-tit-four.cur,
.pn-box .pn-list li .pn-tit-five.cur {
  color: #2a59a7;
}

.pn-box .pn-list li .pn-con-two {
  background: #fafafa;
}

.pn-box .pn-list li .pn-tit-two {
  width: 100%;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  display: block;
  font-size: 14px;
  color: #666;
  box-sizing: border-box;
  padding: 0 2% 0 15%;
  border: 1px solid #e6e6e6;
  margin-top: -1px;
  transition: color .3s;
}

.pn-box .pn-list li .pn-con-two {
  width: 100%;
  padding: 16px 2% 20px 15%;
  box-sizing: border-box;
}

.pn-box .pn-list li .pn-tit-three {
  display: block;
  width: 100%;
  font-size: 13px;
  color: #666;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}

.pn-box .pn-list::-webkit-scrollbar {
  width: 4px;
  background-color: #2a59a7;
  border-radius: 50px;
}

.pn-box .pn-list::-webkit-scrollbar-track {
  border-radius: 50px;
  background-color: #2a59a7;
}

.pn-box .pn-list::-webkit-scrollbar-thumb {
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.pn-box .pn-list li .font-blod {
  font-weight: bold;
}

.pn-box .pn-list li .pn-con-three {
  width: 100%;
  padding: 8px 0;
  display: none;
}

.pn-box .pn-list li .pn-tit-four {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #666;
  /*padding: 0 0 0 8px;*/
  /*background: url(../img/111_h.png) no-repeat left center;*/
  background-size: 4px !important;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}

.pn-box .pn-list li .pn-con-four {
  width: 100%;
  display: none;
  padding: 0;
}

.right-flex {
  width: 60px;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 100;
}

.right-flex ul li {
  width: 160px;
  height: 60px;
  background: url(../img/bg.png) no-repeat;
  background-size: cover;
  float: right;
  margin-right: -100px;
  margin-bottom: 1px;
  transition: all 0.5s ease;
}

.right-flex ul li.two {
  width: 280px;
  margin-right: -220px;
}

.right-flex ul li.two a .ico {
  background: url(../img/tel3.png) no-repeat center center;
}

.right-flex ul li.two a .txt {
  font-size: 28px;
  line-height: 60px;
  color: #fff;
  font-family: Arial;
}

.right-flex ul li.wx {
  width: 60px;
  margin-right: 0px;
}

.right-flex ul li.wx a .ico {
  background: url(../img/wx.png) no-repeat center center;
}

.right-flex ul li.wx a .code {
  width: 140px;
  position: absolute;
  right: 60px;
  bottom: 0;
  height: 140px;
  display: block;
  transition: all 0.5s ease;
  overflow: hidden;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
}

.right-flex ul li.wx a .code img {
  width: 100%;
  height: auto;
}

.right-flex ul li.gotop a .ico {
  background: url(../img/top.png) no-repeat center center;
}

.right-flex ul li:hover {
  margin-right: 0;
  background: #2a59a7;
}

.right-flex ul li:hover a .ico {
  right: 0;
  left: auto;
}

.right-flex ul li:hover a .txt {
  padding: 0 20px;
}

.right-flex ul li:hover a .code {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

.right-flex ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.right-flex ul li a .ico {
  position: absolute;
  width: 60px;
  left: 0;
  top: 0;
  height: 60px;
  transition: all 0.5s ease;
  background: url(../img/zx.png) no-repeat center center;
}

.right-flex ul li a .txt {
  display: block;
  padding: 0 20px 0 60px;
  box-sizing: border-box;
  transition: all 0.5s ease;
  font-size: 16px;
  line-height: 60px;
  color: #fff;
}


.right-flex ul li a .ico.ico-kecheng {
  background: url(../img/kf-kecheng.png) no-repeat center center;
}

.right-flex ul li a .ico.ico-jiangbei {
  background: url(../img/kf-jiangbei.png) no-repeat center center;
}

.right-flex ul li a .ico.ico-jiameng {
  background: url(../img/kf-jiameng.png) no-repeat center center;
}



#window-screen-pop {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
  width: 530px;
  height: 280px;
  box-sizing: border-box;
  padding: 80px 20px 0px;
  font-size: 16px;
  line-height: 1.8;
  margin-left: -285px !important;
  margin-top: -140px !important;
  text-align: center;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}




/* 合作伙伴 */
.cooperation {
  width: 100%;
  background: rgba(245, 245, 245, 1);
  display: inline-block;
  text-align: center;
  padding: 130px 0px;
}

.cooperation ul {
  margin: 0px auto;
  width: 80%;
}

.cooperation li {
  float: left;
  display: inline-block;
  margin-right: 25px;
  width: calc(20% - 20px);
  background: #fff;
  padding: 0 10px;
}

.cooperation li img {
  /*width: 298px;
            height: 160px;*/
  width: 100%;
  height: 150px;
  /*-webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            filter: grayscale(100%);*/
}

.cooperation li .gray2 {
  display: none;
}

.cooperation li:hover .gray1 {
  display: none;
}

.cooperation li:hover .gray2 {
  display: block;
}

/*.cooperation li img:hover {
                -webkit-filter: grayscale(0%);
                -moz-filter: grayscale(0%);
                -ms-filter: grayscale(0%);
                -o-filter: grayscale(0%);
                filter: grayscale(0%);
                background: rgba(255,255,255,1);
                box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.14);
            }*/

.cooperation li p {
  line-height: 1;
  font-size: 17px;
  font-family: MicrosoftYaHeiUI;
  color: rgb(90, 89, 89);
  text-align: center;
  padding-bottom: 20px;
  margin-top: -5px;
}

.cooperation li:nth-child(5n) {
  margin-right: 0px;
}

.cooperation li img {
  height: inherit !important;
}


/* 数字化优势 */
.imglist {
  margin-top: -30px;
  margin-right: -30px;
  overflow: hidden;
}

.imglist li {
  float: left;
}

.imglist li a {
  margin-right: 30px;
  margin-top: 30px;
  position: relative;
  color: #fff;
  overflow: hidden;
  display: block;
  transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}


.h_honor {
  background: #fff;
  padding: 60px 0px 40px 0px;
}

.h_honor .imglist {
  margin-right: 0px;
}

.h_honor .imglist li {
  width: 25%;
}

.h_honor .imglist li .box {
  text-align: center;
  margin-top: 30px;
}

.h_honor .imglist li .box .img {
  height: 60px;
}

.h_honor .imglist li .box .img em {
  display: inline-block;
}

.h_honor .imglist li .box .txt {
  line-height: 1.2;
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
}

.h_honor .imglist li .box .txt .num {
  font-size: 50px;
  color: #2a59a7;
}

.h_honor .imglist li .box .txt .num span {
  font-family: 'MDINPRO';
}

.h_honor .imglist li .box .txt p {
  line-height: 35px;
  margin-top: 5px;
}

@media screen and (max-width:1200px) {
  .h_honor .imglist li .box .txt {
    font-size: 18px;
  }

  .h_honor .imglist li .box .txt .num {
    font-size: 40px;
  }
}

@media screen and (max-width:991px) {
  .h_honor .imglist li .box .txt {
    font-size: 16px;
  }

  .h_honor .imglist li .box .txt .num {
    font-size: 30px;
  }

  .h_honor .imglist li .box .txt p {
    line-height: 25px;
  }
}

@media screen and (max-width:640px) {
  .h_honor {
    padding: 30px 0px;
  }

  .h_honor .imglist li {
    width: 50%;
  }

  .h_honor .imglist li .box .txt {
    font-size: 14px;
  }

  .h_honor .imglist li .box .txt .num {
    font-size: 24px;
  }
}

/* 教师团队 */
.i_app_box {
  padding: 60px 0;
  padding-top: 60px;
}

.i_app_box .title {
  padding-bottom: 30px;
}

.i_app_box .title .t {
  font-size: 36px;
  line-height: 36px;
  color: #333;
  font-weight: bold;
  text-align: center;
}

.i_app_box .title .line {
  width: 38px;
  height: 6px;
  background: #2a59a7;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 5px;
}

.i_app_box .title p {
  font-size: 16px;
  text-align: center;
}


.i_app_box .nbox ul li {
  width: 10.5%;
  margin-right: 1%;
  margin-left: 1%;
  float: left;
  margin-top: 15px;
  background-color: #fff;
  overflow: hidden;
}


.i_app_box .nbox ul li div {
  overflow: hidden;
}

.i_app_box .nbox ul li img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease-in-out;
}

.i_app_box .nbox ul li a .cont {
  padding: 20px 15px;
  text-align: center;
  border: 1px solid #eee;
  border-top: none;
}

.i_app_box .nbox ul li a .cont .tit {
  font-size: 20px;
  line-height: 28px;
  color: #444;
  font-weight: bold;
  transition: all 0.5s ease-in-out;
}


.i_app_box .nbox ul li:hover a img {
  transform: scale(1.1);
}

.i_app_box .nbox ul li:hover a .cont {
  background: #2a59a7;
}

.i_app_box .nbox ul li:hover a .cont .tit {
  color: #ffffff !important;
}

/*师资团队*/
.h_class {
  background: #f1f2f4;
  margin-top: 0px;
  overflow: hidden;
}

.h_class .h_tit {
  margin-bottom: 50px;
}

.h_class .cont {
  margin-bottom: 15px;
}

.h_class .cont:last-child {
  margin-bottom: 0px;
}

.h_class .cont .name {
  font-size: 24px;
  font-weight: bold;
  color: #2a59a7;
  line-height: 1.5;
  margin-bottom: 30px;
}

.h_class .cont .imglist {
  margin-top: -55px;
  margin-right: -60px;
}

.h_class .cont .imglist li {
  width: 33.33%;
}

.h_class .cont .imglist li.m50 {
  margin-top: 50px;
}

.h_class .cont .imglist li a>img,
.h_class .cont .imglist li .box>img {
  height: 280px;
}

.h_class .cont .imglist li a,
.h_class .cont .imglist li .box {
  margin-top: 55px;
  margin-right: 30px;
  position: relative;
}

.h_class .cont .imglist li a .info,
.h_class .cont .imglist li .box .info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: url(../images/img3.png) center/cover no-repeat;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.h_class .cont2 .imglist li .box .info {
  background: url(../images/img2.png) center/cover no-repeat;
}

.h_class .cont .imglist li a .info .pic,
.h_class .cont .imglist li .box .info .pic {
  display: inline-block;
  position: absolute;
  bottom: 0px;
  right: 10px;
}

.h_class .cont .imglist li a .info .pic img,
.h_class .cont .imglist li .box .info .pic img {
  max-width: 100%;
  width: auto;
}

.h_class .cont .imglist li a .info .txt,
.h_class .cont .imglist li .box .info .txt {
  position: absolute;
  width: calc(100% - 60px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  line-height: 1.3;
  color: #333;
}

.h_class .cont .imglist li a .info .txt h2,
.h_class .cont .imglist li .box .info .txt h2 {
  padding-left: 25px;
  font-size: 16px;
  background: url(../images/ico9.png) left center no-repeat;
  line-height: 30px;
}

.h_class .cont .imglist li a .info .txt h3,
.h_class .cont .imglist li .box .info .txt h3 {
  font-size: 32px;
  padding: 1px 0px;
  font-family: 'MDINPRO', ' Microsoft YaHei';
}

.h_class .cont .imglist li a .info .txt h3 sup,
.h_class .cont .imglist li .box .info .txt h3 sup {
  font-size: 30px;
}

.h_class .cont .imglist li a .info .txt h4,
.h_class .cont .imglist li .box .info .txt h4 {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.75;
  width: 280px;
}

.h_class .cont .imglist li a .info .txt .tag,
.h_class .cont .imglist li .box .info .txt .tag {
  margin-top: 20px;

}

.h_class .cont .imglist li a .info .txt .tag span,
.h_class .cont .imglist li .box .info .txt .tag a {

  display: inline-block;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 5px;
  width: 90px;
  height: 30px;
  border: 1px solid #2a59a7;
  text-align: center;
  border-radius: 15px;
  line-height: 30px;
  color: #2a59a7;
}

.h_class .cont .imglist li a .info .txt .tag span:last-child,
.h_class .cont .imglist li .box .info .txt .tag a:last-child {
  margin-right: 0px;
}

.h_class .cont2 .imglist li .box .info .txt h2 {
  background: url(../images/ico10.png) left center no-repeat;
  color: #f8f631;
}

.h_class .cont2 .imglist li .box .info .txt h3 {
  color: #FFF;
}

.h_class .cont2 .imglist li .box .info .txt h4 {
  color: #FFF;
}

.h_class .cont2 .imglist li .box .info .txt .tag a {
  border: 1px solid #fff;
  color: #fff;
}

.h_class .cont .imglist li a:hover .info {
  background: url(../images/img4.png) center/cover no-repeat;
}

.h_class .cont2 .imglist li .box:hover .info {
  background: url(../images/img2.png) center/cover no-repeat;
}

.h_class .cont .imglist li a:hover .info .txt h2,
.h_class .cont .imglist li .box:hover .info .txt h2 {
  background: url(../images/ico10.png) left center no-repeat;
  color: #f8f631;
}

.h_class .cont .imglist li a:hover .info .txt h3,
.h_class .cont .imglist li .box:hover .info .txt h3 {
  color: #FFF;
}

.h_class .cont .imglist li a:hover .info .txt h4,
.h_class .cont .imglist li .box:hover .info .txt h4 {
  color: #FFF;
}

.h_class .cont .imglist li a:hover .info .txt .tag span,
.h_class .cont .imglist li .box:hover .info .txt .tag a {
  border: 1px solid #fff;
  color: #fff;
}

.h_class .cont .imglist li a:hover .info .txt .tag span:hover {
  border: 1px solid #f8f631;
  background: #f8f631;
  color: #ff5a00;
}

.h_class .cont1 {
  padding-top: 35px;
}

.h_class .cont1 .imglist {
  margin-top: -30px;
}

.h_class .cont1 .imglist li .name {
  margin-bottom: 0px;
}

.h_class .cont1 .imglist li a {
  margin-top: 30px;
}

.h_class .cont1 .imglist li a:hover .info {
  background: url(../images/img4.png) center/cover no-repeat;
}

.h_class .cont1 .imglist li a:hover .info .txt .tag span:hover {
  background: #FFF;
  color: #2a59a7;
}

.h_class .cont2 {
  padding-top: 0;
}

.h_class .cont2 .imglist {
  margin-top: -30px;
}

.h_class .cont2 .imglist li .name {
  margin-bottom: 0px;
}

.h_class .cont2 .imglist li a,
.h_class .cont2 .imglist li .box {
  margin-top: 30px;
}

.h_class .cont2 .imglist li a:hover .info {
  background: url(../images/img4.png) center/cover no-repeat;
}

.h_class .cont2 .imglist li a:hover .info .txt .tag span:hover {
  background: #FFF;
  color: #2a59a7;
}

.h_class .cont2 .imglist li .box .info .txt .tag a:hover {
  border: 1px solid #f8f631;
  background: #f8f631;
  color: #ff5a00;
}

@media screen and (max-width:1200px) {
  .h_class {
    padding-top: 70px;
  }

  .h_class .h_tit {
    margin-bottom: 20px;
  }

  .h_class .cont {
    margin-bottom: 60px;
  }

  .h_class .cont .imglist li a .info .pic,
  .h_class .cont .imglist li .box .info .pic {
    width: 150px;
  }

  .h_class .cont .imglist li a .info .txt h3,
  .h_class .cont .imglist li .box .info .txt h3 {
    font-size: 32px;
  }

  .h_class .cont .imglist li a .info .txt h4,
  .h_class .cont .imglist li .box .info .txt h4 {
    font-size: 12px;
  }

  .h_class .cont .imglist li a .info .txt .tag,
  .h_class .cont .imglist li .box .info .txt .tag {
    margin-top: 20px;
  }
}

@media screen and (max-width:991px) {
  .h_class .cont {
    margin-bottom: 30px;
  }

  .h_class .cont .imglist {
    margin-right: -30px;
  }

  .h_class .cont .imglist li {
    width: 100%;
  }

  .h_class .cont .imglist li.m50 {
    margin-top: 0px;
  }

  .h_class .cont .imglist li a,
  .h_class .cont .imglist li .box {
    margin-right: 30px;
  }

  .h_class .cont .imglist li a .info .pic,
  .h_class .cont .imglist li .box .info .pic {
    width: auto;
  }

  .h_class .cont .imglist li a .info .pic,
  .h_class .cont .imglist li .box .info .pic {
    right: 20px;
  }

  .h_class .cont .imglist li a .info .txt h3,
  .h_class .cont .imglist li .box .info .txt h3 {
    font-size: 28px;
  }

  .h_class .cont .imglist li a .info .txt h4,
  .h_class .cont .imglist li .box .info .txt h4 {
    font-size: 12px;
  }

  .h_class .cont .imglist li a .info .txt .tag span,
  .h_class .cont .imglist li .box .info .txt .tag span {
    width: 70px;
  }

  .h_class .cont1 .imglist li .name {
    margin-top: 30px;
  }
}

@media screen and (max-width:640px) {
  .h_class {
    padding-top: 40px;
  }

  .h_class .h_tit {
    margin-bottom: 0px;
  }

  .h_class .cont2 {
    padding-top: 20px;
  }

  .h_class .cont {
    margin-bottom: 15px;
  }

  .h_class .cont .imglist {
    margin-right: -15px;
    margin-top: -15px;
  }

  .h_class .cont .imglist li a,
  .h_class .cont .imglist li .box {
    margin-right: 15px;
    margin-top: 15px;
  }

  .h_class .cont .name {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .h_class .cont .imglist li a .info .pic,
  .h_class .cont .imglist li .box .info .pic {
    right: 20px;
    width: 150px;
  }

  .h_class .cont .imglist li a .info .txt h3,
  .h_class .cont .imglist li .box .info .txt h3 {
    font-size: 24px;
  }

  .h_class .cont .imglist li a .info .txt h4,
  .h_class .cont .imglist li .box .info .txt h4 {
    font-size: 12px;
  }

  .h_class .cont .imglist li a .info .txt .tag span,
  .h_class .cont .imglist li .box .info .txt .tag a {
    width: 70px;
  }

  .h_class .cont1 {
    padding-top: 15px;
  }

  .h_class .cont1 .imglist li .name {
    margin-top: 15px;
    font-size: 18px;
  }
}

@media screen and (max-width:480px) {

  .h_class .cont .imglist li a .info .txt h2,
  .h_class .cont .imglist li .box .info .txt h2 {
    font-size: 14px;
  }

  .h_class .cont .imglist li a .info .pic,
  .h_class .cont .imglist li .box .info .pic {
    width: 100px;
  }

  .h_class .cont .imglist li a .info .txt,
  .h_class .cont .imglist li .box .info .txt {
    width: 85%;
  }

  .h_class .cont .imglist li a .info .txt h3,
  .h_class .cont .imglist li .box .info .txt h3 {
    font-size: 20px;
  }

  .h_class .cont .imglist li a .info .txt h3 sup,
  .h_class .cont .imglist li .box .info .txt h3 sup {
    font-size: 14px;
  }

  .h_class .cont .imglist li a .info .txt h4,
  .h_class .cont .imglist li .box .info .txt h4 {
    font-size: 12px;
  }

  .h_class .cont .imglist li a .info .txt .tag,
  .h_class .cont .imglist li .box .info .txt .tag {
    margin-top: 5px;
  }

  .h_class .cont .imglist li a .info .txt .tag span,
  .h_class .cont .imglist li .box .info .txt .tag a {
    font-size: 12px;
    line-height: 25px;
    height: 25px;
  }

}


/* 你我同行 */
.h_partner {
  background-image: url(https://cn.litebee.com/assets/local/main/bg_edu.png);
  background-size: cover;
}

.h_partnerslider {
  margin-top: 15px;
}

.h_partnerslider .hd {
  text-align: center;
  margin-bottom: 30px;
}

.h_partnerslider .hd li {
  display: inline-block;
  color: #333;
  text-align: center;
  margin: 0px 3px;
  font-size: 20px;
  height: 48px;
  line-height: 48px;
  border-radius: 29px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  padding: 0px 35px;
}

.h_partnerslider .hd li:hover,
.h_partnerslider .hd li.on {
  border: 1px solid #0b4696;
  background: #0b4696;
  color: #FFF;
}

.h_partnerslider .bd ul {
  zoom: 1;
}

.h_partnerslider .bd ul .h_partnerlist {
  padding-bottom: 35px;
}

.h_partnerslider .bd ul .h_partnerlist .slick-slide {
  outline: none;
}

.h_partnerslider .bd ul .h_partnerlist .h_service1 .imglist {
  margin-right: -15px;
  margin-top: -15px;
}

.h_partnerslider .bd ul .h_partnerlist .h_service1 .imglist dd {
  width: 16.66%;
  float: left;
}

.h_partnerslider .bd ul .h_partnerlist .h_service1 .imglist dd a {
  display: block;
  margin-right: 15px;
  margin-top: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.h_partnerslider .bd ul .h_partnerlist .h_service1 .imglist dd a em {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
}

.h_partnerslider .bd ul .h_partnerlist .h_service1 .imglist dd a em img {
  transition: all 2s;
  -webkit-transition: all 2s;
  max-width: 100%;
  width: auto;
  display: inline;
}

.h_partnerslider .bd ul .h_partnerlist .h_service1 .imglist dd a:hover em img {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}

.h_partnerslider .bd ul .h_serviceshow {
  display: block;
}

.h_partnerslider .bd ul .h_servicehid {
  display: none;
}

.h_partnerslider .bd ul .h_partnerlist .h_service2 .imglist {
  margin-top: -38px;
  margin-right: -40px;
}

.h_partnerslider .bd ul .h_partnerlist .h_service2 .imglist dd {
  width: 25%;
  float: left;
}

.h_partnerslider .bd ul .h_partnerlist .h_service2 .imglist dd a {
  display: block;
  margin-top: 38px;
  margin-right: 40px;
  padding: 0px 0px 30px 0px;
  background: #f7f9fa;
}

.h_partnerslider .bd ul .h_partnerlist .h_service2 .imglist dd a .img {
  position: relative;
  overflow: hidden;
}

.h_partnerslider .bd ul .h_partnerlist .h_service2 .imglist dd a .img em {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  max-height: 195px;
  overflow: hidden;
}

.h_partnerslider .bd ul .h_partnerlist .h_service2 .imglist dd a em img {
  height: 100%;
}

.h_partnerslider .bd ul .h_partnerlist .h_service2 .imglist dd a .img em img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  display: inline-block;
  transition: all 2s;
  -webkit-transition: all 2s;
}

.h_partnerslider .bd ul .h_partnerlist .h_service2 .imglist dd a:hover .img em img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.h_partnerslider .bd ul .h_partnerlist .h_service2 .imglist dd a .txt {
  color: #333;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.h_partnerslider .bd ul .h_partnerlist .h_service2 .imglist dd a:hover .txt {
  color: #2a59a7;
}

.h_partnerslider .bd ul .h_partnerlist .h_service3 .imglist {
  margin-top: -30px;
  margin-right: -30px;
}

.h_partnerslider .bd ul .h_partnerlist .h_service3 .imglist dd {
  width: 33.33%;
  float: left;
}

.h_partnerslider .bd ul .h_partnerlist .h_service3 .imglist dd a {
  margin-top: 30px;
  margin-right: 30px;
  display: block;
}

.h_partnerslider .bd ul .h_partnerlist .h_service3 .imglist dd a .img {
  overflow: hidden;
  position: relative;
}

.h_partnerslider .bd ul .h_partnerlist .h_service3 .imglist dd a .img em {
  transition: all 2s;
  -webkit-transition: all 2s;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.h_partnerslider .bd ul .h_partnerlist .h_service3 .imglist dd a:hover .img em {
  transform: scale(1.1);
  -webkit-transition: scale(1.1);
}

.h_partnerslider .bd ul .h_partnerlist .h_service3 .imglist dd a .txt {
  padding: 15px;
  border: 1px solid #e6e8ea;
  box-sizing: border-box;
  position: relative;
  background: #f8f9fa;
}

.h_partnerslider .bd ul .h_partnerlist .h_service3 .imglist dd a .txt h2 {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  margin-bottom: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.h_partnerslider .bd ul .h_partnerlist .h_service3 .imglist dd a:hover .txt h2 {
  color: #2a59a7;
}

.h_partnerslider .bd ul .h_partnerlist .slick-dots {
  text-align: center;
  bottom: 0px;
}

.h_partnerslider .bd ul .h_partnerlist .slick-dots li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #e3e3e3;
  margin: 0px 10px;
}

.h_partnerslider .bd ul .h_partnerlist .slick-dots li.slick-active {
  background: #2a59a7;
}

@media screen and (max-width:1200px) {
  .h_partner {
    padding: 50px 0px 0px 0px;
  }

  .h_partnerslider {
    margin-top: 35px;
  }

  .h_partnerslider .hd {
    margin-bottom: 48px;
  }

  .h_partnerslider .hd li {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
  }

  .h_partnerslider .bd ul .h_partnerlist .h_service1 .imglist dd a em {
    width: 50%;
  }

  .h_partnerslider .bd ul .h_partnerlist .h_service3 .imglist dd a .txt h2 {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .h_partnerslider .bd ul .h_partnerlist .h_service2 .imglist dd a .txt {
    font-size: 16px;
  }

}

@media screen and (max-width:768px) {
  .h_partnerslider .bd ul .h_partnerlist .h_service1 .imglist dd {
    width: 33.33%;
  }

  .h_partnerslider .bd ul .h_partnerlist .h_service2 .imglist dd {
    width: 33.33%;
  }

  .h_partnerslider .bd ul .h_partnerlist .h_service2 .imglist {
    margin-top: -25px;
    margin-right: -15px;
  }

  .h_partnerslider .bd ul .h_partnerlist .h_service2 .imglist dd a {
    margin-top: 25px;
    margin-right: 15px;
  }

  .h_partnerslider .bd ul .h_partnerlist .h_service2 .imglist dd a .txt {
    font-size: 14px;
    line-height: 25px;
  }

  .h_partnerslider .bd ul .h_partnerlist .h_service3 .imglist {
    margin-top: -15px;
    margin-right: -15px;
  }

  .h_partnerslider .bd ul .h_partnerlist .h_service3 .imglist dd a {
    margin-top: 15px;
    margin-right: 15px;
  }

  .h_partnerslider .bd ul .h_serviceshow {
    display: none;
  }

  .h_partnerslider .bd ul .h_servicehid {
    display: block;
  }
}

@media screen and (max-width:640px) {
  .h_partner {
    padding: 40px 0px 0px 0px;
  }

  .h_partnerslider {
    margin-top: 25px;
  }

  .h_partnerslider .hd {
    margin-bottom: 38px;
  }

  .h_partnerslider .hd li {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    padding: 0px 15px;
  }

  .h_partnerslider .bd ul .h_partnerlist .h_service1 .imglist dd {
    width: 50%;
  }

  .h_partnerslider .bd ul .h_partnerlist .h_service2 .imglist dd {
    width: 50%;
  }

  .h_partnerslider .bd ul .h_partnerlist .h_service3 .imglist dd {
    width: 50%;
  }

  .h_partnerslider .bd ul .h_partnerlist .h_service3 .imglist dd a .txt {
    padding: 5px;
  }

  .h_partnerslider .bd ul .h_partnerlist .h_service3 .imglist dd a .txt h2 {
    font-size: 14px;
  }

}


/* @发展历程 */
.fix-width {
  width: 1200px;
  margin: 0 auto;
}

.development-wrap {
  margin-top: 42px;
}

.development-wrap li {
  float: left;
  width: 20% !important;
  margin: 0 !important;
  padding: 15px !important;
}

.development-wrap li img {
  display: block;
}

.development-wrap li strong {
  display: block;
  margin-top: 36px;
  font-size: 30px;
  color: #f68a1d;
  font-weight: bold;
}

.development-wrap li em {
  display: block;
  margin-top: 8px;
  margin-bottom: 12px;
  font-size: 20px;
  color: #f68a1d;
  font-weight: bold;
  font-style: normal;
}

.development-wrap li p {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  letter-spacing: 0;
}

.development-wrap li:first-of-type {
  width: 210px;
  margin-left: 50px;
  width: 200px;
  margin-left: 0;
}

.development-wrap li:nth-child(2) {
  width: 180px;
  margin-left: 100px;
  width: 180px;
  margin-left: 40px;
}

.development-wrap li:nth-child(3) {
  width: 215px;
  margin-left: 100px;
  width: 200px;
  margin-left: 40px;
}

.development-wrap li:nth-child(3) div {
  padding-left: 15px;
}

.development-wrap li:nth-child(4) {
  width: 262px;
  margin-left: 40px;
  width: 230px;
  margin-left: 20px;
}

.development-wrap li:nth-child(4) div {
  padding-left: 62px;
}

.development-wrap li:nth-child(5) {
  width: 234px;
  margin-left: 50px;
}

.development-wrap li:nth-child(5) div {
  padding-left: 50px;
}

.look-more-border {
  display: block;
  margin: 0 auto;
  width: 159px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border: 1px solid #0b4696;
  border-radius: 40px;
  color: #0b4696;
  transition: all 0.3s ease-out;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.look-more-border:hover {
  background-color: #0077c0;
  border-color: #0077c0;
  color: #fff;
}

/*** 
====================================================================
	about Section
====================================================================

***/
.about-section {}

.about-section .aboutBox {
  margin-top: 50px;
  overflow: hidden;
}

.about-section .pic {
  position: relative;
}

.about-section .pic a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.about-section .pic .playBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6vw;
  height: 6vw;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out;
}

.about-section .pic:hover .playBtn {
  width: 7vw;
  height: 7vw;
  transition: all 0.3s ease-out;
}

.about-section .text h2 {
  margin-top: 20px;
  font-size: 34px;
  color: #222222;
}

.about-section .text p {
  margin: 28px 0;
  font-size: 16px;
  line-height: 1.75;
}

.about-section .text a {
  display: block;
  width: 159px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border: 1px solid #0b4696;
  border-radius: 40px;
  color: #0b4696;
  transition: all 0.3s ease-out;
}

.about-section .text a:hover {
  border: 1px solid #FFE800;
  background: #FFE800;
  color: #000;
}

.fwBox {
  margin-top: 50px;
  transition: all 0.3s ease-out;
}

.fwBox a {
  display: block;
  padding: 20px 0;
  text-align: center;
  background: #0b4696;
  color: #fff;
  border-radius: 10px;
  transition: all 0.3s ease-out;
}

.fwBox i {
  font-size: 32px;
}

.fwBox h3 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
}

.fwBox a:hover {
  background: #FFE800;
  color: #000;
}




.about-section {
  display: block;
}

.about-section .section-title h2:before {
  left: 0;
  margin-left: 0px;
}

.about-section .image-box {
  position: relative;
}

.about-section .image-box .html5lightbox {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  /* background: rgba(11, 70, 150, 0.6); */
  text-align: center;
  align-items: center;
  justify-content: center;
}

.about-section .image-box .html5lightbox i:before {
  color: #ffffff;
  font-size: 36px;
}

.about-section img {
  width: 100%;
}

.about-section .about-box p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #222;
  padding-bottom: 10px;
}

.about-section .content-box p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #222;
  padding-bottom: 10px;
}

.about-box img {
  max-width: 100% !important;
}

.video-info {
  margin: 30px 0;
}

/* 新闻咨询 */
.ellip {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.h_news {
  display: block;
}

.h_news .cont {
  margin-top: 15px;
  overflow: hidden;
  margin-bottom: 30px;
}

.h_news .cont .firstnews {
  width: calc(50% - 30px);
  float: left;
}

.h_news .cont .firstnews a {
  display: block;
  position: relative;
  overflow: hidden;
}

.h_news .cont .firstnews a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 107px;
  background: url(../images/img16.png) center/cover no-repeat;
  bottom: 0px;
  left: 0;
  z-index: 3;
}

.h_news .cont .firstnews a em {
  transition: all 2s;
  -webkit-transition: all 2s;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 2;
}

.h_news .cont .firstnews a:hover em {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.h_news .cont .firstnews a .txt {
  padding: 15px 30px;
  position: absolute;
  bottom: 0px;
  line-height: 30px;
  z-index: 5;
  width: 100%;
  box-sizing: border-box;
}

.h_news .cont .firstnews a .txt .times {
  width: 100px;
  height: 25px;
  line-height: 25px;
  border-radius: 12.5px;
  background: #2a59a7;
  color: #FFF;
  font-family: 'r-averta';
  text-align: center;
  margin-bottom: 10px;
}

.h_news .cont .firstnews a .txt h2 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  color: #ffffff;
}

.h_news .cont .firstnews a:hover .txt h2 {
  color: #2a59a7;
}

.h_news .cont .firstnews a .txt h3 {
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
}

.h_news .cont ul {
  width: calc(50% - 30px);
  float: right;
}

.h_news .cont ul li {
  margin-bottom: 45px;
}

.h_news .cont ul li:last-child {
  margin-bottom: 0px;
}

.h_news .cont ul li a {
  display: block;
  overflow: hidden;
}

.h_news .cont ul li a .times {
  width: 88px;
  height: 88px;
  float: left;
  border: 1px solid #eeeeee;
  font-size: 18px;
  font-family: 'MDINPRO';
  color: #979797;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.h_news .cont ul li a:hover .times {
  border: 1px solid #2a59a7;
  color: #FFF;
  background: #2a59a7;
}

.h_news .cont ul li a .times .info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  line-height: 25px;
  text-align: center;
}

.h_news .cont ul li a .times p {
  display: block;
  width: 100%;
}

.h_news .cont ul li a .times span {
  font-size: 40px;
  color: #333;
}

.h_news .cont ul li a:hover .times span {
  color: #FFF;
}

.h_news .cont ul li a .txt {
  width: calc(100% - 110px);
  float: right;
}

.h_news .cont ul li a .txt h2 {
  font-size: 20px;
  color: #333;
  line-height: 30px;
  margin-bottom: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.h_news .cont ul li a:hover .txt h2 {
  color: #2a59a7;
}

.h_news .cont ul li a .txt .shijian {
  line-height: 30px;
  color: #333;
  display: none;
}

.h_news .cont ul li a .txt h3 {
  line-height: 25px;
  height: 50px;
  color: #999999;
}

.h_news .more {
  width: 200px;
  height: 58px;
  line-height: 58px;
  border-radius: 29px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 24px;
  display: block;
  color: #333;
  margin: 80px auto 0px auto;
  text-align: center;
}

.h_news .more:hover {
  border: 1px solid #2a59a7;
  color: #FFF;
  background: #2a59a7;
}

@media screen and (max-width:1440px) {
  .h_news .cont ul li {
    margin-bottom: 25px;
  }
}

@media screen and (max-width:1200px) {
  .h_news {
    padding: 80px 0px 0px 0px;
  }

  .h_news .cont {
    margin-top: 45px;
  }

  .h_news .cont .firstnews a .txt h2 {
    font-size: 20px;
  }

  .h_news .cont ul li {
    margin-bottom: 15px;
  }

  .h_news .cont ul li a .times {
    height: 78px;
  }

  .h_news .cont ul li a .txt h2 {
    margin-bottom: 5px;
  }

  .h_news .more {
    font-size: 20px;
    width: 180px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    margin: 50px auto 0px auto;
  }
}

@media screen and (max-width:991px) {
  .h_news .cont .firstnews {
    width: calc(50% - 15px);
  }

  .h_news .cont ul {
    width: calc(50% - 15px);
    float: right;
  }
}

@media screen and (max-width:768px) {
  .h_news {
    padding: 50px 0px 0px 0px;
  }

  .h_news .cont .firstnews {
    width: 100%;
  }

  .h_news .cont .firstnews a .txt {
    padding: 15px;
  }

  .h_news .cont .firstnews a .txt h2 {
    margin-bottom: 0px;
    font-size: 16px;
  }

  .h_news .cont ul {
    width: 100%;
    margin-top: 30px;
  }

  .h_news .cont ul li {
    margin-bottom: 25px;
  }

  .h_news .cont ul li a .times .info {
    font-size: 14px;
  }

  .h_news .cont ul li a .times span {
    font-size: 30px;
  }

  .h_news .cont ul li a .txt h2 {
    font-size: 16px;
  }
}

@media screen and (max-width:640px) {
  .h_news {
    padding: 30px 0px 0px 0px;
  }

  .h_news .cont {
    margin-top: 25px;
  }

  .h_news .cont ul li a .times {
    width: 70px;
    height: 70px;
    display: none;
  }

  .h_news .cont ul li a .txt {
    width: 100%;
  }

  .h_news .cont ul li a .times span {
    font-size: 24px;
  }

  .h_news .more {
    font-size: 16px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    margin: 30px auto 0px auto;
  }

  .h_news .cont ul li a .txt .shijian {
    display: block;
  }
}

.slick-dots li button {
  text-indent: 10000000px;
  overflow: hidden;
}


.footer-top {
  overflow: hidden;
  padding: 10px 0
}

.footer-top p {
  margin: 0;
  padding: 0;
  font-size: 14px
}

.footer-top .block-link {
  display: inline-block;
  margin: -10px 0;
  padding: 13px;
  font-size: 16px;
  padding-right: 30px;
  padding-left: 30px
}

.footer-top .twitter-text p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 30px !important
}

.footer-top .twitter-text p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 30px !important
}

.footer-top .social-list li a {
  border: 0px !important
}

.footer-top .twitter-pic {
  display: none
}

.twitter-pic {
  text-align: center;
  margin: 0 0 15px
}

.twitter-pic img {
  border-radius: 50%;
  display: table;
  margin: auto
}

.footer-middle .twitter-pic img {
  border-radius: 0px
}

.twitter-text p {
  margin-bottom: 0
}

#loading-container {
  display: table;
  margin: auto
}

.footer-middle {
  padding: 60px 0;
  height: 100%;
  position: relative;
  overflow: hidden;
  color: #aaa;
  background: #24272b
}

.foot-text-widget p {
  margin-bottom: 0
}

.footer-middle .container {
  position: relative;
  z-index: 1
}

.bottom-md-footer {
  background: #161616;
  padding: 20px 5px;
  overflow: hidden
}

.bottom-md-footer .form-control {
  display: inline-block;
  float: left;
  width: 75%;
  background: #000;
  border-color: #333
}

.bottom-md-footer .btn {
  padding: 10px 12px
}

.bottom-md-footer label {
  margin-bottom: 10px
}

.footer-middle a {
  color: #bbb
}

.nl {
  position: relative
}

.nl .btn {
  margin-left: -30px
}

.nl-note {
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 9;
  padding: 8px 15px;
  color: #333;
  width: 75%
}

.revtp-form .nl-note {
  bottom: auto;
  top: -125%;
  padding: 20px
}

.footer-middle h3,
.footer-middle h3 a {
  font-size: 20px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #f1f1f1 !important;
  font-weight: 700;
  margin-bottom: 40px
}

.footer-middle h3:after {
  content: "";
  width: 9%;
  height: 2px;
  display: block;
  margin: 15px 0
}

.footer-middle h3:after {
  content: "";
  width: 9%;
  height: 2px;
  display: block;
  margin: 15px 0;
  background-color: #2a59a7;
}

.footer-middle h3:before {
  content: "";
  width: 25%;
  height: 2px;
  display: block;
  position: absolute;
  left: 10%;
  bottom: 0px;
  background: #404040
}

.footer-middle .menu-widget li {
  padding: 12px 0;
  border-top: 1px #2f2f2f solid;
  margin-right: 10px
}

.footer-middle .menu-widget li:first-child {
  border-top: 0;
  padding-top: 0
}

.footer-middle .menu-widget li a {
  position: relative
}

.footer-middle .menu-widget li a:before {
  content: "\f105";
  display: inline-block;
  margin-right: 8px;
  font: normal normal normal 12px/1 FontAwesome
}

.contact-widget {
  background: transparent url('../images/world.png') no-repeat 50% 50%
}

.contact-widget p {
  margin-bottom: 10px
}

.contact-widget .details li {
  margin: 13px 0;
  line-height: 1.5;
  letter-spacing: 0.6px;
  font-size: 14px;
}

.contact-widget .details li i {
  display: table-cell;
  position: relative;
  vertical-align: middle
}

.contact-widget .details li i:before {
  margin-right: 15px;
  color: #949494;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #333;
  font-size: 12px;
  display: block;
  text-align: center
}

.contact-widget .details li span {
  display: table-cell;
  vertical-align: middle
}

.footer-bottom {
  padding: 25px 0;
  overflow: hidden;
  font-size: 13px;
  color: #6b6b6b;
  background-color: #111
}

.footer-bottom .footer-menu li {
  float: left;
  padding: 0 0 0 15px
}

.footer-bottom .footer-menu li:first-child {
  padding: 0
}

.footer-bottom .footer-menu li a {
  color: #969595;
  text-transform: uppercase
}

.footer-bottom .social-list li {
  margin-bottom: 0
}

.footer-bottom .social-list li a {
  border: 0 !important;
  border-radius: 0px;
  height: 45px;
  width: 45px;
  line-height: 45px
}

#footWrapper .social-list li a {
  border: 1px #515151 solid;
  color: #bbb
}

.footer-2 .footer-middle {
  background-image: url('../images/footer-bg.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

.footer-2 .footer-middle:after {
  display: none
}

.footer-2 .footer-bottom {
  padding: 0
}

.footer-2 .footer-bottom .copyrights {
  padding: 15px 0 13px
}

.footer-3 .footer-top {
  background-color: #282828
}

.footer-3 .footer-top p {
  color: #959595;
  height: 30px;
  line-height: 30px
}

.footer-3 .footer-top .social-list {
  margin: -5px 0
}

.footer-3 .footer-top .social-list li {
  margin: 0 1px
}

.footer-3 .footer-middle {
  background-color: #111
}

.footer-3 .footer-middle:after {
  display: none
}

.footer-3 .footer-bottom {
  background-color: #282828
}

.footer-4 .footer-middle:after {
  display: none
}

.footer-4 .footer-middle {
  padding: 0
}

.footer-4 .footer-middle .container {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden
}

.footer-4 .footer-middle .container:before {
  position: absolute;
  height: 100%;
  width: 50%;
  left: 25%;
  content: "";
  display: inline-block;
  top: 0;
  z-index: -1;
  margin-left: -15px
}

.footer-4 .footer-bottom {
  padding: 30px 0;
  text-align: center
}

.footer-4 .footer-menu-center {
  display: table;
  margin: 10px auto 0
}

.footer-light .footer-middle:after {
  display: none
}

.footer-light .footer-middle {
  padding: 0
}

.footer-light .footer-middle .container {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden
}

.footer-light .footer-middle .container:before {
  position: absolute;
  height: 100%;
  width: 50%;
  left: 25%;
  background: #e2e2e2;
  content: "";
  display: inline-block;
  top: 0;
  z-index: -1;
  margin-left: -15px
}

.footer-light .footer-bottom {
  padding: 30px 0;
  text-align: center
}

.footer-light .footer-menu-center {
  display: table;
  margin: 10px auto 0
}

.footer-light .social-list li a {
  border: 1px #ccc solid !important
}

.footer-light .contact-widget .details li i:before {
  background: #E0E0E0
}

.footer-minimal .footer-middle:after {
  display: none
}

.footer-minimal .footer-bottom {
  padding: 0
}

.footer-minimal .footer-bottom .copyrights {
  padding: 15px 0 13px
}

.footer-logo-txt {
  margin: 0 20px;
  width: 40%;
  line-height: 1.7
}

.minimal-info {
  line-height: 25px
}

.minimal-info i {
  margin-right: 10px
}

.centered {
  display: table;
  margin: auto
}

.minimal-socials li {
  margin: 0 4px
}

.footer-menu li {
  float: left;
  padding: 0 0 0 15px;
  text-transform: uppercase;
  font-size: 12px
}

.footer-menu li:first-child {
  padding: 0 0 0 0
}

.fixed-footer {
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 100%;
  left: 0
}

.fixed-foot {
  position: fixed;
  z-index: 999;
  bottom: 20px;
  left: 20px;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.52);
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.6px
}

.fixed-footer .footer-bottom {
  background-color: rgba(0, 0, 0, 0.52)
}

.fixed-footer.no-bg .footer-bottom {
  background-color: transparent
}

.fixed-footer.no-bg .container {
  background-color: rgba(0, 0, 0, 0.52);
  padding: 5px 0 5px 15px;
  margin-bottom: 20px
}

.fixed-footer .social-list li {
  margin-bottom: 0 !important
}

.fixed-footer .social-list li a {
  border: 0 !important;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 0
}

.copy2 {
  line-height: 45px
}

.fullscreen {
  overflow: hidden;
  position: relative;
  height: 100%
}

.fullscreen video {
  z-index: 1;
  position: absolute;
  left: -10%;
  top: -10%;
  width: 130%;
  height: 130%
}

.fullscreen .video-overlay {
  z-index: 2
}

.fullscreen .main-txt {
  position: absolute;
  z-index: 3;
  left: 0;
  width: 100%
}

.fixed-lft-foot {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 280px
}

.fixed-lft-foot .copyrights {
  line-height: normal;
  margin-bottom: 10px
}

.foot-lft-socials ul {
  display: table;
  margin: auto
}

.contact-widget .social-list {
  margin: 20px 0 0
}

.tags li {
  float: left;
  margin: 0 2px 7px;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  border: 1px #4c4c4c solid;
  display: inline-block
}

.tags li a {
  display: table;
  width: 100%;
  height: 200%;
  position: relative;
  top: 0;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 10px;
  z-index: 1
}

.tags.hover-effect li:hover {
  border-color: #4c4c4c
}

.tags.hover-effect li:hover {
  border-color: #4c4c4c
}

.tags.hover-effect li:hover a {
  top: 28px;
  right: 0
}

.tags.hover-effect li a:after {
  text-align: center;
  position: absolute;
  width: inherit;
  height: 50%;
  left: 0;
  top: -28px;
  line-height: 30px;
  z-index: 0;
  display: block
}

footer .tags li {
  border: 1px #4c4c4c solid;
  color: #6b6b6b
}

footer .tags li a {
  color: #bbb;
  display: block;
  width: 100px;
  height: auto;
  background: transparent;
  left: 0;
  top: 0;
}

footer .tags li a:hover {
  background: #2a59a7;
  color: #fff;
    left: 0;
    top: 0;
}

.recent-posts-footer li {
  margin-bottom: 10px;
  padding: 10px 0 0;
  border-top: 1px rgba(255, 255, 255, 0.05) solid;
  overflow: hidden
}

.recent-posts-footer li:first-child {
  border-top: 0
}

.recent-posts-footer li:first-child {
  border-top: 0
}

.recent-posts-footer li .post-img {
  float: left;
  margin-right: 10px;
  max-height: 40px;
  overflow: hidden
}

.recent-posts-footer li .post-img img {
  padding: 1px;
  width: 40px;
  border: 1px #2d2d2d solid
}

.recent-posts-footer li h4 {
  overflow: hidden;
  margin-bottom: 3px;
  height: 18px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: normal
}

.recent-posts-footer li .meta {
  display: inline-block;
  margin-right: 10px;
  font-size: 11px;
  color: #999
}

.recent-posts-footer li .meta i {
  margin: 0 5px 0 0
}

.tweets-widget .tweet_avatar {
  float: left;
  width: 50px;
  height: 50px
}

.tweets-widget .tweets_txt {
  margin-left: 65px
}

.tweets-widget .tweets_txt span,
.tweets-widget .tweets_txt a {
  display: block
}

.tweets-widget .widget-content,
.tweets-widget .slick-slider {
  overflow: visible
}

.footer-top p,
.footer-top .tweets_txt {
  margin: 0;
  padding: 0;
  font-size: 14px
}

.footer-top div.tweets>div {
  padding: 0 66px 0 30px;
  line-height: 30px
}

.footer-top div.tweets>div:before {
  font: normal normal normal 19px/1 FontAwesome;
  position: absolute;
  left: 0;
  top: 6px;
  content: "\f099";
  display: inline-block
}

.footer-top div.tweets>div a {
  text-decoration: underline
}

.footer-top div.tweets .slick-prev,
.footer-top div.tweets .slick-next {
  border: 0;
  background: rgba(0, 0, 0, .11);
  position: absolute;
  right: 0px;
  font-size: 0px;
  top: -2px;
  width: 30px;
  height: 30px
}

.footer-top div.tweets .slick-prev:before,
.footer-top div.tweets .slick-next:before {
  font: normal normal normal 15px/0.8 FontAwesome;
  content: "\f106";
  display: inline-block;
  line-height: 31px
}

.footer-top div.tweets .slick-prev {
  right: 33px;
  background: rgba(0, 0, 0, .22)
}

.footer-top div.tweets .slick-prev:before {
  content: "\f107"
}

.footer-top div.tweets .slick-dots {
  display: none !important
}

ul.flickr-widget li {
  float: left;
  margin: 0 1px 1px 0;
  position: relative;
  overflow: hidden
}

ul.flickr-widget li img,
ul.flickr-widget .img-overlay {
  width: 64px;
  height: 64px
}

ul.flickr-widget .img-overlay:before {
  font-size: 22px;
  line-height: 59px;
  height: 59px;
  font-weight: 100
}

ul.flickr-widget .flickr {
  height: 59px;
  display: block;
  overflow: hidden
}

ul.flickr-widget .img-overlay,
.zoom .img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, .8);
  left: 0;
  transform: scale(2);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2)
}

ul.flickr-widget .img-overlay:before,
.zoom .img-overlay:before {
  display: block;
  content: "\f00e";
  text-align: center;
  font-size: 15px;
  font-family: FontAwesome;
  line-height: 60px
}

ul.flickr-widget li:hover .img-overlay,
.zoom:hover .img-overlay {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1)
}

.zoom {
  position: relative;
  display: inline-block
}

#footWrapper .footer-middle .tweets-widget .twitter-pic {
  float: left
}

#footWrapper .footer-middle .tweets-widget {
  position: relative;
  overflow: visible
}

#footWrapper .footer-middle .tweets-widget .twitter-text {
  margin: -5px 0 0 57px
}

.sm-mob {
  position: absolute;
  right: 73px;
  bottom: 20px
}

.vertical-icons .icon-box-small {
  border-top: 1px rgba(255, 255, 255, 0.2) solid
}

.vertical-icons .icon-box-small:first-child {
  border-top: 0
}

.vertical-icons .icon-box-small .icon-sm-desc {
  margin-left: 90px
}

.icon-sm-desc {
  margin-left: 70px
}

.portfolio-slider.no-margin .portfolio-item {
  margin: 0 1px !important
}

.three-imgs {
  text-align: center;
  position: relative;
  clear: both
}

.three-imgs .img-2 {
  position: absolute;
  left: 10%;
  bottom: -20px
}

.three-imgs .img-3 {
  position: absolute;
  right: 10%;
  bottom: -20px
}

.gallery_thumbs li {
  float: left;
  width: 120px;
  height: 80px;
  margin: 0 1px 1px 0;
  overflow: hidden
}

.gallery_thumbs a {
  display: block;
  overflow: hidden
}

.gallery_thumbs li .img-overlay:before {
  line-height: 80px
}

.gallery_thumbs li .img-overlay:before {
  line-height: 80px
}

.chef_rit {
  background: transparent url('../images/chef.jpg') no-repeat;
  min-height: 430px !important
}

.left-video-box {
  padding: 50px 80px !important
}

.small-video {
  width: 400px;
  margin-right: 20px;
  overflow: hidden
}

.portfolio-bg {
  background: #000
}

.entry-image {
  margin: 0 0 15px
}

.entry-content h5 {
  margin-bottom: 8px
}

.entry-content .post-meta {
  margin-bottom: 10px;
  overflow: hidden
}

.break-news {
  padding: 0 30px 0 0;
  margin: 15px 0;
  position: relative;
  padding-left: 160px;
  overflow: hidden;
  height: 50px;
  line-height: 50px
}

span.lbl {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 15px;
  font-size: 12px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase
}

.break-news-slider {
  overflow: visible
}

.lft-pad-cell {
  padding-right: 30px !important
}

.inner-magazine .post-content {
  background: transparent !important;
  margin-left: 0 !important
}

.inner-magazine .post-item {
  margin-bottom: 0
}

.p-1-col .portfolio-item,
.lg-item {
  border-bottom-style: dashed !important
}

.inner-magazine .post-content .post-info-container {
  padding: 0
}

.inner-magazine .post-item .post-content p {
  padding: 5px 0 !important
}

.small_items {
  padding: 20px 0 0
}

.small_items .post-item {
  margin-bottom: 0
}

.small_items .entry-image {
  width: 50px;
  height: 50px;
  float: left;
  margin: 0 15px 0 0
}

.small_items .entry-content {
  position: relative;
  overflow: hidden
}

.small_items .entry-content h5 {
  margin-bottom: 7px;
  font-size: 14px
}

.lg-item {
  padding-bottom: 20px;
  margin-bottom: 0
}

.lg-item {
  padding-bottom: 20px;
  margin-bottom: 0
}

.inner-magazine .heading {
  padding-bottom: 1px !important
}

.inner-magazine .gallery_thumbs li {
  float: left;
  width: 100px;
  height: 80px;
  margin: 0 1px 1px 0;
  overflow: hidden
}

.inner-magazine.col-md-8 .gallery_thumbs li,
.inner-magazine.col-md-8 .gallery_thumbs li img {
  width: 103px;
  height: 82px
}

.inner-magazine .gallery_thumbs li img {
  width: 100px;
  height: 80px
}

.gallery_thumbs li .img-overlay:before {
  line-height: 80px
}

.widget-tweets {
  padding: 15px 0 10px
}

.socials-widget .social-list span,
.socials-widget .social-list a {
  float: left;
  overflow: hidden
}

.socials-widget.style-2 .widget-content {
  margin: -15px
}

.socials-widget.style-2 .social-list span,
.socials-widget.style-2 .social-list a {
  float: none;
  display: block;
  text-align: center
}

.socials-widget .social-list li {
  margin: 0 0 12px 0;
  width: 47%
}

.socials-widget.style-2 .social-list {
  margin-right: -15px;
  overflow: hidden
}

.socials-widget.style-2 .social-list li {
  width: 24%;
  padding: 15px 3px;
  margin: 0
}

.socials-widget.style-2 .widget-content {
  border-left: 0
}

.socials-widget .social-list a {
  margin: 0 8px 0 0
}

.socials-widget.style-2 .social-list a {
  margin: 0 auto 10px
}

.socials-widget .social-list span {
  font-size: 70%
}

.socials-widget .social-list span strong {
  font-size: 140% !important
}

.abs-logo {
  position: absolute;
  left: 50%;
  top: 100px;
  z-index: 222;
  margin-left: -100px
}

.diamond-grid {
  width: 700px;
  margin: 0 auto;
  padding-right: 10px;
  position: absolute;
  left: 50%;
  margin-left: -350px;
  top: 270px;
  z-index: 333;
  height: 900px
}

.diamonds {
  background: transparent;
  color: #fff;
  position: relative;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 23.3333333333333%;
  padding-bottom: 23.3333333333333%;
  display: block;
  margin: 5%;
  margin-top: -10%;
  float: left;
  border: 1px #fff solid;
  background: rgba(255, 255, 255, .15)
}

.diamonds a {
  display: block;
  color: #fff;
  font-weight: bold
}

.diamonds:hover a {
  color: #fff !important
}

.diamonds i {
  display: block;
  font-size: 30px;
  margin-bottom: 5px;
  position: absolute;
  left: 30%;
  top: 30%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.diamond-grid li.diamonds span {
  text-transform: uppercase;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 50%;
  font-size: 19px
}

.diamond-grid>li.diamonds:nth-child(1),
.diamond-grid>li.diamonds:nth-child(2),
.diamond-grid>li.diamonds:nth-child(3) {
  margin-top: 5%
}

.diamond-grid>li.diamonds:nth-child(5n+4) {
  margin-left: 21.555555555%
}

.diamond-grid>li.diamonds:nth-child(5n+6) {
  clear: left
}

.diamond-grid>li.diamonds:nth-child(5n+6):last-of-type {
  margin-left: 38%
}

.logo.xxlarge-text a {
  font-size: 60px
}

.logo.xxlarge-text a span {
  line-height: 48px
}


.footer-top div.slick-s {
  height: 35px !important;
  overflow: hidden
}

.footer-top div.slick-s .slick-slide {
  padding: 0 66px 0 30px;
  line-height: 60px;
  position: relative;
  overflow: hidden;
  height: 30px !important
}

.footer-top div.slick-s .slick-slide:before {
  font: normal normal normal 19px/1 FontAwesome;
  position: absolute;
  left: 0;
  top: 6px;
  content: "\f099";
  display: inline-block
}

.footer-top div.slick-s a {
  color: #fff
}

.footer-top div.slick-s .slick-prev,
.footer-top div.slick-s .slick-next {
  border: 0;
  background: rgba(0, 0, 0, .11);
  position: absolute;
  right: 0px;
  font-size: 0px;
  top: 0px;
  width: 35px;
  height: 30px;
  color: #fff
}

.footer-top div.slick-s .slick-prev:before,
.footer-top div.slick-s .slick-next:before {
  font: normal normal normal 15px/0.8 FontAwesome;
  content: "\f106";
  display: inline-block;
  margin-right: 3px
}

.footer-top div.slick-s .slick-prev {
  right: 33px;
  background: rgba(0, 0, 0, .22)
}

.footer-top div.slick-s .slick-prev {
  right: 35px;
  background: rgba(0, 0, 0, .22)
}

.footer-top div.slick-s .slick-prev:before {
  content: "\f107";
  margin-left: 3px;
  margin-right: 0
}

.footer-top div.slick-s .slick-dots {
  display: none !important
}

.widget-tweets .slick-dots,
.widget-tweets .slider_controls {
  margin: 10px auto
}

.footer-light .footer-top div.slick-s a {
  color: #666;
  font-weight: normal !important
}

#footWrapper .footer-middle .tweets-widget .slick-prev,
#footWrapper .footer-middle .tweets-widget .slick-next {
  display: block !important;
  position: absolute;
  right: 0;
  top: -72px
}

#footWrapper .footer-middle .tweets-widget .slick-prev {
  right: 20px
}

#footWrapper .footer-middle .tweets-widget .slick-next:before {
  content: "\f106"
}

#footWrapper .footer-middle .tweets-widget .slick-prev:before {
  content: "\f107"
}

.f-about {
  font-size: 14px;
}


/* 新闻卡片 */
.news-item .card {
  background: #fff;
  margin: 0 auto 30px;
  border: 1px solid #eee;
}

.news-item .card:hover {
  box-shadow: 0 5px 16px rgba(159, 159, 159, 0.2);
}

.news-item .card:hover a .tu img {
  transform: scale(1.1);
}

.news-item .card:hover a .cont .tit {
  color: #2a59a7;
}

.news-item .card a {
  display: block;
  overflow: hidden;
}

.news-item .card a .tu {
  overflow: hidden;
}

.news-item .card a .tu img {

  max-width: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.news-item .card a .cont {
  padding: 40px 30px;
  position: relative;
}

.news-item .card a .cont .date {
  display: inline-block;
  font-size: 14px;
  line-height: 34px;
  color: #fff;
  background: #2a59a7;
  padding: 0 16px;
  position: absolute;
  left: 30px;
  top: 0;
  margin-top: -17px;
  z-index: 10;
}

.news-item .card a .cont .tit {
  font-size: 20px;
  line-height: 28px;
  color: #444;
  font-weight: bold;
  transition: all 0.5s ease-in-out;
}

.news-item .card a .cont .con {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  height: 48px;
  overflow: hidden;
  margin-top: 18px;
}

.news-item .card a .cont .more {
  display: inline-block;
  padding-right: 45px;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  margin-top: 30px;
  background: url(../img/more.png) no-repeat right center;
}


/* 荣誉证书卡片 */
.main.honor .honor_box {
  background: #fafafa;
  padding-bottom: 90px;
}

.main.honor .honor_box .nbox {
  padding-top: 60px;
}

.honor-item .card {
  background: #fff;
  margin: 0 auto 30px;
  border: 1px solid #eee;
}

.honor-item .card:hover {
  box-shadow: 0 5px 16px rgba(159, 159, 159, 0.2);
}

.honor-item .card:hover a .tu img {
  transform: scale(1.1);
}

.honor-item .card:hover a .cont .tit {
  color: #2a59a7;
}

.honor-item .card a {
  display: block;
  overflow: hidden;
}

.honor-item .card a .tu {
  overflow: hidden;
  max-height: 100%;
  padding: 15px;
  text-align: center;
}

.honor-item .card a .tu .embed-responsive {
  overflow: hidden;
  height: auto;
  padding: 0;
}

.honor-item .card a .tu img {

  max-width: 100%;
  height: 225px;
  max-height: 100%;
  object-fit: contain;
  transition: all 0.5s ease-in-out;
}

.honor-item .card a .cont {
  padding: 15px 10px;
  position: relative;
}

.honor-item .card a .cont .date {
  display: inline-block;
  font-size: 14px;
  line-height: 34px;
  color: #fff;
  background: #2a59a7;
  padding: 0 16px;
  position: absolute;
  left: 30px;
  top: 0;
  margin-top: -17px;
  z-index: 10;
}

.honor-item .card a .cont .tit {
  font-size: 14px;
  line-height: 28px;
  color: #444;
  font-weight: bold;
  text-align: center;
  transition: all 0.5s ease-in-out;
}

.honor-item .card a .cont .con {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  height: 48px;
  overflow: hidden;
  margin-top: 18px;
}

.honor-item .card a .cont .more {
  display: inline-block;
  padding-right: 45px;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  margin-top: 30px;
  background: url(../img/more.png) no-repeat right center;
}

/* 课程 */
.course .course_box {
  padding-bottom: 60px;
  padding-top: 60px;
}

/* 课程详情 */
.tit01 {
  font-size: 38px;
  line-height: 38px;
  font-weight: bold;
  color: #2a59a7;
  letter-spacing: 3px;
}

.tit02 {
  color: #b8b8b8;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-top: 5px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}

.tit02:after {
  content: '';
  height: 3px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -2px;
  width: 60px;
  background: #2a59a7;
}

.dlous {
  line-height: 2;
  padding: 2% 0;
  font-size: 16px;
  text-align: center;
}

.pnousc .pic {
  width: 50%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 2;
}

.pnousc .con {
  width: 50%;
  height: 400px;
  padding: 10px 40px 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.pnousc .con .donla {
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #eee;
  line-height: 27px;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position: left 17px;
}

.pnousc .con .donla span {
  display: inline-block;
  color: #999;
  margin-right: 20px;
}

.pnousc .con .donla span i {
  color: #2a59a7;
  padding-right: 5px;
  font-size: 20px;
}

/* 课程大纲 */
.palcmt table {
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.palcmt table thead td {
  font-size: 18px;
  color: #fff;
}

.palcmt table td {
  border: 1px solid #e7e7e7;
  padding: 20px 15px;
  line-height: 25px;
  text-align: center;
}

.palcmt table tr:nth-child(odd) td {
  background-color: #f0f0f0;
}

.palcmt table tr:nth-child(1) td {
  background-color: #2a59a7;
  color: #ffffff;
}

.palcmt table tr:nth-child(1) td:nth-child(2) {
  background-color: #0785bf;
  color: #ffffff;
}

.palcmt table td .pt {
  background: url(../images/d.png) no-repeat left 10px;
  padding-left: 12px;
}


/* 教学用具 */
.ouresc {
  display: block;
}

.ouresc li {
  /*padding:55px;*/
  padding: 0px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-top: 50px;
}

.ouresc li .pic {
  width: 50%;
  border-right: 1px solid #ebebeb;
  overflow: hidden;
}

.ouresc li .pic img {
  width: 100%;
  transition: all 0.5s ease;
}

.ouresc li .con {
  width: 50%;
  padding: 55px;
}

.ouresc li .con .p1 {
  font-size: 28px;
  font-weight: bold;
  color: #2a59a7;
}

.ouresc li .con .p2 {
  font-size: 18px;
  padding: 15px 0;
}

.odnk {
  border-top: 1px solid #eee;
}

.odnk td {
  font-size: 16px;
  line-height: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.odnk td.tl {
  color: #999;
}

.odnk tdd {
  line-height: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  text-align: center;
}

.odnk tdd.tl1 {
  color: #999;
}

.odnk tdd.tl2 {
  font-weight: bold;
}

.odrela {
  margin-top: 25px;
}

.odrela a {
  display: inline-block;
  width: 182px;
  text-align: center;
  line-height: 44px;
  border: 1px solid #2a59a7;
  border-radius: 3px;
  color: #2a59a7;
  transition: all 0.5s ease;
}

.odrela a.on {
  color: #fff;
  background: #2a59a7;
  transition: all 0.5s ease;
}

.lpalc {
  padding-top: 25px;
  display: none;
}

.ouresc li:hover .pic img {
  transform: scale(1.05);
  transition: all 0.5s ease;
}

.ouresc li:hover .odrela a {
  background: #2a59a7;
  color: #fff;
}