
@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:1171px) {
.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:1367px){
.container {max-width:1200px;padding-right:15px;padding-left:15px;}
}
@media (min-width:1441px){
.container {max-width:1300px;}
}
@media (min-width:1550px) {
.container{max-width:1440px;}
}


@media screen and (max-width:480px){
  .qili-sidebanner img{
    min-height: auto !important;
    height: auto !important;
  }
  .qili-sidebanner .txt h1, .qili-sidebanner .txt h2{
    font-size: 18px !important;
  }
  .qili-sidebanner p{
    font-size: 12px !important;
    margin: 5px 0 0 !important;
  }
}
.derun-mo-leftmenu ul li a{
  font-size: 12px !important;
}



.derun-mo-leftmenu {
  background: #f5f5f5;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
  box-sizing: content-box;
  width: 70%;
  max-width: 400px;
  -webkit-overflow-scrolling: touch;
  z-index: 105 !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%);
}
.derun-mo-leftmenu .tit {
  height: 50px;
  line-height: 50px;
  background: #353535;
}
.derun-mo-leftmenu .cl h6 {
  line-height: 50px;
}
.derun-mo-leftmenu .tit h6 {
  float: left;
  color: #fff;
  padding: 0 0 0 20px;
  font-size: 20px;
  font-weight: bold;
  font-family: "Times New Roman";
}
.derun-mo-leftmenu .tit span {
  float: right;
  cursor: pointer;
  width: 50px;
  text-align: center;
}
.derun-mo-leftmenu .tit span i {
  color: #fff;
  font-size: 16px;
  line-height: 50px;
}
.derun-mo-leftmenu > ul {
}
.derun-mo-leftmenu > ul > li {
  line-height: 50px;
  font-size: 15px;
  border-top: 2px solid #e5e5e5;
  position: relative;
}
.derun-mo-leftmenu > ul > li > a {
  padding: 0 0 0 20px;
  line-height: 50px;
}
.derun-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;
}
.derun-mo-leftmenu > ul > li.active {
}
.derun-mo-leftmenu ul li a {
  color: #333;
  display: block;
}
.derun-mo-leftmenu ul li a:hover {
  text-decoration: none;
}
.derun-mo-leftmenu ul li ul {
  display: none;
  padding-bottom: 10px;
}
.derun-mo-leftmenu ul li ul li {
  line-height: 35px;
}
.derun-mo-leftmenu ul li ul li a {
  background: url("/skin/images/d.png") no-repeat 25px center;
  padding: 0 0 0 40px;
  line-height: 35px;
}
.derun-mo-leftmenu.menu-transitioning {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}




.deus-header{background:rgba(255,255,255);}

.derun-sitetop {
  height: 46px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.46);
  transition: all 0.4s ease 0s;
}
.derun-sitetop .container {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.derun-sitetop span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  color: #fff;
  display: none;
}
.derun-sitetop span.mo-header-search {
  margin-right: 95px;
}
.derun-sitetop span i {
  font-size: 24px;
  line-height: 50px;
}

.derun-sitetop-left {
  display: flex;
  align-items: center;
}
.derun-sitetop-left p {
  font-size: 16px;
  color: var(--title-text-color);
  font-weight: 300;
  line-height: 21px;
}
.derun-sitetop-left p+p{margin-left:30px;}


.derun-sitetop-left p a:hover {
  color: var(--color-primary);
}

.derun-sitetop-right {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 30;
}
.derun-sitetop-right .share {
}
.derun-sitetop-right .share a {
  color: var(--color-primary);
}
.derun-sitetop-right .share a + a {
  margin-left: 15px;
}
.derun-sitetop-right .share a i {
  font-size: 19px;
  color: inherit;
}
.derun-sitetop-right .share a:hover {
  color: #000;
}

.derun-header {
  height: 73px;position: relative;
  transition: all 0.4s ease 0s;
}
.derun-header .container {
  height: 100%;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.derun-header .logo{
  flex:1;
}
.derun-header .logo img {
/*  max-height: 64px;*/
  object-fit: cover;    max-width: 300px;
}
.derun-header .logo-inner {
  display: flex;
  align-items: center;
}
.derun-header h1 a {
  display: inline-block;
  width: 187px;
  height: 55px;
  text-indent: -99999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 187px 55px;
}

.header-fix .derun-header {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 10px rgba(1, 1, 1, 0.06);
}
.header-fix .derun-sitetop {
  height: 0;
}

.derun-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 20;
}
.derun-nav > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.derun-nav > ul > li {
  float: left;
  margin: 0 10px;
  position: relative;
}
.derun-nav > ul > li.active a {
  background:var(--color-primary);
}

.derun-nav > ul > li.active a {
  color: #fff;
  background: var(--color-primary);
}
.derun-nav > ul > li.active ul>li a {
  background:#fff;
  color:#333
}
.derun-nav > ul > li:hover a {
  /* color:#fff; */
}
.derun-nav > ul > li > a {
  padding: 10px 5px;
  display: block;
  font-size: 20px;
  color: var(--title-text-color);
  line-height: 34px;
  text-align: center;
}
.derun-nav > ul > li > a:hover {
  background:var(--color-primary);
  color:#fff
}
.derun-nav > ul > li ul {
  position: absolute;
  width: 240px;
  height: auto;
  left: 0;
  text-align: left;
  top: 54px;
  z-index: 1000;
  padding: 10px;
  border-radius: 0 0 4px 4px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.14) 0px -6px 9px 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
}
.derun-nav > ul > li:nth-child(2) ul {
  width: 310px;
}
.derun-nav > ul > li > ul::before {
  content: "";
  position: absolute;
  left: 60px;
  margin: 0;
  top: -8px;
  overflow: hidden;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
}
.derun-nav > ul > li > ul li {
  border-bottom: 1px solid #ededed;
  position: relative;
}
.derun-nav > ul > li > ul li:last-child {
  border: none;
}
.derun-nav > ul > li > ul li> a {
  display: block;
  border-radius: 4px;
  padding: 9px 0px 9px 10px;
  color: #333;
  font-size: 16px;
  line-height: 21px;
  text-transform: capitalize;
}
.derun-nav > ul > li > ul > li > a {
  /* padding-right: 20px; */
}
.derun-nav > ul > li > ul li > a i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 11px;
}
.derun-nav > ul > li > ul li > a:hover {
  background: var(--color-primary);
  color: #fff;
}

.derun-nav > ul > li > ul li ul {
  left: 300px;
  top: 0;
}

.derun-nav > ul > li:hover > a,
.derun-nav > ul > li.active > a {
}

.derun-nav ul ul li:hover > a {
  background: var(--color-primary);
  color: #fff;
}
.derun-nav ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.derun-header-right {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 30;
}

.derun-header-right .search {
  margin: 0 15px 0 0;
  position: relative;cursor: pointer;
}
.derun-header-right .search i {color:#000;font-size: 22px;}
.derun-header-right .search:hover i{color:#367666;}


.search-box{display:none;position:absolute;z-index:99;width:100%;left:0;right:0;top:73px;background:rgba(0,0,0,0.6);padding:33px 0;}
.search-box .guanbi{position:absolute;right:30px;top:calc(50% - 14px);}
.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: var(--color-primary);text-align:center;display:block;cursor:pointer;}
.search-box .serchbox .submit_btn i{font-size:25px;color:#fff;line-height:inherit;}


.derun-header-right .mo-header-menu{width:40px;height:40px;line-height:40px;text-align:center;display:none;}
.derun-header-right .mo-header-menu i {font-size:24px;color:#333;line-height:40px;}



.derun-header-right .header-lang {
  position: relative;
  z-index: 30;
}
.derun-header-right .header-lang .box {
  height: 36px;
  padding: 0 10px;
  cursor: pointer;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;border: 1px solid #f0f0f0;
}
.derun-header-right .header-lang .box img {
  height: 16px;
}
.derun-header-right .header-lang .box em {
  margin: 0 8px;
  font-size: 15px;
  color: #000;
  display: inline-block;
}
.derun-header-right .header-lang .box i {
  font-size: 15px;
  color: #000;
  vertical-align: middle;
  transition: all 0.3s ease 0s;
}
.derun-header-right .header-lang .lang-box {
  width: 200px;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 200;
  background: rgba(255, 255, 255, 0.65);
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
  border-radius: 8px;
}
.derun-header-right .header-lang .lang-box::before {
  content: "";
  position: absolute;
  right: 37px;
  top: -8px;
  overflow: hidden;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(255, 255, 255, 0.65);
  border-left: 8px solid transparent;
  display: block;
}
.derun-header-right .header-lang ul {
  max-height: 160px;
  overflow-y: scroll;
  padding: 5px 10px;
  border: 1px solid #e5e5e5;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.derun-header-right .header-lang ul li {
  line-height: 20px;
  padding: 5px 0;
  border-bottom: 1px solid #f5f5f5;
  width: 50%;
}
.derun-header-right .header-lang ul li:last-child {
  border: none;
}
.derun-header-right .header-lang ul li a {
  color: #333;
  font-size: 12px;
  display: block;
}
.derun-header-right .header-lang ul li a:hover {
  color: #015198;
}
.derun-header-right .header-lang ul li img {
  vertical-align: middle;
  margin-right: 7px;
}
.derun-header-right .header-lang:hover .lang-box {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

header.fullpage-fix-head .derun-sitetop {
  height: 0;
}
header.fullpage-fix-head .derun-header {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 10px rgba(1, 1, 1, 0.06);
}

.visible-xs,
.visible-xs-block {
  display: none !important;
}


/*.fancybox-iframe{
  height: 500px!important;
}*/

@media screen and (max-width: 1560px) {
.derun-header .logo img {
  max-width: 250px;
}
}

@media screen and (max-width: 1440px) {
.derun-nav > ul > li > a{font-size:19px;} 
.derun-header .logo img {
  max-width: 170px;
}
}

@media screen and (max-width:1367px) {
.derun-nav > ul > li > a{font-size:18px;padding: 8px 10px;} 
}


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

.derun-nav > ul > li > a{font-size:17px;padding:6px 8px;}
}


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

.derun-nav{display:none;}
.derun-header-right .mo-header-menu{display:block;}

.search-box{padding:30px 40px;}
.search-box .guanbi{display:none;}
.search-box .serchbox{width:100%;}

}

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

.derun-sitetop{display:none;}

.search-box{top:85px;padding:25px 20px;}
  
  .derun-header-right .header-lang .box {
    width: 90px;
    padding: 0 7px;
    border-radius: 0;
    background: none;
  }
  .derun-header-right .header-lang .box em {
    margin: 0 5px;

  }
  .derun-header-right .header-lang .box i {
    font-size: 15px;

  }
  .derun-header-right .header-lang ul {
    background: #fff;
  }

  .derun-header {
    height:auto;
    padding:15px 0;
  }
  .derun-header .logo img {
/*    max-height: 55px;*/
/*    max-height: 1000px;*/
    max-width: 160px;
  }

  .visible-xs {
    display: block !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .hidden-xs {
    display: none !important;
  }
}



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

.derun-header{padding:10px 0;}
.derun-header .logo img{
/*  max-height:45px;*/

}
.search-box{top:64px;padding:15px;}
.search-box .serchbox .submit_text{height:36px;line-height:36px;	padding:0 65px 0 10px;font-size:14px;}
.search-box .serchbox .submit_btn{width:60px;height:36px;line-height:36px;}
.search-box .serchbox .submit_btn i{font-size:22px;}

}
