a,
select,
textarea,
input,
button,
html,
body,
div,
ul,
li {
  tap-highlight-color: transparent !important;
  outline: 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;
  }
}



.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);
}

@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: 170px;
  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 {
  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 .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: 132px;
}

@media (max-width: 1500px) {
  .header .nav ul li {
    width: 120px;
  }
}

@media (max-width: 1300px) {
  .header .nav ul li {
    width: 110px;
  }
}

.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;
}

.header .nav ul li .slider {
  width: 100%;
  position: absolute;
  left: 0;
  top: 90px;
  background: #f1f2f2;
  padding-top: 80px;
  padding-bottom: 80px;
  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>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);
}

.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);
}

.abanner {
  position: relative;
}

.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: 50px;
  line-height: 68px;
  color: #fff;
  
}

@media (max-width: 1300px) {
  .abanner .txt_box .en {
    font-size: 44px;
    line-height: 60px;
  }
}

.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: 111px;
  background: #24272b;
  padding-bottom: 185px;
  min-width: 1200px;
}

.main.welcome .box .title {
  text-align: center;
}

.main.welcome .box .title .t {
  font-size: 36px;
  line-height: 54px;
  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;
  
  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;
 
}

@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-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: 36px;
}

@media (max-width: 1300px) {
  .main.welcome .box .list_box .case_r ul li.active .txt {
    font-size: 30px;
  }
}

.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 {
  width: 100%;
  height: auto;
  position: relative;
  top: 1px;
}

.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: #fff;
}

.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: 85px;
}

.main.welcome .product_box .product_top .cont_box .cont .title .t {
  font-size: 36px;
  line-height: 54px;
  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: 500px;
  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;
  
  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: #fff;
  font-weight: bold;
}

.main.welcome .product_box .product_top .product_r a .txt .model {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}

@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: 240px;
  padding-bottom: 160px;
}

.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: 616px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 13px;
}

.main.welcome .news_box {
  padding-bottom: 125px;
  padding-top: 105px;
}

.main.welcome .news_box .title {
  text-align: center;
}

.main.welcome .news_box .title .t {
  font-size: 36px;
  line-height: 54px;
  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%;
  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 p {
  padding-left: 15px;
  background: url(../img/t.png) no-repeat left center;
}

.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;
  
  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;
 
  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: 54px;
  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: 83.7%;
}

.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: 54px;
  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;
  
  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;
  
  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: 140px;
}

.main.news .news_box .nbox {
  padding-top: 62px;
}

.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: 2.45%;
  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 {
  width: 100%;
  height: auto;
  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: 40px;
  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;
}

.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 .tit .day {
  font-size: 14px;
  line-height: 20px;
  color: #696969;
  float: left;
  margin-top: 6px;
  background: url(../img/ttt.png) no-repeat left center;
  padding-left: 28px;
}

.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: 130px;
  padding-bottom: 118px;
}

.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;
  
  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;
  
  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: 110px;
  padding-bottom: 100px;
}

.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;
  
}

.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;
  
}

.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: 54px;
  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 {
  width: 100%;
  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: 80px;
  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: 80px;
  color: #333;
  transition: all 0.4s;
  display: block;
}

.applay-tb {
  width: 960px;
  margin-bottom: 70px;
}

.applay-tb .spred {
  font-size: 18px;
  
  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: 100px;
  padding-bottom: 95px;
}

.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: 25%;
}

.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;
}

.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;
  
}

.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: 83px;
}

.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;
  
}

.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;
}

#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;
}

/*# sourceMappingURL=style.css.map */