/*** 

====================================================================
  Resources / Css Files
====================================================================

 ***/
@import url('bootstrap.min.css');
@import url('swiper.min.css');
@import url('animate.css');
@import url('jquery.fancybox.min.css');
/* reset css start */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: 微软雅黑,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  color: #595959;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

:root {
  --primary: #ffbc00;
  --main:#ffbc00;
}

::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 0px;
}

::-webkit-scrollbar{
 width: 5px;
}


*:focus {
  outline: none;
}

a{
  color: #000;
}

a:hover{
  text-decoration: unset;
  cursor: pointer;
}

p{
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

ul{
  margin-left: -40px;
  margin-bottom: 0;
  list-style: none;
}

img{
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */      
  image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ 
  image-rendering: crisp-edges; 
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

.container-fluid{
  max-width: 1750px;
  margin: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.webtop_grid{
  background-color: #333;
  padding: 10px 0;
}

.webtop_grid .top{
  padding: 0 15px;
}

.webtop_grid a{
  color: #fff;
  font-size: 14px;
}

.webtop_grid a:hover{
  color: var(--primary);
}

.w_grid{
  background-color: #fff;
}

.w_grid .d1{
  padding-right: 10%;
}

.w_grid .d2{
  padding-left: 65px;
}

.w_grid .d2 ul li{
  display: inline-block;
}


.w_grid ul li>a {
  padding: 0 15px;
  height: 90px;
  line-height: 90px;
  color: #000000;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index: 1;
}

.w_grid ul li>a:after{
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background-color: var(--primary);
  left:0;
  bottom: 0;
  transition: all .6s;
  z-index: -1;
}


.w_grid ul li>a.active{
  color: #fff;
}

.w_grid ul li:hover>a{
  color: #fff;
}

.w_grid ul li:hover>a:after, .w_grid ul li>a:focus:after, .w_grid ul li>a.active:after {
  width: 100%;

}

.w_grid ul .sub-menu{
  position: absolute;
  min-width: 150px;
  background: #f5f5f5;
  opacity: 0;
  transition: all .6s;
  transform:translateY(15%);
  transition: all .3s;
  height: 0; 
  z-index: 999;
  overflow: hidden;
}

.w_grid ul .sub-menu a{
  height: 40px;
  line-height: 40px;
  display: block;
}

.w_grid ul .sub-menu a:hover{
  color: var(--primary);
}

.w_grid ul li:hover .sub-menu{
  opacity: 1;
  height: unset;
  padding-bottom: 35px;
  transform:translateY(0);
}

.w_grid ul li:hover .sub-menu a{
  line-height: 65px;
}

/**
 * b_grid
 */

.comTit .font{
  font-size: 30px;
  font-weight: bolder;
  color: #000;
}


.comTit .title{
  color: var(--primary);
  font-size: 26px;
}





/**
 * 公司简介
 */
.mh_grid{
  background-color: rgba(250, 250, 250, 1);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.mh_adv{
  margin-top: 25px;
}

.mh_grid .aditem{
  margin-bottom: 10px;
  padding-left: 37px;
  background-image: url(../images/gou.png);
  background-repeat: no-repeat;
  background-position: left center;
  color: #000;
  font-weight: bold;
}

.mh_grid .companyDes{
  line-height: 30px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.mDetail{
  margin-top: 25px;
}

.mDetail a{
  background-color: var(--primary);
  color: #fff;
  padding: 10px 45px;
}

.phot_grid{
  padding-top: 65px;
  padding-bottom: 85px;
  background-image: url(../images/2f3a57eabbe090.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.phot_lists{
  margin-top: 35px;
}

.phot_lists a{
  display: block;
  margin-bottom: 25px;
}

.e_box{
  overflow: hidden;
}

.e_box img{
  transition: all .5s;
  width: 100%;
}

.phot_lists a .box_text{
  padding: 15px 15px;
  text-align: center;
  background-color: #333;
  color: var(--primary);
  font-weight: bolder;
}

.phot_lists a:hover img{
  transform: scale(1.1);  
}

.phot_lists a:hover .box_text{
  background-color: var(--primary);
  color: #fff;
}




/**
 * 新闻中心
 */
.tn_grid{
  padding-top: 65px;
  padding-bottom: 85px;
  background-color: rgba(250, 250, 250, 1);
}

.newsTopList{
  margin-top: 35px;
}

.newsTopList a{
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  margin-bottom: 15px;
}

.newsTopList .recomImgBox{
  position: relative;
}

.newsTopList .box_text{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  top: 0;
  left:0;
  opacity: 0;
  transition: all .6s;
} 

.newsTopList .box_text p{
  text-align: center;
  position: relative;
  top: 50%;
  max-width: 90%;
  left: 5%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 0.3rem 0;
}

.newsTopList .box_text p:after,.newsTopList .box_text p:before{
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background: #fff;
  transition: all .5s ease;
}

.newsTopList .box_text p:after{
  bottom: 0;
  top: unset;
}
.newsTopList a:hover .box_text{
  opacity: 1;
}

.newsTopList a:hover .box_text p:after,.newsTopList a:hover .box_text p:before{
  width: 1rem
}
.newsTopList a:hover img{
  transform: scale(1.1);
}


.newsTopList .btext{
  color: #595959;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}

.newsTopList .btext p{
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}

.readMore{
  margin-top: 35px;
}

.readMore a{
  padding: 10px 55px;
  background-color: #fff;
}

/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: white;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}


.f_grid{
  padding-top: 65px;
  background-image: url(../images/sdtttr11.png);
  background-size: 100% 100%;
  
}

.f_grid .des{
  text-align: center;
  margin-bottom: 35px;
  color: #999;
}

.f_grid p{
  color: #999;
}

.f_grid p span{
  color: #fff;
}

.f_grid .copy_box{
  margin-top: 35px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid rgba(52, 52, 52, 1);
  font-size: 14px;
  color: #999;
  text-align: center;
}

.f_grid .copy_box a{
  color: #fff;
}

.ab_g_detail{
  margin-top: 45px;
}

.pcates_1{
  background-color: #333;
  margin-bottom: 35px;
}

.pcates_1 ul li{
  display: inline-block;
}

.pcates_1 ul li a{
  display: block;
  padding: 15px 25px;
  color: #fff;
  transition: all .3s;
}

.pcates_1 ul li a:hover{
  background-color: var(--primary);
}

.pmainbox_1 .phot_lists{
  margin-bottom: 35px;
  margin-top: 65px;
}

/**
 * 分页
 */
.pagination{
    position: relative;
    padding-top: 45px;
    width: 100%;
    text-align: center;
    margin-bottom: 65px;
}



.pagination a{
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e4e4e4;
    text-align: center;
    color: #555555;
    background: transparent;
    z-index: 1;
    transition: all 500ms ease;
    padding: 0 25px;
    margin: 0 5px;
}

.pagination a:hover,.pagination a.page-num-current {
    color: #fff;
    background:var(--primary);
    border-color: var(--primary);
}

.n_box_lists_1 {
  margin-top: 65px;
}

.n_box_lists_1 .list a{
  display: block;
  color: #333;
}

.n_box_lists_1 .list .box_img{
  position: relative;
  max-width: 500px;
  padding-right: 25px;
}

.n_box_lists_1 .list  .date_1{
  position: absolute;
  top: 0;
  left: 0;
}

.n_box_lists_1 .list{
  border-bottom: 1px dashed #eee;
  padding-bottom: 25px;
  margin-top: 25px;
}

.n_box_lists_1 .list  .date_1 span{
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
  background-color: var(--primary);
}

.n_box_lists_1 .list .bTit{
  font-size: 20px;
  font-weight: bolder;
  color: #000;
  margin-bottom: 15px;
}

.n_box_lists_1 .list .pms{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.n_box_lists_1 .list .n_box_d{
  padding: 5px 25px;
  margin-top: 25px;
}

.n_box_lists_1 .list:hover .bTit{
  color: var(--primary);
}

.nmainbox_2{
  margin-top: 65px;
}

.nmainbox_2 .bnTit{
  font-size: 20px;
  font-weight: bolder;
  text-align: center;
  color: #000;
}

.nmainbox_2 div.bn_box_post{
  font-size: 14px;
  margin-top: 25px;
  padding-bottom: 15px;
}

.nmainbox_2 .con_box_1{
  min-height: 350px;
  padding: 25px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.con_box_page{
  margin-top: 25px;
  margin-bottom: 65px;
}



.box_img_2{
  overflow: hidden;
  margin-bottom: 10px;
}

.box_img_2 .swiper-slide img{
  width: 100%;
}

.pd_box_m_1{
  margin-top: 65px;
  margin-bottom: 65px;
}

.pd_box_m_1 .box_img_1{
    position: relative;
}
.pd_box_m_1 .my-container{
  position: absolute;
  right: -250px;
  top: 0;
  width: 250px; 
  height: 250px;
  visibility: hidden;
}

.pd_box_m_1 .box_img_1:hover .my-container{
  visibility: visible;
}

.pd_box_m_1 .main .s_box_img_2{
  position: relative;
  width: 90%;
  margin: 25px auto;
}

.pd_box_m_1 .main .s_box_img_2 img:hover{
  border: 1px solid #eee;
}

.pd_box_m_1 .main .pro-btn{
  position: absolute;
  bottom: 0;
  width: 25px;
  height: 100%;
  line-height: 100%;
  bottom: 0;
  color: #000;
  z-index: 9;
  transition: all .6s;
}

.pd_box_m_1 .main .pro-btn:hover{
  background: var(--primary);
  color: #fff;
}

.pd_box_m_1 .main .pro-btn.pro-prev{
  left: -30px;
}

.pd_box_m_1 .main .pro-btn.pro-next{
  right: -30px;
  opacity: .6;
}

.pd_box_m_1 .main .pro-btn span{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  height: 100%;
}

.pd_box_m_1 .main .box_m_title{
  font-weight: bold;
  white-space: normal;
  text-align: left;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 24px;
  color: #000;
  font-weight: bolder; 
}

.pd_box_m_1 .main .box_des{
  min-height: 100px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.pd_box_m_1  .box_con{
  min-height: 350px;
  padding: 25px 0;
  border-bottom: 1px solid #eee;
}

.con_box_m_1 .con_con{
  margin-top: 65px;
  margin-bottom: 85px;
  background-color: #dfb02e12;
}

.con_box_m_1 .box_con_left{
  padding: 45px 10%;
  color: #333;
}

.con_box_m_1 .box_con_left .box_tit{
  font-size: 30px;
  font-weight: bolder;
  margin-bottom: 15px;
  color: #000;
}

.con_box_m_1 .box_con_left .box_des{
  margin-bottom: 25px;
  font-weight: bold;
}

.con_box_m_1 .box_con_left .box_infos p{
  margin-bottom: 5px;
}

#allmap{
  overflow: hidden;
  width: 100%;
  min-height: 400px;
  height: 100%;
  margin: 0;
  font-family: "微软雅黑";
}

.BMapLabel{
  padding: 0 25px!important;
}

.BMapLabel:before{
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #fff;
  position: absolute;
  left: calc(50% - 15px);
  top: 45px;
}

.con_box_j_1{
  margin-top: 65px;
  margin-bottom: 65px;
}

.card-header{
  background-color: var(--primary);
  color: #fff;
}

.card-header .btn{
  color: #fff;
}

.card-header .btn:focus{
  border: none;
  box-shadow: unset;
}


.card-header .btn span{
  margin-right: 15px;
  display: inline-block;
}








































































