::-webkit-scrollbar {
  width: 5px;
  height: 3px;
}

::-webkit-scrollbar-track {
  background: #d7d7d7;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 6px;
}

body {
  word-break: break-word;
}

i {
  font-style: normal;
}

img {
  width: 100%;
  display: block;
  line-height: 0;
  font-size: 0;
  transition: all 1s;
}
/*hover*/

.pop_up {
    color: #ffffff;
    position: absolute;
    width: 100%;
    padding: 1.2vw;
    bottom: 0;
    z-index: 5;
    transition: all 0.4s;
    height: 100%;
    background-color: rgb(255, 91, 31, 0.9);
    display: none;
    left: 0;
}


.pop_uphover:hover .pop_up{
    animation: myfirst0 0.6s;
    -webkit-animation: myfirst0 0.6s;
    display: block;

}


.pop_up .pop_p{

    padding-bottom: 15px;
    border-bottom: 1px solid rgb(255, 255, 255, 0.4);

}

@keyframes myfirst0 {
    0% {
        opacity: 0;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.pop_up .ptstfs {

    letter-spacing: 0px;
    color: #ffffff;
    line-height: 1.5;
    margin-top: 15px;
    height: 68%;
}

@media screen and (max-width: 1200px) {  

   .pop_up {

        padding: 15px;
 }
 .pop_up .ptstfs {

   font-size: 14px;
}
}

@media screen and (max-width: 768px) {   

  .pop_up .ptstfs {

        margin-top: 10px
}
.pop_up .pop_p {

    padding-bottom: 10px;
}
.pop_up .ptstfs {
font-size: 14px;
        line-height: 1.5;
        text-align: justify;
}
.pop_up {

    padding: 15px;
}
}


/* 分页 */
/*分页 */
.p_page {
  margin-top: 3vw;
  display: flex;
  justify-content: center;
}

.p_page .p_page {
  margin-top: 2vw;
}

.p_page .p_page span {
  box-sizing: border-box;
  width: 40px !important;
  height: 40px !important;
  text-align: center;
  line-height: 40px !important;
  border: 1px solid #ccc;
  font-size: 16px;
  margin: 0 4px;
  transition: all 0.5s;

  color: #333333 !important;
  transition: all 0.4s;
}

.p_page .p_page .laypage_curr {
  color: #fff !important;
  background-color: #d20000;
  transition: all 0.4s;
}

.p_page .p_page a {
  display: inline-block;
  border: none;
  box-sizing: border-box;
  width: 40px !important;
  height: 40px !important;
  text-align: center;
  line-height: 40px !important;
  color: #000;
  font-size: 16px;
  margin: 0 4px;
  transition: all 0.5s;
  color: #000 !important;
  transition: all 0.4s;
}

.p_page .p_page .laypage_next {
  width: 90px !important;
  transition: all 0.4s;
}

.p_page .p_page a:hover {
  background-color: #d20000 !important;
  border-color: #d20000 !important;
  color: #fff !important;
}

.p_page .p_page .laypage_prev {
  width: 90px !important;
}

.p_page .laypage_main {

  display: flex;
  align-items: center;
  justify-content: center;
}

.p_page .laypage_main a {
  height: 42px;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  width: 42px;
  letter-spacing: 0px;
  color: #888888;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 0;
  font-size: 16px;
  margin: 0 5px;
  line-height: 42px;

}

.p_page .laypage_main a.laypage_last {

  display: none;
}


.p_page .laypage_main span {
  width: 42px;
  height: 42px;
  border: solid 1px #eeeeee;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 0;
  font-size: 16px;

  font-weight: 500;

  color: #333333;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;

}

.p_page .laypage_main .laypage_curr {
  width: 42px;
  height: 42px;
  border: solid 1px #ff5b1f;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 0;
  font-size: 16px;

  font-weight: 500;
  background-color: #ff5b1f;

  color: #ffffff;
  margin: 0 5px;


}

.p_page .laypage_main a.laypage_next {
  width: 90px;
  height: 42px;
  background-color: #ffffff;
  border: solid 1px #eeeeee;



}

.p_page .laypage_main a.laypage_first {
  line-height: 40px;
  width: 90px;
  height: 40px;
  border: solid 1px #ededed;
  border-radius: 27px 27px 27px 27px;
  display: none;

}

.p_page .laypage_main a.laypage_prev {
  width: 90px;
  height: 42px;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
}

.p_page .laypage_main a:hover {
  border: solid 1px #ff5b1f;
  background-color: #ff5b1f;
  color: #ffffff;
}

.p_page .p_page .laypage_first {

  width: 60px !important;
}

.p_page .p_page .laypage_last {

  width: 60px !important;
}

/* 内页banner */
.page-banner {
  position: relative;
  width: 100%;

  overflow: hidden;
}

.page-banner img {
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 100%;
}


.page-banner .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  z-index: 5;
}

.page-banner .txt p {
  display: block;
  color: #fff;
  text-align: left;
  font-weight: 600;
  font-size: 50px;

}

.page-banner .txt span {
  display: block;
  color: #fff;
  text-align: left;
  margin-top: 10px;
}

.breadcrumbs ul {
  padding: 20px 0;
}

.breadcrumbs ul li span {
  font-size: 12px;
}

.breadcrumbs ul li::after {
  font-size: 12px;
}

.nv_top .w1440 .breadcrumbs {
  position: static;
  width: auto;
}

.nv_top .w1440 .breadcrumbs ul li span {
  color: #11487f;
}

.nv_top .w1440 .breadcrumbs ul li a:hover span {

  color: #ff5b1f;
  ;
}

.nv_top .w1440 .breadcrumbs ul li:last-child a:hover span {

  color: #777777;
  ;
}

.nv_top {

  border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}

.phoneheader{
    display: none;
}

.header .search-drop-down {
  position: absolute;
  top: 100%;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  height: 10rem;
  z-index: 8;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.header .search-drop-down .search-wrapper {
  width: 100%;
  max-width: 83rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.header .search-drop-down .search-wrapper span {
  display: flex;
  height: 32px;
  align-items: center;
}

.header .search-drop-down .search-wrapper span #search-btn {
  padding-right: 2rem;
  cursor: default;
  display: flex;
  position: relative;
  top: 2px;
}

.header .search-drop-down .search-wrapper span #search-btn i {
  font-size: 2rem;
  color: #eeeeee;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.header .search-drop-down .search-wrapper span #search-btn.active {
  cursor: pointer;
}

.header .search-drop-down .search-wrapper span #search-btn.active i {
  color: #640000;
}

.header .search-drop-down .search-wrapper span#close {
  display: inline-block;
  width: 26px;
  height: 26px;
  position: relative;
  top: 2px;
  cursor: pointer;
  margin-left: 0.5rem;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.header .search-drop-down .search-wrapper span#close .top-hr {
  position: absolute;
  top: 50%;
  margin-top: -0.05rem;
  width: 100%;
  height: 0.1rem;
  background: #FFFFFF;
  border-radius: 0.1rem;
  transition: all 0.5s ease 0.5s;
  -webkit-transition: all 0.5s ease 0.5s;
  -moz-transition: all 0.5s ease 0.5s;
  -ms-transition: all 0.5s ease 0.5s;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}

.header .search-drop-down .search-wrapper span#close .bottom-hr {
  position: absolute;
  top: 50%;
  margin-top: -0.05rem;
  width: 100%;
  height: 0.1rem;
  background: #FFFFFF;
  border-radius: 0.1rem;
  transition: all 0.5s ease 0.5s;
  -webkit-transition: all 0.5s ease 0.5s;
  -moz-transition: all 0.5s ease 0.5s;
  -ms-transition: all 0.5s ease 0.5s;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}

.header .search-drop-down .search-wrapper span#close.active,
.header .search-drop-down .search-wrapper span#close:hover {
  opacity: 1;
}

.header .search-drop-down .search-wrapper span#close.active .top-hr,
.header .search-drop-down .search-wrapper span#close:hover .top-hr {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.header .search-drop-down .search-wrapper span#close.active .bottom-hr,
.header .search-drop-down .search-wrapper span#close:hover .bottom-hr {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.header .search-drop-down .search-wrapper input {
  width: 50rem;
  color: #FFFFFF;
  font-size: 16px;
  height: 32px;
  padding: 0.5rem 0;
  border: none;
  background: none;
  border-bottom: 1px solid #eeeeee;
}

.header .search-drop-down .search-wrapper input::-webkit-input-placeholder {
  color: #ffffff;
}

.header .search-drop-down .search-wrapper input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ffffff;
}

.header .search-drop-down .search-wrapper input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ffffff;
}

.header .search-drop-down .search-wrapper input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}


.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  width: 100%;
  transition: all 0.3s;
  background: transparent;
}

.header svg {
  margin: 0 !important;
}


.header:hover {
  background: #fff;
}

.header:hover .h_top .logo .logo1 {
  display: block;
}

.header:hover .h_top .logo .logo2 {
  display: none;
}

.header:hover .h_top .m_nav>li>a {
  color: #333333;
}

.header:hover .h_top .nav_r .search svg path,
.header:hover .h_top .nav_r .language svg path {
  fill: #333333;
}

.header.on {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 15px;
  background: #ffffff !important;
}

.header.on .h_top .logo .logo1 {
  display: block;
}

.header.on .h_top .logo .logo2 {
  display: none;
}

/* .header.on .h_top .m_nav>li>a {
  color: #333333 !important;
} */

.header.on .h_top .nav_r .search svg path,
.header.on .h_top .nav_r .language svg path {
  fill: #333333 !important;
}

.header.on .h_top .nav_r .lxi {

  background: #333333;
}

.header.on .h_top .m_nav {
  height: 90px;
}

.header.act {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 15px;
  background: rgb(255, 255, 255);
}

.header.act .h_top .logo .logo1 {
  display: block;
}

.header.act .h_top .logo .logo2 {
  display: none;
}

.header.act .h_top .m_nav>li>a {
  color: #222;
}

.header.act .h_top .nav_r .nav_ljmine .nav_lj span {
  color: #222;

}

.header.act .h_top .nav_r .nav_ljmine .nav_lj .icon path {

  fill: #ffffff;
}

.header.act .h_top .nav_r .search svg path,
.header.act .h_top .nav_r .language svg path {
  fill: #ffffff;
}

.header.act .h_top .m_nav {
  height: 100px;
}

.header .h_top {

  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 100;
  overflow: unset;
  width: 94% !important;
}

.header .h_top .logo {
  width: 350px;
  height: 37px;
  overflow: hidden;
  position: relative;
}

.header .h_top .logo img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
}

.header .h_top .logo .logo2 {
  display: block;
}

.header .h_top .logo .logo1 {
  display: none;
}

.header .h_top .logo img {
  /* -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);  */
  width: 100%;
  height: 100%;
}

.header .h_top .header_nav_r {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: calc(100% - 350px);
}

.header .h_top .m_nav {
  width: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 80px;
  transition: all 0.4s;
  flex: 1;
}

.header .h_top .m_nav>li {
  height: 100%;
  display: block;
  position: relative;
  transition: all 0.4s;
  font-weight: 600;
}

.header .h_top .m_nav>li:nth-child(4) .sub_nav .fx .item-l .txt .links a:nth-child(6) {

  display: none !important;
}

.header .h_top .m_nav>li::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  background-color: #ff5b1f;
  width: 0;
  transition: all 0.5s;
}

.header .h_top .m_nav>li:hover::before {

  width: 80%;
}

.header .h_top .m_nav>li:hover a {

  color: #ff5b1f;
}

.header .h_top .m_nav>li>a {
  color: #333333;
  height: 100%;
  padding: 0 1vw;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  transition: all 0.4s;
}

.header .h_top .m_nav>li>a::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 20%;
  right: 20%;
  height: 2px;
  background-color: #222222;
  opacity: 0;
  transition: all 0.3s;
  display: none;
}

.header .h_top .m_nav>li>a:hover::before {
  opacity: 1;
}

.header .h_top .m_nav>li .nav_icon {
  display: none;
}

.header .h_top .m_nav>li .sub_nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 90;

  width: 100%;
  background: #f6f6f6;
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  top: 80px;
  width: auto;
  display: none;
  overflow: hidden;
  min-width: 200px;
  background-color: #fff;
}

.header.on .h_top .m_nav>li .sub_nav {
  top: 90px;

}

.header .h_top .m_nav>li .sub_nav .fx {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .h_top .m_nav>li .sub_nav .fx .item-l {
  width: 100%;

}

.header .h_top .m_nav>li .sub_nav .fx .item-l .txt {
  padding: 0px 0;
}

.header .h_top .m_nav>li .sub_nav .fx .item-l .txt .tit {
  color: #222;
}

.header .h_top .m_nav>li .sub_nav .fx .item-l .txt .des {
  color: #777;
  line-height: 1.8;
  margin-top: 5px;
}

.header .h_top .m_nav>li .sub_nav .fx .item-l .txt .links {

  /* border-top: 1px solid #dfdfdf; */
}

.header .h_top .m_nav>li .sub_nav .fx .item-l .txt .links a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 8px 0;
  margin: 0px 0;
  transition: all 0.5s;
  color: #333333;

}

.header .h_top .m_nav>li .sub_nav .fx .item-l .txt .links a:nth-last-child(1) {
  margin-bottom: 0;
}

.header .h_top .m_nav>li .sub_nav .fx .item-l .txt .links a:hover {
  color: #ffffff;
  background-color: #ff5b1f;
}

.header .h_top .m_nav>li .sub_nav .fx .item-r {
  width: 62.5%;
  height: 100%;
  display: none;
}

.header .h_top .m_nav>li .sub_nav .fx .item-r .img {
  height: 100%;
}

.header .h_top .m_nav>li .sub_nav .fx .item-r .img img {
  height: 100%;
  object-fit: cover;
}

.header .h_top .nav_r {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 2vw;
}
.header .h_top .nav_r .swea a:hover {
    color: #ff5b1f;
}
.header.on .h_top .nav_r .swea svg path {

  fill: #333333;
}

.header:hover .h_top .nav_r .swea svg path {

  fill: #333333;
}

.header .h_top .nav_r .lxi {

  width: 1px;
  height: 15px;
  background-color: #333333;
  opacity: 0.2;
  margin: 0 20px;
}

.header .h_top .nav_r .nav_ljmine {


  height: 80px;
  display: flex;
  align-items: center;

}

.header .h_top .nav_r .nav_ljmine .nav_lj .icon {

  transition: all 0.4s;
  margin-left: 10px;
}

.header .h_top .nav_r .nav_ljmine:hover .nav_lj .icon {

  transform: rotate(180deg);
}

.header .h_top .nav_r .nav_ljmine .nav_lj {

  height: 100%;
  display: flex;
  align-items: center;
}

.header .h_top .nav_r .nav_ljmine .nav_lj span {
  white-space: nowrap;
  color: #ffffff;
}

.header .h_top .nav_r .nav_ljmine .nav_lj .icon path {
  fill: #ffffff;

}


.header.on .h_top .nav_r .nav_ljmine .nav_lj span {

  color: #ffffff !important;
}

.header.on .h_top .nav_r .nav_ljmine .nav_lj .icon path {
  fill: #ffffff !important;

}

.header:hover .h_top .nav_r .nav_ljmine .nav_lj span {

  color: #ffffff;
}

.header:hover .h_top .nav_r .nav_ljmine .nav_lj .icon path {
  fill: #ffffff;

}

.header .h_top .nav_r .language {
  position: relative;
  display: block;
  align-items: center;
  display: none !important;
}

.header .h_top .nav_r .language svg {
  width: 22px;
  height: 22px;
}

.header .h_top .nav_r .language i {
  display: flex;
  align-items: center;
  color: #0a044b;
  margin-left: 20px;
}

.header .h_top .nav_r .language i svg {
  width: 12px;
  height: 12px;
  margin-left: 8px;
}

.header .h_top .nav_r .language ul {
  position: absolute;
  top: 100%;
  left: 47px;
  right: 0;
  padding: 10px 0;
  background: #fff;
  display: none;
}

.header .h_top .nav_r .language ul li {
  text-align: center;
  padding: 5px 0;
  color: #0a044b;
}

.header .h_top .nav_r .search {
  display: block;
  margin-right: 0%;
  cursor: pointer;


}

.header.on .h_top .nav_r .lxi {}

.header .h_top .nav_r .search svg {
  width: 18px;
  height: 18px;
}

.header .h_top .nav_r .search svg path {

  fill: #333333;
}

/* .header.indexheader {
  background: rgba(0, 0, 0, 0.4);

} */

/* .header.indexheader .h_top .m_nav>li>a {

  color: #fff;
}

.header.indexheader .h_top .nav_r .nav_ljmine .nav_lj span {

  color: #fff;
} */
footer {
  width: 100%;
  overflow: hidden;
  padding: 122px 0 85px;
  position: relative;
  background-color: #f7f7f7;
  background-size: cover;
  background-image: url(../img/indexfooter.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

footer svg {
  margin: 0 !important;
}

footer .btn_logo {


  margin-bottom: 18px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

footer .btn_logo .elogo {

  max-width: 350px;
}

footer .btn_logo img {

  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer .btm_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 7.5%;
}

footer .btm_top .footer_t_l {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  width: 65%;
  position: relative;
}

footer .btm_top .footer_t_l .infor {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  margin-left: 5%;
}

footer .btm_top .footer_t_l .infor li {
  padding: 0 1.29vw;
  border-left: 1px solid rgb(12, 4, 8, 0.2);
  line-height: 1;
}

footer .btm_top .footer_t_l .infor li:first-child {
  border-left: 0px solid rgb(12, 4, 8, 0.2);

}

footer .btm_top .footer_t_l .infor li:last-child {
  padding-right: 0;
}

footer .btm_top .footer_t_l .infor li>a {
  letter-spacing: 0px;
  color: #11487f;
  transition: all 0.4s;
  font-weight: bold;
}

footer .btm_top .footer_t_l .infor li>a:hover {
  color: #ff8300;
}

footer .btm_top .footer_t_l .infor li .sub_nav {
  width: 100%;
  margin-top: 15px;
}

footer .btm_top .footer_t_l .infor li .sub_nav a {
  display: block;
  width: 100%;
  color: #777777;
  margin-top: 20px;
}

footer .btm_top .footer_t_l .infor li .sub_nav a:hover {
  color: #ff8300;
}

footer .btm_top .footer_t_r {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
}

footer .btm_top .footer_t_r .or {
  /* width: 25.5%; */
}

footer .btm_top .footer_t_r .add {
  display: flex;
  flex-wrap: wrap;

}

footer .btm_top .footer_t_r .add li {
  width: 50%;
  display: flex;
  align-items: baseline;

  margin-bottom: 10px;
}

footer .btm_top .footer_t_r .add li:last-child {

  width: 100%;
}

footer .btm_top .footer_t_r .add li .ic {
  /* width: 16%;
  padding-top: 15%;
  border-radius: 100%;
  border: 1px solid #dbdbdb; */
  position: relative;
}

footer .btm_top .footer_t_r .add li .ic svg {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  height: 20px;
  width: 20px;
}

footer .btm_top .footer_t_r .add li .ic svg path {

  fill: #ff5b1f;
}

footer .btm_top .footer_t_r .add li .txt {
  margin-left: 20px;
  display: flex;
  align-items: flex-start;
}

footer .btm_top .footer_t_r .add li .txt p {
  display: block;
  color: #333;
  white-space: nowrap;
}

footer .btm_top .footer_t_r .add li .txt a {
  letter-spacing: 0px;
  color: #333333;
  transition: all 0.4s;
  cursor: pointer;
}

footer .btm_top .footer_t_r .add li .txt a:hover {
  color: #ff5b1f;
  ;
}

footer .btm_bottom {
  border-top: 1px solid #dedede;
  display: flex;
  flex-direction: row;
  padding-top: 20px;
}

footer .btm_bottom .btm_l {
  width: 70%;
}

footer .btm_bottom .btm_l p {
  display: block;
  color: #333333;
  opacity: 0.4;
}

footer .btm_bottom .btm_l span {
  color: #888;
  display: block;
}

footer .btm_bottom .btm_r {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

footer .btm_bottom .btm_r a {
  line-height: 1;
  color: rgb(51, 51, 51, 0.5);
  transition: all 0.4s;
}

footer .btm_bottom .btm_r a:hover {

  color: #ff5b1f;
}

.sidebar {
  width: 60px;
  position: fixed;
  right: 20px;
  top: 48%;
  z-index: 30;
  transform: translateX(100px);
  transition: all 1s;
}

.sidebar .btn_t {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 40px #c5c5c5;
  border-radius: 10px;
  padding: 15px 0;
}

.sidebar .btn_t a {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  display: flex;
  box-sizing: content-box;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #e0e0e1;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.sidebar .btn_t a svg {
  margin: 0 !important;
}

.sidebar .btn_t a svg path {
  transition: all 0.5s;
}

.sidebar .btn_t a:nth-last-child(1) {
  border-bottom: 0;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.sidebar .btn_t a:hover svg path {
  fill: #ff8300;
}

.sidebar .btn_t a.sidebar_tel {
  position: relative;
}

.sidebar .btn_t a.sidebar_tel p {
  display: block;
  white-space: nowrap;
  position: absolute;
  padding: 5px 12px;
  background-color: #fff;
  box-shadow: 0 0 40px #c5c5c5;
  border-radius: 5px;
  color: #333;
  right: -200px;
  opacity: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s;
  font-size: 14px;
  font-weight: bold;
}

.sidebar .btn_t a.sidebar_tel p::after {
  content: '';
  display: block;
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-left: 7px solid #fff;
  border-bottom: 5px solid transparent;
  border-right: none;
}

.sidebar .btn_t a.sidebar_tel:hover p {
  color: #ff8300;
  right: 50px;
  opacity: 1;
}

.sidebar .btn_t a.sidebar_tel:hover p:hover {
  text-decoration: underline;
}

.sidebar .bnt_top {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff8300;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.5s;
}

.sidebar .bnt_top svg {
  width: 28px;
  height: 28px;
  margin: 0 !important;
}

.sidebar .bnt_top:hover {
  transform: translateY(-10px);
}

.inner_banner {
  width: 100%;
  position: relative;
  padding-top: 31.25%;
  overflow: hidden;
}

.inner_banner .banner_ic {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 21.92%;
  z-index: 5;
}

.inner_banner .banner_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.inner_banner .w1600 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
}

.inner_banner .w1600 .txt {
  color: #fff;
}

.inner_banner .w1600 .txt p,
.inner_banner .w1600 .txt span {
  display: block;
}

.inner_banner .w1600 .txt span {
  margin-top: 0.7%;
}

.nav-links {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}

.nav-links .sl {
  white-space: nowrap;
  text-align: center;
  overflow-y: overlay;
}

.nav-links a {
  display: inline-block;
  line-height: 74px;
  padding: 0 50px;
  color: #222222;
  transition: all 0.5s;
}

.nav-links a.on {
  color: #ff8300;
  font-weight: bold;
  border-bottom: 2px solid #ff8300;
  background: #fff5eb;
}

.nav-links a:hover {
  color: #ff8300;
}

.w1600 {
  width: 1440px;
  overflow: hidden;
  margin: 0 auto;
}

footer .share {

  display: flex;

  align-items: center;

}

footer .share li {


  position: relative;
}

footer .share li .svg {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 100%;
  margin: 0 auto;
  cursor: pointer;

  transition: all 0.3s;
}

footer .share li svg {
  width: 100%;
  height: 100%;
  margin: 0;
}

footer .share li svg path {
  fill: #9a9a9a;
}

footer .share li p {
  display: block;
  text-align: center;
  color: #fff;
  width: 100%;
  margin-top: 20px;
}

footer .share li .qr {
  z-index: 20;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  background: #fff;
  pointer-events: none;
  border-radius: 10px;
  opacity: 0;
  transition: all 0.3s;
  padding: 5px;
  box-shadow: 0 4px 12px rgb(1, 64, 153, 0.35);
}

footer .share li .qr .item {
  display: flex;
  flex-direction: row;
}

footer .share li .qr .item .pic {
  width: 95px;
}

footer .share li .qr .item::after {
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  margin: 0 10px;
  border-right: 1px dotted #333;
}

footer .share li .qr .item:nth-last-child(1)::after {
  display: none;
}

footer .share li .qr .item span {
  display: block;
  text-align: center;
  color: #222;
  font-size: 14px;
}

footer .share li .qr::before {
  content: "";
  position: absolute;
  bottom: 99%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  /* 向上的箭头 */
}

.breadcrumbs ul li:first-child svg {
  width: 22px;
  height: 22px;
  margin-right: 20px;
  transform: translatey(-1px);
}


/* 大于 */

/* @media screen and (min-width: 998px) { */

.breadcrumbs {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.breadcrumbs ul {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.breadcrumbs ul li {
  color: #fff;
  padding: 0 !important;
  display: flex;
  align-items: center;
}


.breadcrumbs ul li span {
  color: #fff;
  font-size: 16px;
}

.breadcrumbs ul li .icon {

  margin: 0 !important;
  width: 18px;
  height: 16px;
}

.breadcrumbs ul li:nth-last-child(1)::after {
  display: none;
}




footer .share li:hover .svg svg path {
  fill: #014099;
}

footer .share li:hover .qr {
  top: calc(100% + 15px);
  opacity: 1;
  pointer-events: auto;
}

/* } */

.fixedmine {

  position: fixed;
  display: none;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

.fixedmine .item2 {
  width: 1058px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  border-bottom: 2px solid #ff5b1f;
}

.fixedmine .r2 {
  width: 100%;
  padding: 80px 75px;
  position: relative;
}

.fixedmine .name {
  font-weight: bold;
  position: relative;
  line-height: 1;
}

/* .fixedmine .name::before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 5px;
  background: #ff5b1f;
  top: 0;
  left: -15px;
} */
.fixedmine .work {
  color: #777777;
  line-height: 1.7;
  height: 11.9em;
}

.fixedmine .fixed_close {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  right: 75px;
  top: 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.fixedmine .fixed_close path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.fixedmine .fixed_close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fixedmine .fixed_close:hover path {
  fill: #ff5b1f;
}

.fixedmine .mCSB_scrollTools .mCSB_dragger::after {
  content: "";
  display: block;
  width: 2px;
  background: #ff5b1f;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}

.fixedmine .mCSB_scrollTools .mCSB_draggerRail {
  display: none;
}

.fixedmine .mCSB_scrollTools .mCSB_draggerContainer::after {
  content: "";
  display: block;
  width: 2px;
  background: rgba(0, 0, 0, 0.1);
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}

@media screen and (max-width: 1600px) {
  .w1600 {
    width: 80%;
  }
.page-banner .txt p{
    font-size: 44px;
}
  .header .h_top .m_nav>li>a {
    padding: 0px 15px;
  }

  .footer .btm_top .footer_t_r {
    width: calc(90% - 420px);
  }



  .header .h_top .logo {

    width: 250px;
  }

  footer {

    padding: 102px 0 65px;
  }
  footer .btm_top .footer_t_l .infor li {
      
          padding: 0 15px;
  }
}

@media screen and (max-width: 1540px) {
footer .btm_top .footer_t_l .infor {
    justify-content: flex-start;
}
footer .btm_top .footer_t_l .infor li{
    margin-bottom: 10px;
}
}
@media screen and (max-width: 1440px) { 
    .page-banner .txt p{
        font-size: 40px;
    }
   .header .h_top .m_nav>li>a {
    
            padding: 0px 10px;
} 
 .header .h_top .nav_r {
     
         margin-left: 10px;
 }  
 .header .h_top .nav_r .lxi {
     
     margin: 0 10px;
 }
 .header .h_top .logo {
     
     width: 250px;
 }
}


@media screen and (max-width: 1366px) {
      .page-banner .txt p{
        font-size: 36px;
    }
  footer .btm_top .footer_t_l .infor li {

    padding: 0 10px;
  }

  footer .btm_top .footer_t_r .add li .txt {

    margin-left: 15px;
  }

  footer .btm_top .footer_t_r .add li .ic svg {
    width: 16px;
    height: 16px;
  }

  .sidebar {
    width: 50px;
  }

  .sidebar .bnt_top {
    height: 50px;
  }

  .nav-links a {
    line-height: 65px;
    padding: 0 45px;
  }

  .header .h_top .logo {
    width: 200px;

  }



  footer {

    padding: 80px 0 65px;
  }


}

@media screen and (max-width: 1300px) {
  .sidebar {
    width: 40px;
    right: 10px;
  }

  .sidebar .bnt_top {
    height: 40px;
    border-radius: 5px;
    margin-top: 10px;
  }

  .sidebar .btn_t {
    padding: 7px 0;
    border-radius: 5px;
  }

  .sidebar .btn_t a {
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 25px;
    height: 25px;
  }

  .sidebar .bnt_top svg {
    width: 22px;
    height: 22px;
  }



  .header .h_top .logo {
    width: 200px;

  }

}
@media screen and (max-width: 1300px) {  
      footer .btm_top .footer_t_l .infor li {
      
          padding: 0 10px;
  } 
.header.on .h_top .m_nav {
    
        height: 60px;
}
.header .h_top .m_nav {
    
        height: 60px;

}
.header .h_top .m_nav>li .sub_nav {
    
       top: 60px;
}
.header.on .h_top .m_nav>li .sub_nav {
    
        top: 60px;
}
}
@media screen and (max-width: 1280px) {
footer .btm_top .footer_t_l .infor{
    margin-left: 10%;
}
}
@media only screen and (min-width: 1020px) and (max-width: 1291px) {
  .header .h_top .nav_r .lxi {

    margin: 0 10px;
  }

  .header .h_top .m_nav>li>a {

    padding: 0px 10px;
  }

  .header .h_top .logo {

    width: 180px;
  }

  footer .btm_top .footer_t_r .add li .txt {

    margin-left: 10px;
  }

  footer .btm_top .footer_t_l .infor li {

    padding: 0 1vw;
  }
  
  .header .h_top .m_nav>li .sub_nav .fx .item-l .txt .links a {
      
     font-size: 12px;
  }
  footer .btm_top .footer_t_l .infor li>a {
         font-size: 12px;
      
  }
}

@media screen and (max-width: 1200px) {
  .header .search-drop-down .search-wrapper {

    width: 90%;
  }

  .w1600 {
    width: 90%;
  }

  .header .h_top .header_nav_r {


    width: calc(100% - 300px);
  }
    .page-banner .txt p{
        font-size: 30px;
    }
}

@media screen and (max-width: 1180px) {
  footer .btm_top .footer_t_r .add li {

    width: 100%;
  }

  footer .btm_top .footer_t_l {

 width: 100%;
   
     margin-top: 3vw;
  }
  footer .btm_top .footer_t_l .infor{
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
  }
  footer .btm_top .footer_t_l .infor{
      margin-left: 0;
  }

}
@media screen and (max-width: 1100px) { 
   .header .h_top .nav_r {
       
       display: none;
   } 
     .header .h_top .logo {
              width: 160px;
      
  } 
}

@media screen and (max-width: 998px) {
.phoneheader{
    display: block;
}
.pcheader{
    display: block;
}
    .header .h_top .nav_r {
        
        display: flex;
    }
  .header {

    background-color: #ffffff;
  }

  .nv_top .w1440 .breadcrumbs {

    width: 100%;
  }

  .breadcrumbs ul li .icon {

    width: 16px;
    height: 16px;
  }



  .header .h_top .m_nav>li::before {

    display: none;
  }

  .header .u-menu {
    width: 25px;
    height: 25px;
    position: relative;
    cursor: pointer;
    top: 5px;
    z-index: 6;
    margin-right: 0px;
    margin-left: 20%;
  }

  .header .u-menu .menu-sub {
    position: absolute;
    left: 0;
    margin: 8px 0 0;
    top: 8px;
    width: 24px;
    height: 2px;
    background-color: #333333;
    transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    border-radius: 2px;
  }

  .header .u-menu .menu-sub:after {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #333333;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    border-radius: 2px;
    display: block;
  }

  .header .u-menu .menu-sub:before {
    content: "";
    position: absolute;
    left: 0;
    width: 28px;
    height: 2px;
    background-color: #333333;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    border-radius: 2px;
    display: block;
  }

  .header .u-menu .menu-sub:before {
    top: -16px;
  }

  .header .u-menu .menu-sub:after {
    top: -8px;
  }

  .header .u-menu.on .menu-sub {
    height: 0;

  }

  .header .u-menu.on .menu-sub:before {
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

    top: -8px;
  }

  .header .u-menu.on .menu-sub:after {
    -ms-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    transform: rotate(-225deg);

    top: -8px;
  }

  .header .u-menu.on .menu-sub:before,
  .header .u-menu.on .menu-sub:after {
    width: 20px;
  }

  /* .header.on .u-menu .menu-sub {
    background: #fff;
  }

  .header.on .u-menu .menu-sub {
    background: #fff;
  } */

  /* .header.on .u-menu .menu-sub:before {
    background: #fff;
  }

  .header.on .u-menu .menu-sub:after {
    background: #fff;
  }

  .header:hover .u-menu .menu-sub {
    background-color: #ffffff;
  } */

  /* .header:hover .u-menu .menu-sub {
    background: #ffffff;
  }

  .header:hover .u-menu .menu-sub:before {
    background: #ffffff;
  }

  .header:hover .u-menu .menu-sub:after {
    background: #ffffff;
  }

  .header.act .u-menu .menu-sub {
    background-color: #ffffff;
  }

  .header.act .u-menu.on .menu-sub {
    background: #ffffff;
  }

  .header.act .u-menu.on .menu-sub:before {
    background: #ffffff;
  }

  .header.act .u-menu.on .menu-sub:after {
    background: #ffffff;
  } */

  .header.act .h_top .m_nav {
    height: auto;
  }

  .header::after {
    display: none;
  }

  .nav-tab .item a {
    padding: 20px 0;
  }

  .nv_top .w1440 .nav-tab .item {
    margin-left: 15px;
  }

  .header {
    padding: 10px 0;
  }

  .header .h_top {
    width: 90%;
  }

  .header .h_top .header_nav_r {
    width: calc(100% - 80px);
  }

  .header .h_top .nav_r .language ul {
    left: 20px;
  }

  .header .h_top .nav_r {
    width: 150px;
  }

  .header .h_top .nav_r .language i {
    font-size: 12px;
    margin-left: 5px;
  }

  .header .h_top .nav_r .language i svg {
    width: 8px;
    height: 8px;
    margin-left: 4px;
  }

  .header.on .h_top .m_nav {
    height: auto;
  }

  .header .h_top .m_nav {
    position: fixed;
    top: 45px;
    left: 0;
    width: 100%;
    height: calc(100vh - 52px);
    bottom: 0;
    right: 0;
      background: #014099;
    margin-left: 0;
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: all;
  }

  .header .h_top .m_nav li {
    width: 94%;
    margin: 0 auto;
    height: auto;
    border-bottom: 1px solid #f1f1f1;
    position: relative !important;
  }

  .header .h_top .m_nav li:nth-last-child(1) {
    border-bottom: 0;
  }

  .header .h_top .m_nav li>a {
    font-size: 16px;
    width: 80%;
    height: 50px;
    line-height: 50px;
    padding-left: 0;
    color: #fff !important;


  }

  .header.on .h_top .m_nav>li>a {
    color: #fff !important;

  }

  /* .header.indexheader .h_top .m_nav>li>a {
    color: #333333 !important;

  } */

  .header .h_top .m_nav>li .sub_nav li a:hover {
    color: #fff;
    background: transparent;
  }

  .header .h_top .m_nav>li>a::after {
    display: none;
  }

  .header .h_top .m_nav>li:nth-child(1) .sub_nav ul {
    display: block;
    padding: 0 !important;
  }

  .header .h_top .m_nav>li:nth-child(1) .sub_nav ul li {
    width: 100%;
  }

  .header .h_top .m_nav>li:nth-child(1) .sub_nav ul li img {
    display: none;
  }

  .header .h_top .m_nav li .nav_icon {
    position: absolute;
    bottom: auto;
    top: 0%;
    left: auto;
    right: 0%;
    transform: translateX(0%);
    width: 20%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header .h_top .m_nav li .nav_icon svg {
    transition: all 0.3s;
    width: 15px;
    height: 15px;
  }
      .header .h_top .m_nav li .nav_icon svg path{
        fill: #fff;
    }


  .header .h_top .m_nav>li .sub_nav .fx .item-l .txt .tit {
    display: none;
  }

  .header .h_top .m_nav>li .sub_nav .fx .item-l .txt .des {
    display: none;
  }

  .header .h_top .m_nav>li .sub_nav .fx .item-l .txt .links {
    margin-top: 0px;
    padding-top: 0px;
    border-top: 0;
  }

  .header .h_top .m_nav>li .sub_nav .fx .item-l .txt {
    padding: 0;
  }

  .header .h_top .m_nav>li .sub_nav .fx .item-l .txt .links a {
    margin-bottom: 0px !important;
    color: #eee;
  }

  .header .h_top .m_nav li .sub_nav {
    position: static;
    transform: translateX(0);
    width: 100%;
    text-align: left;
    box-shadow: initial;
    padding: 0 0 0 0px;
    background: transparent;
  }

  .header .h_top .m_nav>li .sub_nav .fx .item-l {
    width: 100%;
    padding: 0;
  }

  .header .h_top .m_nav>li .sub_nav .fx .item-r {
    display: none;
  }

  .header .h_top .m_nav>li .sub_nav li a {
    text-align: left;
    padding: 0;
    line-height: 35px;
    height: 35px;
    font-size: 14px;
  }

  .header .h_top .m_nav li .sub_nav a {
    color: #777;
  }

  .header .h_top .m_nav>li .sub_nav .fx .item-l .txt .links a {
  color: #eee;
    padding-left: 20px;
    text-align: left;
  }

  .header .h_top .nav_r .nav_ljmine {

    display: none;
  }

  footer .btm_top {
    padding-bottom: 20px;
  }

  /*footer .btm_top .footer_t_l {
    display: none;
  }*/

  footer .btm_top .footer_t_r {
    /* width: 100%;
    margin-top: 30px;
    flex-direction: column;
    justify-content: center; */
  }

  footer .btm_top .footer_t_r .or {
    width: 118px;
  }

  footer .btm_top .footer_t_r .add {
    /* padding-left: 0;
    margin-top: 30px;
    width: auto; */
  }

  /* footer .btm_top .footer_t_r .add li .ic {
    width: 45px;
    height: 45px;
    padding-top: 0;
  } */
  footer .btm_bottom {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-top: 20px;
  }

  footer .btm_bottom .btm_l {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  footer .btm_bottom .btm_r {
    width: 100%;
    justify-content: left;
  }

  footer .share {

    width: 100%;
    display: flex;
    justify-content: end;
  }

  footer .btn_logo .elogo {

    max-width: 350px;
    margin: 0 auto;
  }

}

@media screen and (max-width: 768px) {
      .page-banner .txt p{
        font-size: 24px;
    }
    footer .btm_top .footer_t_l .infor li{
        margin-bottom: 10px;
        border-left: none;
     border-right: 1px solid rgb(12, 4, 8, 0.2);
    }
      footer .btm_top .footer_t_l .infor li:last-child{
        border-right: none;
    }
    footer .btm_top .footer_t_l .infor li{
        padding: 0 10px;
    }
  .fixedmine .r2 {

    padding: 20px;
  }

  .fixedmine .fixed_close {

    right: 20px;
    top: 20px;
  }

  .fixedmine .item2 {

    width: 90%;
  }

  .fixedmine .work {

    font-size: 14px;
  }

  .p_page .laypage_main span {
    line-height: 35px;
    width: 35px;
    height: 35px;
  }

  .page-banner {

    margin-top: 56px;
  }

  footer {

    padding: 40px 0 40px;
  }

  .p_page .laypage_main a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    margin: 0 2px;
  }

  .p_page .laypage_main .laypage_curr {

    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
            margin: 0 2px;
  }

  .p_page .laypage_main a.laypage_next {
    line-height: 35px;
    height: 35px;
    width: 75px;
  }

  .p_page .laypage_main a.laypage_prev {
    line-height: 35px;
    height: 35px;
    width: 75px;

  }

  .breadcrumbs ul li:first-child svg {

    width: 18px;
    height: 18px;
    margin-right: 10px;
  }

  .breadcrumbs ul {
    padding: 10px 0;
  }

  .breadcrumbs ul li span {
    font-size: 12px;
  }

  .breadcrumbs ul li::after {
    font-size: 12px;
  }

  .page-banner {

    height: 300px;
  }

  .page-banner img {
    height: 100%;
    object-fit: cover;
  }

  .page-banner .txt span {
    font-size: 14px;
  }

  .page-banner .txt p {
    font-size: 30px;
    font-weight: 600;
  }

  .nav-links a {
    line-height: 45px;
    padding: 0 30px;
  }

  footer .btm_top .footer_t_r .add li {

    width: 100%;
  }

  footer .btm_top .footer_t_r .add li .txt {

    margin-left: 15px;
  }

  footer .btn_logo {

    flex-wrap: wrap;
  }

  footer .share {

    margin: 0 auto;
    margin-top: 20px;
  }
}

/*# sourceMappingURL=./base.css.map */
