.content {
  padding: 40px 0;
  position: relative;
  min-height: 300px;
}
.content img {
  max-width: 100%;
}
.sub-bannerpro {
  position: relative;
  height: 250px;
}
.sub-bannerpro img {
  max-width: 100%;
}
.sub-bannerpro .bannertxt {
  width: 100%;
  font-size: 36px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  color: #fff;
  text-transform: Uppercase;
}

.inner_cont {
  font-size: 14px;
  color: #454545;
  width: calc(100% - 300px);
  float: right;
}
.inner_cont img {
  max-width: 100%;
}
.inner_left {
  width: 260px;
  float: left;
}
.innernews img {
  max-width: 100% !important;
  height: auto !important;
}
.pc {
}
.mo {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .sub-bannerpro {
    margin-top: 60px;
    height: 200px;
  }
}

@media only screen and (max-width: 768px) {
  .proCbox .pic img {
    max-width: 100% !important;
  }

  .pc {
    display: none;
  }
  .mo {
    display: block;
  }
  .sub-bannerpro {
    height: 150px;
    margin-top: 0;
  }
  .sub-bannerpro .bannertxt {
    font-size: 24px;
  }
}

.breadcrumb {
  position: absolute;
  bottom: 0;
  text-align: right;
  font-size: 16px;
  color: #fff;
  width: calc(100% - 20px);
  height: 90px;
  line-height: 90px;
  overflow: hidden;
}
.breadcrumb .tit {
  width: 220px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  display: inline-block;
  float: left;
  font-size: 24px;
  background: #0065b4;
  background-image: -webkit-linear-gradient(top, #0065b4 0%, #015ca5 100%);
  background-image: -moz-linear-gradient(top, #0065b4 0%, #015ca5 100%);
  background-image: linear-gradient(top, #0065b4 0%, #015ca5 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#0065b4', StartColorStr='#015ca5');
}
.breadcrumb a {
  color: #fff;
}
.breadcrumb a:last-child {
}

@media only screen and (max-width: 920px) {
}
@media only screen and (max-width: 768px) {
  .breadcrumb .tit {
    display: none;
  }
  .breadcrumb {
    font-size: 12px;
    height: 60px;
    line-height: 60px;
    text-align: left;
  }
}

.inner-tit {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 20px;
}
.inner-tit h3 {
  font-size: 35px;
  color: #1f3586;
}
.inner-tit .txten {
  font-size: 22px;
  color: #a6937c;
  text-transform: Uppercase;
}
.inner-tit .stit {
  color: #1f3586;
  font-size: 22px;
}

@media only screen and (max-width: 1200px) {
  .inner-tit h3 {
    font-size: 30px;
  }
  .inner-tit .txten,
  .inner-tit .stit {
    font-size: 18px;
  }
}

@media only screen and (max-width: 920px) {
  .inner_left {
    float: none;
    width: 100%;
    margin-top: 0px;
  }
  .inner_cont {
    width: 100%;
    float: none;
  }
  .inner-tit {
    padding-top: 30px;
  }
  .inner-tit h3 {
    font-size: 24px;
  }
  .inner-tit .txten,
  .inner-tit .stit {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .inner-tit h3 {
    font-size: 18px;
  }
}

.wrapper {
  max-width: 1320px;
  /*min-width: 980px; */
  _width: 1320px;
}

/* ==========================================================================
   contact
   ========================================================================== */

.innercontact {
  background: url(../images/innerbg01.jpg) center no-repeat;
  padding: 60px 0;
  background-size: cover; /*margin-top: 100px;*/
}
.rowwarp {
  min-height: 300px;
  padding: 50px;
  background: #fff;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
}
.contactlist {
  margin: 0 auto;
  max-width: 1000px;
}
.contactlist li {
  width: calc(50% - 40px);
  float: left;
  margin: 0 20px 20px 20px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
.contactlist li .txtarea {
  height: 120px;
}
.contactlist li .txtarea h3 {
  font-size: 28px;
}
.contactlist li .inco {
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin: 0 auto;
  transition-duration: 800ms;
}
.contactlist li:hover .inco {
  transform: rotateY(360deg);
}
.inner_tit01 {
  font-size: 54px;
  text-align: center;
  margin-bottom: 50px;
  font-family: ManropeBold;
}

@media only screen and (max-width: 1200px) {
  .inner_tit01 {
    font-size: 36px;
  }
  .contactlist li {
    font-size: 16px;
  }
  .contactlist li .txtarea h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 920px) {
  .innercontact {
    margin-top: 60px;
  }
  .contactlist li .inco img {
    width: 40px;
  }
  .inner_tit01 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .contactlist li .inco {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .contactlist {
    margin-left: -10px;
  }
  .contactlist li {
    width: calc(50% - 10px);
    margin: 0 0 20px 10px;
    font-size: 12px;
  }
  .contactlist li .txtarea h3 {
    font-size: 14px;
  }
  .contactlist li .txtarea {
    height: 60px;
    line-height: 18px;
  }
  .rowwarp {
    padding: 30px;
  }
}

/* ==========================================================================
   social
   ========================================================================== */

.innersocial {
  background: url(../images/innerbg02.jpg) center no-repeat;
  padding: 60px 0;
  background-size: cover; /*margin-top: 100px;*/
}
.innersocial .row01 {
  max-width: 550px;
  font-size: 24px;
  margin: 50px auto 80px auto;
  text-align: center;
}
.innersocial .inner_tit01 {
  margin-bottom: 0;
}
.innersocial ul {
  margin: 0 auto 50px auto;
  max-width: 800px;
}
.innersocial li {
  width: calc(25% - 40px);
  float: left;
  margin: 0 20px 20px 20px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
.innersocial li h3 {
  font-size: 24px;
  margin-top: 10px;
}
.innersocial li .inco {
  width: 120px;
  height: 120px;
  line-height: 120px;
  margin: 0 auto;
  transition-duration: 800ms;
}
.innersocial li:hover .inco {
  transform: rotateY(360deg);
}

@media only screen and (max-width: 1200px) {
  .innersocial .row01 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 920px) {
  .innersocial {
    margin-top: 60px;
  }
  #about01 {
    margin-top: 60px;
  }
  .innersocial li h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .innersocial li .inco img {
    width: 60px;
  }
  .innersocial li .inco {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .innersocial li {
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
  }
  .innersocial li h3 {
    font-size: 14px;
  }
  .innersocial .row01 {
    margin: 20px 0 20px 0;
    font-size: 14px;
  }
  .innersocial ul {
    margin: 0;
  }
}

/* ==========================================================================
   inquiry
   ========================================================================== */

.innerinquiry {
  background: #f8f8f8;
  padding: 60px 0; /*margin-top: 100px;*/
}
.innerinquiry .ui-select {
  width: calc(33.33% - 22px);
  text-indent: 8px;
  font-size: 14px;
  margin-left: 20px;
  padding: 10px 0;
  background-color: #fff;
  border: 1px solid #555555;
  color: #999;
}
.innerinquiry .ui-input {
  width: calc(33.33% - 45px);
  font-size: 14px;
  margin-left: 20px;
  height: 18px;
  line-height: 18px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #555555;
  color: #999;
}
.innerinquiry .ui-textarea {
  width: calc(66.66% - 42px);
  margin-left: 20px;
  height: 90px;
  line-height: 18px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #555555;
  font-size: 14px;
  color: #999;
  font-family: microsoft yahei;
}
.innerinquiry .ui-btn {
  border: 0 none;
  cursor: pointer;
  text-align: center;
  height: 60px;
  line-height: 60px;
  margin-left: 20px;
  color: #fff;
  width: 320px;
  background: #00479d;
  display: inline-block;
  font-size: 18px;
}
.innerinquiry .ui-item {
  padding-left: 200px;
  position: relative;
  margin-bottom: 40px;
}
.innerinquiry .ui-item .ui-label {
  position: absolute;
  left: 0;
  line-height: 40px;
  font-size: 18px;
  top: 0;
}
.innerinquiry .ui-item .ui-label .red {
  color: #f00;
}
.innerinquiry .ui-item01 .ui-select {
  width: calc(50% - 22px);
}
.innerinquiry .ui-item04 .ui-input {
  width: calc(66.66% - 42px);
}
.innerinquiry p.mstxt {
  margin-top: 10px;
  margin-left: 20px;
  font-size: 16px;
}
.innerinquiry .agreebox {
  margin-left: 20px;
  margin-top: 10px;
  font-size: 16px;
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 920px) {
  .innerinquiry {
    margin-top: 0;
  }
  .innerinquiry .ui-item .ui-label {
    font-size: 14px;
    font-weight: bold;
  }
  .innerinquiry .ui-item {
    padding-left: 150px;
  }
  .innerinquiry .agreebox,
  .innerinquiry p.mstxt {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .innerinquiry .ui-item {
    padding-left: 0;
    padding-top: 50px;
    margin-bottom: 0;
  }
  .innerinquiry .ui-select {
    width: calc(100% - 2px) !important;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .innerinquiry .ui-input,
  .innerinquiry .ui-textarea {
    width: calc(100% - 22px) !important;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .innerinquiry .agreebox,
  .innerinquiry p.mstxt {
    margin-left: 0;
    margin-top: 0;
    font-size: 12px;
  }
  .innerinquiry .ui-btn {
    margin-left: 0;
    width: 100%;
  }
}

/* ==========================================================================
   about
   ========================================================================== */
.innerabout {
  font-size: 18px;
}
.innerabout img {
  max-width: 100%;
}
.aboutpart01 {
  padding: 60px 0;
}
.inner_about_tit {
  text-align: center;
  font-size: 50px;
  color: #000;
}
.aboutsection .wrapper {
  max-width: 1060px;
  padding-top: 80px;
  text-align: center;
}
.aboutsection .aboutjstxt {
  font-size: 18px;
  color: #000;
}
.aboutsection img {
  max-width: 100%;
}

.aboutsection article {
  position: absolute;
  top: 240px;
  left: 50%;
  width: 1060px;
  z-index: 4;
  margin-left: -530px;
}

.aboutsection .about_tit_white {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 4;
  text-align: center;
  height: 50px;
  font-size: 50px;
  color: #fff;
  line-height: 50px;
  margin-top: -25px;
}

.aboutsection {
  position: relative;
  width: 100% !important;
  min-width: 1000px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.aboutsection .parallax {
  margin: 0;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.aboutsection:nth-of-type(1) .parallax {
  background: url(../images/shuanglpic08.webp) 50% 0 no-repeat fixed;
}
.aboutsection:nth-of-type(3) .parallax {
  background: url(../images/shuanglpic05.webp) 50% 0 no-repeat fixed;
}
.aboutsection:nth-of-type(5) .parallax {
  background: url(../images/shuanglpic06.webp) 50% 0 no-repeat fixed;
}
.aboutsection:nth-of-type(7) .parallax {
  background: url(../images/shuanglpic07.webp) 50% 0 no-repeat fixed;
}
.aboutsection:nth-of-type(1) {
  height: 100vh;
}
.aboutsection:nth-of-type(2) {
  background: #fff;
  height: 650px;
}
.aboutsection:nth-of-type(3) {
  height: 100vh;
}
.aboutsection:nth-of-type(4) {
  background: #fff;
  min-height: 580px;
}
.aboutsection:nth-of-type(5) {
  height: 100vh;
}
.aboutsection:nth-of-type(6) {
  background: #fff;
  height: 800px;
}
.aboutsection:nth-of-type(7) {
  height: 100vh;
}
.aboutsection:nth-of-type(8) {
  background: #fff;
  height: 800px;
}

#about02 .row02 {
  margin-top: 30px;
}
#about02 .numbox {
  float: left;
  width: 33.33%;
}
#about02 .numbox h3 {
  font-size: 50px;
}

#about04 .list01 li {
  width: calc(25% - 22px);
  padding-top: 50px;
  height: 180px;
  float: left;
  border: 1px solid #e8e8f0;
  margin-left: 20px;
  font-size: 18px;
}
#about04 .list01 li h3 {
  font-size: 50px;
}
#about04 .list01 {
  margin-top: 50px;
  margin-left: -20px;
  margin-bottom: 50px;
}
#about08 .wrapper {
  max-width: 1320px;
}
#about08 .row02 {
  background: #e8e8f0;
  padding: 50px;
}
#about08 .list02 {
  max-width: 900px;
  margin: 0 auto;
}
#about08 .list02 li {
  text-align: left;
  padding-left: 30px;
  font-size: 18px;
  position: relative;
}
#about08 .list02 li:before {
  content: "";
  display: block;
  top: 4px;
  left: 0;
  position: absolute;
  width: 16px;
  height: 17px;
  background: url(../images/inco11.png) left top no-repeat;
}

@media only screen and (max-width: 1200px) {
  #about02 .row02 {
    margin: 30px 0;
  }
}

@media only screen and (max-width: 920px) {
  #about02 .numbox h3,
  #about04 .list01 li h3 {
    font-size: 28px;
  }
  #about04 .list01 li {
    height: 100px;
    padding-top: 30px;
  }
  #about02 .row02 {
    margin: 30px 0 0 0;
  }
  .aboutsection {
    min-width: auto;
  }
  .aboutsection .about_tit_white,
  .inner_about_tit {
    font-size: 28px;
  }
  .aboutsection .aboutjstxt {
    font-size: 16px;
  }
  .aboutsection .wrapper {
    padding-top: 50px;
  }
  .aboutsection:nth-of-type(2) {
    /* height: 500px;*/
  }
  .aboutsection:nth-of-type(4) {
    min-height: 400px;
  }
  .aboutsection:nth-of-type(6) {
    height: 560px;
  }
  .aboutsection:nth-of-type(8) {
    height: 680px;
  }
}

@media only screen and (max-width: 768px) {
  .aboutsection:nth-of-type(1) {
    height: 30vh;
  }
  .aboutsection:nth-of-type(1) .parallax {
    background: url(../images/shuanglpic08.jpg);
    background-size: 100% 100%;
    height: 40vh;
  }
  .aboutsection:nth-of-type(3) {
    height: 30vh;
  }
  .aboutsection:nth-of-type(5) {
    height: 30vh;
  }
  .aboutsection:nth-of-type(7) {
    height: 30vh;
  }
  .aboutsection:nth-of-type(9) {
    height: 30vh;
  }
  .aboutsection .about_tit_white,
  .inner_about_tit {
    font-size: 20px;
  }
  .aboutsection .aboutjstxt {
    font-size: 12px;
  }
  .aboutsection .wrapper {
    padding-top: 30px;
  }
  #about02 .numbox h3,
  #about04 .list01 li h3 {
    font-size: 16px;
  }
  #about02 .numbox {
  }

  #about02 .row02 {
    margin: 40px auto 0 auto;
  }
  .aboutsection:nth-of-type(6) {
    height: 300px;
  }
  #about04 .list01 {
    margin-left: -10px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #about04 .list01 li {
    font-size: 12px;
    height: 80px;
    padding-top: 20px;
    width: calc(25% - 12px);
    margin-left: 10px;
  }
  #about08 .row02 {
    padding: 20px;
  }
  #about08 .list02 li {
    font-size: 12px;
    line-height: 18px;
  }
  #about08 .list02 li:before {
    background-size: auto 12px;
  }
  .aboutsection:nth-of-type(8) {
    height: 420px;
  }
}

/* ==========================================================================
   case
   ========================================================================== */

.innercase {
  background: #f8f8f8;
  padding: 60px 0; /*margin-top: 100px;*/
}
.casetools {
  margin-bottom: 50px;
}
.casetools .left {
  width: 280px;
  float: left;
  font-size: 36px;
  line-height: 36px;
}
.casetools .right {
  width: calc(100% - 500px);
  float: right;
}
.casetools .right select {
  width: calc(50% - 22px);
  text-indent: 8px;
  font-size: 14px;
  margin-left: 20px;
  padding: 10px 0;
  float: left;
  background-color: #fff;
  border: 1px solid #d2d2db;
  color: #999;
}
.caselist {
  margin-left: -30px;
}
.caselist li {
  width: calc(33.33% - 30px);
  margin-left: 30px;
  padding-bottom: 100px;
  background: #fff;
  height: auto;
  position: relative;
  float: left;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.caselist li .pic {
  position: relative;
  height: auto;
  overflow: hidden;
}
.caselist li .bgimg {
  width: 100%;
}
.caselist li .uppic {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.caselist li .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background: #fff;
  margin-top: -100px;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.caselist li .cover .warp {
  padding: 0 50px;
  color: #000;
}
.caselist li .cover .warp .desc {
  height: 220px;
  overflow-y: auto;
}
.caselist li .cover .tit {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  margin: 30px 0;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.caselist li:hover .cover {
  top: 0;
  margin-top: 0;
}
.caselist li:hover .cover .tit {
  text-align: left;
  margin-top: 50px;
}

@media only screen and (max-width: 1200px) {
  .caselist li .cover .tit {
    font-size: 16px;
    overflow: hidden;
  }
  .caselist li .cover {
    font-size: 14px;
  }
  .casetools .left {
    font-size: 24px;
  }
}

@media only screen and (max-width: 920px) {
  .innercase {
    margin-top: 60px;
  }
  .casetools {
    margin-bottom: 30px;
  }
  .caselist {
    margin-left: -10px;
  }
  .caselist li {
    width: calc(33.33% - 10px);
    margin-left: 10px;
  }
  .caselist li .cover .warp {
    padding: 0 30px;
  }
  .caselist li:hover .cover .tit {
    margin-top: 30px;
  }
  .casetools .left {
    width: 180px;
  }
  .casetools .right {
    width: calc(100% - 200px);
  }
  .casetools .right select {
    width: calc(100% - 22px);
  }
}

@media only screen and (max-width: 768px) {
  .caselist {
    margin-left: 0;
  }
  .caselist li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .caselist li .cover .tit {
    text-align: left;
  }
}

.inner_tit02 {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 50px;
}

.tab-list {
  text-align: center;
  background: #fff;
  margin-top: 20px;
  font-size: 18px;
  border-bottom: 3px solid #fff;
}
.tab-list a {
  line-height: 50px;
  padding: 0 30px;
  display: inline-block;
}
.tab-list a.active {
  border-bottom: 3px solid #00479d;
  color: #00479d;
}

.videolist {
  margin-left: -30px;
}
.videolist li {
  width: calc(33.33% - 30px);
  margin-left: 30px;
  background: #fff;
  height: auto;
  float: left;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.videolist li .pic {
  position: relative;
  height: auto;
  overflow: hidden;
}
.videolist li .bgimg {
  width: 100%;
}
.videolist li .uppic {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 1s;
}
.videolist li:hover .uppic {
  transform: scale(1.05);
}
.videolist li .tit {
  font-size: 20px;
  line-height: 30px;
  margin: 30px 0;
  height: 60px;
  padding: 0 20px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.videolist li .time {
  padding: 0 5px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  background: #000;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.videolist li .cover {
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(000, 000, 000, 0.6);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.videolist li .cover .inco {
  height: 60px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 60px;
  left: 0;
  margin-top: 100px;
}
.videolist li:hover .cover {
  top: 0;
}
/*.videolist li .time{display: none;}*/
@media only screen and (max-width: 768px) {
  .videolist li {
    width: calc(50% - 30px);
  }
  .tab-list a {
    padding: 0 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 450px) {
  .videolist li {
    width: calc(100% - 30px);
  }
}

.vrbreadcrumb {
  height: 40px;
  padding: 20px 0;
  background: #f8f8f8; /*margin-top: 100px;*/
  line-height: 40px;
}
.vrpart {
  padding: 60px 0;
}
.vrpart img {
  max-width: 100%;
}
.lastnews {
  padding: 0 0 60px 0;
}
.lastnews .tittxt01 {
  font-size: 24px;
  margin-bottom: 30px;
  text-indent: 30px;
}
.newslist04 {
  margin-left: -20px;
}
.newslist04 li {
  width: calc(33.33% - 80px);
  margin-left: 20px;
  background: #f8f8f8;
  height: auto;
  float: left;
  overflow: hidden;
  padding: 30px;
}
.newslist04 li .newstit01 {
  font-size: 20px;
  line-height: 30px;
  height: 120px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.newslist04 li .date {
  font-size: 14px;
  color: #707070;
}

@media only screen and (max-width: 920px) {
  .vrbreadcrumb {
    margin-top: 0;
    padding: 0;
  }
  .vrpart {
    padding: 10px 0;
  }
  .lastnews .tittxt01 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .newslist04 {
    margin-left: -10px;
  }
  .newslist04 li {
    width: calc(33.33% - 70px);
    margin-left: 10px;
  }
  .newslist04 li .newstit01 {
    font-size: 16px;
  }
  .lastnews {
    padding: 0 0 20px 0;
  }
}

@media only screen and (max-width: 768px) {
  .newslist04 {
    margin-left: 0;
  }
  .newslist04 li {
    width: calc(100% - 40px);
    margin-left: 0;
    padding: 20px;
    float: none;
    margin-bottom: 10px;
  }
  .newslist04 li .newstit01 {
    font-size: 16px;
    line-height: 24px;
    height: auto;
  }
}

.newslist05 {
  margin-left: -15px;
}
.newslist05 li {
  width: calc(33.33% - 15px);
  margin-left: 15px;
  background: #fff;
  float: left;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.newslist05 li .pic {
  position: relative;
  height: auto;
  overflow: hidden;
}
.newslist05 li .bgimg {
  width: 100%;
}
.newslist05 li .uppic {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
}
.newslist05 li .txtarea {
  background: #fff;
  font-size: 16px;
  padding: 30px;
}
.newslist05 li .txtarea .tit {
  font-size: 20px;
  line-height: 30px;
  height: 120px;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.newslist05 li .txtarea .date {
  color: #999;
}

.newslist05 li:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.lastnews02 {
  background: #fff;
  margin-bottom: 60px;
  position: relative;
}
.lastnews02 .pic {
  position: relative;
  height: auto;
  overflow: hidden;
  width: 50%;
  float: left;
}
.lastnews02 .bgimg {
  width: 100%;
}
.lastnews02 .uppic {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 1s;
}
.lastnews02 .pic:hover .uppic {
  transform: scale(1.05);
}

.lastnews02 .txtarea {
  width: calc(50% - 100px);
  font-size: 16px;
  padding: 50px;
  float: right;
}
.lastnews02 .txtarea .tit {
  font-size: 36px;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.lastnews02 .txtarea .date {
  color: #999;
  position: absolute;
  bottom: 50px;
}

@media only screen and (max-width: 1200px) {
  .lastnews02 .txtarea .tit {
    font-size: 24px;
  }
  .inner_tit02 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 920px) {
  .lastnews02 .txtarea .tit {
    font-size: 18px;
  }
  .newslist05 li .txtarea .tit {
    font-size: 16px;
    line-height: 24px;
    height: 96px;
  }
  .inner_tit02 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .inner_tit02 {
    margin-bottom: 20px;
  }
  .newslist05 {
    margin-left: 0;
  }
  .newslist05 li {
    width: 100%;
    margin-left: 0;
    float: none;
    margin-bottom: 15px;
  }
  .newslist05 li .txtarea .tit {
    height: auto;
    margin-bottom: 15px;
  }

  .lastnews02 .pic {
    width: 100%;
    float: none;
  }
  .lastnews02 .txtarea {
    width: calc(100% - 40px);
    font-size: 14px;
    padding: 20px 20px 50px 20px;
    float: none;
  }
  .lastnews02 .txtarea .date {
    bottom: 20px;
  }
  .lastnews02 .txtarea .tit {
    font-size: 16px;
  }
  .lastnews02 {
    margin-bottom: 15px;
  }
}

.newsh {
  border-bottom: 1px solid #cedee9;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.newtitle {
  font-size: 36px;
}
.newsh p.date {
  color: #707070;
}
.newsh .share a {
  color: #989898;
  font-size: 24px;
  margin-right: 20px;
}
.newsh_cn {
  padding: 30px 0;
  max-width: 1100px;
  margin: 0 auto;
  font-size: 18px;
}
.toolbar {
  padding-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #cedee9;
}
.toolbar h3 {
  font-size: 24px;
}
.toolbar .share a {
  color: #989898;
  font-size: 24px;
  margin-right: 20px;
}

@media only screen and (max-width: 1200px) {
  .newtitle {
    font-size: 24px;
  }
}

@media only screen and (max-width: 920px) {
  .newtitle {
    font-size: 20px;
  }
  .newsh_cn {
    font-size: 16px;
  }
  .toolbar h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .newtitle,
  .toolbar h3 {
    font-size: 16px;
  }
  .newsh_cn {
    font-size: 14px;
    padding: 0;
  }
}

.propart01 {
  border-top: 1px solid #eaebf1;
  padding: 30px 0 0 0;
}
.propart01 ul {
  margin-left: -10px;
}
.propart01 li {
  float: left;
  margin-left: 10px;
  width: calc(20% - 10px);
}
.propart01 li .pic {
  height: 60px;
  line-height: 60px;
  text-align: center;
}

.propart01 li .pic .inco {
  height: 60px;
  width: 80px;
  background-position: center top;
  display: inline-block;
  vertical-align: middle;
  transition: background 0.5s;
}
.propart01 li:hover .pic .inco {
  background-position: center bottom;
}

.propart01 li .txt {
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px;
  text-align: center;
}
.propart02 img {
  max-width: 100%;
}

.proCbox {
  margin-bottom: 60px;
}
.proCbox img {
  max-width: 100%;
}
.proCbox .row01 {
  position: relative;
}

.prolist01 .pic > a > img {
  max-height: 90%;
}

.proCbox .pic img {
  transition: 1s;
}
.proCbox .pic img:hover {
  transform: scale(1.05);
}

.proCbox .row01 .pic {
  float: right;
}
.proCbox .row01 .txtarea {
  width: 380px;
  height: 500px;
  padding: 50px;
  background: #f8f8f8;
  position: absolute;
  left: 0;
  top: 50px;
}
.proCbox .row01 .txtarea:before {
  content: "";
  display: block;
  top: 0;
  left: 400px;
  position: absolute;
  width: 54px;
  height: 72px;
  background: url(../images/inco19.png) top right no-repeat;
  z-index: 4;
}
.proCbox .row01 .txtarea .txt01 {
  font-size: 45px;
  line-height: 1.2em; /*max-width:200px;*/
}
.proCbox .row01 .txtarea .txt02 {
  font-size: 20px; /*line-height: 1.2em;*/
  margin: 20px 0 60px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.proCbox .row01 .txtarea a {
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  display: block;
  margin-bottom: 20px;
  background: #00479d;
  color: #fff;
  font-size: 20px;
  max-width: 300px;
}
.proCbox .row01 .txtarea a.btn02 {
  background: #dcdcdc;
  color: #000;
}
.prolist01 {
  margin-top: 20px;
}
.prolist01 li {
  width: calc(14.28% - 21px);
  border-right: 1px solid #e0e0e0;
  float: left;
  margin: 10px 0;
  padding: 0 10px;
  text-align: center;
}
.prolist01 li .pic {
  width: 100%;
  height: 120px;
  line-height: 120px;
}
.prolist01 li .tit {
  font-size: 14px;
  line-height: 20px;
  height: 80px;
  overflow: hidden;
}

.proCbox:nth-child(2n) .row01 .pic {
  float: left;
}
.proCbox:nth-child(2n) .row01 .txtarea {
  right: 0;
  left: auto;
}
.proCbox .row01 .txtarea:before {
  left: auto;
  right: 30px;
}

@media only screen and (max-width: 1500px) {
  .proCbox .pic img {
    max-width: 900px;
  }
  .proCbox .row01 .txtarea .txt02 {
    font-size: 36px;
  }

  .proCbox .row01 .txtarea {
    height: 360px;
    padding: 70px 50px 30px 50px;
  }
  .proCbox .row01 .txtarea .txt01 {
    font-size: 36px;
  }
  .proCbox .row01 .txtarea .txt02 {
    font-size: 16px;
  }
  .proCbox .row01 .txtarea a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1280px) {
  .proCbox .row01 .txtarea .txt02 {
    font-size: 32px;
  }
  .proCbox .row01 .txtarea {
    width: 300px;
  }
  .proCbox .row01 .txtarea:before {
    left: 310px;
  }
}

@media only screen and (max-width: 920px) {
  .proCbox .row01 .pic {
    width: 80%;
  }
  .proCbox .row01 .txtarea .txt01 {
    font-size: 16px;
    max-width: 80%;
  }
  .proCbox .row01 .txtarea {
    padding: 30px;
    height: auto;
  }
  .proCbox .row01 .txtarea .txt02 {
    font-size: 20px;
  }
  .proCbox .row01 .txtarea a {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    max-width: 80%;
  }
  .proCbox .row01 .txtarea:before {
    left: 280px;
  }
}

@media only screen and (max-width: 768px) {
  .propart01 li .pic {
    width: 100%;
    float: none;
    text-align: center;
  }
  .propart01 li .pic img {
    max-width: 60%;
    max-height: 60px;
  }
  .propart01 li .txt {
    width: 100%;
    float: none;
    font-size: 12px;
    text-align: center;
    padding-top: 0;
  }
  .propart01 {
    padding: 10px 0;
  }

  .proCbox .row01 .pic {
    width: 100%;
    float: none;
  }
  .proCbox .row01 .txtarea {
    position: relative;
    width: calc(100% - 60px);
    top: 0;
  }
  .proCbox:nth-child(2n) .row01 .pic {
    float: none;
  }
  .prolist01 .pic > a > img {
    height: auto;
  }
  .proCbox .row01 .txtarea:before {
    left: auto;
    right: 20px;
    background-size: auto 40px;
    top: 0;
  }
  .proCbox .row01 .txtarea a {
    margin-left: auto;
    margin-right: auto;
  }
  .prolist01 li {
    width: calc(33.33% - 21px);
    margin-top: 10px;
  }
  .prolist01 li .tit {
    font-size: 12px;
    line-height: 18px;
    height: 90px;
  }
  .proCbox .row01 .txtarea .txt02 {
    font-size: 16px;
    height: auto;
  }
  .propart02 {
    margin-top: 60px;
  }

  .propart01 li .pic {
    height: 50px;
    line-height: 50px;
  }
  .propart01 li .pic .inco {
    height: 36px;
    width: 48px;
    background-size: 100% auto;
  }

  .propart01 li .txt {
    font-size: 12px;
    line-height: 1.5;
  }
}

.prodestailpart01 {
  padding: 60px 0;
}
.prodestailpart01 .pic {
  width: 50%;
  height: 450px;
  text-align: center;
  line-height: 450px;
  float: left;
  border: 1px solid #e3e3ea;
}
.prodestailpart01 .pic img {
  max-width: 80%;
  max-height: 80%;
}
.prodestailpart01 .txtarea {
  width: calc(50% - 50px);
  float: right;
  font-size: 18px;
}
.prodestailpart01 .txtarea .txt01 {
  font-size: 36px;
  line-height: 1.2em;
  margin-bottom: 30px;
  color: #000;
}
.prodestailpart01 .txtarea a.btn {
  width: 50%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  margin-bottom: 20px;
  background: #00479d;
  color: #fff;
  font-size: 20px;
  max-width: 200px;
  margin-top: 30px;
  margin-right: 20px;
}
.prodestailpart01 .txtarea .share a {
  color: #989898;
  font-size: 24px;
  margin-right: 20px;
}

.prodestailpart02 {
  background: #f8f8f8;
  padding-bottom: 60px;
}
.proxqnav {
  background: #fff;
}
.proxqnav li {
  margin: 0 30px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  position: relative;
  font-size: 22px;
  border-bottom: 3px solid #fff;
}
.proxqnav li.on {
  border-bottom: 3px solid #00479d;
}
.proxqnav li.on a {
  color: #00479d;
  display: inline-block;
}
.proxqtit {
  font-size: 22px;
  text-align: center;
  margin: 30px 0;
  font-family: Manrope;
}
.proxqbox {
  padding: 30px;
  background: #fff;
  font-size: 18px;
}

.prodestailpart02 .inner_tit01 {
  margin: 50px 0;
}

@media only screen and (max-width: 1200px) {
  .prodestailpart01 .txtarea .txt01 {
    font-size: 24px;
  }
  .proxqtit {
    font-size: 36px;
  }
}

@media only screen and (max-width: 920px) {
  .prodestailpart01 .txtarea .txt01 {
    font-size: 18px;
  }
  .proxqtit {
    font-size: 24px;
  }
  .prodestailpart01 .txtarea {
    font-size: 14px;
  }
  .proxqnav li {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .prodestailpart01 {
    padding: 20px 0;
    border-bottom: 1px solid #e3e3ea;
  }
  .prodestailpart01 .pic {
    width: calc(100% - 62px);
    padding: 30px;
    height: auto;
    line-height: 100%;
    float: none;
  }
  .prodestailpart01 .txtarea {
    width: 100%;
    float: none;
    font-size: 14px;
    margin-top: 20px;
  }
  .prodestailpart01 .txtarea .txt01 {
    margin-bottom: 10px;
  }
  .prodestailpart01 .txtarea a.btn {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    width: 200px;
  }
  .proxqnav li {
    font-size: 14px;
    margin: 0 5px;
  }
  .proxqnav .wrapper {
    padding: 0;
  }
  .proxqtit {
    margin: 20px 0;
  }
}

.innervideopart01 {
  /*margin-top: 100px;*/
}

.prosolarlist {
  margin-left: -15px;
  margin-top: 30px;
}
.prosolarlist li {
  width: calc(33.33% - 55px);
  padding: 40px 20px;
  margin-left: 15px;
  float: left;
  background: #fff;
  margin-bottom: 20px;
  border-bottom: 3px solid #fff;
}
.prosolarlist li .pic {
  width: 100%;
  height: 420px;
  line-height: 320px;
  text-align: center;
}
.prosolarlist li .pic img {
  max-width: 80%;
  max-height: 80%;
  transition: transform 1s;
}
.prosolarlist li:hover .pic img {
  transform: scale(1.05);
}
.prosolarlist li .tit {
  text-align: center;
  margin-bottom: 20px;
}
.prosolarlist li .tit h3 {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prosolarlist li .tit p.xh {
  font-size: 18px;
}
.prosolarlist li .more {
  text-align: center;
}
.prosolarlist li .more a {
  width: 110px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  border: 1px solid #00479d;
  color: #00479d;
}
.prosolarlist li:hover .more a {
  background: #00479d;
  color: #fff;
}
.prosolarlist li:hover {
  border-color: #00479d;
}

@media only screen and (max-width: 1200px) {
  .prosolarlist li .tit h3 {
    font-size: 18px;
  }
  .prosolarlist li .tit p.xh {
    font-size: 14px;
  }
  .prosolarlist li .more a {
    height: 40px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .prosolarlist {
    margin-left: 0px;
    margin-top: 0;
  }
  .prosolarlist li {
    width: calc(100% - 40px);
    padding: 40px 20px;
    margin-left: 0;
  }
  .prosolarlist li .pic {
    height: 280px;
    line-height: 280px;
  }
}

.prosolarxq01 {
  padding: 60px 0;
}
.prosolarxq01 .left {
  width: 50%;
  height: 450px;
  float: left;
  border: 1px solid #e3e3ea;
}
.prosolarxq01 .pic {
  width: 100%;
  height: 450px;
  text-align: center;
  line-height: 450px;
}
.prosolarxq01 .pic img {
  max-width: 80%;
  max-height: 80%;
  display: inline-block;
  width: auto !important;
}

.prosolarxq01 .txtarea {
  width: calc(50% - 50px);
  float: right;
  font-size: 18px;
}
.prosolarxq01 .txtarea .txt01 {
  font-size: 36px;
  line-height: 1.2em;
  margin-bottom: 30px;
  color: #000;
}
.prosolarxq01 .txtarea a.btn {
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  display: block;
  margin-bottom: 20px;
  background: #00479d;
  color: #fff;
  font-size: 20px;
  max-width: 300px;
  margin-top: 30px;
}
.prosolarxq01 .txtarea .share a {
  color: #989898;
  font-size: 24px;
  margin-right: 20px;
}

#owl-prosolarpic .owl-dots {
  height: 0px;
  overflow: hidden;
}
#owl-prosolarpic .owl-prev,
#owl-prosolarpic .owl-next {
  width: 36px;
  top: 50%;
  height: 56px;
  background: none;
  text-indent: 100px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  margin-top: -18px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  filter: Alpha(Opacity=100);
  opacity: 1;
}
#owl-prosolarpic .owl-prev {
  position: absolute;
  left: 0;
  background: url(../images/arr11.png) left top no-repeat;
}
#owl-prosolarpic .owl-next {
  position: absolute;
  right: 0;
  background: url(../images/arr12.png) right top no-repeat;
}

@media only screen and (max-width: 1200px) {
  .prosolarxq01 .txtarea .txt01 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .prosolarxq01 .txtarea a.btn {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    width: 200px;
  }
}

@media only screen and (max-width: 768px) {
  .prosolarxq01 .left {
    width: calc(100% - 2px);
    height: 300px;
    float: none;
  }
  .prosolarxq01 .pic {
    height: 300px;
    line-height: 300px;
  }
  .prosolarxq01 .txtarea {
    width: 100%;
    float: none;
    font-size: 12px;
  }
  .prosolarxq01 .txtarea .txt01 {
    font-size: 16px;
    margin: 10px 0;
  }
  .prosolarxq01 .txtarea a.btn {
    height: 40px;
    line-height: 40px;
    width: 140px;
  }
  .prosolarxq01 {
    padding: 30px 0;
  }
  .prodestailpart02 .inner_tit01 {
    margin: 20px 0;
  }
}

.proxqbox {
}
.proxqbox table {
  width: 100% !important;
  color: #333;
}
.proxqbox td {
  text-indent: 100px;
  line-height: 40px;
  width: 50%;
}
.proxqbox a {
  color: #1a70b0;
}
.proxqbox tr:nth-child(2n + 1) {
  background: #f1f1f5;
}

@media only screen and (max-width: 1024px) {
  .proxqbox td {
    text-indent: 10px;
  }
  .proxqbox table,
  .proxqbox td,
  .proxqbox th {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 768px) {
  .proxqbox td {
    text-indent: 0;
    line-height: 20px;
  }
}

/* ==========================================================================
   Pagination
   ========================================================================== */
#Lb_pager {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}
#Lb_pager .pages a {
  display: inline-block;
  background: #fff;
  margin: 0 3px;
  padding: 0 13px;
  color: #333;
  cursor: pointer;
  line-height: 30px;
  height: 30px;
  border: 1px solid #cbcbcb;
}
#Lb_pager .pages .pgnext {
  padding: 0 15px;
}
#Lb_pager .pages .pgcurrent {
  cursor: default;
  background-color: #d2d2db;
  border-color: #d2d2db;
}
#Lb_pager .pages .pgempty {
  cursor: not-allowed;
}
#Lb_pager .pages a:hover {
  text-decoration: none;
  background-color: #d2d2db;
  border-color: #d2d2db;
}

/* ==========================================================================
   Sidebar
   ========================================================================== */
.overview {
  color: #fff;
  font: 300 18px/59px microsoft yahei;
  background: #006db9;
  padding-left: 18px;
}

.sidenav {
}
.sidenav li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  padding: 0 40px;
}
.sub_nav {
}
.sidenav li a {
  color: #555555;
}

.sidenav li:hover a {
  color: #fff;
}
.sidenav li a:hover {
  color: #00479d;
}
.sidenav li.active {
  background: #00479d;
}
.sidenav li.active a {
  color: #fff;
  font-weight: bold;
}
.sidenav li:last-of-type a {
}

/* overview */
.ln-menu-link {
  display: block;
  font-size: 18px;
  color: #55473e;
  position: relative;
  *zoom: 1;
  line-height: 55px;
}

#ln-menustate {
  display: none;
}
.sub-banner {
  height: 500px;
  /*margin-top: 100px;*/
}
.sub-banner .rowtit {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 4;
  text-align: center;
  height: 50px;
  font-size: 50px;
  color: #fff;
  line-height: 50px;
  margin-top: -25px;
}
.htext {
  width: 100%;
  text-align: center;
  height: 50px;
  font-size: 36px;
  color: #000;
  line-height: 50px;
  margin-top: 5rem;
}

@media only screen and (max-width: 920px) {
  .innervideopart01 {
    margin-top: 60px;
  }
  .sub-banner {
    height: 300px;
    margin-top: 60px;
  }
  .sub-banner .rowtit {
    font-size: 24px;
  }
  .htext {
    font-size: 20px;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .sub_nav {
    margin-top: 0;
  }
  .sidenav {
    background: #fff;
  }
  .sidenav li {
    width: 100%;
    text-align: center;
    border-right: 0;
    padding: 0;
  }
  .sub_nav {
    background: #fff;
  }
  .ln-menu-link .inco {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 30px;
  }
  .ln-menu-link {
    line-height: 20px;
    border-bottom: 1px solid #d7d7d7;
    border-right: none;
    border-left: none;
    border-top: none;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
  }
  .sidenav li a {
    color: #555555;
  }
  .sidenav li.active a {
    color: #0065b4;
  }
  .overview.hidden {
    display: block;
  }
  .sidenav li.on {
    border-bottom: none;
  }
  .sub_nav li:first-child .ln-menu-link {
    border-left: none;
  }
}

.sidenav li.on a {
  color: #10924e;
}

#ln-menustate {
  display: none;
}
.localnav {
  position: relative;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.ln-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  z-index: 1;
}

/* background */
.ln-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
  transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
}

/*.ln-background:after { background-color: rgba(153,153,153,0.4); content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; }*/
#ln-menustate:checked ~ .localnav .ln-background,
#ln-menustate:target ~ .localnav .ln-background {
  background-color: rgba(255, 255, 255, 1);
  max-height: none;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
#ln-menustate:checked ~ .localnav .ln-background:after,
#ln-menustate:target ~ .localnav .ln-background:after {
  background-color: #d6d6d6;
}
.ln-content {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.ln-curtain {
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 9;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#ln-menustate:checked ~ .localnav .ln-curtain,
#ln-menustate:target ~ .localnav .ln-curtain {
  -webkit-transition: opacity 1s ease 0.1s;
  transition: opacity 1s ease 0.1s;
}
.ln-actions {
  float: left;
  display: none;
}
.ln-action {
  float: left;
  margin-left: 24px;
}

/* chevron */
.ln-menucta {
  cursor: pointer;
  display: block;
  margin-right: -11px;
  overflow: hidden;
  width: 40px;
  height: 48px;
  -webkit-tap-highlight-color: transparent;
}
.ln-menucta-chevron {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1),
    -ms-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}
.ln-menucta-chevron::before,
.ln-menucta-chevron::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 12px;
  height: 1px;
  z-index: 1;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1),
    -ms-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.ln-menucta-chevron::before,
.ln-menucta-chevron::after {
  background: #333;
}
.ln-menucta-chevron::before {
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: rotate(40deg) scaleY(1.5);
  -ms-transform: rotate(40deg) scaleY(1.5);
  transform: rotate(40deg) scaleY(1.5);
  right: 50%;
}
.ln-menucta-chevron::after {
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transform: rotate(-40deg) scaleY(1.5);
  -ms-transform: rotate(-40deg) scaleY(1.5);
  transform: rotate(-40deg) scaleY(1.5);
  left: 50%;
}
#ln-menustate:checked ~ .localnav .ln-menucta-chevron,
#ln-menustate:target ~ .localnav .ln-menucta-chevron {
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}
#ln-menustate:checked ~ .localnav .ln-menucta-chevron::before,
#ln-menustate:target ~ .localnav .ln-menucta-chevron::before {
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-transform: rotate(-40deg) scaleY(1.5);
  -ms-transform: rotate(-40deg) scaleY(1.5);
  transform: rotate(-40deg) scaleY(1.5);
}
#ln-menustate:checked ~ .localnav .ln-menucta-chevron::after,
#ln-menustate:target ~ .localnav .ln-menucta-chevron::after {
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotate(40deg) scaleY(1.5);
  -ms-transform: rotate(40deg) scaleY(1.5);
  transform: rotate(40deg) scaleY(1.5);
}
.ln-menucta-anchor {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  z-index: 10;
}
.ln-menucta-anchor:focus {
  outline-offset: -6px;
  width: 100%;
  height: 100%;
}
.ln-menucta-anchor-close {
  display: none;
}
.ln-menucta-anchor-label {
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
#ln-menustate:checked ~ .ln-menucta-anchor-open,
#ln-menustate:target ~ .ln-menucta-anchor-open {
  display: none;
}
#ln-menustate:checked ~ .ln-menucta-anchor-close,
#ln-menustate:target ~ .ln-menucta-anchor-close {
  display: block;
}

@media only screen and (max-width: 767px) {
  .content {
    position: relative;
    padding: 20px 0;
  }
  .col-main {
    margin: 0;
  }
  .col-left {
    float: left;
    width: 200px;
    margin-left: -100%;
    margin: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .localnav {
    height: 48px;
  }
  .overview {
    float: left;
    line-height: 48px;
    font-size: 14px;
    padding: 0;
    background: none;
    color: #333;
  }
  .sidenav {
    border-width: 0;
  }
  .ln-menu-link {
    border-bottom: 0 none;
  }
  .ln-background {
    min-height: 48px;
    -webkit-transition: background-color 0.5s ease 0.7s;
    transition: background-color 0.5s ease 0.7s;
  }
  .ln-menu {
    line-height: 48px;
    padding-top: 0;
    width: 100%;
  }
  .ln-menu-tray {
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    width: 100%;
    max-height: 0;
    -webkit-transition: max-height 0.5s cubic-bezier(0.28, 0.11, 0.32, 1) 0.4s,
      visibility 0s linear 1s;
    transition: max-height 0.5s cubic-bezier(0.28, 0.11, 0.32, 1) 0.4s,
      visibility 0s linear 1s;
  }
  #ln-menustate:checked ~ .localnav .ln-menu-tray,
  #ln-menustate:target ~ .localnav .ln-menu-tray {
    max-height: 400px;
    max-height: -webkit-calc(100vh - 48px - 48px);
    max-height: calc(100vh - 48px - 48px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    pointer-events: auto;
    visibility: visible;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
  }
  #ln-menustate:checked ~ .localnav.ln-opening .ln-menu-tray,
  #ln-menustate:target ~ .localnav.ln-opening .ln-menu-tray {
    overflow-y: hidden;
  }
  #ln-menustate:checked ~ .localnav.ln-sticking .ln-menu-tray,
  #ln-menustate:target ~ .localnav.ln-sticking .ln-menu-tray {
    max-height: -webkit-calc(100vh - 48px);
    max-height: calc(100vh - 48px);
  }
  .ln-curtain {
    -webkit-transition: opacity 1s ease 0.2s, width 0s ease 1.2s, height 0s ease 1.2s;
    transition: opacity 1s ease 0.2s, width 0s ease 1.2s, height 0s ease 1.2s;
  }
  #ln-menustate:checked ~ .ln-curtain,
  #ln-menustate:target ~ .ln-curtain {
    opacity: 1;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .ln-actions {
    display: block;
    margin-left: 0;
    padding: 0 16px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    left: 50%;
  }
  .ln-action {
    margin-left: 16px;
  }
  .ln-action-menucta {
    margin-left: -20px;
    position: absolute;
    left: 0;
    z-index: 1;
  }
  .ln-action-button {
    float: right;
    margin-left: 27px;
  }
  .ln-content {
    padding: 0 20px;
    background: #fff;
  }
  .inner-cont {
    margin: 10px;
  }
  .sidenav {
    opacity: 1;
    padding: 17px 10px 10px 10px;
    -webkit-transform: translate3d(0, -150px, 0);
    transform: translate3d(0, -150px, 0);
    -webkit-transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s,
      -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
    transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s,
      -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s,
      opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s,
      opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s,
      -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
  }
  .sidenav .level2 li,
  .sidenav .level2 li a {
    line-height: 20px;
  }
  #ln-menustate:checked ~ .localnav .sidenav,
  #ln-menustate:target ~ .localnav .sidenav {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0.2s, 0.4s;
    transition-delay: 0.2s, 0.4s;
  }
  .ln-menu-item {
    display: block;
    line-height: 48px;
    margin-left: 0;
    width: 100%;
    padding: 0;
  }
  .ln-menu-item:first-child .ln-menu-link {
    border-top: 0;
  }
  .ln-menu-item:nth-child(1) .ln-menu-link {
    -webkit-transition-delay: 0.07s;
    transition-delay: 0.07s;
  }
  .ln-menu-item:nth-child(2) .ln-menu-link {
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
  }
  .ln-menu-item:nth-child(3) .ln-menu-link {
    -webkit-transition-delay: 0.21s;
    transition-delay: 0.21s;
  }
  .ln-menu-item:nth-child(4) .ln-menu-link {
    -webkit-transition-delay: 0.28s;
    transition-delay: 0.28s;
  }
  .ln-menu-item:nth-child(5) .ln-menu-link {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
  .ln-menu-item:nth-child(6) .ln-menu-link {
    -webkit-transition-delay: 0.42s;
    transition-delay: 0.42s;
  }
  .ln-menu-item:nth-child(7) .ln-menu-link {
    -webkit-transition-delay: 0.49s;
    transition-delay: 0.49s;
  }
  #ln-menustate:checked ~ .localnav .ln-menu-item:nth-child(1) .ln-menu-link,
  #ln-menustate:target ~ .ln-menu-item:nth-child(1) .ln-menu-link {
    -webkit-transition-delay: 0.56s;
    transition-delay: 0.56s;
  }
  #ln-menustate:checked ~ .ln-menu-item:nth-child(2) .ln-menu-link,
  #ln-menustate:target ~ .ln-menu-item:nth-child(2) .ln-menu-link {
    -webkit-transition-delay: 0.49s;
    transition-delay: 0.49s;
  }
  #ln-menustate:checked ~ .ln-menu-item:nth-child(3) .ln-menu-link,
  #ln-menustate:target ~ .ln-menu-item:nth-child(3) .ln-menu-link {
    -webkit-transition-delay: 0.42s;
    transition-delay: 0.42s;
  }
  #ln-menustate:checked ~ .ln-menu-item:nth-child(4) .ln-menu-link,
  #ln-menustate:target ~ .ln-menu-item:nth-child(4) .ln-menu-link {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
  #ln-menustate:checked ~ .ln-menu-item:nth-child(5) .ln-menu-link,
  #ln-menustate:target ~ .ln-menu-item:nth-child(5) .ln-menu-link {
    -webkit-transition-delay: 0.28s;
    transition-delay: 0.28s;
  }
  #ln-menustate:checked ~ .ln-menu-item:nth-child(6) .ln-menu-link,
  #ln-menustate:target ~ .ln-menu-item:nth-child(6) .ln-menu-link {
    -webkit-transition-delay: 0.21s;
    transition-delay: 0.21s;
  }
  #ln-menustate:checked ~ .ln-menu-item:nth-child(7) .ln-menu-link,
  #ln-menustate:target ~ .ln-menu-item:nth-child(7) .ln-menu-link {
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
  }
  .ln-menu-link {
    border-top: 1px solid rgba(214, 214, 214, 0.5);
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
  }
  #ln-menustate:checked ~ .localnav .ln-menu-link,
  #ln-menustate:target ~ .localnav .ln-menu-link {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .ln-menucta-anchor {
    display: block;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  #ln-menustate:checked ~ .ln-menu-tray,
  #ln-menustate:target ~ .ln-menu-tray {
    max-height: 280px;
    max-height: -webkit-calc(100vh - 48px - 48px);
    max-height: calc(100vh - 48px - 48px);
  }
}

@media only screen and (max-width: 767px) {
  .ln-menu-link {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
  .proxqbox img {
    width: 100%;
  }
}
