@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face {
  font-family: 'HEITI';
  src: url('../font/Adobe\ 黑体\ Std\ R.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SourceHanSansCNBold';
  src: url('../font/SourceHanSansCN-Bold.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
/* header */
header {
  width: 100%;
  position: absolute;
  height: 130px;
  z-index: 999;
  width: 100%;
}

.headtop {
  width: 100%;
  overflow: hidden;
  background-color: #126c38;
}

.topmain {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}

.topmain p {
  margin-left: 10px;
  margin-right: 28px;
}

.header-main {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 130px;
}

.logo {}

.nav-ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.head-r {
  display: flex;
}

.head-lang {
  display: flex;
}

.nav-ul {
  margin-right: 35px;
}

.nav-ul li>a {
  display: block;
  font-size: 18px;
  line-height: 58px;
  text-align: center;
  color: #fff;
  position: relative;
  transition: all 0.3s;
  text-transform: uppercase;
  margin: 0 50px;
}

.nav-ul li:hover>a,
.nav-ul li.nav-active a {
  /* color: #e66621; */
  border-bottom:2px solid #fff;
  /* display: inline-block; */
}

.headbom {
  position: relative;
  z-index: 999;
}

.nav-ul li:hover>a::after {
  opacity: 1;
}

.nav-ul li.nav-active a::after {
  opacity: 1;
}

.nav-ul li {
  position: relative;
}

.nav-sub {
  position: absolute;
  top: 58px;
  z-index: 99;
  width: 100%;
  display: none;
}

.nav-sub dl dd {
  background: #e66621;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 2px;
}

.nav-sub dl dd a {
  color: #fff;
}

.nav-sub dl dd:hover {
  background: #e66621;
}

.head-lang-box {
  display: flex;
  width: 180px;
  justify-content: center;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  height: 100px;
  position: relative;
}

.head-on .head-lang-box,
.newsdetail-head .head-lang-box {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}

.lang-sub {
  position: absolute;
  background: #fff;
  top: 100px;
  width: 100%;
  display: none;
}

.lang-sub a {
  display: block;
  line-height: 64px;
  height: 64px;
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
}

.lang-sub a:last-child {
  border-bottom: none;
}

.lang-sub a:hover {
  color: #e66621;
}

.head-lang-box>img {
  width: 22px;
}

.head-langimg {
  margin-right: 28px;
}

.head-langtxt img {
  display: block;
  margin-left: 12px;
  width: 13px;
  height: 8px;
}

.head-langtxt {
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
}

.head-langimg img:last-child {
  display: none;
}

.head-sou img:last-child {
  display: none;
}

.head-langtxt img:last-child {
  display: none;
}

.head-sou {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
}

.head-soum {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  height: 100px;
  display: none;
}

.head-soum-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.head-soum form {
  width: 41%;
  display: flex;
  position: relative;
  height: 46px;
  line-height: 46px;
}

.head-soum input {
  border: none;
  border-bottom: 1px solid #4e4e4e;
  width: 100%;
}

.head-soum button {
  border: none;
  background: none;
  position: absolute;
  right: 0;
}

.head-on,
.newsdetail-head {
  background: #fff;
}

.head-on .nav-ul li>a,
.newsdetail-head .nav-ul li>a {
  color: #333333;
}

.head-on .nav-ul li:hover a,
.head-on .nav-ul li.nav-active a {

  
}


.head-on .head-langtxt,
.newsdetail-head .head-langtxt {
  color: #333333;
}

.head-on .head-langimg img:last-child,
.newsdetail-head .head-langimg img:last-child {
  display: block;
}

.head-on .head-langimg img:first-child,
.newsdetail-head .head-langimg img:first-child {
  display: none;
}

.head-on .head-sou img:last-child,
.newsdetail-head .head-sou img:last-child {
  display: block;
}

.head-on .head-sou img:first-child,
.newsdetail-head .head-sou img:first-child {
  display: none;
}

.head-on .head-langtxt img:last-child,
.newsdetail-head .head-langtxt img:last-child {
  display: block;
}

.head-on .head-sou img:first-child,
.newsdetail-head .head-sou img:first-child {
  display: none;
}

.head-on .logo img:last-child,
.newsdetail-head .logo img:last-child {
  display: block;
}

.head-on .logo img:first-child,
.newsdetail-head .logo img:first-child {
  display: none;
}

.head-on,
.newsdetail-head {
  border-bottom: none;
}

.head-on .head-langtxt .lan-arrow-white {
  display: none !important;
}

.newsdetail-head .head-langtxt .lan-arrow-white {
  display: none !important;
}

@media (max-width: 1600px) {
  .nav-ul li>a {
    margin: 0 30px;
  }
}

@media (max-width: 1400px) {
  .nav-ul li>a {
    margin: 0 20px;
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .nav-ul li>a {
    margin: 0 15px;
  }

  .hotline-wrap p {
    margin-left: 8px;
  }
}

@media (max-width: 991px) {
  .nav-ul {
    display: none;
  }

  .hotline-wrap {
    display: none;
  }

  .header-main {
    height: 100px;
    border: none;
  }

  .head-lang {
    display: none;
  }

  .logo {
    width: 50px;
  }

  .logo img {
    width: 100%;
  }

  .headbom {
    height: 0;
  }

  .topmain img {
    display: none;
  }

  .topmain p {
    display: none;
  }

  .topmain {
    height: 70px;
  }

  .logo {
    width: 65px;
    top: -64px;
  }

  header {
    height: 70px;
    /* position: relative; */
  }
  .head-l{
    display: none;
  }
  .headbom {
    padding: 0 30px;
  }
}

@media (max-width: 500px) {
  .headbom {
    padding: 0 15px;
  }
}

/* banner */
.banner-btn .container {
  position: relative;
}

.banner-btn {
  position: relative;
  top: -110px;
}

.banner-swiper .swiper-button-next {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  background: url('../img/banner-next.png') no-repeat center;
  border: 2px solid #fff;
}

.banner-swiper .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  background: url('../img/banner-prev.png') no-repeat center;
  border: 2px solid #fff;
  left: auto;
  right: 68px;
}

/* 底部 */
#footer {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 40px;
  background: #292929;
  overflow: hidden;
}
.footerlast-dd{
  padding-left: 46px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
}

.footer-topl {
  width: 28%;
}

.footer-topr {
  width: 54%;
}

.footer-navul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer-copy {
  display: flex;
  padding-top: 40px;
  border-top: 1px solid #525252;
  justify-content: space-between;
  margin-top: 60px;
  color: #a0a0a0;
}

.footer-topltxt {
  margin-top: 20px;
  line-height: 35px;
}

.footer-navul li>a {
  font-size: 18px;
  color: #fff;
  font-family: 'HEITI';
}

.footer-lastrowtxt {
  font-family: 'SanRegular';
  font-size: 18px;
}

.footer-navul li dl {
  margin-top: 30px;
}

.footer-navul li dl dd {
  line-height: 35px;
  display: flex;
}

.footer-navul li dl dd .footerdd-img {
  text-align: center;
  width: 22px;
  margin-right: 12px;
}

.footer-navul li dl dd.last-dd {
  padding-left: 35px;
}

.footcode {
  color: #fff;
}

.footer-code {
  margin-top: 30px;
}

.footer-code h4 {
  margin-top: 18px;
  text-align: center;
  color: #b5b5b5;
}

.footer-navul li dl dd a {
  color: #a0a0a0;
  font-size: 16px;
}

.footer-nav-t {
  color: #fff;
}

.footer-contact dl dd a {
  display: block;
}

.footer-contact-icon {
  padding-right: 12px;
}

.footer-nav-line span {
  display: block;
  width: 186px;
  height: 10px;
}

.footer-nl-l {
  background: #e60012;
  margin-right: 5px;
}

.footer-nl-r {
  background: #1d2088;
}

.footer-nav-line {
  display: flex;
  margin: 14px 0 8px;
}

.footer-nav-since {
  display: flex;
  align-items: center;
}

.since-line {
  width: 125px;
  height: 1px;
  background: #b5b5b5;
}

.footer-nav-since span {
  display: block;
  color: #b5b5b5;
  padding: 0 10px;
}

.footer-nav-logo {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.footer-nav-logol {
  margin-right: 30px;
}

.footer-lastrow {
  display: flex;
  margin-bottom: 30px;
}

.footer-lastrowimg {
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}

.footer-last {
  margin-top: 55px;
}

.footer-lastrowtxt {
  color: #fff;
}

.footer-logo {
  margin-bottom: 26px;
}
.footer-copybox{
  display: flex;
  justify-content: space-between;
}
.copy-l img{
  margin:0 3px;
}
.footer-share ul li a{
  display: block;
  width: 43px;
  height: 43px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
.share-wxcode{
  position: absolute;
  left: -15px;
  top: 55px;
  opacity: 0;
  transition: all 0.4s;
}
.footer-share ul{
  display: flex;
}
.footer-share ul li{
  margin-right: 15px;
}
.footer-share ul li .share-icon img:last-child{
  display: none;
}
.footer-share{
  margin-top: 10px;
}
.footer-share ul li:hover a{
  background: #0965ac;
}
.footer-share ul li:hover .share-icon img:last-child{
  display: block;
}
.footer-share ul li:hover .share-icon img:first-child{
  display: none;
}
.share-wx .share-icon::after{
  position: absolute;
  content: "";
  width: 9px;
  height: 6px;
  bottom: -6px;
  display:none;
  background: url("../img/footer-sanjiao.png") no-repeat center;
}

.footer-share ul li:hover .share-icon::after{
  display: block;
}
.footer-share ul li:hover .share-wxcode{
  opacity: 1;
}
.share-icon{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}


.footer-share ul li a:hover{
  background: #0965ac;
}
@media (max-width: 1400px) {
  .footer-topr {
    width: 70%;
  }
}


@media (max-width: 1200px) {
  .footer-copybox{
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .footer-copybox{
    display: block;
  }

  .footer-topl {
    display: none;
  }
  .footer-navul{
    flex-wrap: wrap;
  }
  .footer-topr {
    width: 100%;
  }
  .footer-navul>li{
    width: 33.33%;
    margin-bottom: 30px;
  }
  .footer-navul>li:nth-of-type(1){
    width: 25%;
  }
  .footer-navul>li:nth-of-type(2){
    width: 50%;
  }
  .footer-navul>li:nth-of-type(3){
    width: 25%;
  }
  .footer-navul>li:nth-of-type(4){
    width: 25%;
  }
  .footer-navul>li:nth-of-type(5){
    width: 25%;
  }
  .footer-navul>li:nth-of-type(6){
    width: 50%;
  }
  .footer-copy {
    display: block;
    text-align: center;
    padding-top: 20px;
    margin-top: 0px;
    font-size: 16px;
  }

  .footcode {
    display: none;
  }

  .footer-logobox {
    display: none;
  }

  #footer {
    padding-top: 50px;
  }

  .footer-copy {
    margin-top: 50px;
  }

  .footer-navul li>a {
    font-size: 20px;
  }

  .footer-navul li dl dd a {
    font-size: 16px;
  }

  .footer-navul li dl {
    margin-top: 20px;
  }

  .footer-last {
    margin-top: 20px;
  }

  .footer-lastrowtxt {
    font-size: 16px;
  }

  .footer-lastrow {
    font-size: 16px;
  }

  .banner-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 20px;
  }

  .banner-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    top: 20px;
  }

  .banner-btn {
    top: -45px;
  }
}

@media (max-width: 600px) {
  .footer-contact {
    width: 100% !important;
  }

  .footer-navul {
    flex-wrap: wrap;
  }

  .footer-navul>li:nth-of-type(1){
    width: 30%;
  }
  .footer-navul>li:nth-of-type(2){
    width: 70%;
  }
  .footer-navul>li:nth-of-type(3){
    width: 25%;
  }
  .footer-navul>li:nth-of-type(4){
    width: 25%;
  }
  .footer-navul>li:nth-of-type(5){
    width: 50%;
  }
  .footer-navul>li:nth-of-type(6){
    width:100%;
  }

  .footer-navul li dl dd {
    line-height: 28px;
  }

  .footer-navul li dl {
    margin-top: 15px;
  }

  #footer {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .footer-copy {
    display: block;
    text-align: center;
    line-height: 30px;
  }

  .footer-copy {
    font-size: 14px;
  }

  .footer-navul li dl dd a {
    font-size: 14px;
  }

  .footer-navul li>a {
    font-size: 16px;
  }

  .footer-lastrowtxt {
    font-size: 14px;
  }

  .footer-copy {
    margin-top: 0;
  }
}

@media (max-width: 500px) {
  .footer-navul li {
    width: auto;
  }
}

.hpadding{
  padding:120px 0;
}
.habout{
  background: url("../img/habout-bg.jpg") no-repeat top center;
  margin-top: 120px;
  padding-bottom: 120px;
  background-size: cover;
  overflow: hidden;
}
.habout-l{
  width: 55%;
}
.habout-r{
  width: 31.25%;
}
.habout-box{
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.habout-ltit{
  font-size: 50px;
  line-height: 80px;
  color: #222222;
  font-weight: bold;
}
.habout-ltit p span{
  color: #e60012;
}
.habout-ltxt{
  padding: 50px 0;
  line-height: 35px;
  font-size: 18px;
}
.homemore a{
  width: 149px;
  height: 46px;
  background: #0965ac;
  color: #fff;
  border-radius: 5px;
  display: block;
  text-align: center;
  line-height: 46px;
}
.homemore span{
  margin-left:5px;
}
.habout-video{
  margin-top: 50px;
  width: 450px;
  position: relative;
}
.habout-video-img{
  width: 100%;
}
.habout-videoicon{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 99;
  cursor: pointer;
}
.habout-r ul li{
  background: #eeeeee;
  margin-bottom: 34px;
  padding: 60px 46px;
  display: flex;
  justify-content: space-between;
}
.habout-rl h3{
  font-size: 36px;
  font-family: 'SourceHanSansCNBold';
  color: #0965ac;
  margin-bottom: 15px;
}
.habout-r ul li{
  border:4px solid transparent;
}
.habout-r ul li:hover{
  border:4px solid #0965ac;
}

.hpro{
  background: #eeeeee;
  padding: 120px 0;
}

.hometit{
  font-size: 50px;
  color: #222222;
  font-weight: bold;
}
.hpro-btn{
  position: relative;
}
.hpro-btn{
  width: 120px;
}
.hcom-tit{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hpro-box{
  margin-top: 50px;
}
.hpro-swiper a h3{
  font-size: 20px;
  font-family: 'HEITI';
  border-bottom: 2px solid #fff;
  display: inline-block;
  padding-bottom: 20px;
}
.hpro-itemtit{
  background: #fff;
  text-align: center;
  padding: 40px 0;
}
.hpro-swiper a:hover .hpro-itemtit h3{
  border-bottom: 2px solid #0965ac;
  color: #0965ac;
}
.hpro-btn .swiper-button-next{
  width: 47px;
  height: 47px;
  border-radius: 3px;
  background:#fff url("../img/hpro-next.png") no-repeat center;
  border: 1px solid #0965ac;
}
.hpro-btn .swiper-button-next:hover{
  background:#0965ac url("../img/hpro-nexth.png") no-repeat center;
}
.hpro-btn .swiper-button-prev{
  width: 47px;
  height: 47px;
  border-radius: 3px;
  background:#fff url("../img/hpro-prev.png") no-repeat center;
  border: 1px solid #0965ac;
  left: 0;
}
.hpro-btn .swiper-button-prev:hover{
  background:#0965ac url("../img/hpro-prevh.png") no-repeat center;
}
.white{
  color: #fff;
}
.hcase{
  position: relative;
  overflow: hidden;
}
.hcase-bg li{
  display: none;
}
.hcase-bg li img{
  width: 100%;
}
.hcase-box{
  position: absolute;
  top: 0;
  width: 100%;
  padding: 120px 0;
}
.hcase-tit h4{
  color: #fff;
  text-align: center;
  margin-top: 50px;
  line-height: 35px;
}
.hcase-tit{
  text-align:center;
  padding: 0 100px;
}
.hcase-txt ul{
  display: flex;
  justify-content: space-between;
}
.hcase-txt ul li{
 
}
.hcase-txt ul li a{
  width: 250px;
  height: 250px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  
}
.hcase-txt{
  margin-top: 100px;
}
.hcase-icon{
  height: 53px;
  width: 53px;
}
.hcase-txt ul li h4{
  margin-top: 15px;
  text-align: center;
  font-size: 24px;
  font-family: 'HEITI';
  line-height: 30px;
}
.hcase-txt li.on a{
  background: #0965ac;
  border: 2px solid #fff;
}
.hadv{
  padding: 120px 0;
}
.hadv-box{
  margin-top: 50px;
}
.hadv-box ul{
  display: flex;
  justify-content: space-between;
}
.hadv-box ul li a{
  position: relative;
  display: block;
  overflow: hidden;
}
.hadv-txt{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(12, 82, 139, 0);
  top:60%;
  left: 0;
  padding: 40px;
  transition: all 0.4s;
}
.hadv-txt h5{
  color: #fff;
  margin-top: 40px;
  font-size: 30px;
  font-family: 'HEITI';
}
.hadv-txt h6{
  color: #fff;
  display: block;
  line-height: 30px;
  margin-top: 10px;
  display: none;
}
.hadv-box ul li:hover .hadv-txt h6{
  display: block
}
.hadv-box ul li:hover .hadv-txt{
  top: 0;
  background: rgba(12, 82, 139, 0.8);
}

.hser{
  background: #eeeeee;
  padding: 120px 0;
}
.hser-l{
  width: 50%;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hser-r{
  width: 50%;
}
.hser-box h4{
  color: #fff;
  font-size: 30px;
  font-family: 'HEITI';
  position: absolute;
  left: 40px;
  bottom: 40px;
}
.hser-box{
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.hser-r ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hser-r ul li{
  width: 48%;
  /* margin-bottom: 40px; */
}
.hser-r ul li a{
  position: relative;
  display: block;
  background: rgb(9,101,172);
  overflow: hidden;
}

.hser-r ul li a .mask{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  background: linear-gradient(to top, rgba(9,101,172,0.8) 0%, rgba(9,101,172,0.1) 49%);
}
.hser-ltxt{
  padding-top: 50px;
  line-height: 35px;
}
.hser-ltxt p{
  margin-bottom: 20px;
}
.hser-limg{
  position: relative;
}
.hser-rmar{
  margin-top: 40px;
}
.hser-r ul li:hover .mask{
  top: 0;
}

@media(max-width:1700px){
  .habout-r{
    width: 40%;
  }
  .hcase-txt ul li a{
    width: 200px;
    height: 200px;
  }
  .hcase-txt ul li h4{
    font-size: 18px;
  }
}
@media(max-width:1600px){
  .habout-ltxt{
    font-size: 16px;
    line-height: 30px;
  }
  .habout-ltit{
    font-size: 40px;
    line-height: 60px;
  }
  .hcase-txt ul li a{
    width: 160px;
    height: 160px;
  }
  .hcase-txt ul li h4{
    font-size: 18px;
  }
  .hcase-tit h4{
    margin-top: 30px;
  }
  .hcase-box{
    padding: 50px 0;
  }
  .hadv-txt{
    top: 50%;
  }
  .hadv-box ul li{
    width: 24%;
  }
  .hser-ltxt {
    padding-top: 30px;
    line-height: 30px;
  }

}

@media(max-width:1400px){
  .hcase-txt{
    margin-top: 40px;
  }
  .hser-ltxt p{
    margin-bottom: 8px;
  }
} 


@media(max-width:1200px){
  .habout-box{
    display: block;
  }
  .habout-l{
    width: 100%;
  }
  .habout-r{
    width: 100%;
  }
  .habout-video{
    width: 100%;
    margin-bottom:40px;
  }
  .hcase-tit h4{
    line-height: 30px;
  }
  .hcase-txt ul li a{
    width: 140px;
    height: 140px;
  }
  .hcase-tit{
    padding: 0;
  }
  .hadv-box ul{
    flex-wrap: wrap;
  }
  .hadv-box ul li{
    width: 48%;
    margin-bottom: 40px;
  }
  .hser-box{
    display: block;
  }
  .hser-l{
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .hser-r{
    width: 100%;
  }
  .hser-limg{
    margin-top: 30px;
  }
  

}

@media(max-width:991px){
  .habout{
    margin-top: 50px;
    padding-bottom: 20px;
  }
  .habout-ltit {
    font-size: 28px;
    line-height: 45px;
  }
  .habout-ltxt{
    padding: 30px 0;
  }
  .habout-r ul li{
    padding: 30px 20px;
  }
  .habout-rl h3{
    font-size: 28px;
  }
  .hometit{
    font-size: 36px;
  }
  .hpro{
    padding: 50px 0;
  }
  .hcase-txt ul{
    flex-wrap: wrap;
  }
  .hcase-txt ul li{
    width:33.33%;
    margin-bottom: 20px;
  }
  .hcase-bg li img{
    height:600px;
    width: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .hcase-txt ul li a{
    margin: 0 auto;
  }
  .hadv-txt{
    padding: 15px;
  }
  .hser{
    padding: 50px 0; 
  }
  .hadv{
    padding: 50px 0;
  }

}

@media(max-width:600px){
  .hcase-bg li img{
    height:650px;
  }
  .hcase-txt ul li a{
    width: 120px;
    height: 120px;
  }
  .hcase-txt ul li h4{
    font-size: 16px;
  }
  .hadv-box ul li{
    width: 100%;
  }
  .hadv-txt{
    top: 70%;
  }
  .hser-box h4{
    font-size: 22px;
    left: 20px;
    bottom: 20px;
  }
  .hadv-txt h5{
    margin-top: 20px;
  }
}

.about-navswiper .swiper-slide{
  width: auto;
  text-align: center;
}
.about-navswiper .swiper-slide a{
  display: inline-block;
  text-align: center;
  position: relative;
}
.about-nav{
  height: 88px;
  line-height: 88px;
  border-bottom: 1px solid #dcdcdc;
}
.about-navswiper .swiper-slide a::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #0965ac;
  bottom: 0;
  left: 0;
  display: none;
}
.about-navswiper .swiper-slide.on a{
  color: #0965ac;
}
.about-navswiper .swiper-slide.on a::after{
  display: block;
}
.about-navswiper .swiper-slide a:hover::after{
  display: block;
}
.about-navswiper .swiper-slide a:hover{
  color: #0965ac;
}
.about-t{
  display: flex;
  padding: 100px 0;
}
.about-tl{
  width: 50%;
  padding-right: 100px;
}
.about-tr{
  width: 50%;
}
.intit{
  font-size: 50px;
  font-weight: bold;
  color: #222222;
}
.about-tltxt{
  margin-top: 50px;
}
.about-tltxt p{
  text-indent: 2em;
  line-height: 35px;
  margin-bottom:15px;
}

.about-tlist ul{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.about-tlist ul li{
  background: #eeeeee;
  margin-bottom: 34px;
  padding: 60px 46px;
  display: flex;
  justify-content: space-between;
}
.about-tlist h3{
  font-size: 36px;
  font-family: 'SourceHanSansCNBold';
  color: #0965ac;
  margin-bottom: 15px;
}
.about-tlist ul li{
  border:4px solid transparent;
  width: 31.25%;
}
.about-tlist ul li:hover{
  border:4px solid #0965ac;
}
.about-t{
  padding-top: 100px;
}
.about-tlist{
  padding-bottom: 100px;
}
.inlxcon{
  padding: 100px 0;
  background:url("../img/about-lxbg.jpg") no-repeat center;
}
.tc{
  text-align: center !important;
}
.white{
  color: #fff !important;
}
.inlxcon-box dl{
  display: flex;
  justify-content: space-between;
}
.inlxcon-box ul dl dd:first-child{
  width: 35%;
}
.inlxcon-box ul dl dd:last-child{
  width: 12.5%;
}
.inlxcon-box ul dl dd:nth-of-type(2){
  width: 25%;
}
.inlxcon-box ul dl dd:nth-of-type(3){
  width: 25%;
}
.inlxcon-box{
  margin-top: 50px;
  color: #fff;
}
.inlxcon-box ul li.inlxcon-first dd{
  background: #0965ac;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
}
.inlxcon-box ul li dl dd{
  background: #fff;
  color: #555555;
  font-size: 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0;
} 
.inlxcon-box ul li{
  margin-top: 10px;
}
.inlxcon{
  background-size: cover;
}
.inlxcon-box ul li dl dd p{
  line-height: 30px;
}

@media(max-width:1700px){
  .about-tltxt{
    margin-top: 40px;
  }
  .about-tltxt p{
    margin-bottom: 10px;
  }
}

@media(max-width:1600px){
  .about-tltxt p{
    line-height: 30px;
  }
  .about-tl{
    padding-right: 30px;
  }
  .about-tlist ul li{
    padding:40px 30px;
  }
  

}

@media(max-width:1400px){
  .about-tltxt p{
    line-height:28px;
    font-size: 16px;
  }
  .about-tl{
    padding-right:30px;
  }
  .about-tltxt{
    margin-top: 20px;
  }
  .about-tltxt p{
    margin-bottom: 5px;
  }
  .about-tlist ul li{
    padding:30px 20px;
  }
}

@media(max-width:1200px){
  .about-t{
    display: block;
  }
  .about-tl{
    width: 100%;
    padding-right: 0;
  }
  .about-tr{
    width: 100%;
    margin-top: 30px;
  }
} 

@media(max-width:991px){
  .about-tlist ul{
    display: block;
  }
  .about-tlist ul li{
    width: 100%;
  }

  .about-t{
    padding: 50px 0 0px;
  }
  .about-tlist{
    padding-bottom: 30px;
  }
  .inlxcon-img img{
    width: 100%;
  }
  .inlxcon-box ul li dl dd{
    font-size: 14px;
  }
  .inlxcon-box ul li dl dd p{
    line-height: 26px;
  }
  .intit{
    font-size: 36px;
  }
  .inlxcon{
    padding: 50px 0;
  }
  .inlxcon-box{
    margin-top: 30px;
  }
}

/*价值观*/
.val{
  padding: 100px 0;
}
.val-ul li{
  display: flex;
  margin-bottom: 50px;
}
.val-ul li h4{
  text-transform: uppercase;
  font-size: 24px;
  font-weight: lighter;
  text-align: center;
  line-height: 30px;
}
.val-r{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  background: #fafafa;
}
.val-l{
  width: 50%;
}
.val-ul li h3{
  font-size: 48px;
  color: #000000;
  font-weight: bold;
  padding: 40px 0 15px;
}
@media(max-width:1600px){
  .val-ul li h3{
    font-size: 32px;
  }
  .val-r{
    padding: 0 15px;
  }
  .val-ul li h4{
    font-size: 20px;
  }
}

@media(max-width:991px){
  .val-ul li{
    flex-wrap: wrap;
  }
  .val-l{
    width: 100%;
  }
  .val-r{
    width: 100%;
    padding:50px 0;
  }
  .val-ul li:nth-of-type(2n){
    flex-direction: column-reverse;
  }
  .val{
    padding:50px 0 0;
  }
}

.dev{
  padding: 100px 0;
}
.dev-t{
  overflow: hidden;
}
.dev-t h3{
  margin-top: 35px;
  line-height: 35px;
}
.dev-bot{
  margin-top: 50px;
}
.dev-bottxt{
  margin-top: 35px;
  line-height: 35px;
}

@media(max-width:991px){
  .dev{
    padding: 50px 0;
  }
  .dev-t ul li{
    margin-bottom: 30px;
  }
  .dev-bot{
    margin-top: 10px;
  }
}

.tech{
  padding: 100px 0;
}
.tech-box ul li h3{
  padding: 30px 0;
  text-align: center;
  font-size: 24px;
  font-family: 'HEITI';
}
.in-more a{
  display: block;
  background: #0965ac;
  color: #fff;
  width: 200px;
  height: 50px;
  border-radius: 5px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
}
.tech-more{
  margin-top:40px;
}
.tech-box ul li:hover h3{
  color: #0965ac;
}

@media(max-width:991px){
  .tech{
    padding: 50px 0;
  }
  .tech-box ul li h3{
    font-size: 20px;
    padding: 20px 0;
  }
}

.course{
  padding: 100px 0 120px;
}
.course-top{
  background: url("../img/course-img1.jpg") no-repeat top center;
  padding: 130px 0 150px 70px;
  color: #fff;
  text-align: left;
}
.white{
  color: #fff !important;
}

.course-top h4{
  font-size: 30px;
  font-family: 'HEITI';
  margin-top: 20px;
}
.course-box ul li{
  display: flex;
}
.course-box{
  width: 810px;
  margin:100px auto 0;
}
.course-box li{
  display: flex;
  justify-content: space-between;
}
.course-l{
  width: 40%;
}
.course-r{
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.course-r h3{
  font-size: 36px;
  color: #222222;
  font-weight: bold;
}
.course-box ul li:hover h3{
  color:#0965ac;
}
.course-r h4{
  font-size: 32px;
  color: #000000;
  font-weight: bold;
  padding: 30px 0;
}
.course-rtxt{
  margin:10px 0 0;
}
.course-rtxt p{
  color: #555555;
  line-height: 30px;
}
.course-box ul li{
  margin-bottom: 60px;
  position: relative;
}
.text-right{
  text-align: right;
}
.course-box{
  position: relative;
}
.course-line{
  width: 2px;
  height:calc(100% - 14px);
  background: #c9c9c9;
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.course-circle{
  position: absolute;
  width: 14px;
  height: 14px;
  background: #0089c8;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  /* border: 8px solid rgba(255, 255, 255, 0.1); */
  box-sizing: content-box;
  transition: all 0.4s;
}
.course-box ul li:hover .course-circle{
  border: 8px solid #e5f3f9;
}
.course-l{
  border: 1px solid #c9c9;
}
@media(max-width:991px){
  .course-box{
    width: 100%;
  }
  .course-l{
    width: 45%;
  }
  .course-r{
    width: 45%;
  }
  .course {
    padding:50px 0 0px;
  }
  .course-box {
    margin: 50px auto 0;
  }
  .course-rtxt{
    margin:15px 0;
  }
  .course-top .intit{
    font-size: 24px;
  }
  .course-top{
    padding: 130px 0 150px 30px;
  }
  
}

@media(max-width:600px){
  .course-box ul li{
    padding-left: 30px;
    flex-wrap: wrap;
  }
  .course-box ul li:nth-of-type(2n+1){
    flex-direction: column-reverse;
  }
  .course-l{
    width: 100%;
    
  }
  .course-r{
    width: 100%;
  }
  .course-line{
    left: 0;
  }
  .course-circle{
    left: 0;
    top: 0;
  }
  .text-right{
    text-align: left;
  }
  .course-top .intit{
    font-size: 20px;
  }
}
.video{
  padding: 100px 0;
}
.video li h3{
  padding: 15px 0 30px;
  font-size: 18px;
  transition: all 0.3s;
}
.video ul li a {
  display: block;
  overflow: hidden;
}
.video ul li a .scale-img{
  position: relative;
}
.video-mask{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  left: 0;
  top: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.video-mask img{
  width:40px;
}
.video ul li:hover h3{
  color: #0965ac;
  font-family: 'HEITI';
}
.video ul li:hover .video-mask{
  top: 0;
}
@media(max-width:1600px){
  .video li h3{
    font-size: 16px;
  }
}
@media(max-width:1400px){
  .video li h3{
    font-size: 14px;
  }
}
@media(max-width:991px){
  .video{
    padding:40px 0 0;
  }
}

.purchase{
  padding: 100px 0 50px;
}
.purchase-txtm{
  padding: 30px 0 30px;
  line-height: 35px;
}
.purchase-txt{
  margin-bottom: 50px;
}

@media(max-width:991px){
  .purchase{
    padding:40px 0 0px;
  }
  .purchase-txtm {
    padding: 15px 0 15px;
    line-height: 28px;
  }
}
@media(max-width:600px){
  .intit{
    font-size: 24px;
  }
}

.case-navswiper{
  width: 510px;
  margin: 0 auto;
}


.case-navswiper .swiper-slide{
  text-align: center;
}
.case-navswiper .swiper-slide a{
  display: inline-block;
  text-align: center;
  position: relative;
}
.about-nav{
  height: 88px;
  line-height: 88px;
  border-bottom: 1px solid #dcdcdc;
}
.case-navswiper .swiper-slide a::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #0965ac;
  bottom: 0;
  left: 0;
  display: none;
}
.case-navswiper .swiper-slide.on a{
  color: #0965ac;
}
.case-navswiper .swiper-slide.on a::after{
  display: block;
}
.case-navswiper .swiper-slide a:hover::after{
  display: block;
}
.case-navswiper .swiper-slide a:hover{
  color: #0965ac;
}
.case{
  padding: 100px 0;
}
.case-topimg{
  position: relative;
}
.case-toptxt{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(9,101,172,0.5);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-m{
  margin-top: 40px;
}
.case-m ul li h3{
  padding: 15px 0 30px;
}
.case-item{
  margin-bottom: 30px;
}
.case-topimg img{
  width: 100%;
}
.case-m ul li:hover h3{
  color: #0965ac;
  font-family: 'HEITI';
}
@media(max-width:991px){
  .case-navswiper{
    width: 80%;
  }
  .case{
    padding: 50px 0 0;
  }
}
.par img{
  width: 100%;
}
.deploy{
  padding: 100px 0;
}
.deploy-txt{
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 60px;
}

@media(max-width:991px){
  .deploy{
    padding: 40px 0;
  }
  .deploy-txt{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}


.ser-navswiper .swiper-slide a::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #0965ac;
  bottom: 0;
  left: 0;
  display: none;
}
.ser-navswiper .swiper-slide.on a{
  color: #0965ac;
}
.ser-navswiper .swiper-slide.on a::after{
  display: block;
}
.ser-navswiper .swiper-slide a:hover::after{
  display: block;
}
.ser-navswiper .swiper-slide a:hover{
  color: #0965ac;
}
.ser-navswiper .swiper-slide a{
  display: inline-block;
  text-align: center;
  position: relative;
}
.ser-navswiper .swiper-slide{
  text-align: center;
}

.ser{
  padding: 100px 0;
}
.ser-top{
  position: relative;
}
.ser-top h3{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.ser-item{
  display: flex;
  align-items: center;
  margin-top: 100px;
}
.ser-iteml{
  width: 50%;
}
.ser-itemr{
  width: 50%;
}
.ser-itemtxt{
  margin-top: 40px;
  line-height: 35px;
}
.ser-itemtxtpleft{
  padding-left: 40px;
}
.ser-aftertxt{
  margin-bottom: 50px;
}

@media(max-width:1600px){
  .ser-top h3{
    font-size: 32px;
    white-space: nowrap;
  }
  .ser-itemtxt{
    padding-right: 30px;
    line-height: 30px;
    font-size: 16px;
  }

}


@media(max-width:1200px){
  .ser-item{
    display: block;
  }
  .ser-iteml{
    width: 100%;
  }
  .ser-itemr{
    width: 100%;
    margin:30px 0;

  }
}

@media(max-width:991px){
  .ser-top h3{
    font-size:24px;
  }
  .ser-top .scale-img img{
    height: 250px;
    width: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .ser{
    padding:40px 0;
  }
  .ser-item{
    margin-top: 50px;
  }
  .ser-itemtxt {
    padding-right:0px;
    line-height: 30px;
    font-size: 16px;
  }

}
.opinion{
  padding: 100px 0;
}

.opinion-box{
  display: flex;
}
.opinion-l{
  width: 50%;
  padding-right: 100px;
}
.opinion-r{
  width: 50%;
}

.opinion-form{
  margin-top: 50px;
}
.opinion-form ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.opinion-form ul li {
  width: 48%;
  margin-bottom: 25px;
  display: flex;
  border: 1px solid #e4e4e4;
  height: 68px;
  padding-left: 26px;
  align-items: center;
}
.opinion-form ul li span{
  display: flex;
  white-space: nowrap;
  margin-right: 10px;
}
.opinion-form ul li span i{
  font-style: normal;
  color: red;
}
.opinion-form ul li input {
  width: 100%;
  border: none;
}

.opinion-form .form-last {
  width: 100%;
  height: auto;
  align-items: flex-start;
  padding-top: 26px;
}

.opinion-form .form-last textarea {
  width: 100%;
  border: none;
  padding-left: 0px;
  padding-top:0px;
}
.opinion-form .form-row{
  width: 100%;
}
.form-btn input {
  height: 68px;
  width: 100%;
  background: #0965ac;
  border: none;
  color: #fff;
  text-align: center;
  line-height: 68px;
}
.opiform-code-input input{
  width: 200px;
  /* height: 60px; */
  border: 1px solid #e5e5e5;
  padding-left: 15px;
  display: block;
}
.opiform-code-input img{
  display: block;
}
.opiform-code-input{
  display: flex;
}
.opiform-code{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.opiform-btn{
  width: 40%;
  height: 68px;
  background: #0965ac;
  border: none;
  color: #fff;
  text-align: center;
  line-height: 68px;
}

@media(max-width:1700px){
  .opinion-form ul li {
    width: 48%;
    margin-bottom:15px;
  }
  .opiform-code{
    display: flex;
    justify-content: space-between;
    margin-top:30px;
  }
}

@media(max-width:1600px){
  .opinion-form ul li {
    margin-bottom:10px;
  }
  .opiform-code{
    margin-top:20px;
  }
  .opinion-l{
    padding-right: 30px;
  }
}


@media(max-width:1400px){
  .opinion-form ul li{
    height: 60px;
  }
  .opinion-form{
    margin-top: 30px;
  }
  .opinion-r h3{
    font-size: 36px;
  }
}

@media(max-width:1200px){
  .opinion-box{
    display: block;
  } 
  .opinion-l{
    width: 100%;
    padding-right: 0;
  }
  .opinion-r{
    width: 100%;
    margin-top: 40px;
  }
  .opiform-code-input input{
    width: 50%;
  }
  .opiform-code-input{
    height: 68px;
  }
  .opiform-code-input img{
    width: 50%;
  }
} 

@media(max-width:991px){
  .opinion{
    padding: 50px 0;
    overflow: hidden;
  }
}

.fan{
  padding: 100px 0;
}
.fan-box ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fan-box ul li{
  width: 49%;
  border: 1px solid #dcdcdc;
  margin-bottom: 50px;
}
.fan-box ul li a{
  display: block;
  padding: 40px;
}
.fan-box ul li h3{
  font-size: 24px;
  color: #000000;
  font-family: 'HEITI';
  overflow: hidden;
  white-space: nowrap; 
  text-overflow: ellipsis;
}
.fan-box ul li h4{
  margin-top: 20px;
  line-height: 35px;
}
.fan-box ul li:hover a{
  background: #0965ac;
  color: #fff;
}
.fan-box ul li:hover a h3{
  background: #0965ac;
  color: #fff;
}


@media(max-width:1200px){
  .fan-box ul li a{
    padding:25px;
  }
}

@media(max-width:991px){
  .fan-box ul{
    display: block;
  }
  .fan-box ul li{
    width: 100%;
    margin-bottom: 30px;
  }
  .fan{
    padding: 40px 0 0;
  }
}



.honor-navswiper .swiper-slide{
  width: auto;
  text-align: center;
}
.honor-navswiper .swiper-slide a{
  display: inline-block;
  text-align: center;
  position: relative;
}
.honor-navswiper .swiper-slide a::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #0965ac;
  bottom: 0;
  left: 0;
  display: none;
}
.honor-navswiper .swiper-slide.on a{
  color: #0965ac;
}
.honor-navswiper .swiper-slide.on a::after{
  display: block;
}
.honor-navswiper .swiper-slide a:hover::after{
  display: block;
}
.honor-navswiper .swiper-slide a:hover{
  color: #0965ac;
}

.honor{
  padding: 100px 0;
}
.honor-item{
  margin-bottom: 10px;
}
.honor-itemtit{
  background: #0965ac;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  color: #fff;
  cursor: pointer;
}
.honor-itemc ul{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin: 30px -0.75% 0;
}
.honor-itemc ul li{
  width:18.5%;
  margin:0 0.75%;
}
.honor-itemc ul li .honor-itemcimg{
  border: 2px solid #dcdcdc;
}
.honor-itemc ul li h3{
  font-size: 18px;
  text-align: center;
  color: #555555;
  padding: 24px 0 30px;
}
.honor-itemc ul li:hover .honor-itemcimg{
  border: 4px solid #0965ac;
}
.honor-itemc ul li:hover h3{
  color: #0965ac;
}
@media(max-width:991px){
  .honor-itemc ul li{
    width: 48%;
  }
  .honor{
    padding: 50px 0 0px;
  }
}

@media(max-width:600px){
  .honor-itemc ul li{
    width: 100%;
  }
}



.con{
  padding: 100px 0 40px;
}
.con-top{
  display: flex;
  justify-content: space-between;
}
.con-top-icon{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0965ac;
}

.con-toplm{
  margin-top: 50px;
}
.con-top-item{
  display: flex;
  align-items: center;
}
.con-toplm ul li{
  border-bottom:2px solid #eeeeee;
  display: flex;
  height: 110px;
  align-items: center;
  justify-content: space-between;
}
.con-topl{
  width: 50%;
  padding-right: 100px;
}
.con-topr{
  width: 50%;
}
.con-toplm {
  border-top:2px solid #eeeeee;
}
.con-top-icon{
  margin-right: 15px;
}
.con-ditu{
  margin-top: 100px;
}
.con-topl h4{
  font-size: 24px;
  color: #0965ac;
  margin-top: 20px;
  font-family: 'HEITI';
}
.con-inlxcon{
  background: none;
  padding: 0 0 100px !important;
}
.con-inlxcon  ul li dl dd{
  background: #fafafa;
}
.con-inlxcontit{
  font-size: 24px;
  color: #222222;
  font-family: 'HEITI';
}
@media(max-width:1700px){
  .con-toplm ul li{
    height: 98px;
  }
}

@media(max-width:1600px){
  .con-toplm ul li{
    height: 80px;
  }
  .con-topl{
    padding-right:50px;
  }
}

@media(max-width:1200px){
  .con-top{
    display: block;
  }
  .con-topl{
    width: 100%;
    padding-right: 0;
  }
  .con-topr{
    width: 100%;
    margin-top: 40px;
  }
  .con-ditu{
    margin-top: 40px;
  }
  .con{
    padding: 60px 0 10px;
  }
  


}
@media(max-width:991px){
  .con-inlxcon{
    padding: 0 0 40px !important;
  }
}
@media(max-width:600px){
  .con-toplm ul li{
    height: auto;
    display: block;
    border-bottom: 0;
  }
  .con-top-item{
    border-bottom:2px solid #eeeeee;
    padding: 15px 0;
  }
  .con-toplm{
    margin-top: 30px;
  }
}

.pro{
  padding: 100px 0;
}
.pro-l{
  width: 350px;
}
.pro-box{
  display: flex;
  justify-content: space-between;
}
.pro-r{
  width: calc(100% - 430px);
}
.pro-rTswiper .swiper-slide a{
  display: flex;
  background: #0965ac;
  padding: 30px 100px;
  justify-content: space-between;
}
.pro-ltit{
  background: #0965ac;
  color: #fff;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  cursor: pointer;
}
.pro-ltit a{
  color: #fff;
}
.pro-l dl{
  background: #fafafa;
  padding: 50px;
}
.pro-l dl dd{
  line-height: 35px;
  position: relative;
}
.pro-l dl dd a img{
  position: absolute;
  left:-26px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.4s;
}
.pro-l dl dd.on a img{
  opacity: 1;
}
.pro-l dl dd.on a{
  color: #0965ac;
}
.pro-l dl dd:hover a img{
  opacity: 1;
}
.pro-l ul li{
  margin-bottom: 5px;
}
.pro-rTtxt{
  color: #fff;
  width: 45%;
  padding-top: 50px;
}
.pro-rTtxt h3{
  font-size: 30px;
  font-weight: bold;
}
.pro-rtimg{
  width:30%;
}
.pro-rtimg img{
  width: 100%;
}
.pro-rTtxt h4{
  margin-top: 30px;
  line-height: 35px;
}
.pro-rTswiper .swiper-pagination{
  text-align: left;
  padding-left: 100px;
} 
.pro-rTswiper .swiper-pagination .swiper-pagination-bullet{
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 0;
  background: none;
  opacity: 1;
}
.pro-rTswiper .swiper-pagination .swiper-pagination-bullet-active{
  background: #fff;
}
.pro-rm ul li a .scale-img{
  border: 2px solid #dcdcdc;
}
.pro-rm ul li h3{
  text-align: center;
  padding: 20px 0 30px;
}
.pro-rm{
  margin-top: 50px;
}
.pro-rm ul li:hover h3{
  color: #0965ac;
  font-family: 'HEITI';
}
.pro-rm ul li:hover .scale-img{
  border: 2px solid #0965ac;
}
@media(max-width:1600px){
  .pro-rTswiper .swiper-slide a{
    padding: 30px 40px;
  }
  .pro-rTtxt h3{
    font-size: 24px;
  }
  .pro-rTtxt h4 {
    margin-top: 20px;
    line-height: 26px;
  }
  .pro-rTswiper .swiper-pagination{
    text-align: left;
    padding-left: 40px;
    bottom: 60px;
  } 
}
@media(max-width:1400px){
  .pro-rTtxt{
    width: 65%;
    padding-top: 10px;
  }
  .pro-rTswiper .swiper-pagination{
    bottom: 20px;
  }
  
}

@media(max-width:1200px){
  .pro-box{
    display: block;
  }
  .pro-l{
    width: 100%;
  }
  .pro-r{
    width: 100%;
  }
}

@media(max-width:991px){
  .pro{
    padding:40px 0 0;
  }
  .pro-l dl{
    padding: 20px 40px;
  }
  .pro-rTswiper .swiper-slide a{
    display: block;
  }
  .pro-rTtxt{
    width: 100%;
  }
  .pro-rtimg{
    width: 100%;
  }
  .pro-rTswiper .swiper-pagination{
    bottom:10px;
  }
  .pro-rTswiper .swiper-slide a{
    padding: 15px 20px;
  }
}

.prod-t{
  display: flex;
}
.prod-tl{
  width: 50%;
  border: 2px solid #dcdcdc;

}
.prod-tr{
  width: 50%;
  padding-left: 50px;
}
.prod-tr h3{
  font-size: 36px;
  font-weight: bold;
  color: #000000;
}
#content-1{
  height: 280px;
}
.prod-trtxt{
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 30px 0;
  margin: 30px 0 50px;
}
.prod-trbtn a{
  display: flex;
  width: 196px;
  height: 56px;
  border: 2px solid #0965ac;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}
.prod-trbtn{
  display: flex;
}
.prod-trbtnicon img:last-child{
  display: none;
}
.prod-trbtn h4{
  margin-left: 16px;
  font-size: 18px;
  color: #0965ac;
  font-family: 'HEITI';
}
.prod-trbtn .on,.prod-trbtn a:hover{
  background: #0965ac;
}
.prod-trbtn .on h4,.prod-trbtn a:hover h4{
  color: #fff;
}
.prod-trbtn .on .prod-trbtnicon img:last-child,.prod-trbtn a:hover .prod-trbtnicon img:last-child{
  display: block;
}
.prod-trbtn .on .prod-trbtnicon img:first-child,.prod-trbtn a:hover .prod-trbtnicon img:first-child{
  display: none;
}
.prod-trtxt{
  line-height: 35px;
  font-size:18px;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  background: #0965ac;
}
.mCSB_scrollTools .mCSB_draggerRail{
  width: 4px;
}
.prod-tswiper .swiper-button-next{
  background: url("../img/prod-next.png") no-repeat center;
  display: none;
}
.prod-tswiper .swiper-button-prev{
  background: url("../img/prod-prev.png") no-repeat center;
  display: none;
}
.prod-tswiper .swiper-button-next:hover{
  background: url("../img/prod-nexth.png") no-repeat center;
}
.prod-tswiper .swiper-button-prev:hover{
  background: url("../img/prod-prevh.png") no-repeat center;
}
.prod-tswiper:hover .swiper-button-next{
  display: block;
}
.prod-tswiper:hover .swiper-button-prev{
  display: block;
}
.prod-partit{
  font-size: 24px;
  color: #0965ac;
  margin-bottom: 20px;
  font-family: 'HEITI';
}
.prod-par{
  margin-top: 50px;
}
.prodpar-item{
  margin-bottom: 50px;
}
.prodpar-item h5{
  font-size: 18px;
  color: #222222;
  font-family: 'HEITI';
  margin-bottom: 8px;
}
.prodpar-txt p{
  line-height: 35px;
}
.con-inlxcontits p{
  font-size: 24px;
  color: #222222;
  font-family: 'HEITI';
}
.prodpar-item .con-inlxcon{
  padding: 0 !important;
}


.prod-tjswiper a .scale-img{
  border: 2px solid #dcdcdc;
}
.prod-tjswiper h3{
  text-align: center;
  padding: 20px 0 30px;
}

.prod-tjswiper a:hover h3{
  color: #0965ac;
  font-family: 'HEITI';
}
.prod-tjswiper a:hover .scale-img{
  border: 2px solid #0965ac;
}
@media(max-width:1600px){
  .prodpar-item-img img{
    width: 100%;
  }
  .prod-tr h3{
    font-size: 28px;
  }
  #content-1{
    height: 230px;
  }
  .prod-trtxt {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 15px 0;
    margin: 15px 0 20px;
  }
}

@media(max-width:1400px){
  .prod-tr{
    padding-left: 20px;
  }
}

@media(max-width:991px){
  .prod-t{
    display: block;
  }
  .prod-tl{
    width: 100%;
  }
  .prod-tr{
    width: 100%;
    margin-top: 30px;
  }
}

.hcase-titul li{
  display: none;
}
.pro-l dl dd:hover a{
  color: #0965ac;
}
.jgxn-ul li{
  display: flex;
  border: 4px solid #dcdada;
}
.jgxn-ul{
  width: 900px;
  margin-top: 12px;
}
.jgxn-ul li{
  margin-bottom: 12px;
}
.jgxn-limg{
  width: 36%;
  border-right:4px solid #dcdada;
}
.jgxn-limg img{
  width: 100%;
}
.jgxn-txt{
  width: 64%;
  padding: 25px;
  font-size: 14px;
  color: #666666;
}
.jgxn-txt h4{
  line-height: 20px;
}
.jgxn-ul li h5{
  font-size: 24px;
  color: #000000;
  font-weight: bold;
}

@media(max-width:1600px){
  .jgxn{
    width: 100%;
  }
  .jgxn-ul{
    width: 100%;
  }
  .jgxn-limg{
    width: 50%;
  }
  .jgxn-txt{
    width: 50%;
  }
  .jgxn img{
    width: 100%;
  }
}
@media(max-width:1400px){
  .jgxn{
    width: 100%;
  }
  .jgxn-ul{
    width: 100%;
  }
  .jgxn-limg{
    width: 50%;
  }
  .jgxn-txt{
    width: 50%;
  }
  .prodpar-item{
    width: 100%;
  }
  .prod-par{
    width: 100%;
  }
  .prod-par img{
    width: 100%;
  }
  .jgxn-ul li{
    display: block;
  }
  .jgxn-limg{
    width: 100%;
  }
  .jgxn-txt{
    width: 100%;
  }
}
.right-feedback .opiform-code{
  justify-content: center;
  margin-bottom: 30px;
}

.dc-mo {
    display: none;
}
@media (max-width: 991px) {
    .dc-mo {
        display: block;
    }

    .dc-pc {
        display: none;
    }
}