
@media (min-width: 576px) {
.container{max-width:none;padding-right:20px;padding-left:20px;}
}
@media (min-width: 768px) {
.container {max-width:none;padding-right:40px;padding-left:40px;}
}
@media (min-width: 992px) {
.container{max-width:none;padding-right:50px;padding-left:50px;}
}
@media (min-width:1200px) {
.container{max-width:none;padding-right:60px;padding-left:60px;}
}
@media (min-width:1280px) {
.container{max-width:none;padding-right:70px;padding-left:70px;}
}
@media (min-width:1441px){
.container {max-width:1300px;padding-right:15px;padding-left:15px;}
}
@media (min-width: 1500px) {
.container{max-width:1430px;}
}

html{overflow-x:hidden;}






/*---mo-header---*/
.ouruidi-sitetop .ouruidi-mo-search {
  padding: 10px 15px;
  display: none;
  border-bottom: 1px solid #222;
  position: absolute;
  z-index: 200;
  left: 0;
  top: 51px;
  width: 100%;
  background: #333;
  box-sizing: border-box;
}
.ouruidi-sitetop .lang-selector .current-lang img {
  display: none;
}
.ouruidi-sitetop .ouruidi-mo-search .form-control {
  float: left;
  display: block;
  box-sizing: border-box;
  width: 85%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 4px 0 0 4px;
}
.ouruidi-sitetop .ouruidi-mo-search .submit_btn {
  float: left;
  width: 15%;
  height: 34px;
  line-height: 34px;
  background: var(--color-primary);
  border: none;
  font-size: 18px;
  color: #fff;
  border-radius: 0 4px 4px 0;
}

.ouruidi-mo-leftmenu {
  background: #f5f5f5;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
  box-sizing: content-box;
  width: 70%;
  max-width: 350px;
  -webkit-overflow-scrolling: touch;
  z-index: 9999 !important;
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -ms-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ouruidi-mo-leftmenu .tit {
  height:44px;display:flex;justify-content:space-between;align-items:center;
  background: #353535;
}

.ouruidi-mo-leftmenu .tit h6 {
  float: left;
  color: #fff;
  padding: 0 0 0 20px;
  font-size:16px;font-family: var(--title-font-family);
}
.ouruidi-mo-leftmenu .tit span {
  float: right;
  cursor: pointer;
  width: 50px;color:#fff;
  text-align: center;
}
.ouruidi-mo-leftmenu .tit.cl span i {
  color: #fff;
  font-size: 16px;
}

.ouruidi-mo-leftmenu > ul > li {
  line-height: 50px;
  font-size: 15px;
  border-top: 2px solid #e5e5e5;
  position: relative;
}
.ouruidi-mo-leftmenu > ul > li > a {
  padding: 0 0 0 20px;
}
.ouruidi-mo-leftmenu > ul > li > i {
  position: absolute;
  color: #333;
  font-size: 12px;
  top: 5px;
  right: 0;
  z-index: 1;
  width: 50px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.ouruidi-mo-leftmenu ul a {
  color: #333;
  display: block;
  line-height: 45px;
}
.ouruidi-mo-leftmenu ul a:hover {
  text-decoration: none;
  color: var(--color-primary);
}
.ouruidi-mo-leftmenu ul ul {
  display: none;
  padding-bottom: 10px;
}
.ouruidi-mo-leftmenu ul ul li {
  line-height: 35px;
}
.ouruidi-mo-leftmenu ul ul a {
  padding: 0 0 0 20px;
}
.ouruidi-mo-leftmenu ul ul i {
  font-size: 12px;
}
.ouruidi-mo-leftmenu > ul > li.current > a {
  color: var(--color-primary);
}

.ouruidi-menu-transitioning {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/*---mo-header---*/

.ouruidi-sitetop {
  height: 40px;
  background: var(--color-primary);
}
.ouruidi-sitetop > .box {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.ouruidi-sitetop .ouruidi-sitetop-left,
.ouruidi-sitetop .ouruidi-sitetop-right {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.ouruidi-sitetop .ouruidi-sitetop-left h2 {
  font-size: 13px;
  font-family: unset;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.ouruidi-sitetop .ouruidi-sitetop-right .lang-wrapper,
.ouruidi-sitetop .ouruidi-sitetop-right .contact,
.ouruidi-sitetop .ouruidi-sitetop-right .share,
.ouruidi-sitetop .ouruidi-sitetop-right .contact p {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: nowrap;
}
.ouruidi-sitetop .ouruidi-sitetop-right .lang-wrapper svg {
  width: 18px;
}
.ouruidi-sitetop .ouruidi-sitetop-right .lang-wrapper .lang-selector{color:#fff;width: auto;}

.ouruidi-sitetop .ouruidi-sitetop-right .lang-wrapper .lang-selector ul {
  text-align: left;
    font-size: 0;
    max-height: 204px;
    overflow-y: scroll;
}

.ouruidi-sitetop .ouruidi-sitetop-right .lang-wrapper .lang-selector .current-lang{line-height:normal;height:28px;padding:0;}


.ouruidi-sitetop .ouruidi-sitetop-right p {
  display: inline-block;
  font-size: 15px;
  color: rgba(91, 91, 101, 0.48);
  background-repeat: no-repeat;
  background-position: left center;
}
.ouruidi-sitetop .ouruidi-sitetop-right p + p {
  margin-left: 20px;
}
.ouruidi-sitetop .ouruidi-sitetop-right p i {
  font-size: 16px;
  color: #242424 ;
  vertical-align: middle;
}
.ouruidi-sitetop-right p:nth-of-type(1) a {
  color: #242424;
  margin-left: 2px;
}
.ouruidi-sitetop .ouruidi-sitetop-right p:nth-of-type(2) a {
  color: #242424;
  margin-left: 2px;
}
.ouruidi-sitetop .ouruidi-sitetop-right .share {
  font-size: 0;
  margin-left: 20px;
}
.ouruidi-sitetop .ouruidi-sitetop-right .share a {
  color: #fff;
  
  display: inline-block;
}
.ouruidi-sitetop .ouruidi-sitetop-right .share a + a {
  margin-left: 10px;
}
.ouruidi-sitetop .ouruidi-sitetop-right .share a i {
  font-size: 18px;
  color: inherit;
}
.ouruidi-sitetop .ouruidi-sitetop-right .share a:hover {
 
}

.ouruidi-sitetop .ouruidi-mo-header-search,
.ouruidi-sitetop .ouruidi-mo-header-menu {
  display: none;
  width: 50px;
  height: 36px;
  text-align: center;
  cursor: pointer;
}
.ouruidi-sitetop .ouruidi-mo-header-search i,
.ouruidi-sitetop .ouruidi-mo-header-menu i {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
}

/*---header---*/

.ouruidi-header {
  height: 100px;
  background: #fff;
  width: 100%;position:relative;z-index:999;
}
.ouruidi-header > .box {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  gap: 40px;
}

.ouruidi-header.prefix {
  position: fixed;
  top: 0;
  z-index: 999;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  -webkit-animation: 300ms running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  transition: 0.5s !important;
  animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
}
.ouruidi-header .logo img {
  max-height: 60px;
}

.ouruidi-header h1 a {
  display: inline-block;
  width: 212px;
  height: 61px;
  text-indent: -99999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 212px 61px;
}

.ouruidi-sitetop .ouruidi-mo-search {
  padding: 10px 15px;
  display: none;
  border-bottom: 1px solid #222;
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  background: #333;
  box-sizing: border-box;
}
.ouruidi-sitetop .ouruidi-mo-search .form-control {
  float: left;
  display: block;
  box-sizing: border-box;
  width: 85%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 4px 0 0 4px;
}
.ouruidi-sitetop .ouruidi-mo-search .submit_btn {
  float: left;
  width: 15%;
  height: 34px;
  padding: 0;
  line-height: 34px;
  background: var(--color-primary);
  font-size: 18px;
  color: #fff;
  border-radius: 0 4px 4px 0;
}

/*.ouruidi-header .ouruidi-nav {*/
/*  margin-right: 250px;*/
/*}*/
.ouruidi-header .ouruidi-nav > ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.ouruidi-header .ouruidi-nav > ul > li {
  height: 100px;
  padding: 0 16px;
}

.ouruidi-header .ouruidi-nav > ul > li > a {
  display: inline-block;
  font-size:17px;/*font-family: var(--title-font-family, 'Muli', 'Arial', sans-serif);*/
  text-transform: uppercase;
  color: #000;
  line-height: 100px;
  font-weight: 600;
}
.ouruidi-header .ouruidi-nav > ul > li > a > i {
  display: inline-block;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
}
.ouruidi-header .ouruidi-nav > ul > li > ul {
  position: absolute;
  width: 220px;
  height: auto;
  left: 26px;
  text-align: left;
  top: 90px;
  z-index: 1000;
  padding: 10px;
  background: #fff;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
}
.ouruidi-header .ouruidi-nav > ul > li > ul li {
  position: relative;
}
.ouruidi-header .ouruidi-nav > ul > li > ul li:last-child {
  border: none;
}
.ouruidi-header .ouruidi-nav > ul > li > ul li > a {
  display: block;
  border-radius: 4px;
  padding: 9px 10px;
  color: #000;
  font-size: 17px;
  line-height: 21px;
  text-transform: capitalize;
}
.ouruidi-header .ouruidi-nav > ul > li > ul > li > a {
  padding-right: 20px;
}
.ouruidi-header .ouruidi-nav > ul > li > ul li > a i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 11px;
}
.ouruidi-header .ouruidi-nav > ul > li > ul li > a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}
.ouruidi-nav > ul > li > ul li ul {
  left: 230px;
  top: 0;
}
.ouruidi-nav > ul > li:hover > a,
.ouruidi-nav > ul > li.current > a {
  color: var(--color-primary);
}
.ouruidi-nav > ul > li:hover > a > i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.ouruidi-nav ul li:hover > ul {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
}
.ouruidi-header .ouruidi-nav > ul > li .dropdown {
  position: fixed;
  left: 0;
  top: 120px;
  width: 100%;
  height: 0;
  padding: 32px 0;
  background: var(--bg-color);
  overflow: hidden;
  display: none;
  transition: height 0.3s linear;
}
.ouruidi-header.prefix .ouruidi-nav > ul > li .dropdown {
  top: 80px;
}
.ouruidi-header .ouruidi-nav > ul > li .dropdown .groupTitle {
  font-size: 1.2rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: var(--color-second);
}
.ouruidi-header .ouruidi-nav > ul > li .dropdown .list {
   display:flex;flex-wrap: wrap;
    grid-template-columns: repeat(4, 1fr); /* 创建 4 列 */
    gap:calc(40px / 3); /* 列之间的间距 */
}
.ouruidi-header .ouruidi-nav > ul > li .item {
    border-top: 1px solid var(--color-second);
    margin-bottom: 35px;
    padding: 20px 0 0;
    width:calc(25% - 10px);
}
.ouruidi-header .ouruidi-nav > ul > li .fz_title {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 15px;
    padding-top: 0;
    font-size: 18px;
    height: auto;
    line-height: 1.2;
    position: relative;
    font-weight: 600;
}
.ouruidi-header .ouruidi-nav > ul > li .fz_title img {
  width: 50px;
  height: 50px;
}
.ouruidi-header .ouruidi-nav > ul > li .fz_zhong {
  font-size: 14px;
  line-height: 20px;
}
.ouruidi-header .ouruidi-nav > ul > li .fz_zhong a {
  display: block;
}


.ouruidi-nav > ul > li .dropbox{position:absolute;width:100%;left:0;top:100%;z-index:100;padding:50px 0;background:#eff0ec;box-shadow:0 6px 5px rgba(1,1,1,0.14);transition:all .4s ease 0s;transform:translate3d(0,10px,0);opacity:0;visibility:hidden;}
.ouruidi-nav > ul > li .dropbox .wp{display:flex;justify-content:space-between;flex-wrap:wrap;}
.ouruidi-nav > ul > li .dropbox ul{display:flex;flex-wrap:wrap;margin:0 -10px;}
.ouruidi-nav > ul > li .dropbox ul li{width:25%;padding:10px;}
.ouruidi-nav > ul > li .dropbox ul li a{display:block;overflow:hidden;border-top:1px solid #111;line-height:1;color:#111;padding-top:15px;font-size:18px;}
.ouruidi-nav > ul > li .dropbox ul li a:hover{color:var(--color-primary);border-top-color:var(--color-primary);}


.ouruidi-nav > ul > li:hover .dropbox{opacity:1;visibility:visible;transform:translate3d(0,0,0);}


.ouruidi-header_right{display:flex;align-items:center;}
.ouruidi-header_right .ouruidi-mo-header-menu{margin-left:10px;display:none;width:40px;height:40px;line-height:40px;text-align:center;cursor:pointer;}
.ouruidi-header_right .ouruidi-mo-header-menu i{color:#000;font-size:24px;line-height:inherit;}

.ouruidi-search {
  position: relative;
}
.ouruidi-search em {
  width: 45px;
  height: 34px;
  margin: 0;
  cursor: pointer;
  font-weight: 400;
  text-align: center;
  display: block;
}
.ouruidi-search i{color:#333;font-size:26px;line-height:inherit;}

.ouruidi-search .serchbox {
  display: none;
  position: absolute;
  background: #666;
  width: 280px;
  padding: 10px;
  top: 34px;
  right: 0;
  z-index: 100;
}
.ouruidi-search .serchbox form {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.ouruidi-search .serchbox .submit_text {
  flex: 1;
  background: #fff;
  height: 35px;
  line-height: 35px;
  color: #333;
  padding: 0 10px;
}
.ouruidi-search .serchbox .submit_btn {
  width: 40px;
  background: var(--color-primary);
  font-size: 16px;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: block;
  cursor: pointer;
}
.ouruidi-search:hover em {
  background: #666;
}
.ouruidi-search:hover em i {
  color: #fff;
}
.ouruidi-search:hover .serchbox {
  display: block;
}
.ouruidi-sitetop.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.search-box{display:none;position:absolute;z-index:9999;width:100%;left:0;right:0;top:100px;background:rgba(0,0,0,0.6);padding:33px 0;}
.search-box .guanbi{position:absolute;right:30px;top:calc(50% - 11px);line-height:22px;height:22px;}
.search-box .guanbi i{font-size:21px;color:#fff;line-height:inherit;}
.search-box .serchbox{width:700px;margin:0 auto;position:relative;}
.search-box .serchbox .submit_text{background:#fff;width:100%;height:47px;line-height:47px;float:left;color:#111;padding:0 90px 0 15px;font-size:15px;}
.search-box .serchbox .submit_btn{position:absolute;right:0;top:0;width:70px;height:47px;line-height:47px;background:#035A8F;text-align:center;display:block;cursor:pointer;}
.search-box .serchbox .submit_btn i{font-size:25px;color:#fff;line-height:inherit;}


@media screen and (max-width: 1280px) {
.ouruidi-header{height:90px;}
.ouruidi-header .logo img{max-height:50px;}
.ouruidi-header .ouruidi-nav > ul > li > a{font-size:16px;}
.ouruidi-header .ouruidi-nav > ul > li{padding:0 12px;}
}

@media screen and (max-width:1171px) {
.ouruidi-header .logo img{max-height:40px;}
.ouruidi-header .ouruidi-nav > ul > li > a{font-size:15px;}
.ouruidi-header .ouruidi-nav > ul > li{padding:0 6px;}
}

@media screen and (max-width: 992px) {
  .ouruidi-header .logo img {
    max-height: 35px;
  }
  .ouruidi-header h1 a {
    width: 120px;
    height: 35px;
    background-size: 120px 35px;
  }
}

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


.ouruidi-header .ouruidi-nav{display:none;}

.ouruidi-sitetop > .box {
    z-index: 100;
    background: var(--color-primary);
  }


  .ouruidi-sitetop .ouruidi-sitetop-right p,
  .ouruidi-sitetop .ouruidi-sitetop-right .share,
  .ouruidi-sitetop .ouruidi-sitetop-right .contact {
    display: none;
  }

  .ouruidi-sitetop .ouruidi-mo-header-search,
  .ouruidi-sitetop .ouruidi-mo-header-menu {
    display: block;
  }

  .ouruidi-header {position: static;height: 70px;/* background: #f0f0f0;*/}
  

.ouruidi-header_right .ouruidi-mo-header-menu{display:block;}

  .ouruidi-header h1 a {
    width: 153px;
    height: 44px;
    background-size: 153px 44px;
  }
  
  .ouruidi-header_right {
    position: static;
  }

  .ouruidi-header .lang-selector {
    display: inline-block;
    position: relative;
    position: fixed;
    right: 10px;
    top: -2px;
    z-index: 105;
    color: #fff;
  }  
}

@media screen and (max-width: 768px) {
.ouruidi-sitetop .ouruidi-sitetop-left h2{font-size:12px;letter-spacing:0;}
}

@media screen and (max-width: 576px) {
.ouruidi-sitetop .ouruidi-sitetop-left h2{font-size:11px;}
  .ouruidi-header {
    height: 60px;
  }
  .ouruidi-header_right p {
    font-size: 16px;
    margin-right: 10px;
    display: none;
  }
}


@media screen and (max-width:480px) {
.ouruidi-sitetop .ouruidi-sitetop-left h2{font-size:10px;}
.ouruidi-header .logo img{max-height:30px;}

.lang-selector .current-lang em{font-size:13px !important;}

}



