/* ==========================================================================
   Global
   ========================================================================== */
html {
  font-size: 62.5%;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #f5f5f5;
}
body::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #bdb9b9;
}

div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  background-color: #f5f5f5;
}

div::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

div::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #bdb9b9;
}
a {
  color: #333;
}
a:hover {
  color: #ef7c2c;
}
a:focus {
  outline: none;
  -moz-outline: none;
}

body {
  color: #333;
  font: 14px/1.7 microsoft yahei, Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
}
.wrapper {
  max-width: 1440px;
  /*min-width: 1440px; */
  _width: 1440px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
.wrapper:after,
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* arrow */
.arrow {
  position: absolute;
  top: 50%;
  margin-top: -4px;
}
.arrow * {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 0 dashed transparent;
  overflow: hidden;
}
/* arrow-right */

.arr-r * {
  border-left-style: solid;
  border-width: 4px 0 4px 4px;
}
.arr-r em {
  left: 1px;
}
.arr-r span {
  border-left-color: #3675bb;
}
.tri {
  position: absolute;
  width: 0;
  height: 0;
  border: 0 dashed transparent;
  overflow: hidden;
}

@media only screen and (max-width: 1440px) {
  .wrapper {
    padding: 0 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .wrapper {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 920px) {
  .wrapper {
    padding: 0 20px;
  }
}

/* ==========================================================================
   Content
   ========================================================================== */

.hidden {
  display: none;
}

.hometit {
  font-size: 48px;
  font-weight: normal;
}

/* ==========================================================================
   section02
   ====================================================================1====== */
.mainpic {
  position: relative;
  height: auto;
  overflow: hidden;
}
.mainpic .bgimg {
  width: 100%;
}
.mainpic .uppic {
  width: 100%;
  height: 100%;
  transition: transform 1s;
  position: absolute;
  left: 0;
  top: 0;
}
.mainpic:hover .uppic {
  transform: scale(1.05);
}
.hcaselist {
  width: 50%;
  float: right;
  position: relative;
  z-index: 11;
}
.t_syk2 {
  padding: 100px 0 0 0;
}
.hcaselist li {
  margin-bottom: 80px;
}
.casebox03 {
  background: #fff;
  margin: 20px;
  box-shadow: 0 2px 80px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  overflow: hidden;
}
.casebox03 .txtarea {
  padding: 30px 60px 50px 40px;
}
.casebox03 .txtarea h3 {
  font-size: 20px;
  font-weight: normal;
  width: 100%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.casebox03 .txtarea .desc {
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
  color: #a0a0a0;
}
.casebox03:hover .txtarea h3 a {
  color: #ef6e20;
}

/* ==========================================================================
   homepart03
   ========================================================================== */

.homepart03 {
  padding: 80px 0 120px 0;
}
.zsrhzjcxlist {
  margin-top: 40px;
}
.zsrhzjcxlist li {
  width: 50%;
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.rhbox {
  position: relative;
  overflow: hidden;
}
.rhbox .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.zsrhzjcxlist li:nth-child(1) .rhbox {
  margin-right: 1px;
  margin-bottom: 2px;
  border-radius: 8px 0 0 0;
}
.zsrhzjcxlist li:nth-child(2) .rhbox {
  margin-left: 1px;
  margin-bottom: 2px;
  border-radius: 0 8px 0 0;
}
.zsrhzjcxlist li:nth-child(3) .rhbox {
  margin-right: 1px;
  border-radius: 0 0 0 8px;
}
.zsrhzjcxlist li:nth-child(4) .rhbox {
  margin-left: 1px;
  border-radius: 0 0 8px 0;
}
.rhbox .cover .tit {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-indent: 20px;
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
  color: #fff;
}
.rhbox:hover .cover {
  background: rgba(0, 0, 0, 0.6);
}
.rhbox .cover .tit img {
  width: 28px;
  height: 28px;
  vertical-align: text-top;
}

/* ==========================================================================
   homepart04
   ========================================================================== */

.hnewsbox {
  background: #fff;
  margin: 5px; /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);*/
  border-radius: 16px;
  overflow: hidden;
}
.hnewsbox .txtarea {
  padding: 40px 80px 40px 40px;
}
.hnewsbox .txtarea h3 {
  font-size: 24px;
  font-weight: normal;
  width: 100%;
  height: 80px;
  line-height: 40px;
  overflow: hidden;
}
.hnewsbox .txtarea .date {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #a0a0a0;
}

#owl-hnews {
  margin-top: 50px;
}
.homepart04 {
  padding: 100px 0;
  background: #f4f5f7;
}
.homepart04 .wrapper {
  position: relative;
}
.ohnews {
  width: 2200px;
}

#owl-hnews .owl-dots {
  height: 0px;
  overflow: hidden;
}
#owl-hnews .owl-prev,
#owl-hnews .owl-next {
  width: 50px;
  top: 0;
  height: 50px;
  background: none;
  text-indent: 100px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  margin-top: -116px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  filter: Alpha(Opacity=100);
  opacity: 1;
}
#owl-hnews .owl-prev {
  position: absolute;
  left: 1320px;
  background: url(../images/arr01.png) center no-repeat;
  background-size: 100% auto;
}
#owl-hnews .owl-next {
  position: absolute;
  left: 1400px;
  background: url(../images/arr02.png) center no-repeat;
  background-size: 100% auto;
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer {
  color: #666;
  background: #181818;
  padding-top: 30px;
}
footer a {
  color: #a0a0a0;
}
footer a:hover {
  text-decoration: underline;
}

.footer-top {
  border-bottom: 1px solid #333333;
  padding-bottom: 30px;
}
.footer-top .footlogo {
  float: left;
  width: 200px;
  height: 70px;
}
.footer-top .footlogo img {
  max-width: 152px;
}
.footer-top .footernav {
  width: calc(100% - 300px);
  font-size: 16px;
  float: right;
  height: 70px;
  line-height: 70px;
  text-align: right;
}
.footer-top .footernav a {
  margin-left: 90px;
}
.footer-top .footernav a:first-child {
  margin-left: 0;
}

.sharebox .inco a {
  width: 32px;
  height: 32px;
  transition: background 0.5s;
  display: inline-block;
  background-position: center -32px;
}
.sharebox .inco:hover a {
  background-position: center 0px;
}
.foot-share {
  width: 200px;
  float: left;
  padding-top: 30px;
}
.foot-share .sharebox {
  float: left;
  margin-right: 15px;
  position: relative;
}
.foot-share .sharebox .sharebd {
  position: absolute;
  top: 30px;
  padding-top: 20px;
  left: 50%;
  width: 100px;
  display: none;
  margin-left: -50px;
}
.foot-share .sharebox .sharebd img {
  max-width: 100%;
}
.foot-share .sharebox:hover .sharebd {
  display: block;
}
.foot-share .sharebox .sharebd::after {
  content: "";
  border-bottom: 7px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 13px;
  left: 50%;
  margin-left: -6px;
}

.foot-contact {
  width: 400px;
  float: left;
  margin-left: 320px;
  padding-top: 30px;
  color: #a0a0a0;
}
.foot-contact p {
  line-height: 24px;
}
.foot-contact p.tel {
  font-size: 24px;
  margin-bottom: 10px;
  color: #ececee;
}

.foot-map {
  float: right;
  width: 300px;
  text-align: right;
}
.foot-map img {
  max-width: 100%;
}
.foot-con {
  padding: 30px 0 60px 0;
}

.foothd {
  padding: 30px 0;
  text-transform: Uppercase;
  color: #555555;
  font-size: 12px;
  border-top: 1px solid #333333;
}
.foothd a {
  color: #555555;
}
.foothd a:hover {
  color: #fff;
  text-decoration: underline;
}

@media only screen and (max-width: 1440px) {
  footer {
    padding-top: 30px;
  }
  .foothd {
    padding: 10px;
    font-size: 12px;
  }

  footer .wrapper {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 920px) {
  .fn-col li {
    font-size: 12px;
  }
  .fn-col {
    padding-left: 20px;
  }
  .fn-col h3 {
    font-size: 14px;
  }
  footer .wrapper {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .fn-col {
    width: calc(20% - 5px);
    padding-left: 0;
    background: none;
  }

  .foothd {
    margin-top: 0;
    font-size: 12px;
    padding: 10px;
    line-height: 18px;
  }

  .fn-col h3 {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .fn-colwx {
    width: 100%;
  }

  .fn-colwx h3 img {
    width: 100px;
  }
  footer .wrapper {
    padding: 10px;
  }
  .fn-col h3 {
    margin-bottom: 0;
  }
  footer .wrapper:before {
    display: none;
  }
  .hshare {
    margin-top: 10px;
  }
  .fn-col:nth-child(2) {
    width: 36%;
  }
  .fn-colwx h3 {
    margin-bottom: 20px;
  }
  .fn-colwx {
    margin-bottom: 20px;
  }
}

.toggle-btn {
  display: none;
}

@media only screen and (max-width: 920px) {
  .toggle-btn {
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
    transition: all 0.5s;
  }
  .inner-cont > p img {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
  .gn-item:hover .toggle-btn {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media only screen and (max-width: 1600px) {
  .ohnews {
    width: 1960px;
  }
}

@media only screen and (max-width: 1440px) {
  .ohnews {
    width: 1600px;
  }
  .hnewsbox .txtarea h3 {
    font-size: 18px;
    line-height: 32px;
  }
  #owl-hnews .owl-prev {
    left: 1100px;
  }
  #owl-hnews .owl-next {
    left: 1160px;
  }
}

@media only screen and (max-width: 1200px) {
  .t_syk2 {
    padding-top: 0;
    position: relative;
    overflow: visible !important;
  }
  .hcaselist {
    width: 480px;
    margin-top: -520px;
  }
  .casebox03 .txtarea .desc {
    font-size: 14px;
  }
  .hcaselist li {
    margin-bottom: 40px;
  }
  #owl-hnews .owl-prev {
    left: auto;
    right: 60px;
  }
  #owl-hnews .owl-next {
    left: auto;
    right: 0;
  }
  .ohnews {
    width: 100%;
  }
  .hnewsbox .txtarea .date {
    font-size: 14px;
  }
  .hnewsbox .txtarea h3 {
    font-size: 16px;
    line-height: 28px;
  }
  .hnewsbox .txtarea {
    padding: 30px;
  }
  .footer-top .footernav a {
    margin-left: 60px;
  }
  .foot-contact {
    margin-left: 100px;
  }
  .homepart04 {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 920px) {
  .foot-contact {
    margin-left: 20px;
    width: 300px;
  }
  .footer-top .footernav a {
    margin-left: 30px;
  }
  .hcaselist {
    width: 460px;
    margin-top: -430px;
  }
  .homepart03 {
    padding: 20px 0 40px 0;
  }
  .footer-top .footernav {
    width: calc(100% - 300px);
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .hcaselist {
    width: 100%;
    margin-top: 0;
  }
  .casebox03 {
    margin: 0;
  }

  .homepart03 {
    padding: 0;
  }
  .footer-top .footernav a {
    font-size: 14px;
  }
  .foot-share {
    width: 100%;
    float: none;
    padding-top: 40px;
    height: 40px;
  }
  .foot-contact {
    width: 100%;
    float: none;
    padding-top: 20px;
    margin-left: 0;
  }
  .foot-map {
    width: 100%;
    float: none;
    padding-top: 40px;
    text-align: left;
  }
  .hnewsbox .txtarea h3 {
    font-size: 14px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 450px) {
  .zsrhzjcxlist li {
    width: 100%;
    float: none;
  }
  .zsrhzjcxlist li:nth-child(1) .rhbox {
    margin: 0;
    margin-bottom: 20px;
    border-radius: 8px 8px 8px 8px;
  }
  .zsrhzjcxlist li:nth-child(2) .rhbox {
    margin: 0;
    margin-bottom: 20px;
    border-radius: 8px 8px 8px 8px;
  }
  .zsrhzjcxlist li:nth-child(3) .rhbox {
    margin: 0;
    margin-bottom: 20px;
    border-radius: 8px 8px 8px 8px;
  }
  .zsrhzjcxlist li:nth-child(4) .rhbox {
    margin: 0;
    margin-bottom: 0;
    border-radius: 8px 8px 8px 8px;
  }
  .rhbox .cover .tit {
    text-indent: 20px;
    font-size: 18px;
  }

  .footer-top {
    display: block;
    padding-bottom: 20px;
  }
  .foot-share {
    padding-top: 0;
  }
  .foot-map {
    display: none;
  }
  .foot-con {
    padding: 20px 0 10px 0;
  }
  .homepart04 {
    padding: 40px 0 20px 0;
  }
  .footer-top .footlogo {
    display: none;
  }
  .footer-top .footernav {
    width: 100%;
    float: none;
  }
  .footer-top .footernav a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: left;
    margin-left: 0;
    background: url(../images/arrframe02.png) 96% center no-repeat;
    font-size: 16px;
    text-indent: 10px;
  }
  .footer-top .footernav {
    height: auto;
  }
  footer {
    padding-top: 20px;
  }
  .foothd {
    text-align: center;
  }
  .foot-contact {
    font-size: 14px;
  }
}

.homepart03 .list1 {
  margin: 22px -8px 0;
}
.homepart03 .list1 li {
  float: left;
  width: 33.33%;
}

.homepart03 .list1 li .item {
  margin: 0 8px;
  position: relative;
}

.homepart03 .list1 li .item .uppic2 {
  display: none;
}

.homepart03 .list1 li .item:hover .uppic2 {
  display: block;
}

.homepart03 .list1 li .mainpic {
  border-radius: 10px;
}

.homepart03 .list1 li .mainpic img {
  border-radius: 10px;
}

.homepart03 .list1 li .mobile-img-box {
  display: none;
}

.homepart03 .list1 li .item .cover {
  width: 280px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.homepart03 .list1 li .item .cover .txt {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
}

.homepart03 .list1 li .item .cover img {
  width: 100%;
}

.homepart03 .list1 li .item .cover .hover-img {
  display: block;
  transition: all 0.3s;
}

.homepart03 .list1 li .item .cover .hover-img {
  display: none;
  transition: all 0.3s;
}

.homepart03 .list1 li .item .cover .txt {
  font-size: 38px;
  font-weight: bold;
  color: #ffffff;
  transition: all 0.3s;
}

.homepart03 .list1 li .item:hover .cover .img {
  display: none;
}

.homepart03 .list1 li .item:hover .cover .hover-img {
  display: block;
}

.homepart03 .list1 li .item:hover .cover .txt {
  color: #3d3d3d;
}

.modal {
  background: #ffffff;
  border-radius: 12px 12px 12px 12px;

  display: none;
  max-width: 1280px;
}

.modal-wrap {
  padding: 20px;
}

.modal-hd {
  font-size: 28px;
  color: #181818;
  margin-bottom: 20px;
}

.modal-bd {
  font-size: 28px;
  color: #181818;
}

.modal-bd .pic {
  width: 44%;
  margin-right: 2%;
  float: left;
}

.modal-bd .pic img {
  width: 100%;
}

.modal-bd .txt {
  width: 52%;
  float: left;
  font-size: 16px;
  color: #3d3d3d;
}

.fancybox-container .fancybox-close-small {
  background: url("../images/close.svg") 50% 50% no-repeat;
}

.fancybox-close-small:after {
  display: none;
}

@media only screen and (max-width: 833px) {
  .hometit {
    font-size: 36px;
  }
  .homepart03 .list1 li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .homepart03 .list1 li .item .mainpic {
    display: none;
  }
  .homepart03 .list1 li .item .mobile-img-box {
    display: block;
    border-radius: 10px;
    position: relative;
  }

  .homepart03 .list1 li .item .mobile-img-box .placeholder-img {
    display: block;
    width: 100%;
    opacity: 0;
  }

  .homepart03 .list1 li .item .mobile-img-box .mobile-bg {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
  }

  .modal {
    max-width: 800px;
  }

  .modal-bd .pic {
    width: 100%;
    margin: 0;
    float: none;
  }
  .modal-bd .txt {
    width: 100%;
    float: none;
    margin-top: 10px;
  }

  .homepart03 .list1 li .item .cover {
    width: 180px;
  }

  .homepart03 .list1 li .item:hover .cover .img {
    display: block;
  }

  .homepart03 .list1 li .item:hover .cover .hover-img,
  .homepart03 .list1 li .item .uppic2,
  .homepart03 .list1 li .item:hover .uppic2 {
    display: none;
  }

  .homepart03 .list1 li .item .cover .txt {
    font-size: 32px;
    font-weight: bold;
  }

  .t_zuoce .t_duan1 .en {
    font-size: 12px;
  }
  .homepart04 #owl-hnews .owl-prev,
  .homepart04 #owl-hnews .owl-next {
    width: 35px;
    top: 20px;
    height: 35px;
  }

  .homepart04 #owl-hnews .owl-prev {
    right: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .modal {
    max-width: 700px;
  }
}

@media only screen and (max-width: 640px) {
  .modal {
    max-width: 600px;
  }
}

@media only screen and (max-width: 480px) {
  .modal {
    max-width: 460px;
  }
}
