@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face {
  font-family: 'dBold';
  src: url('../font/din-bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HETI';
  src: url('../font/Adobe\ 黑体\ Std\ R.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SansBold';
  src: url('../font/SourceHanSansCN-Bold.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sBold';
  src: url('../font/SourceHanSansCN-Bold.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sMedium';
  src: url('../font/SourceHanSansCN-Medium.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'msyhsb';
  src: url('../font/msyhsb.ttc') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'YAHEIBOLD';
  src: url('../font/微软vista雅黑Bold.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
/* header */
header {
  width: 100%;
  overflow: hidden;
}
.header-main {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo-wrap {
  display: flex;
  height: 100px;
  align-items: center;
}
.logo {
  display: block;
  width: 159px;
}
.logo img {
  display: block;
  width: 100%;
}
.logo-txt {
  margin-left: 20px;
  display: flex;
  color: #555;
  font-size: 18px;
  padding-left: 20px;
  line-height: 30px;
  height: 100px;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.logo-txt::before {
  position: absolute;
  content: '';
  width: 1px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 49px;
  background-color: #555;
}
.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-other {
  display: flex;
  align-items: center;
}
.header-other a {
  display: block;
  width: 60px;
  height: 30px;
  margin-right: 12px;
  border: 1px solid #999999;
  border-radius: 15px;
  color: #999;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.header-other a:hover,
.header-other a.on {
  color: #fff;
  border-color: #00a0e9;
  background-color: #00a0e9;
}
.header-other a:last-child {
  margin-right: 0px;
}
.nav-ul {
  display: flex;
  justify-content: flex-end;
}
.nav-ul li {
  margin-right: 50px;
}
.nav-ul li > a {
  display: block;
  font-size: 18px;
  line-height: 42px;
  color: #111;
  font-weight: bold;
  transition: all 0.3s;
  text-align: center;
  border-bottom: 2px solid transparent;
}
.nav-ul li:hover > a,
.nav-ul li.nav-active a {
  color: #00a0e9;
  border-color: #00a0e9;
}
@media (max-width: 1600px) {
  .nav-ul li {
    margin-right: 30px;
  }
}
@media (max-width: 1400px) {
  .nav-ul li {
    margin-right: 20px;
  }
  .logo-txt {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .nav-ul li {
    margin-right: 12px;
  }
  .nav-ul li > a {
    font-size: 16px;
  }
  .logo-txt {
    margin-left: 10px;
    padding-left: 10px;
  }
  .logo {
    width: 135px;
  }
  .header-other a {
    width: 50px;
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .nav-ul {
    display: none;
  }
  header {
    height: 70px;
  }
  .logo-wrap {
    height: 70px;
  }
  .header-other {
    margin-right: 7px;
    /* display: none; */
  }
  .header-other a {
    font-size: 14px;
    width: 48px;
    height: 26px;
    margin-right: 7px;
    line-height: 24px;
  }
  .logo-txt {
    height: 70px;
    line-height: 24px;
    font-size: 14px;
  }
  .logo {
    width: 125px;
  }
}
@media (max-width: 499px) {
  .logo-txt {
    display: none;
  }
}
/* 底部 */
#footer {
  background-color: #222222;
  position: relative;
  padding-top: 85px;
  padding-bottom: 85px;
}
.footer-main {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
}
.footer-left {
  width: 50%;
}
.footer-nav {
  display: flex;
  align-items: center;
}
.footer-nav li {
  margin-right: 50px;
}
.footer-nav li:last-child {
  margin-right: 0px;
}
.footer-nav li a {
  font-size: 18px;
  color: #999;
  line-height: 48px;
}
.footer-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  color: #999;
  line-height: 48px;
}
.footer-list p {
  margin-right: 50px;
}
.footer-list p:nth-child(3) {
  margin-right: 0px;
}
.copy {
  font-size: 18px;
  color: #999;
  line-height: 48px;
}
.footer-share {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  height: 22px;
}
.footer-share .bshare-custom a {
  padding-left: 0px;
  margin-left: 0px;
  border-radius: 0px;
  margin-right: 20px;
}
.footer-share .bshare-custom .bshare-weixin {
  width: 28px;
  height: 22px;
  background: url(../img/share-wchat.png) no-repeat center;
}
.footer-share .bshare-custom .bshare-sinaminiblog {
  width: 26px;
  height: 22px;
  background: url(../img/share-wb.png) no-repeat center;
}
.footer-share .bshare-custom .bshare-facebook {
  background: url(../img/share-face.png) no-repeat center;
  width: 13px;
  height: 22px;
}
.footer-share .bshare-custom .bshare-twitter {
  background: url(../img/share-twitter.png) no-repeat center;
  width: 27px;
  height: 22px;
}
.footer-share .bshare-custom .bshare-instapaper {
  background: url(../img/share-ins.png) no-repeat center;
  width: 23px;
  height: 22px;
}
.footer-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 50%;
}
.footer-item {
  margin-right: 100px;
}
.footer-item:last-child {
  margin-right: 0px;
}
.footer-item a {
  font-size: 18px;
  display: block;
  color: #999;
  line-height: 48px;
}
@media (max-width: 1600px) {
  .footer-nav li {
    margin-right: 30px;
  }
  .footer-list p {
    margin-right: 30px;
  }
  .footer-list p:nth-child(3) {
    margin-right: 30px;
  }
}
@media (max-width: 1400px) {
  .footer-nav li a {
    font-size: 16px;
    line-height: 40px;
  }
  .footer-list {
    font-size: 16px;
    line-height: 40px;
  }
  .copy {
    font-size: 16px;
    line-height: 30px;
  }
  .footer-item a {
    font-size: 16px;
    line-height: 40px;
  }
  .footer-item {
    margin-right: 50px;
  }
}
@media (max-width: 1200px) {
  #footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer-left {
    width: 100%;
  }
  .footer-right {
    width: 100%;
    justify-content: flex-start;
    margin-top: 20px;
  }
  .footer-formitem input {
    margin-right: 14px;
  }
}
@media (max-width: 991px) {
  #footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer-nav li a {
    line-height: 32px;
  }
  .footer-nav {
    flex-wrap: wrap;
  }
  .footer-nav li {
    margin-right: 16px;
  }
  .footer-right {
    flex-wrap: wrap;
  }
  .footer-item {
    width: 100%;
    margin-right: 0px;
  }
  .footer-list {
    line-height: 32px;
  }
  .footer-item a {
    display: inline-block;
    line-height: 30px;
    margin: 0 4px;
  }
}
/* 内页新闻动态 */
.public-wrap {
  overflow: hidden;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}
.news-top {
  margin-left: -22px;
  margin-right: -22px;
  margin-bottom: 55px;
}
.news-top li {
  padding: 0 22px;
  width: 33.33%;
  float: left;
}
.news-topitem {
  width: 100%;
}
.newstop-info {
  padding-top: 35px;
}
.news-info h3 a {
  display: block;
  width: 100%;
  line-height: 26px;
  font-size: 24px;
  color: #222;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-info p {
  font-size: 18px;
  line-height: 30px;
  color: #555;
  margin-top: 28px;
  margin-bottom: 21px;
}
.news-info span {
  font-size: 18px;
  line-height: 24px;
  color: #555;
}
.news-topitem:hover .public-img img {
  transform: scale(1.1);
}
.news-topitem:hover .newstop-info h3 a {
  color: #00a0e9;
}
.news-list li {
  padding: 44px 0px;
  border-top: 1px solid #dcdcdc;
  display: flex;
  flex-wrap: wrap;
}
.news-list li:last-child {
  border-bottom: 1px solid #dcdcdc;
}
.news-img {
  width: 504px;
  overflow: hidden;
}
.news-img img {
  width: 100%;
  transition: all 0.5s;
}
.news-listinfo {
  width: calc(100% - 504px);
  padding-left: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-list li:hover .news-img img {
  transform: scale(1.1);
}
.news-list li:hover .news-listinfo h3 a {
  color: #00a0e9;
}
.click-more {
  display: block;
  width: 230px;
  height: 50px;
  line-height: 50px;
  background-color: #00a0e9;
  border-radius: 5px;
  text-align: center;
  margin: 60px auto 0px;
  color: #fff;
}
@media (max-width: 1200px) {
  .public-wrap {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .news-top {
    margin-left: -15px;
    margin-right: -15px;
  }
  .news-top li {
    padding: 0 15px;
  }
  .newstop-info {
    padding-top: 25px;
  }
  .news-info p {
    margin-top: 18px;
    margin-bottom: 15px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .public-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .news-top {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .news-top li {
    padding: 0px;
    float: none;
    width: 100%;
    padding-bottom: 20px;
  }
  .newstop-info {
    padding-top: 18px;
  }
  .news-info h3 a {
    font-size: 20px;
    line-height: 24px;
  }
  .news-info p {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }
  .news-info span {
    font-size: 16px;
  }
  .news-list li {
    padding: 18px 0px;
  }
  .news-img {
    width: 100%;
  }
  .news-listinfo {
    width: 100%;
    margin-top: 20px;
    padding-left: 0px;
  }
  .click-more {
    margin-top: 40px;
    width: 200px;
    height: 42px;
    line-height: 42px;
  }
}
/* 联系我们 */
.contact-list {
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 50px;
}
.contact-list li {
  padding: 0 25px;
  float: left;
  width: 25%;
}
.contact-item {
  width: 100%;
  position: relative;
  height: 256px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #333;
  line-height: 24px;
}
.contact-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 61px;
  margin-bottom: 28px;
}
.contact-icon img {
  transition: all 0.5s;
}
.contact-icon-on {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.contact-item p {
  font-size: 18px;
  margin-bottom: 30px;
}
.contact-item span {
  font-size: 20px;
}
.contact-item:hover {
  background-color: #00a0e9;
  color: #fff;
}
.contact-item:hover .contact-icon-on {
  opacity: 1;
}
.contact-item:hover .contact-icon-un {
  opacity: 0;
}
.map-img {
  overflow: hidden;
  width: 100%;
  margin-bottom: 100px;
}
.map-img img {
  width: 100%;
}
.contact-formitem {
  display: flex;
  margin-bottom: 21px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.contact-one {
  margin-bottom: 0px;
}
.contact-sinput {
  flex: 1;
  margin-right: 16px;
}
.contact-sinput:last-child {
  margin-right: 0px;
}
.contact-input {
  height: 72px;
  border: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
}
.contact-input span {
  width: 70px;
  text-align: right;
  font-size: 18px;
  color: #555;
}
.contact-input input {
  border: none;
  background-color: #fff;
  line-height: 70px;
  padding-left: 10px;
  font-size: 18px;
  width: calc(100% - 70px);
  padding-right: 10px;
  color: #555;
}
.contact-minput {
  width: calc(50% - 8px);
}
.contact-textarea {
  width: 100%;
  height: 276px;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: flex-start;
}
.contact-textarea span {
  width: 110px;
  line-height: 32px;
}
.contact-textarea textarea {
  padding-left: 10px;
  width: calc(100% - 110px);
  padding-right: 10px;
  color: #555;
  border: none;
  background-color: #fff;
  line-height: 32px;
  height: 234px;
  resize: none;
}
.contact-btn {
  width: 180px;
  height: 60px;
  margin: 50px auto 0px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: #00a0e9;
  cursor: pointer;
  line-height: 60px;
  border-radius: 4px;
}
@media (max-width: 1400px) {
  .contact-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .contact-list li {
    padding: 0 15px;
  }
  .map-img {
    margin-bottom: 80px;
  }
  .contact-input span {
    width: 55px;
  }
  .contact-input input {
    width: calc(100% - 55px);
  }
  .contact-textarea span {
    width: 90px;
  }
  .contact-textarea textarea {
    width: calc(100% - 90px);
  }
}
@media (max-width: 1200px) {
  .contact-list {
    margin-bottom: 20px;
  }
  .contact-list li {
    width: 50%;
    margin-bottom: 30px;
  }
  .map-img {
    margin-bottom: 60px;
  }
  .contact-sinput {
    width: calc(50% - 8px);
    flex: none;
    margin-right: 0px;
  }
  .contact-sinput:nth-child(1) {
    margin-bottom: 21px;
  }
  .contact-sinput:nth-child(2) {
    margin-bottom: 21px;
  }
}
@media (max-width: 991px) {
  .contact-item {
    height: 220px;
  }
  .contact-icon {
    margin-bottom: 18px;
  }
  .contact-item p {
    margin-bottom: 20px;
  }
  .contact-list {
    margin-bottom: 10px;
  }
  .map-img {
    margin-bottom: 30px;
  }
  .contact-textarea {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .contact-textarea textarea {
    height: 220px;
  }
  .contact-btn {
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  .contact-list {
    margin-left: 0px;
    margin-right: 0px;
  }
  .contact-list li {
    width: 100%;
    padding: 0px;
    float: none;
    margin-bottom: 20px;
  }
  .contact-item {
    height: auto;
    padding: 20px 10px;
  }
  .contact-icon {
    margin-bottom: 12px;
  }
  .contact-item p {
    margin-bottom: 12px;
  }
  .contact-sinput {
    width: 100%;
  }
  .contact-formitem {
    margin-bottom: 0px;
  }
  .contact-input {
    height: 50px;
    margin-bottom: 18px;
  }
  .contact-input span {
    font-size: 16px;
    width: 50px;
  }
  .contact-input input {
    line-height: 48px;
    padding-left: 5px;
    font-size: 16px;
    width: calc(100% - 50px);
    padding-right: 5px;
  }
  .contact-minput {
    width: 100%;
  }
  .contact-sinput:nth-child(1) {
    margin-bottom: 18px;
  }
  .contact-sinput:nth-child(2) {
    margin-bottom: 18px;
  }
  .contact-textarea span {
    line-height: 26px;
    width: 78px;
  }
  .contact-textarea {
    height: auto;
    margin-bottom: 0px;
  }
  .contact-textarea textarea {
    height: 100px;
    resize: vertical;
  }
}
/* 关于我们 */
.about-title {
  text-align: center;
  font-family: 'sBold';
  color: #000;
  font-size: 60px;
  line-height: 60px;
}
.about-main {
  margin-top: 58px;
}
.about-des {
  text-indent: 32px;
  font-size: 18px;
  color: #555;
  padding-top: 24px;
  line-height: 36px;
}
.about-des p {
  margin-bottom: 10px;
}
.about-des p:last-child {
  margin-bottom: 0px;
}
.about-num {
  display: flex;
  justify-content: space-between;
  margin-top: 44px;
}
.num-item {
  text-align: center;
}
.num-item span {
  font-family: 'dBold';
  font-size: 48px;
  color: #00a0e9;
  line-height: 48px;
}
.num-item p {
  color: #555;
  font-size: 18px;
  margin-top: 13px;
}
.equip-item {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.equip-item img {
  width: 100%;
  transition: all 0.5s;
}
.equip-item p {
  position: absolute;
  font-size: 30px;
  color: #fff;
  line-height: 30px;
  bottom: 42px;
  left: 0px;
  text-align: center;
  width: 100%;
}
.equip-item:hover img {
  transform: scale(1.1);
}
.honor-item p {
  line-height: 24px;
  text-align: center;
  color: #000;
  font-size: 20px;
  margin-top: 26px;
  font-family: 'sMedium';
}
.honor-img {
  padding: 2px;
  position: relative;
}
.honor-imgcont {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.zoom-img {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: all 0.5s;
  transform: translate(-50%, -50%);
  background: #00a0e9 url(../img/zoom-img.png) no-repeat center;
}
.honor-imgcont img {
  width: 100%;
}
.honor-img::after {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid #00a0e9;
  top: 0px;
  left: 0px;
  content: '';
  opacity: 0;
  transition: all 0.5s;
}
.honor-item:hover p {
  color: #00a0e9;
}
.honor-item:hover .zoom-img {
  opacity: 1;
}
.honor-item:hover .honor-img::after {
  opacity: 1;
}
.honor-swiper {
  margin-top: 52px;
}
@media (max-width: 991px) {
  .about-title {
    font-size: 40px;
    line-height: 40px;
  }
  .about-main {
    margin-top: 28px;
  }
  .about-des {
    font-size: 16px;
    line-height: 30px;
  }
  .about-num {
    margin-top: 24px;
  }
  .equip-item p {
    font-size: 24px;
    line-height: 24px;
    bottom: 18px;
  }
  .honor-swiper {
    margin-top: 28px;
  }
  .honor-item p {
    font-size: 16px;
    margin-top: 16px;
  }
}
@media (max-width: 599px) {
  .num-item {
    width: 50%;
    margin-bottom: 10px;
  }
  .about-num {
    flex-wrap: wrap;
  }
  .num-item p {
    margin-top: 6px;
  }
  .about-wrap {
    padding-bottom: 26px;
  }
  .about-title {
    font-size: 32px;
    line-height: 32px;
  }
}




/*新增首页代码*/
.scale-img{
  overflow: hidden;
}
.scale-img img{
  transition: all 0.4s;
  width: 100%;
}
.scale-img:hover img{
  transform: scale(1.1);
}
.habout{
  overflow: hidden;
}
.habout-box{
  display: flex;
}
.habout-l{
  width: 50%;
}
.habout-r{
  width: 50%;
}
.habout-rthree{
  background: #e83428;
}
.habout-rbot ul {
  display: flex;
}
.habout-rbot ul li{
  width: 50%;
  position: relative;
}
.habout-r-tit{
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 48px;
  font-family: 'HETI';
  transform: translateX(-50%);
}
.habout-rtop{
  position: relative;
}
.habout-rtop .habout-r-tit{
  left: 50px;
  top: 50px;
  transform: translateX(0%);
}
.habout-rthree{
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-tit h3{
  font-size: 60px;
}
.habout-l{
  padding:100px 50px 0px 160px;

}
.home-tit h3{
  font-family: 'SansBold';
}
.habout-l{
  padding-right: 100px;
}
.habout-l h4{
  font-size: 30px;
  color: #00a0e9;
  padding: 40px 0;
}
.habout-l p{
  line-height: 35px;
}
.hnum-list{
  display: flex;
  justify-content: space-between;
}
.hnum-list li{
  height: 150px;
  border: 1px solid #dcdcdc;
  width: 31%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.habout-num{
  margin-top: 100px;
  
}
.hnum-list li span{
  font-size: 48px;
  font-family: 'SansBold';
  color: #00a0e9;
  margin-bottom: 20px;
}
.hnum-list li:hover{
  background:#00a0e9;
}
.hnum-list li:hover span{
  color: #fff;
}
.hnum-list li:hover p{
  color: #fff;
  border: 1px solid #00a0e9;
}
.hpro{
  padding: 100px 0;
  background: url("../img/hpro-bg.jpg") no-repeat top center;
}
.hpro .home-tit{
  text-align: center;
}
.hpro-box{
  margin-top: 60px;
}
.hpro-swiper .swiper-pagination{
  bottom: 0;
}
.hpro-swiper{
  padding-bottom: 70px;
}
.hpro-swiper .swiper-slide a{
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #dcdcdc;
}
.hpro-swimg h4{
  position: absolute;
  font-size: 18px;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.hpro-swipertxt{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(64, 184, 239, 0.8);
  top: 0;
  left: -100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 24px;
  transition: all 0.4s;
}
.hpro-swimg img{
  width: 100%;
}
.hpro-swipertxt img{
  width: 30px;
  height: 30px;
  margin-top: 40px;
}
.hpro-swiper .swiper-slide a:hover .hpro-swipertxt{
  left: 0;
}
.hpro-swiper .swiper-slide a .hpro-swimg h4{
  transition:all 0.3s;
}
.hpro-swiper .swiper-slide a:hover .hpro-swimg h4{
  opacity: 0;
}
.hpro-swiper .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  border: 1px solid #0d0c0c;
  background: none;
  opacity: 1;
  margin: 0 8px !important;
}
.hpro-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #0d0c0c;
}

.hadv{
  padding: 100px 0;
}
.hadv-tit{
  display: flex;
  justify-content: space-between;
}
.hadv-r a{
  display: block;
  border: 1px solid #999999;
  width: 142px;
  height: 48px;
  text-align: center;
  line-height: 48px;
}

.hadv-list{
  margin-top: 60px;
}
.hadv-list ul{
  display: flex;
}
.hadv-list ul li a{
  position: relative;
  overflow: hidden;
  display: block;

}
.hadv-list .hadv-txt{
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .3);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hadv-list .hadv-txt h3{
  /* position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%); */
  font-size: 36px;
  writing-mode: vertical-lr;/*垂直展示*/
  writing-mode: tb-lr;/*兼容IE*/
  letter-spacing: 3px;
  color: #fff;
}

.hcase{
  
  background: url("../img/whcase-bg.jpg") no-repeat center top; 
  background-size: cover;
}
.hcase-l{
  padding: 130px 0;
  width: 50%;
  padding-right: 100px;
}
.hcase-l .home-tit h3{
  color: #fff;
}
.hcase-box{
  display: flex;
}
.hcase-txt{
  color: #fff;
  margin-top: 60px;
  line-height: 35px;
}
.hcase-more a{
  display: block;
  width: 144px;
  height: 50px;
  background: #00a0e9;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin-top: 100px;
}

.marquee {
  width: 100%;
  height:750px;
  overflow: hidden;
}
.marquee ul li img {
  width: 100%;
}
.marquee ul li {
  margin-bottom: 18px;
}
.marqueer {
  width: 100%;
  height: 800px;
  overflow: hidden;
  margin-left: 30px;
}
.marqueer ul li {
  margin-bottom: 18px;
}
.marqueer ul li img {
  width: 100%;
}
.hcase-r{
  display: flex;
  justify-content: space-between;
}
.hnews{
  padding: 100px 0;
  overflow: hidden;
}
.hnews-box{
  margin-top: 60px;
}
.hnews-l{
  width: 50%;
  padding-right: 25px;
}
.hnews-r{
  width: 50%;
  padding-left: 25px;
}
.hnews-box{
  display: flex;
}
.hnews-l a{
  display: block;
  overflow: hidden;
}
.hnews-l h3{
  font-size: 30px;
  padding:30px 0 20px;
}
.hnews-l h4{
  color: #555555;
  line-height: 30px;
}
.hnews-r ul li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
  height: 80px;
}
.hnews-r a img{
  width: 21px;
  height: 4px;
}

.hnews-r ul{
  border-top: 1px solid #dcdcdc;
}
.hnews-r ul li h4{
  background: #00a0e9;
  color: #fff;
  width: 100px;
  height: 28px;
  text-align: center;
  line-height: 28px;
}
.hnews-r ul li h5{
  width: 480px;
  font-size: 24px;
  color:#000000;
  font-family: 'SansBold';
  padding-bottom: 5px;
  white-space: nowrap; 
  text-overflow: ellipsis; 
  overflow: hidden; 
}
.hnews-r ul li:hover h5{
  color: #00a0e9;
  border-bottom: 2px solid #00a0e9;
}
.hnews-rimg img:last-child{
  display: none;
}
.hnews-r ul li:hover .hnews-rimg img:last-child{
  display: block;
}
.hnews-r ul li:hover .hnews-rimg img:first-child{
  display: none;
}
.habout-r .scale-img img{
  /* width:auto; */
}
/*首页响应*/
@media(max-width:1600px){
  .habout-r-tit{
    font-size: 30px;
  }
  .habout-num {
    margin-top: 50px;
  }
  .hnews-r ul li h5{
    width: 50%;
  }
}
@media(max-width:1400px){

  .hnum-list li span{
    font-size: 35px;
  }
  .habout-l{
    padding-right: 30px;
  }
  .home-tit h3 {
    font-size: 45px;
  }
  .habout-l{
    padding: 50px 25px 0 0 ;
  }
  .hpro-swimg h4{
    bottom: 25px;
  }
  .hcase-l{
    padding-right: 20px;
  }
  .hcase-r{
    width: 50%;
  }
}

@media(max-width:1200px){
  .hnews-r ul li h5{
    font-size: 18px;
  }
  .habout-box{
    display: block;
  }
  .habout-l{
    width: 100%;
  }
  .habout-r{
    width: 100%;
    margin-top: 30px;
  }
  .habout-r .scale-img img{
    width: 100%;
  }
  .habout{
    padding-bottom: 50px;
  }
  .hadv-list .hadv-txt h3{
    font-size: 22px;
  }
  .hnews-l h3 {
    font-size: 24px;
    padding: 30px 0 20px;
    line-height: 30px;
  }
  .hnews-r ul li a{
    height: 65px;
    line-height: 65px;
  }
}
@media(max-width:991px){
  .habout-l h4{
    font-size: 22px;
    padding: 15px 0 10px;
  }
  .habout-num{
    margin-top: 30px;
  }
  .habout-l{
    padding: 50px 0 30px;
  }
  .hnum-list li p{
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
    text-align: center;
  }
  .habout-r-tit{
    font-size: 18px;
  }
  .habout-r{
    margin-top: 10px;
  }
  .hpro{
    padding: 40px 0;
  }
  .hpro-box{
    margin-top: 30px;
  }
  .hadv-list ul{
    flex-wrap: wrap;
  }
  .hadv-list ul li {
    width: 33.33%;
  }
  .hcase-box{
    display: block;
  }
  .hcase-l{
    width: 100%;
    padding: 30px 0;
  }
  .hcase-more a{
    margin-top: 20px;
  }
  .hcase-txt {
    color: #fff;
    margin-top: 14px;
    line-height: 30px;
  }
  .hcase-r{
    width: 100%;
  }
  .hcase {
    padding-bottom: 30px;
    background:#000 url(../img/whcase-bg.jpg) no-repeat center top;
  }
  .hnews-box{
    display: block;
  }
  .hnews-l{
    width: 100%;
  }
  .hnews-r{
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .hnews-r ul li h4{
    width: 70px;
    font-size: 14px;
  }
  .hnews{
    padding: 40px 0;
  }
  .hnews-box{
    margin-top: 30px;
  }
  .hcase-r{
    display: none;
  }
}
@media(max-width:768px){
  .home-tit h3 {
    font-size: 35px;
  }
  .hadv-tit{
    align-items: center;
  }
  .hadv{
    padding: 40px 0;
  }
  .hadv-list{
    margin-top: 30px;
  }
  
}
@media(max-width:520px){
  
  .hadv-list .hadv-txt h3{
    font-size: 24px;
  }
  .hadv-list ul li {
    width:50%;
  }
  .hnews-r ul li h5{
    width: 40%;
  }
}
/*产品中心*/
.pro-lnav h3{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.pro-box{
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.pro-l{
  width:260px;
}
.pro-lnav{
  border: 1px solid #dcdcdc;
  padding: 30px;
}
.pro-r{
  width: calc(100% - 320px);
}
.prod-r{
  width: calc(100% - 320px);
}
.pro-lnav ul li{
  line-height: 35px;
  font-size: 18px;
}
.pro-lnav ul li.on a{
  color: #00a0e9;
  font-family: 'HETI';
}
.pro-lnav ul li:hover a{
  color: #00a0e9;
  font-family: 'HETI';
}
.prol-tj h3{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.prol-tj{
  border: 1px solid #dcdcdc;
  padding: 30px;
  margin-top: 40px;
}
.prol-tjswiper{
  height: 326px;
}
.prol-tjswiper img{
  width: 100%;
}
.prol-tjswiper .swiper-slide a{
  display: block;
  position: relative;
}
.prol-tjswiper .swiper-slide a h4{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  font-family: 'HETI';
  display: none;
}
.prol-tjswiper .swiper-slide a:hover h4{
  display: block;
}
.prol-caseswiper .swiper-slide img{
  width: 100%;
}
.prol-case{
  margin-top: 40px;
}
.prol-caseswiper .prol-casetxt{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background:rgba(0, 0, 0, .2);
  color: #fff;
  display: flex;
  justify-content:center;
  align-items:flex-end;
  padding-bottom: 20px;
  font-family: 'HETI';
}
.prol-caseswiper .swiper-slide a{
  position: relative;
  display: block;
}
.pro-r ul li h3, .casrs ul li h3{
  font-size: 18px;
  font-family: 'HETI';
  text-align: center;
  padding: 30px 0;
  display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro-r ul li:hover h3{
  color:#00a0e9;
}
.pro-more{
  width: 230px;
  height: 50px;
  background: #00a0e9;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  color: #fff;
  margin:40px auto 0;
  cursor: pointer;
}
@media(max-width:991px){
  .pro-box{
    display: block;
  }
  .pro-l{
    width: 100%;
  }
  .prol-tj{
    display: none;
  }
  .prol-case{
    display: none;
  }
  .pro-r{
    width: 100%;
    margin-top: 20px;
  }
  .pro-r ul li h3, .cases ul li h3{
    padding: 15px 0;
  }
} 

.prod-rl{
  width: 50%;
}
.prod-rr{
  width: 46%;
}
.prod-bigul li{
  display: none;
}
.prod-small{
  margin-top: 20px;
}
.prod-smallswiper .swiper-slide a{
  display: block;
  border: 2px solid #fff;
}
.prod-smallswiper .swiper-slide a img{
  width: 100%;
}
.prod-smallswiper .swiper-slide.on a{
  display: block;
  border: 2px solid #00a0e9;
}
.prod-rr h4{
  font-size: 36px;
}
.prod-rrtxt{
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 30px 0;
  line-height: 30px;
}
.prod-rrtxt p{
  position: relative;
  padding-left: 18px;
}
.prod-rrtxt p::after{
  position: absolute;
  content: " ";
  width: 8px;
  height: 8px;
  background:#00a0e9;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.prod-td h4{
  font-size: 18px;
  font-family: 'HETI';
  padding: 20px 0;
}
.prod-tdul{
  display: flex;
  justify-content: space-between;
}
.prod-tdul li{
  border: 1px solid #dcdcdc;
  width: 18%;
  height: 108px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.prod-tdul li h6{
  color: #555555;
  margin-top: 15px;
}
.prod-tdicon{
  height: 40px;
  line-height: 40px;
}
.prod-tdicon img:last-child{
  display: none;
}
.prod-tdul li:hover{
  background: #00a0e9;
}
.prod-tdul li:hover h6{
  color: #fff;
}
.prod-tdul li:hover .prod-tdicon img:last-child{
  display: block;
}
.prod-tdul li:hover .prod-tdicon img:first-child{
  display: none;
}
.prod-back{
  margin-top: 30px;
  display: flex;
}
.prod-back a{
  display: block;
  width: 50%;
  background: #00a0e9;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #fff;
}
.prod-back .prod-btwo{
  background: #e83428;
}
.prod-rtop{
  display: flex;
  justify-content: space-between;
}
.prod-tjtit{
  display: flex;
  justify-content: space-between;
  align-items:center;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 30px;
}
.prod-tj{
  margin-top: 60px;
}
.prod-tjtit h4{
  font-size: 36px;
}
.prod-tjbox{
  margin-top: 30px;
}
.prod-tjbox-swiper .swiper-slide span{
  text-align: center;
  display: block;
  font-size: 18px;
  font-family: 'HETI';
  padding-top: 30px;
}

@media(max-width:1600px){
  .prod-rr h4{
    font-size: 24px;
  }
  .prod-rrtxt {
    margin-top: 15px;
    padding: 5px 0;
    line-height: 24px;
  }
  .prod-td h4{
    padding: 8px 0;
  }
  .prod-back a {
    display: block;
    width: 50%;
    background: #00a0e9;
    height: 66px;
    line-height: 66px;
    text-align: center;
    color: #fff;
  }
}

@media(max-width:1400px){
  .prod-rtop{
    display: block;
  }
  .prod-rl{
    width: 100%;
  }
  .prod-rr{
    width: 100%;
    margin-top: 30px;
  }
  .prod-rrtxt {
    margin-top: 15px;
    padding: 15px 0;
    line-height: 24px;
  }
}

@media(max-width:991px){
  .prod-r{
    width: 100%;
    margin-top: 40px;
  }
  .prod-tdul li{
    width: 19%;
  }
}

@media(max-width:600px){
  .prod-tdul li h6{
    font-size: 14px;
  }
  .prod-tjtit h4 {
    font-size: 30px;
  }
  .prod-tj {
    margin-top: 40px;
  }
}

.prod-r{
  overflow: hidden;
}

@media(max-width:1800px){
  .habout-l{
    padding:80px 50px 0px 100px
  }
  .habout-num{
    margin-top: 50px;
  }
}

@media(max-width:1700px){
  .habout-box .home-tit h3{
    font-size: 50px;
  }
  .habout-l h4{
    padding: 15px 0;
    font-size: 22px;
  }
  .habout-l p{
    line-height: 30px;
  }
}

@media(max-width:1400px){
  .habout-l{
    padding: 50px 30px;
  }
  .habout-num{
    margin-top: 20px;
  }
  .habout-l p{
    line-height: 26px;
  }
}

@media(max-width:991px){
  .habout-l{
    padding:40px 15px 10px;
  }
  .habout-box .home-tit h3{
    font-size: 45px;
  }
}

.dc-mo {
  display: none;
}

@media (max-width: 991px) {
  .dc-mo {
    display: block;
  }

  .dc-pc {
    display: none;
  }
}
#p-banner .swiper-slide img {
  width: 100%;
  display: block;}