html{width: 100%;}
@font-face {
  font-family: 'poppins'; /* 字体名称，可以自定义 */
  src: url('../fonts/poppins-regular.otf') format('truetype'); /* 字体文件的路径 */
}
body{font-size: 16px; background: #fff; font-family: "poppins"; line-height: 28px; color: #333; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
html,body{scroll-behavior: smooth;}
ol,ul,li{list-style: none;}
a{text-decoration: none; color: #333; -webkit-tap-highlight-color: rgba(255,0,0,0); transition: all .3s ease; cursor: pointer;}
em,i{font-style: normal;}
h1,h2,h3,h4,h5,h6,th{font-weight: normal;}
strong{font-weight: 800;}
img{border: 0; height: auto; vertical-align: middle;/*display: block;*/}
table{border-collapse: collapse; border-spacing: 0;}
input,textarea,select,button{border: 0; background: none; outline: 0; }
input[type="button"],input[type="text"],input[type="submit"]{appearance: none; -moz-appearance: none; -webkit-appearance: none;}
input,input:focus,input:active{user-select: text;}
button:focus{outline: 0;}
textarea{resize: none;}
video{outline: none;display: block;}
*{margin: 0;padding: 0;box-sizing: border-box;}
.clearfix:after{content: ""; *zoom: 1; display: block; visibility: hidden; height: 0; clear: both;overflow: hidden;}
.relative{position: relative;}
.fl{float: left;}
.fr{float: right;}
.container,.container1{position: relative;margin: 0 auto;}
.flex {display: flex;height: 100%;}
.content_box {box-sizing: border-box;width: 100%;margin: auto;padding-top: 100px;}
.pd50{padding: 0 50px;}
.f-36{font-size:36px;}
.f-24{font-size:24px;}
.redtit{color:#d9261c;font-weight: bold;}

.w1760{position: relative;width: 1760px;margin: 0 auto;}


/*swiper*/
.swiper-pagination-bullet:focus {
  outline: none;
}

/*.h-header *{font-family: "Microsoft Yahei";}*/
.h-header{position: fixed;top: 0;left: 0;width: 100%;z-index: 9999;transition: .3s;padding-top: 15px;background: rgba(0,0,0,0.3);}
.h-header > div{display: flex;align-items: center;}
.h-logo a{display: block;background-image: url(../images/logo.png);width: 162px;height: 70px;transition: .3s;}
.h-nav{display: flex;margin-left: calc(100% * 0.3);margin-right: calc(100% * 0.03);margin-bottom: 13px;}
.h-nav .li{position: relative;}
.h-nav .li>a{font-size: 18px;color: #FFFFFF;line-height: 40px;margin: 0 25px;position: relative;}
.h-nav .li:hover .tit1{color:#ca241b;}
.h-nav .li>a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  top:120%;
  height: 3px; /* 线条的高度 */
  background-color: #ca241b; /* 线条的颜色 */
  transform: translateX(-50%); /* 使线条从中间开始 */
  opacity: 0; /* 初始时线条不可见 */
  transition: width 0.6s ease, opacity 0.6s ease; /* 动画效果：宽度和透明度 */
}

.h-nav .li:hover a::after {
  width: 100%; /* 鼠标经过时，线条从中间向两边展开 */
  opacity: 1; /* 鼠标经过时线条完全可见 */
}
.element:not(:hover)::after {
  opacity: 0; /* 鼠标离开时，线条渐变消失 */
  width: 0; /* 宽度收缩回到0 */
}

/*.h-nav .subnav {
  width:150px;
  background:#ffffff;
  font-size:12px;
  text-align:left;
  transform: translate3d(0, -12px, 0);
  overflow:hidden;
  opacity:0;
  visibility:hidden;
  transition:all .3s;
  box-shadow:0 0 16px -4px rgba(0,0,0,.3);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-property: transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height, background-size, text-shadow, -webkit-transform, -webkit-box-shadow;
  transition-duration: 0.4s;
  transition-delay: 0.3s;
  position:absolute;
  left:0;
  top:50px;
  z-index:44;
}*/
.h-nav .subnav {
    width: 180px;
    background: #ffffff;
    font-size: 12px;
    text-align: left;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    box-shadow: 0 0 16px -4px rgba(0,0,0,.3);
    margin-top: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    z-index: 44;
}
.active .h-nav .subnav{top:73px;}
.h-nav .subnav ol {padding:12px 0;}
.h-nav .subnav ol li{width: 100%;margin: 0 !important;}
.h-nav .subnav a {transition: .2s; padding: 0 10px;box-sizing: border-box; width: 100%; display:block;height:40px;line-height:40px;color:#333;font-size: 14px;text-align: center;font-weight: normal;}
.h-nav .subnav a:hover {color:#d9261c!important;}
/*.h-nav .li:hover .subnav {opacity:1;visibility:visible; transform: translate3d(0, 0, 0);}*/
.h-nav .li:hover .subnav {height:auto;opacity:1;visibility:visible;margin-top:0;}

.h-more{display: flex;margin-left: auto;margin-bottom: 13px;}
.h-search,.h-lang,.h-vip{display: flex;align-items: center;cursor: pointer;transition: .3s;}
.h-search{margin-right: 25px;}
.searchbox {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: none;
  padding: 50px 15px 30px;
}
@media (max-width: 1440px) {
  .searchbox {
    padding: 40px 15px 30px;
  }
}
@media (max-width: 991px) {
  .searchbox {
    padding: 20px 15px;
  }
}
.searchbox .form {
  width: 100%;
  max-width: 800px;
  padding-bottom: 30px;
  border-bottom: 2px solid #37383c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .searchbox .form {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .searchbox .form {
    padding-right: 12px;
  }
}
.searchbox .form input,
.searchbox .form button {
  font-size: 32px;
  color: #e1e1e1;
  border: none;
  background-color: #fff;
}
@media (max-width: 1440px) {
  .searchbox .form input,
  .searchbox .form button {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .searchbox .form input,
  .searchbox .form button {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .searchbox .form input,
  .searchbox .form button {
    font-size: 20px;
  }
}
.searchbox .form input {
  width: 90%;
  width: calc(100% - 40px);
}
@media (max-width: 1440px) {
  .searchbox .form input {
    width: calc(100% - 36px);
  }
}
@media (max-width: 991px) {
  .searchbox .form input {
    width: calc(100% - 30px);
  }
}
.searchbox .form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #e1e1e1;
}
.searchbox .form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #e1e1e1;
}
.searchbox .form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #e1e1e1;
}
.searchbox .form button {
  width: 30px;
}
@media (max-width: 1440px) {
  .searchbox .form button {
    width: 26px;
  }
}
@media (max-width: 991px) {
  .searchbox .form button {
    width: 20px;
  }
}
.searchbox .form button img {
  width: 100%;
  float: left;
}


.searchbox2 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: none;
  padding: 50px 15px 30px;
}
@media (max-width: 1440px) {
  .searchbox2 {
    padding: 40px 15px 30px;
  }
}
@media (max-width: 991px) {
  .searchbox2 {
    padding: 20px 15px;
  }
}
.searchbox2 .form {
  width: 100%;
  max-width: 800px;
  padding-bottom: 30px;
  border-bottom: 2px solid #37383c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .searchbox2 .form {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .searchbox2 .form {
    padding-right: 12px;
  }
}
.searchbox2 .form input,
.searchbox2 .form button {
  font-size: 32px;
  color: #e1e1e1;
  border: none;
  background-color: #fff;
}
@media (max-width: 1440px) {
  .searchbox2 .form input,
  .searchbox2 .form button {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .searchbox2 .form input,
  .searchbox2 .form button {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .searchbox2 .form input,
  .searchbox2 .form button {
    font-size: 20px;
  }
}
.searchbox2 .form input {
  width: 90%;
  width: calc(100% - 40px);
}
@media (max-width: 1440px) {
  .searchbox2 .form input {
    width: calc(100% - 36px);
  }
}
@media (max-width: 991px) {
  .searchbox2 .form input {
    width: calc(100% - 30px);
  }
}
.searchbox2 .form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #e1e1e1;
}
.searchbox2 .form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #e1e1e1;
}
.searchbox2 .form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #e1e1e1;
}
.searchbox2 .form button {
  width: 30px;
}
@media (max-width: 1440px) {
  .searchbox2 .form button {
    width: 26px;
  }
}
@media (max-width: 991px) {
  .searchbox2 .form button {
    width: 20px;
  }
}
.searchbox2 .form button img {
  width: 100%;
  float: left;
}

.h-header .h-vip{margin-right: 35px;position: relative;}.h-header .h-vip .desc{padding-left: 8px;}
.h-header .h-vip .desc span{display: block;font-size: 14px;color: #ffffff;line-height: 1.2;}
.h-header .h-vip .desc em{position: absolute;width: 100px;text-align: center;background: #ffffff;left:50%;transform: translateX(-50%);top:100%;box-shadow:0 0 16px -4px rgba(0,0,0,.3);transition: .3s;font-size: 14px;line-height: 40px;margin-top: 10px;opacity: 0;visibility: hidden;}
.h-header .h-vip .desc em:hover{background: #D3EF3C;}
.h-header .h-vip:hover .desc em{margin-top: 0;opacity: 1;visibility: visible;}

.icon-search,.icon-lang,.icon-vip{display: block;height: 18px;width: 18px;transition: .3s;}
.icon-search{background: url(../images/hIcon1.png);}
.icon-lang{background: url(../images/hIcon2.png);}
.icon-vip{background: url(../images/hIcon3.png);}
.h-search span{padding-left: 8px;font-size: 14px;color: #FFFFFF;line-height: 30px;}
.h-lang span{padding-left: 8px;font-size: 16px;color: #FFFFFF;line-height: 30px;}

.h-search:hover,.h-lang:hover{opacity: .8;}

.h-header.active{background: #FFFFFF;box-shadow: 0px 0px 5px 0px #ccc;}
.h-header.active .h-logo a{background-image: url(../images/logo1.png);}
.h-header.active .h-nav .li>a{color: #333333;line-height: 80px;}
.h-header.active .h-nav .li>a:hover{color:#ca241b;}
.h-header.active .h-search span{color: #333333;}
.h-header.active .h-lang span{color: #333333;}
.h-header.active .icon-search{background: url(../images/hIcon11.png);}
.h-header.active .icon-lang{background: url(../images/hIcon22.png);}.h-header.active .icon-vip{background: url(../images/hIcon33.png);}
.h-header.active .h-vip .desc span{color: #333333;}
.wap_header .icon-vip{background: url(../images/hIcon33.png);}
.wap_header .h-vip{margin-right: 15px;}
.wap_header .h-vip .desc{display: flex;align-items: center;justify-content: center;}
.wap_header .h-vip .desc span{color: #333;font-size: 14px;display: block;padding: 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width: 100px;}
.wap_header .h-vip .desc em{color: #333;font-size: 14px;display: block;}

.wap_header{width: 100%; height: 60px; padding: 0 12px; display: none; justify-content: space-between; align-items: center; background: #fff; position: fixed; left: 50%; top: 0; transform: translateX(-50%); z-index: 9999;box-sizing: border-box;border-bottom: 1px solid #ddd;}
.wap_header_zw{display: none;width: 100%;height: 60px;}
.wap_header .toggle{display: block; width: 25px; height: 24px; position: relative; z-index: 6;}
.wap_header .toggle i{display: block; width: 25px; height: 2px; background: #000; position: absolute; left: 0; transition: all ease .35s;}
.wap_header .toggle i:nth-of-type(1){top: 0;}
.wap_header .toggle i:nth-of-type(2){top: 8px;}
.wap_header .toggle i:nth-of-type(3){top: 16px;}
.wap_header .toggle.on i{background: #000;}
.wap_header .toggle.on i:nth-of-type(1){top: 8px; transform: rotate(45deg);}
.wap_header .toggle.on i:nth-of-type(2){width: 0;}
.wap_header .toggle.on i:nth-of-type(3){top: 8px; transform: rotate(-45deg);}
.wap_header #h60{height: 60px;}
.wap_header .maskbg{width: 100%; height: 100vh; background: rgba(0,0,0,.5); display: none; position: fixed; left: 0; top: 0; z-index: 3;}
.wap_header .maskbg.on{display: block;}
.wap_header .nav{width: 240px; background: #fff; height: 100vh; padding: 56px 0 20px 0; position: fixed; right: 0; top: 0; z-index: 5; transform: translateX(100%); opacity: 0; transition: transform .4s,opacity .4s;display: block!important;}
.wap_header .nav.open{transform: translateX(0); opacity: 1;}
.wap_header .nav > ul{height: calc(100vh - 70px); margin: 0 auto; position: relative; overflow-y: auto; -webkit-overflow-scrolling: touch;}
.wap_header .nav ul li{border-top: 1px solid #ddd; margin: 0 20px; line-height: 40px; font-size: 14px; position: relative;}
.wap_header .nav > ul > li:first-child{border-top: 0 none;}
.wap_header .nav ul li a{height: 60px; line-height: 60px; display: block; padding-right: 30px; font-size: 14px; color: #333;}
.wap_header .nav ul li a:active  {color: #dd0518 !important;}
.wap_header .nav ul li ul{display: none;}
.wap_header .nav ul li i{width: 30px; height: 60px; font-size: 16px; color: #9c9c9c; position: absolute; right: 0; top: 0; transition: transform .5s;}
.wap_header .nav ul li i.down{color: #dd0518; transform: rotate(90deg);}
.wap_header .nav ul li .icon{background: url(../images/yjt.png)no-repeat;background-size: 20px !important;background-position: center !important;}
.wap_header .nav ul li ul li{margin-right: 0;}
.wap_header .nav ul li ul li a{color: #666; height: 40px; line-height: 40px; font-size: 14px;}
.wap_header .nav ul li ul li i{top: -10px;}
.wap_header .logo{float: left;margin-top: 7px;position: relative;height: 45px;}
.wap_header .logo img{height: 100%;}
.wap_header .toggle{float: right;margin-top: 21px;}
.wap_header .dropdown{float: right;margin-top: 18px;margin-right: 20px;position: relative;}
.wap_header #dLabel{border: 1px solid #9C9C9C;background: none;color: #9C9C9C;padding: 2px 5px;font-size: 12px;position: relative;}
.wap_header .dropdown-menu{background: #222;min-width: auto !important;text-align: center;}
.wap_header .dropdown-menu li a{color: #9C9C9C !important;transition: .3s;font-size: 14px !important;}
.dropdown-menu {position: absolute;top: 100%;left: 0;z-index: 1000;display: none;float: left;min-width: 160px;padding: 0;margin: 2px 0 0;font-size: 14px;text-align: left;list-style: none;background-color: #fff;-webkit-background-clip: padding-box;background-clip: padding-box;border: 1px solid #ccc;border: 1px solid rgba(0, 0, 0, .15);border-radius: 4px;-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);box-shadow: 0 6px 12px rgb(0 0 0 / 18%);width: 100%;}
.open>.dropdown-menu {display: block;}
.caret {display: inline-block;width: 0;height: 0;margin-left: 2px;vertical-align: middle;border-top: 4px dashed;border-right: 4px solid transparent;border-left: 4px solid transparent;}
.wap_header .h-more{float: right;margin: 20px 10px 0 0;display: flex;align-items: center;}
.wap_header .h-more .head_icon.search{background-image: url(../images/hIcon11.png);}
.wap_header .h-more .head_icon.earth{background-image: url(../images/hIcon22.png);margin-right: 6px;}
.wap_header .h-more .lang_item{color: #000000;font-size: 14px;}
.head_icon {display: block;height: 18px;width: 18px;}
.h-more .lang_item {display: block;font-size: 18px;font-weight: normal;color: #FFFFFF;line-height: 36px;display: flex;align-items: center;transition: .3s;}
.h-more .search_item {margin-right: 15px;cursor: pointer;}


.search-bg {position: fixed;left: 0;top: 0;width: 100%;height: 100%;background-color: #f5f5f5;display: none;z-index: 9999;}
.search-alert {position: fixed;z-index: 100;background: rgba(0,0,0,.7);left: 0;top: 0;width: 100%;height: 100%;opacity: 1;z-index: 9999;}
.search-alert input::-webkit-input-placeholder {color: #fff !important;}
.search-alert input::-moz-placeholder {/* Mozilla Firefox 19+ */color: #fff !important;}
.search-alert input:-moz-placeholder {/* Mozilla Firefox 4 to 18 */color: #fff !important;}
.search-alert input:-ms-input-placeholder {/* Internet Explorer 10-11 */color: #fff !important;}
.search-alert .cent-form {opacity: 0;-webkit-transform: translate(0, 40px);-ms-transform: translate(0, 40px);transform: translate(0, 40px);-webkit-transition: all .5s;transition: all .5s;}
.search-alert .close {width: 30px;height: 30px;position: absolute;top: 38px;right: 2.6%;cursor: pointer;background: url(../images/colse.png) no-repeat center;background-size: 18px auto;-webkit-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.search-alert .cent-form {position: absolute;width: 94.8%;left: 2.6%;top: 50%;height: 60px;margin-top: -63px;border-bottom: 1px solid rgba(255, 255, 255, 0.5);}
.search-alert .cent-form:before {content: "";color: #fff;font-size: 30px;position: absolute;left: 0;height: 50px;width: 50px;top: 50%;margin-top: -25px;background: url(../images/z_img9.png) no-repeat center;background-size: 28px auto;}
.search-alert .cent-form .tex {border: none;font-size: 40px;height: 50px;line-height: 50px;text-align: center;width: 100%;color: #fff;background: none;padding-left: 100px;padding-right: 140px;box-sizing: border-box;}
.search-alert .cent-form .sub-butn {border: none;height: 50px;font-size: .8rem;line-height: 50px;color: #fff;text-align: right;background: none;position: absolute;right: 0;top: 0;width: 120px;text-align: center;font-size: 26px;cursor: pointer;}
.search-alert {-webkit-transform-origin: bottom center;-ms-transform-origin: bottom center;transform-origin: bottom center;-webkit-transform: scaleY(0);-ms-transform: scaleY(0);transform: scaleY(0);-webkit-transition: -webkit-transform .3s .5s;transition: transform .3s .5s;}
.search-alert.active {-webkit-transform-origin: top center;-ms-transform-origin: top center;transform-origin: top center;-webkit-transform: scaleY(1);-ms-transform: scaleY(1);transform: scaleY(1);-webkit-transition: -webkit-transform .3s;transition: transform .3s;}
.search-alert.active .cent-form {opacity: 1;-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0);-webkit-transition: all .5s .3s;transition: all .5s .3s;}



.h-footer{background: rgb(247,247,247);padding-top: 90px;}
.h-footer .foot1{width:100%;display: block;padding-bottom: 30px;}
.h-footer .foot2 .f-more{width:580px;}
.h-footer .foot2 .f-more p {display: flex;align-items: flex-start;margin-bottom: 20px;}
.h-footer .foot2 .f-r{width: calc(100vw - 560px);display: flex;flex-wrap: wrap;justify-content: space-between;padding-left: 120px;}
@media (max-width: 1600px) {
  .h-footer .foot2 .f-r{padding-left: 50px;}
  .h-footer .foot2 .f-r .dl{margin-left: 10px;}
}

@media (max-width: 1400px) {
  .h-footer .foot2 .f-more{width: 513px;}
  .h-footer .foot2 .f-r{padding-left: 50px;}
}
@media (max-width: 1250px) {
  .h-footer .foot2 .f-more{width: 475px;}
  .h-footer .foot2 .f-r{padding-left: 50px;}
}
/*.h-footer .foot2 .f-r .dl{margin-left: 20px}*/
.h-footer .foot2 .f-more img{display: block;margin: 5px 10px 0 0;}
.h-footer .foot2 .dt{position: relative;}
.h-footer .foot2 .dt::after{content: "";display: block;width: 65px;height: 1px;margin: 10px 0;}
.h-footer .foot2 .dt a{font-size: 18px;color: #555555;line-height: 1.5;display: block;font-weight: bold;}
.h-footer .foot2 .dd{margin-bottom: 16px;}
.h-footer .foot2 .dd a{font-size: 13px;color: #6f6f6f;line-height: 1.5;display: block;}
.h-footer .foot2> div{display: flex;justify-content: space-between;}
.h-footer a,.h-footer span{font-size: 14px;color: #6f6f6f;line-height: 20px;display: inline-block;}
.h-footer .foot3{width: 100%;display: block;padding: 55px 0 30px 0;}
.h-footer .foot3 .a_box{display: flex;justify-content: flex-end;}
.h-footer .foot3 .a_box a{margin-left: 15px;}
.h-footer .foot3 .a_box .f1{background-image: url('../images/f1.png');background-size: 100% 100%;width: 34px;height: 34px}
.h-footer .foot3 .a_box .f2{background-image: url('../images/f2.png');background-size: 100% 100%;width: 34px;height: 34px}
.h-footer .foot3 .a_box .f3{background-image: url('../images/f3.png');background-size: 100% 100%;width: 34px;height: 34px}
.h-footer .foot3 .a_box .f4{background-image: url('../images/f4.png');background-size: 100% 100%;width: 34px;height: 34px}
.h-footer .foot3 .a_box .f5{background-image: url('../images/f5.png');background-size: 100% 100%;width: 34px;height: 34px}
.h-footer .foot3 .a_box .f1:hover{background-image: url('../images/f11.png');}
.h-footer .foot3 .a_box .f2:hover{background-image: url('../images/f22.png');}
.h-footer .foot3 .a_box .f3:hover{background-image: url('../images/f33.png');}
.h-footer .foot3 .a_box .f4:hover{background-image: url('../images/f44.png');}
.h-footer .foot3 .a_box .f5:hover{background-image: url('../images/f55.png');}
.h-footer .foot4{width: 100%;border-top:1px solid #ccc;}
.h-footer .foot4 .f4{display: flex;padding:35px 0;align-items: center;}
.h-footer .foot4 .f4 .links_box{width: 20%;}
.h-footer .foot4 .f4 .bq_box{width: 80%;display: flex;justify-content: space-between;}
.h-footer .foot4 .bq_box span{width:100%;text-align: right;}
.h-footer .foot4 .f4 .bq_box1{width: 20%;display: flex;justify-content: space-between;}
.bq_box a:hover{color:#d9261c;}
.h-footer .foot4 .f4 .ulink{margin-right: 15px;}
/*************************** index start ***************************/
@media (max-width: 1500px) {
  .h-footer .foot4 .f4 .links_box{width:25%;}
  .h-footer .foot4 .f4 .bq_box{width:75%;}
  .h-footer .foot4 .f4 .bq_box1{width:25%;}
}
/* banner */
.bannerbox {
  width: 100%;
  /* height: 100vh; */
}
.bannerbox .swiper-slide {
  overflow: hidden;
  opacity: 0;
  z-index: 1;
}
/*.bannerbox .swiper-slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: url(../image/wenli.png) center;
}*/
.bannerbox .swiper-slide .img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.bannerbox .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerbox .swiper-slide .img img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .bannerbox .swiper-slide .img img:nth-child(1) {
    display: none;
  }
  .bannerbox .swiper-slide .img img:nth-child(2) {
    display: block;
  }
}
.bannerbox .swiper-slide .video {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: none;
}
.bannerbox .swiper-slide .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerbox .swiper-slide .f_cont {
  position: absolute;
  top: 50%;
  left: 40%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 4;
}
@media (max-width: 767px) {
  .bannerbox .swiper-slide .f_cont {
    width: 100%;
    left: 55%;
  }
}
.bannerbox .swiper-slide .f_cont .font {
  width: 100%;
  color: #fff;
}
.bannerbox .swiper-slide .f_cont .font .tit {
  font-weight: bold;
  /*font-style: oblique;*/
  line-height: 1.2;
  /* font-family: SourceHanSansCN-Heavy; */
  margin-bottom: 20px;
  font-size: 60px;
}
@media (max-width: 1440px) {
  .bannerbox .swiper-slide .f_cont .font .tit {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .bannerbox .swiper-slide .f_cont .font .tit {
    margin-bottom: 14px;
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .bannerbox .swiper-slide .f_cont .font .tit {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .bannerbox .swiper-slide .f_cont .font .tit {
    font-size: 26px;
  }
}
.bannerbox .swiper-slide .f_cont .font .tit span {
  padding-left: 90px;
  display: flex;
}
.bannerbox .swiper-slide .f_cont .font .tit span::before {
  content: "";
  display: block;
  width: 65px;
  height: 10px;
  background-color: #ca241b;
  margin-right: 10px;
  /*-webkit-transform: skew(-24deg);
  transform: skew(-24deg);*/
  margin-top: 30px;
}
@media (max-width: 1440px) {
  .bannerbox .swiper-slide .f_cont .font .tit span {
    padding-left: 60px;
  }
  .bannerbox .swiper-slide .f_cont .font .tit span::before {
    width: 30px;
    margin-top: 26px;
    height: 8px;
  }
}
@media (max-width: 1199px) {
  .bannerbox .swiper-slide .f_cont .font .tit span {
    padding-left: 30px;
  }
  .bannerbox .swiper-slide .f_cont .font .tit span::before {
    width: 20px;
    height: 5px;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .bannerbox .swiper-slide .f_cont .font .tit span::before {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .bannerbox .swiper-slide .f_cont .font .tit span {
    padding-left: 20px;
  }
}
.bannerbox .swiper-slide .f_cont .font .text {
  font-size: 22px;
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .bannerbox .swiper-slide .f_cont .font .text {
    margin-bottom: 46px;
  }
}
@media (max-width: 1199px) {
  .bannerbox .swiper-slide .f_cont .font .text {
    margin-bottom: 36px;
  }
}
@media (max-width: 991px) {
  .bannerbox .swiper-slide .f_cont .font .text {
    margin-bottom: 26px;
    font-size: 18px;
  }
}
@media (max-width:  376px) {
.bannerbox .swiper-slide .f_cont .font .text{
  font-size: 14px;
}
.bannerbox .swiper-slide .f_cont .font .tit {
    font-size: 18px;
  }
}
.bannerbox .swiper-slide .f_cont .font .but {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
}
.bannerbox .swiper-slide .f_cont .font .but i {
  display: block;
  width: 40px;
  margin-right: 20px;
}
@media (max-width: 1440px) {
  .bannerbox .swiper-slide .f_cont .font .but i {
    width: 30px;
    margin-right: 16px;
  }
}
@media (max-width: 1199px) {
  .bannerbox .swiper-slide .f_cont .font .but i {
    width: 26px;
    margin-right: 14px;
  }
}
@media (max-width: 991px) {
  .bannerbox .swiper-slide .f_cont .font .but i {
    width: 22px;
    margin-right: 10px;
  }
}
.bannerbox .swiper-slide .f_cont .font .but i img {
  width: 100%;
}
.bannerbox .swiper-slide-active {
  opacity: 1!important;
  z-index: 2;
}
.bannerbox .banner_next {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 12px;
  color: #ffffff;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
@media (max-width: 991px) {
  .bannerbox .banner_next {
    display: none;
  }
}
.bannerbox .banner_next i {
  display: block;
  height: 50px;
  width: 1px;
  background-color: #fff;
  opacity: 0.2;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .bannerbox .banner_next i {
    height: 40px;
    margin-top: 10px;
  }
}
@media (max-width: 1199px) {
  .bannerbox .banner_next i {
    margin-top: 30px;
  }
}
.bannerbox .banner_page {
  position: absolute;
  z-index: 2;
}
@media (min-width: 992px) {
  .bannerbox .banner_page {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    text-align: right;
    padding-right: 16px;
  }
}
@media (max-width: 991px) {
  .bannerbox .banner_page {
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.bannerbox .banner_page div {
  margin-bottom: 10px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1440px) {
  .bannerbox .banner_page div {
    margin-bottom: 6px;
  }
}
@media (max-width: 1199px) {
  .bannerbox .banner_page div {
    margin-bottom: 4px;
  }
}
@media (max-width: 991px) {
  .bannerbox .banner_page div {
    margin-bottom: 0;
    margin: 0 15px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .bannerbox .banner_page div {
    padding-bottom: 5px;
  }
}
.bannerbox .banner_page span {
  font-size: 12px;
  opacity: 0.5;
  position: relative;
  color: #fff;
  cursor: pointer;
  width: 100%;
}
@media (max-width: 991px) {
  .bannerbox .banner_page span {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .bannerbox .banner_page span {
    padding-bottom: 5px;
  }
}
.bannerbox .banner_page span:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.bannerbox .banner_page .on {
  padding-bottom: 17px;
}
@media (max-width: 1440px) {
  .bannerbox .banner_page .on {
    padding-bottom: 14px;
  }
}
@media (max-width: 1199px) {
  .bannerbox .banner_page .on {
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .bannerbox .banner_page .on {
    padding-bottom: 0;
  }
}
.bannerbox .banner_page .on span {
  opacity: 1;
  padding-bottom: 8px;
}
@media (max-width: 1440px) {
  .bannerbox .banner_page .on span {
    padding-bottom: 6px;
  }
}
@media (max-width: 991px) {
  .bannerbox .banner_page .on span {
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .bannerbox .banner_page .on span {
    padding-bottom: 2px;
  }
}
.bannerbox .banner_page .on span:after {
  width: 100%;
}
/*  鏂板姞鐨   */
.bannerbox .swiper-slide .f_cont .font .but i{
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.bannerbox .swiper-slide .f_cont .font .but:hover i{
  -webkit-transform: rotate(48deg);
  transform: rotate(48deg);
}

.homeBlock{padding:0% 0 0 0;width:100%;overflow:hidden;}
.about{padding-bottom:70px;background:url(../images/aboutbg.png) no-repeat bottom center;align-items:flex-end;}
.about .left{width:51%;}
.about .title h3{margin-bottom:50px;}
.viewMore a,.viewMore span{display:inline-block;}
.viewMore a:after,.viewMore span:after{content:"";display:inline-block;width:18px;height:18px;background:#d9261c url(../images/jiantouimg1.png) no-repeat center;border-radius:50%;vertical-align:middle;margin-left:10px;margin-bottom:3px;}
.viewMore2 a,.viewMore2 span{display:inline-block;border:2px solid #d9261c;padding:0 17px;border-radius:23px;line-height:42px;white-space:nowrap;color:#d9261c;}
.viewMore2 a:after,.viewMore2 span:after{content:"+";margin-left:40px;font-size:20px;vertical-align:middle;}
.viewMore2 a:hover,.viewMore2 span:hover{color:#fff;background:#d9261c;}
.about .right{width:49%;padding-left:20px;padding-top:84px;}
.about .data{margin-top:40px;}
.data{font-size:0;}
.data .item{display:inline-block;width:22%;font-size:14px;margin-right:4%;color:#555;vertical-align:top;border-bottom:2px solid #aabecd;padding-bottom:20px;}
.data .item:nth-child(4n){margin-right:0;}
.data .item:nth-child(2n){padding-top:90px;}
.data .item b{font-family:'OswaldRegular';font-weight:normal;color:#d9261c;font-size:40px;}
.data .item sup{font-size:26px;color:#d9261c;line-height:1;position:absolute;right:0;top:0;}
.data .item .tit{display:inline-block;position:relative;line-height:1;padding-right:20px;margin-bottom:10px;}
.data .item sub{position:absolute;right:0;bottom:0;font-size:16px;}

.aboutMap{display:inline-block;font-size:0;position:relative;}
.aboutMap i{position:absolute;width:10px;height:10px;left:33.5%;top:42.6%;background:#d60311;border-radius:50%;z-index:10;}
.aboutMap i:before{content:"";position:absolute;padding:25px;border:1px solid #d60311;border-radius:50%;left:50%;top:50%;margin-top:-25px;margin-left:-25px;-webkit-animation:scales 2s ease-in infinite;animation:scales 2s ease-in infinite;z-index:-1;}
.aboutMap i:after{content:"";position:absolute;padding:25px;border-radius:50%;left:50%;top:50%;margin-left:-25px;margin-top:-25px;background:#cb8085;border:1px solid #cb8085;-webkit-animation:scales 2s ease-in infinite;animation:scales 2s ease-in infinite;animation-delay:.5s;z-index:-1;}
.aboutMap i em{position:absolute;width:100%;height:100%;background:#d60311;border-radius:50%;z-index:10;}
@-webkit-keyframes scales{from{-webkit-transform:scale(0);transform:scale(0);}
to{-webkit-transform:scale(1);transform:scale(1);}
}
@keyframes scales{from{-webkit-transform:scale(0);transform:scale(0);}
to{-webkit-transform:scale(1);transform:scale(1);}
}
.aboutMap i .lg{position:absolute;width:60px;left:50%;margin-left:-28px;top:30px;}
.about .left .title{max-width:740px;}
.title h3 {
    font-size: 32px;
    color: #333;
    margin: 10px 0;
    line-height: 1;
    font-weight: bold;
}
@media screen and (max-width:1199px) {
  .homeBlock .wimg{width: 100%}
  .data .item b{font-size: 28px}
  .about .left{width:100%;}
  .about{flex-wrap:wrap;padding-bottom:50px;}
  .about .title h3{margin-bottom:20px;}
  .about .right{width:100%;padding-left:0;padding-top:40px;}
}

.inpro{width:100%;display: flex;justify-content: space-between;}
.inpro1{width:33.1%;position: relative;overflow: hidden;}
.inpro1 .inpro-icon{position: absolute;width: 100%;text-align: center;z-index:99;top:14%;}
.inpro-redText{font-size: 30px;color:#fff;margin-top: 25px;}
.inpro-redText a{color:#fff;}
.inpro1 .inpro-img{width:100%;transition: .5s;}
.inpro-box:hover .inpro-img{transform: scale(1.08);}
.pro-page {
    position: inherit;
    bottom: 0;
    margin-top: 100px;
    padding-right: calc(var(--bs-gutter-x) * 5.6);
    outline: none;
}
.pro-page .swiper-pagination-bullet{background: #fff!important;opacity: 1;}
.pro-page .swiper-pagination-bullet-active{
  background: #d9261c!important;opacity: 1;
}
@media screen and (max-width:780px) {
  .inpro{display: block;}
  .inpro1{width:100%;margin-bottom: 20px;}
}

.gywm{text-align:center;padding-bottom:10px;position: relative;}
.gywm-c{position:relative;overflow:hidden;margin-bottom:0px;}
.gywm-c>img{display:block;width:100%;transition: all 0.8s;}
.gywm-c:hover >img{transform:scale(1.1)}
.gywm-c h4{position:absolute;background:url(../image/sp.png);width:40px;height:40px;right:50px;bottom:160px;cursor:pointer;}
.gywm-s{position:absolute;width:100%;left:0;bottom:0;color:#fff;display:flex;justify-content:space-between;background:rgba(2,2,2,0.3);height:144px;}
.gywm-s dl{padding:25px 30px;margin:0;width: 25%;}
.gywm-s dl:nth-child(2n){background:rgba(255,255,255,0.3);}
.gywm-s dl h3{text-transform:uppercase;font-size:48px;margin-bottom:10px;}
.gywm-s dl p{/*line-height:24px;*/}
.gywm-b{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:60px;}
.gywm-b dl{}
.gywm-b dl dt{height:40px;margin-bottom:33px;}
.gywm-b dl p{line-height:18px;}
.gywm-b dl:hover img{transform: rotateY(180deg);}
.gywm-b2{display:flex;align-items:center;justify-content:center;color:#fff;width:240px;height:50px;margin:0 auto;font-size:18px;background:#e60012;transition:all 0.5s;margin-bottom:60px;}
.gywm-b2 img{margin-right:30px;}
.gywm-b2:hover img{margin-right:20px;}
.gywm-b3{display:flex;justify-content:center;flex-wrap:wrap;padding-top:60px;border-top:1px solid #e5e5e5;margin-bottom:40px;}
.gywm-b3 a{display:flex;align-items:center;justify-content:center;width:220px;line-height:43px;border-radius:50px;color:#000;font-size:16px;margin:0 10px;border:1px solid #e5e5e5;transition: all 0.5s;}
.gywm-b3 a img{margin-right:15px;}
.gywm-b3 a img.img2{display:none;}
.gywm-b3 a.active{border-color:#e60012;background:#e60012;color:#fff;}
.gywm-b3 a.active .img1{display:none;}
.gywm-b3 a.active .img2{display:block;}
.gywm-b4{position:relative;}
.gywm-b4>div{display:none;}
.gywm-b4>div:nth-child(1){display:block;}
.gywm-b4 a{display:block;font-size:16px;color:#000;}
.gywm-b4 a h4{overflow:hidden;margin-bottom:20px;}
.gywm-b4 a img{display:block;width:100%;}
.gywm-b4 a:hover img{transform:scale(1.1);}
.gywm-b4 .swiper-button-next{width:35px;height:35px;right:-70px;background:url(../image/r2.png);display:block!important;}
.gywm-b4 .swiper-button-prev{width:35px;height:35px;left:-70px;background:url(../image/l2.png);display:block!important;}
.sybt {
    will-change: transform;
    text-align: center;
    margin-bottom: 40px;
    position: absolute;
    top: 20%;
    width: 990px;
    left:50%;
    transform: translateX(-50%);
    transition: transform 0.3s ease; /* 只对transform添加过渡 */
}
.sybt .f-s22{font-weight: bold;font-size: 46px;}
.sybt .d-y{margin-top: 30px;}
@media screen and (max-width:1599px){
.gywm-s dl{width: auto}
}
@media screen and (max-width:1200px){

  .gywm-s{position:relative;flex-wrap:wrap;height: auto}
  .gywm-s dl{width:50%;}
  .gywm-b dl{width:50%;}
  .gywm-b3 a{margin-bottom:10px;}
  .sybt .d-y{display: none;}
  .gywm-c{margin-bottom: 0}
  .f-s22 {
      font-size: 22px!important;
  }
}

/*************************** sec5 start ***************************/
.sec5{padding-bottom: 50px;}
.xwzx_list{display: flex;flex-wrap: wrap;}
.xwzx_item{width: calc(33.3% - 24px);margin-right: 32px;transition: .4s;}
.xwzx_item:nth-of-type(3n){margin-right: 0;}
.xwzx_item .img{overflow: hidden;}
.xwzx_item .img img{width: 100%;transition: .3s;}
.xwzx_item .desc{padding: 0 20px 20px;}
.xwzx_item .desc .atit{font-size: 18px;color: #333333;line-height: 24px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;height: 48px;margin: 32px 0 10px;transition: .3s;}
.xwzx_item .desc .btit{font-size: 14px;color: #888888;line-height: 20px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;height: 60px;}
.xwzx_item .desc .ctit{font-size: 14px;color: #565759;line-height: 24px;margin-top: 24px;}

.xwzx_item:hover{box-shadow: 0 20px 30px -20px rgb(0 0 0 / 65%);transform: translateY(-10px);}
.xwzx_item:hover .desc .atit{color: #d9261c;}
.ind_tit{text-align: center;padding: 50px 0 50px;}
.ind_tit .atit{font-size: 46px;font-weight: bold;color: #000000;line-height: 40px;}
.ind_tit .btit{max-width: 1100px;margin: 44px auto 0;font-size: 20px;color: #333333;line-height: 30px;}
@media screen and (max-width:1199px) {
  
  /*.xwzx_item{width: calc(25% - 15px);margin-right: 20px;}*/
  
  
}
@media screen and (max-width:980px) {

  .ind_tit{padding: 30px 0 30px;}
  .ind_tit .atit{font-size: 32px;}
  .ind_tit .btit{font-size: 14px;line-height: 20px;margin: 10px auto 0;}

  
  .xwzx_item{width: 100%;margin-bottom: 10px;}
  .xwzx_item{margin-right: 0;}
  .xwzx_item .desc .atit{margin: 15px 0 10px;}
  .xwzx_item .desc{padding: 0 10px 15px;}
  
}



/*************************** sec5 end ***************************/

.indItem{display: flex;padding: 50px 0;align-items: center;}
.indItem.l{flex-direction: row-reverse;}
.indItem .img{overflow: hidden;width: 50%;}
.indItem .img img{width: 100%;}
.indItem .desc{padding: 0 50px;text-align: center;width: 50%;}
.indItem .desc .atit{font-size: 48px;line-height: 1.5;color: #333333;margin-bottom: 20px;}
.indItem .desc .btit{font-size: 24px;line-height: 1.5;color: #333333;margin-bottom: 65px;}
.indItem .desc .ctit{}
.indItem .desc .ctit a{display: block;margin: 0 auto;width: 240px;height: 56px;border: 2px solid #D3EF3C;border-radius: 4px;display: flex;align-items: center;justify-content: center;}
.indItem .desc .ctit a span{font-size: 18px;color: #333333;}
.indItem .desc .ctit a img{margin-left: 40px;}
.indItem .desc .ctit a:hover{background: #D3EF3C;color: #FFFFFF;}



.indProList{display: flex;flex-wrap: wrap;margin-bottom: 20px;}
.indProItem{width: calc(25% - 38px);margin-right: 50px;display: block;}
.indProItem:nth-of-type(4n){margin-right: 0;}
.indProItem .img{overflow: hidden;}
.indProItem .img img{width: 100%;transition: .4s;}
.indProItem p{display: block;margin: 10px 0;font-size: 19px;color: #555555;line-height: 2;}
.indProItem:hover .img img{filter:grayscale(100%);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.indLine{display: block;width: 100%;height: 2px;background: #DBA89B;}

.sec4{padding: 80px 0 60px;}
.sec4 .indNewsList{display: flex;flex-wrap: wrap;}
.sec4 .indNewsItem{width: calc(33.333% - 34px);margin-right: 50px;transition: .4s;}
.sec4 .indNewsItem:nth-of-type(3n){margin-right: 0;}
.sec4 .indNewsItem .img{overflow: hidden;}
.sec4 .indNewsItem .img img{width: 100%;transition: .3s;}
.sec4 .indNewsItem .desc{padding: 0 20px 20px;}
.sec4 .indNewsItem .desc .atit{font-size: 18px;color: #000;line-height: 24px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;height: 48px;margin: 32px 0 10px;transition: .3s;}
.sec4 .indNewsItem .desc .btit{font-size: 14px;color: #888888;line-height: 20px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;height: 60px;}
.sec4 .indNewsItem .desc .ctit{font-size: 15px;color: #565759;line-height: 24px;margin-top: 24px;}

.sec4 .indNewsItem:hover{box-shadow: 0 20px 30px -20px rgb(0 0 0 / 65%);transform: translateY(-10px);}

@media screen and (max-width:1920px) {
  .w1760{width: 1760px;}
}
@media screen and (max-width:1800px) {
  .w1760{width: 1600px;}
  .h-nav{margin-left: calc(100% * 0.1);}
}
@media screen and (max-width:1700px) {
  .w1760{width: 1500px;}
  .h-nav{margin-left: calc(100% * 0.08);}
}
@media screen and (max-width:1600px) {
  .w1760{width: 1400px;}
  .h-nav{margin:0 auto;margin-bottom: 13px;}

}
@media screen and (max-width:1500px) {
  .w1760{width: 1300px;}
  .h-nav .li>a{margin:0 20px;}
}
@media screen and (max-width:1400px) {
  .w1760{width: 1200px;}
  .h-nav .li>a{margin:0 16px;}
  .banner-desc .atit{font-size: 48px;}
  .banner-desc .btit{font-size: 32px;}
  
  .h-footer .fInfo span{margin-right: 0;}
  .h-footer .fInfo a{margin-left: 8px;}
  .h-footer .fNav a{margin: 0 8px;}
  .h-footer .fNav{margin-right: 30px;}
  
}
@media screen and (max-width:1300px) {

  .w1760{width: 1100px;}
  .h-nav .li>a{margin:0 10px;}
  .contact_foot .ftxt{font-size: 30px;}
}
@media screen and (max-width:1199px) {
  .contact_foot{display: none;}
  .h-header{display: none;}
  .wap_header{display: block;}
  .wap_header_zw{display: block;}
  .w1760{width: 100%;padding: 0 20px;}
  

  .h-footer{padding-top: 50px;}
  .h-footer .foot1{display: none;}
  .h-footer .foot2 .container1 .dl{display: none;}
  .h-footer .foot2 .f-more{width: 100%;}
  .h-footer .foot3{padding:30px 0;}
  .h-footer .foot3 .a_box{justify-content: flex-start;}
  .h-footer .foot3 .a_box a{margin-right: 15px;margin-left: 0px;}
  .h-footer .foot4 .f4{padding:20px;}
  .h-footer .foot4 .links_box{display: none;}
  .h-footer .foot4 .bq_box{width:100%!important;}
  .h-footer .foot4 .bq_box span{text-align: left}
  .h-footer .foot4 .bq_box .bq1{display: none;}
  .h-footer .foot4 .bq_box .bq2{display: none;}
  .h-footer .foot4 .f4{justify-content: space-between;}
  .h-footer .foot4 .f4 .bq_box1{width: 27%;display: none;}
} 
@media screen and (max-width:780px) {
  .w1760{padding: 0 15px;}
  
  .indProItem p{font-size: 16px;}
  
  .h-footer > div{flex-wrap: wrap;}
  .fInfo,.fNav,.fShare{width: 100%;text-align: center;margin: 0!important;}
  .fShare{margin-top: 10px!important;}
  .h-footer .fInfo span{margin-right: 0;}
  .h-footer .fInfo a{margin-left: 0;}
  .h-footer .fNav a{margin: 0 3px;}
  
  
  
}

@media screen and (max-width:560px) {

  .h-footer{padding-top: 20px;}
  .h-footer .foot3{padding:20px 0;}
}

@media screen and (max-width:380px) {
  .wap_header .h-vip .desc span{max-width: 65px;}
}

.contact_foot{width: 100%;padding:100px 0;background-image: url('../images/fexbag.png');background-size: 100% 100%;}
.contact_foot .ftxt{font-size: 36px;font-weight: bold;}
@media screen and (max-width:1300px) {

  .contact_foot .ftxt{font-size: 30px;}
}
.cf1{display: flex;justify-content: space-between;align-items: center;}
.cont_btn {
    min-width: 200px;
    height: 48px;
    background-color: #d9261c;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 14px;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50px;
}
.cont_btn span{color:#fff;}
.cont_btn img {
    margin-left: 8px;
    transition: .3s;
    margin-bottom: 4px;
}
.cont_btn:hover img{transform: translateX(10px);}
.gotop{width: 40px;height: 40px;background-color:#d9261c;background-image:url('../images/gotop.png');background-size:100% 100%;position: fixed;bottom:5%;right: 1%;z-index: 999999}
/*************************** index end ***************************/

.nyBanner{width: 100%;position: relative;}
.nyBanner .img{height: 100%;background: #000;}
.nyBanner .img img{width: 100%;height: 100%;object-fit: cover;object-position: center;opacity: .9;}
.nyBanner .desc{position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 100%;font-size: 48px;font-weight: bold;color: #FFFFFF;line-height: 1.5;}
.mbxBox{position: absolute;bottom: 0;left: 0;width: 100%;background: rgba(0,0,0,.3);}
.mbxBox>div{display: flex;min-height: 70px;}
.mbxBox .mbL{display: flex;align-items: center;}
.mbxBox .mbL img{margin-right: 10px;}
.mbxBox .mbL a,.mbxBox .mbL span{font-size: 16px;color: #fff;line-height: 1.5;display: block;margin: 0 2px;}
.mbxBox .mbL a:hover{color: #ca241b;}
.mbxBox .mbR{margin-left: auto;display: flex;}
.mbxBox .mbR a{display: block;line-height: 70px;padding: 0 30px;font-size: 18px;color: #555555;}
.mbxBox .mbR a.active,.mbxBox .mbR a:hover{background: #d9261c;color: #ffffff;}



.layui-layer-video{max-width: 1000px;}
.layui-layer-video video{display: block;width: 100%;}


/* proList */
.proBoxTtit{padding: 55px 0 30px;}
.proBoxTtit p{font-size: 36px;color: #333333;line-height: 1.2;}
.proBoxTtit span{font-size: 14px;color: #333333;line-height: 1.2;}

.proSel{display: flex;flex-wrap: wrap;padding: 0px 0 20px;}
.proSel a{display: block;font-size: 18px;color: #000000;line-height: 2;}
.proSel a+a{margin-left: 40px;}
.proList{display: flex;flex-wrap: wrap;}
.proItem{width: calc(25% - 23px);margin: 0 30px 20px 0;}
.proItem:nth-of-type(4n){margin-right: 0;}
.proItem .img{overflow: hidden;border: 1px solid #F5F5F5;}
.proItem .img img{width: 100%;transition: .5s;}
.proItem p{position: relative;display: inline-block;max-width: 100%;font-size: 16px;color: #555555;line-height: 2;padding: 10px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.proItem p::after{content: "";display: block;width: 0;height: 2px;background:#DBA89B;transition: .3s;position: absolute;left: 0;bottom: 0;}
.proItem:hover .img img{transform: scale(1.05);}
.proItem:hover p::after{width: 100%;}


.proBtBanner{padding: 10px 0 60px;}
.proBtBanner img{width: 100%;}


/* proShow */
.proDescTit{padding: 90px 0 25px;border-bottom: 1px solid #DDD9D2;margin-bottom: 25px;}
.proDescTit > div{display: flex;align-items: center;}
.proDescTit h1{font-size: 30px;font-weight: 400;color: #777777;line-height: 1;font-family: Microsoft YaHei;width: 100%;}
.proDescTit .pdtSel{display: flex;flex-shrink: 0;}
.proDescTit .pdtSel a{display: flex;min-width: 120px;padding: 0 10px;height: 40px;align-items: center;justify-content: center;border: 2px solid #D3EF3C;box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);font-size: 16px;font-family: Microsoft YaHei;font-weight: bold;color: #777777;line-height: 1;}
.proDescTit .pdtSel a+a{margin-left: 18px;}
.proDescTit .pdtSel a img{margin-left: 15px;}
.proDescTit .pdtSel a:hover{background: #D3EF3C;}

.proVideo{position: relative;}
.proVideo video{display: block;width: 100%;min-height: 300px;object-fit: cover;}
.proVideo img{display: block;width: 100%;}

.proVideo .videoBtn{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 60px;cursor: pointer;transition: .3s;}
.proVideo .videoBtn img{width: 100%;}
.proVideo.pause .videoBtn{opacity: 0;}

.smsBox{margin-top: 70px;}
.smsBox .line{display: block;height: 3px;width: 100%;background: #DBA89B;margin-bottom: 35px;}
.smsBox .atit{font-size: 24px;font-weight: 400;font-family: Microsoft YaHei;color: #555555;line-height: 1.2;margin-bottom: 40px;}
.smsBox .btit{font-size: 20px;color: #555555;line-height: 1.2;margin-bottom: 20px;}
.smsBox .ctit{font-size: 14px;color: #888888;line-height: 1.6;margin-bottom: 40px;}
.smsBox .dtit{display: flex;}
.smsBox .dtit .nyA{display: block;min-width: 180px;padding: 0 10px;height: 45px;line-height: 45px;background: #D3EF3C;font-size: 14px;color: #555555;font-family: Microsoft YaHei;text-align: center;}

.cpxhBox{padding:70px 0}
.cpxhBox .line{display: block;height: 3px;width: 100%;background: #DDD9D2;margin-bottom: 35px;}
.cpxhBox .atit{font-size: 24px;font-weight: 400;font-family: Microsoft YaHei;color: #555555;line-height: 1.2;margin-bottom: 40px;}
.cpxhBox .ctit{font-size: 14px;color: #888888;line-height: 1.6;margin-bottom: 40px;}
.cpxhBox .dtit{display: flex;}
.cpxhBox .dtit .nyA{display: block;min-width: 180px;padding: 0 10px;height: 45px;line-height: 45px;background: #D3EF3C;font-size: 14px;color: #555555;font-family: Microsoft YaHei;text-align: center;}

.proLB{display: flex;align-items: flex-start;}
.proLB .desc{width: calc(100% - 520px);padding-right: 100px;}
.proLB .proimgBox{width: 520px;display: flex;}
.proImgBig{width: calc(100% - 90px);padding-right: 30px;}
.proImgSml{width: 90px;}
.mySwiperProSml,.mySwiperProBig {width: 100%;height: 100%;position: relative;overflow: hidden;}
.mySwiperProSml .swiper-slide,.mySwiperProBig .swiper-slide {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.proLB .imgs{width: 100%;border: 1px solid #F5F5F5;}
.proLB .imgs img{width: 100%;display: block;}
.mySwiperProSml{height: 400px;}
.mySwiperProSml .swiper-slide.swiper-slide-thumb-active .imgs{border-color: #D3EF3C;}

.proContentBox{background: #F7F7F7;padding: 45px 0;}
.proContent{background: #FFFFFF;font-size: 14px;line-height: 2;padding: 20px;color: #555555;}
.proContent img{max-width: 100%;display: block;margin: 0 auto;height: auto!important;}


.jxspBox{padding: 44px 0 80px;}
.jxspBox .jxspTit{font-size: 18px;font-family: Microsoft YaHei;font-weight: bold;color: #555555;line-height: 24px;border-bottom: 3px solid #DDD9D2;padding: 10px 0;}
.jxspBox .jxspList{display: flex;flex-wrap: wrap;margin-top: 40px;}
.jxspBox .jxspItem{width: 100%;}
.jxspBox .jxspItem .img{overflow: hidden;margin-bottom: 10px;position: relative;}
.jxspBox .jxspItem .img img{width: 100%;transition: .5s;}
.jxspBox .jxspItem .img::after{content: "";display: block;height: 60px;width: 60px;background: url(../images/videoIcon.png);position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);opacity: 0;transition: .3s;}
.jxspBox .jxspItem p{display: block;font-size: 14px;color: #333333;text-align: center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.jxspBox .jxspItem:hover .img img{transform: scale(1.05);}
.jxspBox .jxspItem:hover .img::after{opacity: 1;}
.mySwiperJxsp {width: 100%;height: 100%;position: relative;overflow: hidden;}
.mySwiperJxsp .swiper-slide {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}

.smsDownBox{padding: 44px 0 80px;background: #F7F7F7;}
.smsDownTit{font-size: 18px;font-family: Microsoft YaHei;font-weight: bold;color: #555555;line-height: 24px;border-bottom: 3px solid #DDD9D2;padding: 10px 0;}
.smsDownList{margin-top: 30px;}
.smsDownItem{display: flex;margin-bottom: 5px;min-height: 88px;}
.smsDownItem .desc{background: #EEEEEE;width: 65%;margin-right: 5px;display: flex;align-items: center;padding: 0 70px 0 25px;transition: .3s;}
.smsDownItem .desc .pdfIcon{display: block;height: 30px;width: 28px;background: url(../images/pdfIcon1.png);transition: .3s;}
.smsDownItem .desc .atit{font-size: 18px;font-weight: 400;color: #555555;line-height: 24px;font-family: Microsoft YaHei;padding: 0 25px;width: calc(100% - 70px);transition: .3s;}
.smsDownItem .desc .btit{font-size: 18px;font-weight: 400;color: #555555;line-height: 24px;font-family: Microsoft YaHei;margin-left: auto;width: 40px;transition: .3s;}
.smsDownItem .down{background: #EEEEEE;width: 35%;display: flex;align-items: center;justify-content: center;padding: 0 15px;transition: .3s;}
.smsDownItem .down .downIcon{display: block;height: 30px;width: 30px;background: url(../images/downIcon1.png);margin-right: 20px;transition: .3s;}
.smsDownItem .down .atit{font-size: 18px;font-weight: 400;color: #555555;line-height: 24px;font-family: Microsoft YaHei;transition: .3s;}

.smsDownItem:hover .desc{background: #333333;}
.smsDownItem:hover .desc .pdfIcon{background: url(../images/pdfIcon11.png);}
.smsDownItem:hover .desc .atit{color: #FFFFFF;}
.smsDownItem:hover .desc .btit{color: #FFFFFF;}
.smsDownItem:hover .down{background: #DBA89B;}
.smsDownItem:hover .down .downIcon{background: url(../images/downIcon11.png);}
.smsDownItem:hover .down .atit{color: #FFFFFF;}


/* newsList */

.indNewsList{display: flex;flex-wrap: wrap;}
/*.newsList{padding: 90px 0;}*/
.newsList .indNewsItem{margin-bottom: 40px;}
.indNewsItem{width: calc(33.333% - 34px);margin-right: 50px;transition: .4s;background: #fff;padding:20px;}
.indNewsItem:hover{box-shadow: 1.883px 26.934px 63.7px 6.3px rgba(108, 108, 108, 0.11);}
.indNewsItem:nth-of-type(3n){margin-right: 0;}
.indNewsItem .img{overflow: hidden;transition: .3s;position: relative;}
.indNewsItem .img img{width: 100%;transition: .5s;}
.indNewsItem .desc{padding: 0 20px 20px;}
.indNewsItem .desc .atit{font-size: 16px;color: #333;line-height: 24px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;transition: .3s;margin-top: 20px;}
.indNewsItem .desc .btit{font-size: 16px;color: #888888;line-height: 20px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;height: 20px;margin: 35px 0 35px 0;}
.indNewsItem .desc .ctit{height: 1px;width: 100%;position: relative;margin-bottom: 20px;}
.indNewsItem .desc .ctit::after{content: "";display: block;height: 100%;width: 0%;position: absolute;left: 0;top: -15px;background: #d9261c;transition: .4s;}
.indNewsItem .img::before {
    /*content: "+";*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #FFFFFF;
    font-size: 65px;
    font-weight: 1000;
    z-index: 99;
    transition: .3s;
    opacity: 0;
}
.indNewsItem .img::after {
    /*content: "";*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,.45);*/
    transition: .3s;
    opacity: 0;
}

/*.indNewsItem:hover .img::after{opacity: 1;}
.indNewsItem:hover .img::before{opacity: 1;}
.indNewsItem:hover .img{box-shadow: 0px 10px 20px 0px #999;}*/
.indNewsItem .img:hover img{transform: scale(1.05);}
.indNewsItem:hover .desc .ctit::after{width: 100%;}
@media screen and (max-width:1199px) {

  .indNewsItem{width: calc(33.3% - 20px);margin-right: 30px;box-shadow: 0px 0px 6px 0 #ccc;}
  .indNewsList{padding-top: 20px;}
  /*.newsList{padding: 60px 0;}*/
  .newsList .indNewsItem{margin-bottom: 20px;}
  .nyBanner .desc{font-size:30px;}
  .gotop{display: none;}
}
@media screen and (max-width:780px) {
  .indNewsItem{width: 100%;margin: 0;}
  .nyBanner .desc{font-size:20px;}
}
@media screen and (max-width:560px) {

  .indNewsItem{width: 100%;margin: 0;}
  .indNewsItem+.indNewsItem{margin-top: 10px;}
  .indNewsItem .desc{padding: 0 15px 20px;}
  .indNewsItem .desc .atit{font-size: 16px;line-height: 20px;height: 40px;margin: 20px 0 10px;}
  .indNewsItem .desc .btit{font-size: 14px;}
  .indNewsItem .desc .ctit{margin-top: 10px;}
  
  /*.newsList{padding: 40px 0;display: block;}*/
  .newsList .indNewsItem{margin-bottom: 10px;}

}
/* newsShow */
/* 新闻详情 */
.fs24{font-size: 24px;}
.c3 {color: #333;}
.fmB {font-family: "B";}
.mt20 {margin-top: 20px;}
.block {display: block;}
.pb20 {
    padding-bottom: 20px;
}
.fs26 {
    font-size: 26px;
}
.icon {
    font-family: "icon" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mt10 {
    margin-top: 10px;
}
.pt30 {
    padding-top: 30px;
}
#toShare {
    display: flex;
    flex: 1
}
.white {
    color: #fff;
}
.flex1 {
    display: flex;
    flex-wrap: wrap;
}
.fs16 {
    font-size: 16px;
}
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.icon-zhankai:before {
    content: "\e64a";
}
.icon-shijian:before {
    content: "\e8c4";
}
.lh24 {
    line-height: 24px;
}
.color {
    color: #d9261c;
}
.newsDet-show{background: #f7f7f7;}
.newsDet-show-con{background: #fff;padding: 40px 40px 90px;width: calc(72% - 30px);margin-right: 30px;}
.newsDet-title{border-bottom: 1px solid #ededed;}
.newsDet-title .date{align-items: center;}
.newsDet-title .date::before{display: inline-block;margin-right: 7px;}
.newsDet-share{align-items: center;}
#toShare{display: flex;flex: 1;}
#toShare a{display: flex;width: 40px;height: 40px;border-radius: 50%;background: #d9261c;margin-left: 18px; align-items: center;justify-content: center;transition: all .4s ease;}
#toShare a:first-child{margin-left: 10px;}
#toShare a:hover{background: #d9261c;}
.newsDet-file img,.newsDet-file video{width: 100%;}
.newsDewt-file ul,.newsDewt-file ol{list-style: inside;}
.newsDet-return{position: relative; transition: all .4s ease; margin: 40px auto 0;width: 152px;height: 58px;border-radius: 50px;border: 3px solid #d9261c;overflow: hidden;}
.newsDet-return::before{display: inline-block;margin-right: 8px;position: relative;z-index: 2;}
.newsDet-return p{z-index: 2;}
.newsDet-return::after{content: "";position: absolute;top: 100%;right: 100%;width: 300px;height: 200px;border-radius: 50%;background: #d9261c;transition: all .6s ease;}
.newsDet-return:hover{color: #fff;}
.newsDet-return:hover::after{top: -50px;right: -50px;}
.newsDet-next a{margin-top: 10px;width: 100%;height: 60px;background: #f5f6f6;padding: 0 30px;color: #63666c;border-radius: 50px;line-height: 60px;}
.newsDet-next a:hover{background: #d9261c;color: #fff;}
.newsDet-side{width: 28%;background: #fff;padding: 40px;}
.newsDet-side-item{background: #f7f7f7;padding: 25px 40px 30px;}
.newsDet-side-item .title{transition: all .4s ease;}
.newsDet-side-item:hover .title{color: #d9261c;}
.lm {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.lm2, .lmm2 {
    -webkit-line-clamp: 2;
}
/*.newsDet-side-item div{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}*/
.newsDet-message textarea{margin-top: 20px; width: 100%;background: transparent;height: 190px;border: 1px solid #f2f2f2;font-weight: 700;color: #777;font-size: 16px;padding: 22px 0 0 22px;}
.newsDet-message textarea::-webkit-input-placeholder{font-size: 16px;color: #777;font-weight: 700;}
.newsDet-msg-input{position: relative;overflow: hidden;border: 3px solid #333;border-radius: 50px;}
.newsDet-msg-input input{color: #333;font-size: 17px;padding-left: 17px;background: transparent;width: 150px;height: 55px;}
.newsDet-msg-input input::-webkit-input-placeholder{font-size: 17px;color: #333;}
.newsDet-msg-input .img img{height: 55px;cursor: pointer;}
.newsDet-msg-submit button{cursor: pointer; width: 152px;height: 58px;margin-left: 16px;border-radius: 50px;text-transform: uppercase;}
.newsDet-msg-submit button:hover{background: #8f1317;}
.newsDet-problem{background: #f8f8f8;}
.newsDet-problem ul{background: #fff;border: 1px solid #f6f6f6;}
.newsDet-problem li{display: flex;position: relative;border-top: 1px solid #f6f6f6;padding: 16px;cursor: pointer;}
.newsDet-problem li:first-child{border-top: unset;}
.newsDet-problem li::after{content: "\e61f";font-family: "icon";position: absolute;right: 5%;top: 25px;color: #858686;transition: all .4s ease;}
.newsDet-prob-page{width: 50px;height: 26px;}
.newsDet-prob-page p{position: relative;z-index: 2;}
.newsDet-prob-page::after{content: "";position: absolute;left: 0;top: 0;width: 50px;height: 30px;background: url('../images/pages/newsDet-prob-page.png') no-repeat center/100% auto;}
.newsDet-prob-text{margin-left: 25px;width: 85%;}
.newsDet-prob-text .text-box{width: 80%;position: relative;margin-top: 10px;}
.newsDet-prob-text .text{height: 30px;overflow: hidden;}
.newsDet-prob-text .date{white-space: nowrap;position: absolute;top: 0;left: 120%;}
.newsDet-problem li.active{background: #f5f6f6;}
.newsDet-problem li.active::after{transform: rotate(18 0deg);}
.newsDet-problem li.active .newsDet-prob-text .text{height: auto;padding-bottom: 50px;}
.indsc-list{margin-right: -50px;margin-bottom: -50px;}
.indsc-list .list-muen{width: calc(100%/3 - 50px);margin-right: 50px;margin-bottom: 50px;}
.indsc-list .list-muen .img{height: 260px;transition: all .4s ease;position: relative;overflow: hidden;border-radius: 5px;}
.indsc-list .list-muen:hover .img{box-shadow: 0.977px 13.966px 19.11px 1.89px rgba(108, 108, 108, 0.3);}
.indsc-list .list-muen .img>img{width: 100%;height: 100%;}
.indsc-list .list-muen .img .show{position: absolute;top: 0px;left: 0px;display: flex;justify-content: center;flex-direction: column;width: 100%;height: 100%;padding: 0px 45px;background-color: rgba(0, 0, 0, .9);opacity: 0;transition: all .4s ease;}
.indsc-list .list-muen .img .show .text {opacity: .8;}
.indsc-list .list-muen .cont{padding: 0px 22px;display: block;}
.indsc-list .list-muen:hover .img .show {opacity: 1;}
.indsc-list .list-muen .img .show .btn{display: flex;align-items: center;}
.indsc-list .list-muen .img .show .btn img{margin-right: 15px;}
.indsc-list .list-muen .img .show .btn a{margin-right: 20px;transition: all .4s ease;}
.indsc-list .list-muen .img .show .btn a:hover{color: #af2b30;}
.indsc-btn{display: flex;justify-content: center;}
.indsc-btn img{margin-right: 10px;transition: all .4s ease;}
.indsc-btn a{font-size: 16px;color: #af2b30;border: 3px solid #af2b30;border-radius: 30px;width: 170px;height: 60px;display: flex;justify-content: center;align-items: center;}
.indsc-btn a:hover img{transform: rotate(90deg);}
.newsDet .newsList{background: #f7f7f7;}
.caseDet .indsc{background: #f7f7f7;}
@media all and (max-width:1700px) {

    .pt12{padding-top: 10px;}.pt14,.pt16{padding-top: 14px;}.pt18,.pt20{padding-top: 18px;}.pt22,.pt24{padding-top: 22px;}.pt26,.pt28{padding-top: 26px;}.pt30,.pt32{padding-top: 30px;}.pt34,.pt36{padding-top: 34px;}.pt38,.pt40,.pt42{padding-top: 38px;}.pt44,.pt46{padding-top: 40px;}.pt48,.pt50{padding-top: 42px;}.pt52,.pt54{padding-top: 44px;}.pt56{padding-top: 46px;}.pt58,.pt60{padding-top: 50px;}.pt62,.pt64{padding-top: 54px;}.pt66,.pt68{padding-top: 60px;}.pt70,.pt72{padding-top: 64px;}.pt74,.pt76{padding-top: 68px;}.pt78,.pt80{padding-top: 72px;}.pt82,.pt84{padding-top: 76px;}.pt86,.pt88{padding-top: 78px;}.pt90,.pt92{padding-top: 82px;}.pt94,.pt96{padding-top: 86px;}

    .pt98,.pt100{padding-top: 90px;}.pt102,.pt104{padding-top: 100px;}.pt106,.pt108{padding-top: 106px;}.pt110,.pt112,.pt114{padding-top: 110px;}.pt116,.pt118{padding-top: 116px;}.pt120,.pt122,.pt124{padding-top: 120px;}.pt126,.pt128{padding-top: 126px;}.pt130,.pt132,.pt134{padding-top: 130px;}.pt136,.pt138{padding-top: 136px;}.pt140,.pt142,.pt144,.pt146,.pt148,.pt150{padding-top: 140px;}.pt152,.pt154,.pt156,.pt158,.pt160{padding-top: 142px;}.pt162,.pt164,.pt166,.pt168,.pt170{padding-top: 144px;}.pt172,.pt174,.pt176,.pt178,.pt180{padding-top: 146px;}.pt182,.pt184,.pt186,.pt188,.pt190{padding-top: 148px;}.pt192,.pt194,.pt196,.pt198,.pt200{padding-top: 150px;}

    .pt202,.pt204,.pt206,.pt208,.pt210{padding-top: 154px;}.pt212,.pt214,.pt216,.pt218,.pt220{padding-top: 160px;}.pt222,.pt224,.pt226,.pt228,.pt230{padding-top: 170px;}.pt232,.pt234,.pt236,.pt238,.pt240{padding-top: 180px;}.pt242,.pt244,.pt246,.pt248,.pt250{padding-top: 190px;}.pt252,.pt254,.pt256,.pt258,.pt260{padding-top: 200px;}.pt262,.pt264,.pt266,.pt268,.pt270{padding-top: 210px;}.pt272,.pt274,.pt276,.pt278,.pt280{padding-top: 220px;}.pt282,.pt284,.pt286,.pt288,.pt290{padding-top: 230px;}.pt292,.pt294,.pt296,.pt298,.pt300{padding-top: 240px;}

    .pb12{padding-bottom: 10px;}.pb14,.pb16{padding-bottom: 14px;}.pb18,.pb20{padding-bottom: 18px;}.pb22,.pb24{padding-bottom: 22px;}.pb26,.pb28{padding-bottom: 26px;}.pb30,.pb32{padding-bottom: 30px;}.pb34,.pb36{padding-bottom: 34px;}.pb38,.pb40,.pb42{padding-bottom: 38px;}.pb44,.pb46{padding-bottom: 40px;}.pb48,.pb50{padding-bottom: 42px;}.pb52,.pb54{padding-bottom: 44px;}.pb56{padding-bottom: 46px;}.pb58,.pb60{padding-bottom: 50px;}.pb62,.pb64{padding-bottom: 54px;}.pb66,.pb68{padding-bottom: 60px;}.pb70,.pb72{padding-bottom: 64px;}.pb74,.pb76{padding-bottom: 68px;}.pb78,.pb80{padding-bottom: 72px;}.pb82,.pb84{padding-bottom: 76px;}.pb86,.pb88{padding-bottom: 78px;}

    .pb90,.pb92{padding-bottom: 82px;}.pb94,.pb96{padding-bottom: 86px;}.pb98,.pb100{padding-bottom: 90px;}.pb102,.pb104{padding-bottom: 100px;}.pb106,.pb108{padding-bottom: 106px;}.pb110,.pb112,.pb114{padding-bottom: 110px;}.pb116,.pb118{padding-bottom: 116px;}.pb120,.pb122,.pb124{padding-bottom: 120px;}.pb126,.pb128{padding-bottom: 126px;}.pb130,.pb132,.pb134{padding-bottom: 130px;}.pb136,.pb138{padding-bottom: 136px;}.pb140,.pb142,.pb144,.pb146,.pb148,.pb150{padding-bottom: 140px;}.pb152,.pb154,.pb156,.pb158,.pb160{padding-bottom: 142px;}.pb162,.pb164,.pb166,.pb168,.pb170{padding-bottom: 144px;}.pb172,.pb174,.pb176,.pb178,.pb180{padding-bottom: 146px;}

    .pb182,.pb184,.pb186,.pb188,.pb190{padding-bottom: 148px;}.pb192,.pb194,.pb196,.pb198,.pb200{padding-bottom: 150px;}.pb202,.pb204,.pb206,.pb208,.pb210{padding-bottom: 154px;}.pb212,.pb214,.pb216,.pb218,.pb220{padding-bottom: 160px;}.pb222,.pb224,.pb226,.pb228,.pb230{padding-bottom: 170px;}.pb232,.pb234,.pb236,.pb238,.pb240{padding-bottom: 180px;}.pb242,.pb244,.pb246,.pb248,.pb250{padding-bottom: 190px;}.pb252,.pb254,.pb256,.pb258,.pb260{padding-bottom: 200px;}.pb262,.pb264,.pb266,.pb268,.pb270{padding-bottom: 210px;}.pb272,.pb274,.pb276,.pb278,.pb280{padding-bottom: 220px;}.pb282,.pb284,.pb286,.pb288,.pb290{padding-bottom: 230px;}.pb292,.pb294,.pb296,.pb298,.pb300{padding-bottom: 240px;}

    .mt12{margin-top: 10px;}.mt14,.mt16{margin-top: 14px;}.mt18,.mt20{margin-top: 18px;}.mt22,.mt24{margin-top: 22px;}.mt26,.mt28{margin-top: 26px;}.mt30,.mt32{margin-top: 30px;}.mt34,.mt36{margin-top: 34px;}.mt38,.mt40,.mt42{margin-top: 38px;}.mt44,.mt46{margin-top: 40px;}.mt48,.mt50{margin-top: 42px;}.mt52,.mt54{margin-top: 44px;}.mt56{margin-top: 46px;}.mt58,.mt60{margin-top: 50px;}.mt62,.mt64{margin-top: 54px;}.mt66,.mt68{margin-top: 60px;}.mt70,.mt72{margin-top: 64px;}.mt74,.mt76{margin-top: 68px;}.mt78,.mt80{margin-top: 72px;}.mt82,.mt84{margin-top: 76px;}.mt86,.mt88{margin-top: 78px;}.mt90,.mt92{margin-top: 82px;}.mt94,.mt96{margin-top: 86px;}.mt98,.mt100{margin-top: 90px;}

    .mt102,.mt104{margin-top: 100px;}.mt106,.mt108{margin-top: 106px;}.mt110,.mt112,.mt114{margin-top: 110px;}.mt116,.mt118{margin-top: 116px;}.mt120,.mt122,.mt124{margin-top: 120px;}.mt126,.mt128{margin-top: 126px;}.mt130,.mt132,.mt134{margin-top: 130px;}.mt136,.mt138{margin-top: 136px;}.mt140,.mt142,.mt144,.mt146,.mt148,.mt150{margin-top: 140px;}.mt152,.mt154,.mt156,.mt158,.mt160{margin-top: 142px;}.mt162,.mt164,.mt166,.mt168,.mt170{margin-top: 144px;}.mt172,.mt174,.mt176,.mt178,.mt180{margin-top: 146px;}.mt182,.mt184,.mt186,.mt188,.mt190{margin-top: 148px;}.mt192,.mt194,.mt196,.mt198,.mt200{margin-top: 150px;}.mt202,.mt204,.mt206,.mt208,.mt210{margin-top: 154px;}

    .mt212,.mt214,.mt216,.mt218,.mt220{margin-top: 160px;}.mt222,.mt224,.mt226,.mt228,.mt230{margin-top: 170px;}.mt232,.mt234,.mt236,.mt238,.mt240{margin-top: 180px;}.mt242,.mt244,.mt246,.mt248,.mt250{margin-top: 190px;}.mt252,.mt254,.mt256,.mt258,.mt260{margin-top: 200px;}.mt262,.mt264,.mt266,.mt268,.mt270{margin-top: 210px;}.mt272,.mt274,.mt276,.mt278,.mt280{margin-top: 220px;}.mt282,.mt284,.mt286,.mt288,.mt290{margin-top: 230px;}.mt292,.mt294,.mt296,.mt298,.mt300{margin-top: 240px;}

    .fs31{font-size: 30px;}.fs32,.fs33,.fs34{font-size: 32px;}.fs35,.fs36,.fs37{font-size: 34px;}.fs38,.fs39,.fs40,.fs41{font-size: 36px;}.fs42,.fs43,.fs44,.fs45{font-size: 38px;}.fs46,.fs47,.fs48,.fs49{font-size: 42px;}.fs50,.fs51,.fs52,.fs53{font-size: 46px;}.fs54,.fs55,.fs56,.fs57{font-size: 48px;}.fs58,.fs59,.fs60,.fs61{font-size: 50px;}.fs62,.fs63,.fs64,.fs65{font-size: 52px;}.fs66,.fs67,.fs68,.fs69{font-size: 54px;}.fs70,.fs71,.fs72,.fs73{font-size: 58px;}.fs74,.fs75,.fs76,.fs77{font-size: 60px;}.fs78,.fs79,.fs80,.fs81{font-size: 62px;}.fs82,.fs83,.fs84,.fs85{font-size: 64px;}.fs86,.fs87,.fs88,.fs89{font-size: 68px;}.fs90,.fs91,.fs92,.fs93{font-size: 70px;}

    .fs94,.fs95,.fs96,.fs97{font-size: 74px;}.fs98,.fs99,.fs100,.fs101{font-size: 78px;}.fs102,.fs103,.fs104,.fs105{font-size: 80px;}.fs106,.fs107,.fs108,.fs109{font-size: 82px;}.fs110,.fs111,.fs112,.fs113{font-size: 84px;}.fs114,.fs115,.fs116,.fs117{font-size: 88px;}.fs118,.fs119,.fs120{font-size: 90px;}

    .lh31,.lh32{line-height: 30px;}.lh33,.lh34{line-height: 31px;}.lh35,.lh36{line-height: 32px;}.lh37,.lh38{line-height: 33px;}.lh39,.lh40{line-height: 34px;}.lh41,.lh42{line-height: 35px;}.lh43,.lh44{line-height: 36px;}.lh45,.lh46{line-height: 38px;}.lh47,.lh48{line-height: 40px;}.lh49,.lh50{line-height: 42px;}.lh51,.lh52{line-height: 43px;}.lh53,.lh54{line-height: 44px;}.lh55,.lh56{line-height: 46px;}.lh57,.lh58{line-height: 48px;}.lh59,.lh60{line-height: 50px;}

    .lh31.lm2,.lh32.lm2{height: 60px;}.lh31.lm3,.lh32.lm3{height: 90px;}.lh31.lm4,.lh32.lm4{height: 120px;}.lh31.lm5,.lh32.lm5{height: 150px;}.lh31.lm6,.lh32.lm6{height: 180px;}.lh31.lm7,.lh32.lm7{height: 210px;}.lh31.lm8,.lh32.lm8{height: 240px;}.lh31.lm9,.lh32.lm9{height: 270px;}.lh31.lm10,.lh32.lm10{height: 300px;}.lh33.lm2,.lh34.lm2{height: 62px;}.lh33.lm3,.lh34.lm3{height: 93px;}.lh33.lm4,.lh34.lm4{height: 124px;}.lh33.lm5,.lh34.lm5{height: 155px;}.lh33.lm6,.lh34.lm6{height: 186px;}.lh33.lm7,.lh34.lm7{height: 217px;}.lh33.lm8,.lh34.lm8{height: 248px;}.lh33.lm9,.lh34.lm9{height: 279px;}.lh33.lm10,.lh34.lm10{height: 310px;}

    .lh35.lm2,.lh36.lm2{height: 64px;}.lh35.lm3,.lh36.lm3{height: 96px;}.lh35.lm4,.lh36.lm4{height: 128px;}.lh35.lm5,.lh36.lm5{height: 160px;}.lh35.lm6,.lh36.lm6{height: 192px;}.lh35.lm7,.lh36.lm7{height: 224px;}.lh35.lm8,.lh36.lm8{height: 256px;}.lh35.lm9,.lh36.lm9{height: 288px;}.lh35.lm10,.lh36.lm10{height: 320px;}.lh37.lm2,.lh38.lm2{height: 66px;}.lh37.lm3,.lh38.lm3{height: 99px;}.lh37.lm4,.lh38.lm4{height: 132px;}.lh37.lm5,.lh38.lm5{height: 165px;}.lh37.lm6,.lh38.lm6{height: 198px;}.lh37.lm7,.lh38.lm7{height: 231px;}.lh37.lm8,.lh38.lm8{height: 264px;}.lh37.lm9,.lh38.lm9{height: 297px;}.lh37.lm10,.lh38.lm10{height: 330px;}

    .lh39.lm2,.lh40.lm2{height: 68px;}.lh39.lm3,.lh40.lm3{height: 102px;}.lh39.lm4,.lh40.lm4{height: 136px;}.lh39.lm5,.lh40.lm5{height: 170px;}.lh39.lm6,.lh40.lm6{height: 204px;}.lh39.lm7,.lh40.lm7{height: 238px;}.lh39.lm8,.lh40.lm8{height: 272px;}.lh39.lm9,.lh40.lm9{height: 306px;}.lh39.lm10,.lh40.lm10{height: 340px;}

    .lh41.lm2,.lh42.lm2{height: 70px;}.lh41.lm3,.lh42.lm3{height: 105px;}.lh41.lm4,.lh42.lm4{height: 140px;}.lh41.lm5,.lh42.lm5{height: 175px;}.lh41.lm6,.lh42.lm6{height: 210px;}.lh41.lm7,.lh42.lm7{height: 245px;}.lh41.lm8,.lh42.lm8{height: 280px;}.lh41.lm9,.lh42.lm9{height: 315px;}.lh41.lm10,.lh42.lm10{height: 350px;}.lh43.lm2,.lh44.lm2{height: 72px;}.lh43.lm3,.lh44.lm3{height: 108px;}.lh43.lm4,.lh44.lm4{height: 144px;}.lh43.lm5,.lh44.lm5{height: 180px;}.lh43.lm6,.lh44.lm6{height: 216px;}.lh43.lm7,.lh44.lm7{height: 252px;}.lh43.lm8,.lh44.lm8{height: 288px;}.lh43.lm9,.lh44.lm9{height: 324px;}.lh43.lm10,.lh44.lm10{height: 360px;}

    .lh45.lm2,.lh46.lm2{height: 76px;}.lh45.lm3,.lh46.lm3{height: 114px;}.lh45.lm4,.lh46.lm4{height: 152px;}.lh45.lm5,.lh46.lm5{height: 190px;}.lh45.lm6,.lh46.lm6{height: 228px;}.lh45.lm7,.lh46.lm7{height: 266px;}.lh45.lm8,.lh46.lm8{height: 304px;}.lh45.lm9,.lh46.lm9{height: 342px;}.lh45.lm10,.lh46.lm10{height: 380px;}.lh47.lm2,.lh48.lm2{height: 80px;}.lh47.lm3,.lh48.lm3{height: 120px;}.lh47.lm4,.lh48.lm4{height: 160px;}.lh47.lm5,.lh48.lm5{height: 200px;}.lh47.lm6,.lh48.lm6{height: 240px;}.lh47.lm7,.lh48.lm7{height: 280px;}.lh47.lm8,.lh48.lm8{height: 320px;}.lh47.lm9,.lh48.lm9{height: 360px;}.lh47.lm10,.lh48.lm10{height: 400px;}

    .lh49.lm2,.lh50.lm2{height: 84px;}.lh49.lm3,.lh50.lm3{height: 126px;}.lh49.lm4,.lh50.lm4{height: 168px;}.lh49.lm5,.lh50.lm5{height: 210px;}.lh49.lm6,.lh50.lm6{height: 252px;}.lh49.lm7,.lh50.lm7{height: 294px;}.lh49.lm8,.lh50.lm8{height: 336px;}.lh49.lm9,.lh50.lm9{height: 378px;}.lh49.lm10,.lh50.lm10{height: 420px;}

    .lh51.lm2,.lh52.lm2{height: 86px;}.lh51.lm3,.lh52.lm3{height: 129px;}.lh51.lm4,.lh52.lm4{height: 172px;}.lh51.lm5,.lh52.lm5{height: 215px;}.lh51.lm6,.lh52.lm6{height: 258px;}.lh51.lm7,.lh52.lm7{height: 301px;}.lh51.lm8,.lh52.lm8{height: 344px;}.lh51.lm9,.lh52.lm9{height: 387px;}.lh51.lm10,.lh52.lm10{height: 430px;}.lh53.lm2,.lh54.lm2{height: 88px;}.lh53.lm3,.lh54.lm3{height: 132px;}.lh53.lm4,.lh54.lm4{height: 176px;}.lh53.lm5,.lh54.lm5{height: 220px;}.lh53.lm6,.lh54.lm6{height: 264px;}.lh53.lm7,.lh54.lm7{height: 308px;}.lh53.lm8,.lh54.lm8{height: 352px;}.lh53.lm9,.lh54.lm9{height: 396px;}.lh53.lm10,.lh54.lm10{height: 440px;}

    .lh55.lm2,.lh56.lm2{height: 92px;}.lh55.lm3,.lh56.lm3{height: 138px;}.lh55.lm4,.lh56.lm4{height: 184px;}.lh55.lm5,.lh56.lm5{height: 230px;}.lh55.lm6,.lh56.lm6{height: 276px;}.lh55.lm7,.lh56.lm7{height: 322px;}.lh55.lm8,.lh56.lm8{height: 368px;}.lh55.lm9,.lh56.lm9{height: 414px;}.lh55.lm10,.lh56.lm10{height: 460px;}.lh57.lm2,.lh58.lm2{height: 96px;}.lh57.lm3,.lh58.lm3{height: 144px;}.lh57.lm4,.lh58.lm4{height: 192px;}.lh57.lm5,.lh58.lm5{height: 240px;}.lh57.lm6,.lh58.lm6{height: 288px;}.lh57.lm7,.lh58.lm7{height: 336px;}.lh57.lm8,.lh58.lm8{height: 384px;}.lh57.lm9,.lh58.lm9{height: 432px;}.lh57.lm10,.lh58.lm10{height: 480px;}

    .lh59.lm2,.lh60.lm2{height: 100px;}.lh59.lm3,.lh60.lm3{height: 150px;}.lh59.lm4,.lh60.lm4{height: 200px;}.lh59.lm5,.lh60.lm5{height: 250px;}.lh59.lm6,.lh60.lm6{height: 300px;}.lh59.lm7,.lh60.lm7{height: 350px;}.lh59.lm8,.lh60.lm8{height: 400px;}.lh59.lm9,.lh60.lm9{height: 450px;}.lh59.lm10,.lh60.lm10{height: 500px;}

    .lh31.lmm2,.lh32.lmm2{max-height: 60px;}.lh31.lmm3,.lh32.lmm3{max-height: 90px;}.lh31.lmm4,.lh32.lmm4{max-height: 120px;}.lh31.lmm5,.lh32.lmm5{max-height: 150px;}.lh31.lmm6,.lh32.lmm6{max-height: 180px;}.lh31.lmm7,.lh32.lmm7{max-height: 210px;}.lh31.lmm8,.lh32.lmm8{max-height: 240px;}.lh31.lmm9,.lh32.lmm9{max-height: 270px;}.lh31.lmm10,.lh32.lmm10{max-height: 300px;}.lh33.lmm2,.lh34.lmm2{max-height: 62px;}.lh33.lmm3,.lh34.lmm3{max-height: 93px;}.lh33.lmm4,.lh34.lmm4{max-height: 124px;}.lh33.lmm5,.lh34.lmm5{max-height: 155px;}.lh33.lmm6,.lh34.lmm6{max-height: 186px;}.lh33.lmm7,.lh34.lmm7{max-height: 217px;}.lh33.lmm8,.lh34.lmm8{max-height: 248px;}.lh33.lmm9,.lh34.lmm9{max-height: 279px;}.lh33.lmm10,.lh34.lmm10{max-height: 310px;}

    .lh35.lmm2,.lh36.lmm2{max-height: 64px;}.lh35.lmm3,.lh36.lmm3{max-height: 96px;}.lh35.lmm4,.lh36.lmm4{max-height: 128px;}.lh35.lmm5,.lh36.lmm5{max-height: 160px;}.lh35.lmm6,.lh36.lmm6{max-height: 192px;}.lh35.lmm7,.lh36.lmm7{max-height: 224px;}.lh35.lmm8,.lh36.lmm8{max-height: 256px;}.lh35.lmm9,.lh36.lmm9{max-height: 288px;}.lh35.lmm10,.lh36.lmm10{max-height: 320px;}.lh37.lmm2,.lh38.lmm2{max-height: 66px;}.lh37.lmm3,.lh38.lmm3{max-height: 99px;}.lh37.lmm4,.lh38.lmm4{max-height: 132px;}.lh37.lmm5,.lh38.lmm5{max-height: 165px;}.lh37.lmm6,.lh38.lmm6{max-height: 198px;}.lh37.lmm7,.lh38.lmm7{max-height: 231px;}.lh37.lmm8,.lh38.lmm8{max-height: 264px;}.lh37.lmm9,.lh38.lmm9{max-height: 297px;}.lh37.lmm10,.lh38.lmm10{max-height: 330px;}

    .lh39.lmm2,.lh40.lmm2{max-height: 68px;}.lh39.lmm3,.lh40.lmm3{max-height: 102px;}.lh39.lmm4,.lh40.lmm4{max-height: 136px;}.lh39.lmm5,.lh40.lmm5{max-height: 170px;}.lh39.lmm6,.lh40.lmm6{max-height: 204px;}.lh39.lmm7,.lh40.lmm7{max-height: 238px;}.lh39.lmm8,.lh40.lmm8{max-height: 272px;}.lh39.lmm9,.lh40.lmm9{max-height: 306px;}.lh39.lmm10,.lh40.lmm10{max-height: 340px;}

    .lh41.lmm2,.lh42.lmm2{max-height: 70px;}.lh41.lmm3,.lh42.lmm3{max-height: 105px;}.lh41.lmm4,.lh42.lmm4{max-height: 140px;}.lh41.lmm5,.lh42.lmm5{max-height: 175px;}.lh41.lmm6,.lh42.lmm6{max-height: 210px;}.lh41.lmm7,.lh42.lmm7{max-height: 245px;}.lh41.lmm8,.lh42.lmm8{max-height: 280px;}.lh41.lmm9,.lh42.lmm9{max-height: 315px;}.lh41.lmm10,.lh42.lmm10{max-height: 350px;}.lh43.lmm2,.lh44.lmm2{max-height: 72px;}.lh43.lmm3,.lh44.lmm3{max-height: 108px;}.lh43.lmm4,.lh44.lmm4{max-height: 144px;}.lh43.lmm5,.lh44.lmm5{max-height: 180px;}.lh43.lmm6,.lh44.lmm6{max-height: 216px;}.lh43.lmm7,.lh44.lmm7{max-height: 252px;}.lh43.lmm8,.lh44.lmm8{max-height: 288px;}.lh43.lmm9,.lh44.lmm9{max-height: 324px;}.lh43.lmm10,.lh44.lmm10{max-height: 360px;}

    .lh45.lmm2,.lh46.lmm2{max-height: 76px;}.lh45.lmm3,.lh46.lmm3{max-height: 114px;}.lh45.lmm4,.lh46.lmm4{max-height: 152px;}.lh45.lmm5,.lh46.lmm5{max-height: 190px;}.lh45.lmm6,.lh46.lmm6{max-height: 228px;}.lh45.lmm7,.lh46.lmm7{max-height: 266px;}.lh45.lmm8,.lh46.lmm8{max-height: 304px;}.lh45.lmm9,.lh46.lmm9{max-height: 342px;}.lh45.lmm10,.lh46.lmm10{max-height: 380px;}.lh47.lmm2,.lh48.lmm2{max-height: 80px;}.lh47.lmm3,.lh48.lmm3{max-height: 120px;}.lh47.lmm4,.lh48.lmm4{max-height: 160px;}.lh47.lmm5,.lh48.lmm5{max-height: 200px;}.lh47.lmm6,.lh48.lmm6{max-height: 240px;}.lh47.lmm7,.lh48.lmm7{max-height: 280px;}.lh47.lmm8,.lh48.lmm8{max-height: 320px;}.lh47.lmm9,.lh48.lmm9{max-height: 360px;}.lh47.lmm10,.lh48.lmm10{max-height: 400px;}

    .lh49.lmm2,.lh50.lmm2{max-height: 84px;}.lh49.lmm3,.lh50.lmm3{max-height: 126px;}.lh49.lmm4,.lh50.lmm4{max-height: 168px;}.lh49.lmm5,.lh50.lmm5{max-height: 210px;}.lh49.lmm6,.lh50.lmm6{max-height: 252px;}.lh49.lmm7,.lh50.lmm7{max-height: 294px;}.lh49.lmm8,.lh50.lmm8{max-height: 336px;}.lh49.lmm9,.lh50.lmm9{max-height: 378px;}.lh49.lmm10,.lh50.lmm10{max-height: 420px;}

    .lh51.lmm2,.lh52.lmm2{max-height: 86px;}.lh51.lmm3,.lh52.lmm3{max-height: 129px;}.lh51.lmm4,.lh52.lmm4{max-height: 172px;}.lh51.lmm5,.lh52.lmm5{max-height: 215px;}.lh51.lmm6,.lh52.lmm6{max-height: 258px;}.lh51.lmm7,.lh52.lmm7{max-height: 301px;}.lh51.lmm8,.lh52.lmm8{max-height: 344px;}.lh51.lmm9,.lh52.lmm9{max-height: 387px;}.lh51.lmm10,.lh52.lmm10{max-height: 430px;}.lh53.lmm2,.lh54.lmm2{max-height: 88px;}.lh53.lmm3,.lh54.lmm3{max-height: 132px;}.lh53.lmm4,.lh54.lmm4{max-height: 176px;}.lh53.lmm5,.lh54.lmm5{max-height: 220px;}.lh53.lmm6,.lh54.lmm6{max-height: 264px;}.lh53.lmm7,.lh54.lmm7{max-height: 308px;}.lh53.lmm8,.lh54.lmm8{max-height: 352px;}.lh53.lmm9,.lh54.lmm9{max-height: 396px;}.lh53.lmm10,.lh54.lmm10{max-height: 440px;}

    .lh55.lmm2,.lh56.lmm2{max-height: 92px;}.lh55.lmm3,.lh56.lmm3{max-height: 138px;}.lh55.lmm4,.lh56.lmm4{max-height: 184px;}.lh55.lmm5,.lh56.lmm5{max-height: 230px;}.lh55.lmm6,.lh56.lmm6{max-height: 276px;}.lh55.lmm7,.lh56.lmm7{max-height: 322px;}.lh55.lmm8,.lh56.lmm8{max-height: 368px;}.lh55.lmm9,.lh56.lmm9{max-height: 414px;}.lh55.lmm10,.lh56.lmm10{max-height: 460px;}.lh57.lmm2,.lh58.lmm2{max-height: 96px;}.lh57.lmm3,.lh58.lmm3{max-height: 144px;}.lh57.lmm4,.lh58.lmm4{max-height: 192px;}.lh57.lmm5,.lh58.lmm5{max-height: 240px;}.lh57.lmm6,.lh58.lmm6{max-height: 288px;}.lh57.lmm7,.lh58.lmm7{max-height: 336px;}.lh57.lmm8,.lh58.lmm8{max-height: 384px;}.lh57.lmm9,.lh58.lmm9{max-height: 432px;}.lh57.lmm10,.lh58.lmm10{max-height: 480px;}

    .lh59.lmm2,.lh60.lmm2{max-height: 100px;}.lh59.lmm3,.lh60.lmm3{max-height: 150px;}.lh59.lmm4,.lh60.lmm4{max-height: 200px;}.lh59.lmm5,.lh60.lmm5{max-height: 250px;}.lh59.lmm6,.lh60.lmm6{max-height: 300px;}.lh59.lmm7,.lh60.lmm7{max-height: 350px;}.lh59.lmm8,.lh60.lmm8{max-height: 400px;}.lh59.lmm9,.lh60.lmm9{max-height: 450px;}.lh59.lmm10,.lh60.lmm10{max-height: 500px;}

}

@media all and (max-width:1590px) {

    .pt6{padding-top: 4px;}.pt8{padding-top: 6px;}.pt10,.pt12{padding-top: 8px;}.pt14,.pt16{padding-top: 12px;}.pt18,.pt20{padding-top: 14px;}.pt22,.pt24{padding-top: 16px;}.pt26,.pt28{padding-top: 20px;}.pt30,.pt32{padding-top: 22px;}.pt34,.pt36{padding-top: 24px;}.pt38,.pt40,.pt42{padding-top: 28px;}.pt44,.pt46{padding-top: 30px;}.pt48,.pt50{padding-top: 36px;}.pt52,.pt54{padding-top: 40px;}.pt56{padding-top: 42px;}.pt58,.pt60{padding-top: 46px;}.pt62,.pt64{padding-top: 48px;}.pt66,.pt68{padding-top: 52px;}.pt70,.pt72{padding-top: 54px;}.pt74,.pt76{padding-top: 58px;}.pt78,.pt80{padding-top: 60px;}.pt82,.pt84{padding-top: 64px;}

    .pt86,.pt88{padding-top: 66px;}.pt90,.pt92{padding-top: 68px;}.pt94,.pt96{padding-top: 70px;}.pt98,.pt100{padding-top: 74px;}.pt102,.pt104{padding-top: 80px;}.pt106,.pt108{padding-top: 84px;}.pt110,.pt112,.pt114{padding-top: 86px;}.pt116,.pt118{padding-top: 88px;}.pt120,.pt122,.pt124{padding-top: 90px;}.pt126,.pt128{padding-top: 94px;}.pt130,.pt132,.pt134{padding-top: 96px;}.pt136,.pt138{padding-top: 100px;}.pt140,.pt142,.pt144,.pt146,.pt148,.pt150{padding-top: 104px;}.pt152,.pt154,.pt156,.pt158,.pt160{padding-top: 110px;}.pt162,.pt164,.pt166,.pt168,.pt170{padding-top: 116px;}.pt172,.pt174,.pt176,.pt178,.pt180{padding-top: 120px;}

    .pt182,.pt184,.pt186,.pt188,.pt190{padding-top: 126px;}.pt192,.pt194,.pt196,.pt198,.pt200{padding-top: 130px;}.pt202,.pt204,.pt206,.pt208,.pt210{padding-top: 136px;}.pt212,.pt214,.pt216,.pt218,.pt220{padding-top: 140px;}.pt222,.pt224,.pt226,.pt228,.pt230{padding-top: 146px;}.pt232,.pt234,.pt236,.pt238,.pt240{padding-top: 150px;}.pt242,.pt244,.pt246,.pt248,.pt250{padding-top: 156px;}.pt252,.pt254,.pt256,.pt258,.pt260{padding-top: 160px;}.pt262,.pt264,.pt266,.pt268,.pt270{padding-top: 170px;}.pt272,.pt274,.pt276,.pt278,.pt280{padding-top: 180px;}.pt282,.pt284,.pt286,.pt288,.pt290{padding-top: 190px;}.pt292,.pt294,.pt296,.pt298,.pt300{padding-top: 200px;}

    .pb6{padding-bottom: 4px;}.pb8{padding-bottom: 6px;}.pb10,.pb12{padding-bottom: 8px;}.pb14,.pb16{padding-bottom: 12px;}.pb18,.pb20{padding-bottom: 14px;}.pb22,.pb24{padding-bottom: 16px;}.pb26,.pb28{padding-bottom: 20px;}.pb30,.pb32{padding-bottom: 22px;}.pb34,.pb36{padding-bottom: 24px;}.pb38,.pb40,.pb42{padding-bottom: 28px;}.pb44,.pb46{padding-bottom: 30px;}.pb48,.pb50{padding-bottom: 36px;}.pb52,.pb54{padding-bottom: 40px;}.pb56{padding-bottom: 42px;}.pb58,.pb60{padding-bottom: 46px;}.pb62,.pb64{padding-bottom: 48px;}.pb66,.pb68{padding-bottom: 52px;}.pb70,.pb72{padding-bottom: 54px;}.pb74,.pb76{padding-bottom: 58px;}

    .pb78,.pb80{padding-bottom: 60px;}.pb82,.pb84{padding-bottom: 64px;}.pb86,.pb88{padding-bottom: 66px;}.pb90,.pb92{padding-bottom: 68px;}.pb94,.pb96{padding-bottom: 70px;}.pb98,.pb100{padding-bottom: 74px;}.pb102,.pb104{padding-bottom: 80px;}.pb106,.pb108{padding-bottom: 84px;}.pb110,.pb112,.pb114{padding-bottom: 86px;}.pb116,.pb118{padding-bottom: 88px;}.pb120,.pb122,.pb124{padding-bottom: 90px;}.pb126,.pb128{padding-bottom: 94px;}.pb130,.pb132,.pb134{padding-bottom: 96px;}.pb136,.pb138{padding-bottom: 100px;}.pb140,.pb142,.pb144,.pb146,.pb148,.pb150{padding-bottom: 104px;}.pb152,.pb154,.pb156,.pb158,.pb160{padding-bottom: 110px;}

    .pb162,.pb164,.pb166,.pb168,.pb170{padding-bottom: 116px;}.pb172,.pb174,.pb176,.pb178,.pb180{padding-bottom: 120px;}.pb182,.pb184,.pb186,.pb188,.pb190{padding-bottom: 126px;}.pb192,.pb194,.pb196,.pb198,.pb200{padding-bottom: 130px;}.pb202,.pb204,.pb206,.pb208,.pb210{padding-bottom: 136px;}.pb212,.pb214,.pb216,.pb218,.pb220{padding-bottom: 140px;}.pb222,.pb224,.pb226,.pb228,.pb230{padding-bottom: 146px;}.pb232,.pb234,.pb236,.pb238,.pb240{padding-bottom: 150px;}.pb242,.pb244,.pb246,.pb248,.pb250{padding-bottom: 156px;}.pb252,.pb254,.pb256,.pb258,.pb260{padding-bottom: 160px;}.pb262,.pb264,.pb266,.pb268,.pb270{padding-bottom: 170px;}

    .pb272,.pb274,.pb276,.pb278,.pb280{padding-bottom: 180px;}.pb282,.pb284,.pb286,.pb288,.pb290{padding-bottom: 190px;}.pb292,.pb294,.pb296,.pb298,.pb300{padding-bottom: 200px;}

    .mt6{margin-top: 4px;}.mt8{margin-top: 6px;}.mt10,.mt12{margin-top: 8px;}.mt14,.mt16{margin-top: 12px;}.mt18,.mt20{margin-top: 14px;}.mt22,.mt24{margin-top: 16px;}.mt26,.mt28{margin-top: 20px;}.mt30,.mt32{margin-top: 22px;}.mt34,.mt36{margin-top: 24px;}.mt38,.mt40,.mt42{margin-top: 28px;}.mt44,.mt46{margin-top: 30px;}.mt48,.mt50{margin-top: 36px;}.mt52,.mt54{margin-top: 40px;}.mt56{margin-top: 42px;}.mt58,.mt60{margin-top: 46px;}.mt62,.mt64{margin-top: 48px;}.mt66,.mt68{margin-top: 52px;}.mt70,.mt72{margin-top: 54px;}.mt74,.mt76{margin-top: 58px;}.mt78,.mt80{margin-top: 60px;}.mt82,.mt84{margin-top: 64px;}.mt86,.mt88{margin-top: 66px;}

    .mt90,.mt92{margin-top: 68px;}.mt94,.mt96{margin-top: 70px;}.mt98,.mt100{margin-top: 74px;}.mt102,.mt104{margin-top: 80px;}.mt106,.mt108{margin-top: 84px;}.mt110,.mt112,.mt114{margin-top: 86px;}.mt116,.mt118{margin-top: 88px;}.mt120,.mt122,.mt124{margin-top: 90px;}.mt126,.mt128{margin-top: 94px;}.mt130,.mt132,.mt134{margin-top: 96px;}.mt136,.mt138{margin-top: 100px;}.mt140,.mt142,.mt144,.mt146,.mt148,.mt150{margin-top: 104px;}.mt152,.mt154,.mt156,.mt158,.mt160{margin-top: 110px;}.mt162,.mt164,.mt166,.mt168,.mt170{margin-top: 116px;}.mt172,.mt174,.mt176,.mt178,.mt180{margin-top: 120px;}.mt182,.mt184,.mt186,.mt188,.mt190{margin-top: 126px;}

    .mt192,.mt194,.mt196,.mt198,.mt200{margin-top: 130px;}.mt202,.mt204,.mt206,.mt208,.mt210{margin-top: 136px;}.mt212,.mt214,.mt216,.mt218,.mt220{margin-top: 140px;}.mt222,.mt224,.mt226,.mt228,.mt230{margin-top: 146px;}.mt232,.mt234,.mt236,.mt238,.mt240{margin-top: 150px;}.mt242,.mt244,.mt246,.mt248,.mt250{margin-top: 156px;}.mt252,.mt254,.mt256,.mt258,.mt260{margin-top: 160px;}.mt262,.mt264,.mt266,.mt268,.mt270{margin-top: 170px;}.mt272,.mt274,.mt276,.mt278,.mt280{margin-top: 180px;}.mt282,.mt284,.mt286,.mt288,.mt290{margin-top: 190px;}.mt292,.mt294,.mt296,.mt298,.mt300{margin-top: 200px;}

    .fs17,.fs18{font-size: 16px;}.fs19,.fs20,.fs21,.fs22{font-size: 18px;}.fs23,.fs24,.fs25{font-size: 20px;}.fs26,.fs27,.fs28{font-size: 22px;}.fs29,.fs30,.fs31{font-size: 24px;}.fs32,.fs33,.fs34{font-size: 26px;}.fs35,.fs36,.fs37{font-size: 28px;}.fs38,.fs39,.fs40,.fs41{font-size: 30px;}.fs42,.fs43,.fs44,.fs45{font-size: 32px;}.fs46,.fs47{font-size: 34px;}.fs48,.fs49,.fs50,.fs51{font-size: 36px;}.fs52,.fs53{font-size: 38px;}.fs54,.fs55,.fs56,.fs57{font-size: 40px;}.fs58,.fs59,.fs60,.fs61{font-size: 42px;}.fs62,.fs63,.fs64,.fs65{font-size: 44px;}.fs66,.fs67,.fs68,.fs69{font-size: 46px;}.fs70,.fs71,.fs72,.fs73{font-size: 48px;}

    .fs74,.fs75,.fs76,.fs77{font-size: 50px;}.fs78,.fs79,.fs80,.fs81{font-size: 52px;}.fs82,.fs83,.fs84,.fs85{font-size: 54px;}.fs86,.fs87,.fs88,.fs89{font-size: 56px;}.fs90,.fs91,.fs92,.fs93{font-size: 60px;}.fs94,.fs95,.fs96,.fs97{font-size: 64px;}.fs98,.fs99,.fs100,.fs101{font-size: 68px;}.fs102,.fs103,.fs104,.fs105{font-size: 70px;}.fs106,.fs107,.fs108,.fs109{font-size: 74px;}.fs110,.fs111,.fs112,.fs113{font-size: 78px;}.fs114,.fs115,.fs116,.fs117{font-size: 82px;}.fs118,.fs119,.fs120{font-size: 86px;}

    .lh25{line-height: 24px;}.lh26{line-height: 25px;} .lh27,.lh28,.lh29{line-height: 26px;}.lh30,.lh31,.lh32{line-height: 28px;}.lh33,.lh34{line-height: 29px;}.lh35,.lh36{line-height: 30px;}.lh37,.lh38{line-height: 32px;}.lh39,.lh40,.lh41,.lh42{line-height: 34px;}.lh43,.lh44,.lh45,.lh46{line-height: 36px;}.lh47,.lh48,.lh49,.lh50{line-height: 38px;}.lh51,.lh52{line-height: 40px;}.lh53,.lh54{line-height: 42px;}.lh55,.lh56,.lh57,.lh58{line-height: 44px;}.lh59,.lh60{line-height: 46px;} 

    .lh25.lm2{height: 48px;}.lh25.lm3{height: 72px;}.lh25.lm4{height: 96px;}.lh25.lm5{height: 120px;}.lh25.lm6{height: 144px;}.lh25.lm7{height: 168px;}.lh25.lm8{height: 192px;}.lh25.lm9{height: 216px;}.lh25.lm10{height: 240px;}.lh26.lm2{height: 50px;}.lh26.lm3{height: 75px;}.lh26.lm4{height: 100px;}.lh26.lm5{height: 125px;}.lh26.lm6{height: 150px;}.lh26.lm7{height: 175px;}.lh26.lm8{height: 200px;}.lh26.lm9{height: 225px;}.lh26.lm10{height: 250px;}

    .lh27.lm2,.lh28.lm2,.lh29.lm2{height: 52px;}.lh27.lm3,.lh28.lm3,.lh29.lm3{height: 78px;}.lh27.lm4,.lh28.lm4,.lh29.lm4{height: 104px;}.lh27.lm5,.lh28.lm5,.lh29.lm5{height: 130px;}.lh27.lm6,.lh28.lm6,.lh29.lm6{height: 156px;}.lh27.lm7,.lh28.lm7,.lh29.lm7{height: 182px;}.lh27.lm8,.lh28.lm8,.lh29.lm8{height: 208px;}.lh27.lm9,.lh28.lm9,.lh29.lm9{height: 234px;}.lh27.lm10,.lh28.lm10,.lh29.lm10{height: 260px;}

    .lh30.lm2,.lh31.lm2,.lh32.lm2{height: 56px;}.lh30.lm3,.lh31.lm3,.lh32.lm3{height: 84px;}.lh30.lm4,.lh31.lm4,.lh32.lm4{height: 112px;}.lh30.lm5,.lh31.lm5,.lh32.lm5{height: 140px;}.lh30.lm6,.lh31.lm6,.lh32.lm6{height: 168px;}.lh30.lm7,.lh31.lm7,.lh32.lm7{height: 196px;}.lh30.lm8,.lh31.lm8,.lh32.lm8{height: 224px;}.lh30.lm9,.lh31.lm9,.lh32.lm9{height: 252px;}.lh30.lm10,.lh31.lm10,.lh32.lm10{height: 280px;}

    .lh33.lm2,.lh34.lm2{height: 58px;}.lh33.lm3,.lh34.lm3{height: 87px;}.lh33.lm4,.lh34.lm4{height: 116px;}.lh33.lm5,.lh34.lm5{height: 145px;}.lh33.lm6,.lh34.lm6{height: 174px;}.lh33.lm7,.lh34.lm7{height: 203px;}.lh33.lm8,.lh34.lm8{height: 232px;}.lh33.lm9,.lh34.lm9{height: 261px;}.lh33.lm10,.lh34.lm10{height: 290px;}.lh35.lm2,.lh36.lm2{height: 60px;}.lh35.lm3,.lh36.lm3{height: 90px;}.lh35.lm4,.lh36.lm4{height: 120px;}.lh35.lm5,.lh36.lm5{height: 150px;}.lh35.lm6,.lh36.lm6{height: 180px;}.lh35.lm7,.lh36.lm7{height: 210px;}.lh35.lm8,.lh36.lm8{height: 240px;}.lh35.lm9,.lh36.lm9{height: 270px;}.lh35.lm10,.lh36.lm10{height: 300px;}

    .lh37.lm2,.lh38.lm2{height: 64px;}.lh37.lm3,.lh38.lm3{height: 96px;}.lh37.lm4,.lh38.lm4{height: 128px;}.lh37.lm5,.lh38.lm5{height: 160px;}.lh37.lm6,.lh38.lm6{height: 192px;}.lh37.lm7,.lh38.lm7{height: 224px;}.lh37.lm8,.lh38.lm8{height: 256px;}.lh37.lm9,.lh38.lm9{height: 288px;}.lh37.lm10,.lh38.lm10{height: 320px;}

    .lh39.lm2,.lh40.lm2,.lh41.lm2,.lh42.lm2{height: 68px;}.lh39.lm3,.lh40.lm3,.lh41.lm3,.lh42.lm3{height: 102px;}.lh39.lm4,.lh40.lm4,.lh41.lm4,.lh42.lm4{height: 136px;}.lh39.lm5,.lh40.lm5,.lh41.lm5,.lh42.lm5{height: 170px;}.lh39.lm6,.lh40.lm6,.lh41.lm6,.lh42.lm6{height: 204px;}.lh39.lm7,.lh40.lm7,.lh41.lm7,.lh42.lm7{height: 238px;}.lh39.lm8,.lh40.lm8,.lh41.lm8,.lh42.lm8{height: 272px;}.lh39.lm9,.lh40.lm9,.lh41.lm9,.lh42.lm9{height: 306px;}.lh39.lm10,.lh40.lm10,.lh41.lm10,.lh42.lm10{height: 340px;}

    .lh43.lm2,.lh44.lm2,.lh45.lm2,.lh46.lm2{height: 72px;}.lh43.lm3,.lh44.lm3,.lh45.lm3,.lh46.lm3{height: 108px;}.lh43.lm4,.lh44.lm4,.lh45.lm4,.lh46.lm4{height: 144px;}.lh43.lm5,.lh44.lm5,.lh45.lm5,.lh46.lm5{height: 180px;}.lh43.lm6,.lh44.lm6,.lh45.lm6,.lh46.lm6{height: 216px;}.lh43.lm7,.lh44.lm7,.lh45.lm7,.lh46.lm7{height: 252px;}.lh43.lm8,.lh44.lm8,.lh45.lm8,.lh46.lm8{height: 288px;}.lh43.lm9,.lh44.lm9,.lh45.lm9,.lh46.lm9{height: 324px;}.lh43.lm10,.lh44.lm10,.lh45.lm10,.lh46.lm10{height: 360px;}

    .lh47.lm2,.lh48.lm2,.lh49.lm2,.lh50.lm2{height: 76px;}.lh47.lm3,.lh48.lm3,.lh49.lm3,.lh50.lm3{height: 114px;}.lh47.lm4,.lh48.lm4,.lh49.lm4,.lh50.lm4{height: 152px;}.lh47.lm5,.lh48.lm5,.lh49.lm5,.lh50.lm5{height: 190px;}.lh47.lm6,.lh48.lm6,.lh49.lm6,.lh50.lm6{height: 228px;}.lh47.lm7,.lh48.lm7,.lh49.lm7,.lh50.lm7{height: 266px;}.lh47.lm8,.lh48.lm8,.lh49.lm8,.lh50.lm8{height: 304px;}.lh47.lm9,.lh48.lm9,.lh49.lm9,.lh50.lm9{height: 342px;}.lh47.lm10,.lh48.lm10,.lh49.lm10,.lh50.lm10{height: 380px;}

    .lh51.lm2,.lh52.lm2{height: 80px;}.lh51.lm3,.lh52.lm3{height: 120px;}.lh51.lm4,.lh52.lm4{height: 160px;}.lh51.lm5,.lh52.lm5{height: 200px;}.lh51.lm6,.lh52.lm6{height: 240px;}.lh51.lm7,.lh52.lm7{height: 280px;}.lh51.lm8,.lh52.lm8{height: 320px;}.lh51.lm9,.lh52.lm9{height: 360px;}.lh51.lm10,.lh52.lm10{height: 400px;}.lh53.lm2,.lh54.lm2{height: 84px;}.lh53.lm3,.lh54.lm3{height: 126px;}.lh53.lm4,.lh54.lm4{height: 168px;}.lh53.lm5,.lh54.lm5{height: 210px;}.lh53.lm6,.lh54.lm6{height: 252px;}.lh53.lm7,.lh54.lm7{height: 294px;}.lh53.lm8,.lh54.lm8{height: 336px;}.lh53.lm9,.lh54.lm9{height: 378px;}.lh53.lm10,.lh54.lm10{height: 420px;}

    .lh55.lm2,.lh56.lm2,.lh57.lm2,.lh58.lm2{height: 88px;}.lh55.lm3,.lh56.lm3,.lh57.lm3,.lh58.lm3{height: 132px;}.lh55.lm4,.lh56.lm4,.lh57.lm4,.lh58.lm4{height: 176px;}.lh55.lm5,.lh56.lm5,.lh57.lm5,.lh58.lm5{height: 220px;}.lh55.lm6,.lh56.lm6,.lh57.lm6,.lh58.lm6{height: 264px;}.lh55.lm7,.lh56.lm7,.lh57.lm7,.lh58.lm7{height: 308px;}.lh55.lm8,.lh56.lm8,.lh57.lm8,.lh58.lm8{height: 352px;}.lh55.lm9,.lh56.lm9,.lh57.lm9,.lh58.lm9{height: 396px;}.lh55.lm10,.lh56.lm10,.lh57.lm10,.lh58.lm10{height: 440px;}

    .lh59.lm2,.lh60.lm2{height: 92px;}.lh59.lm3,.lh60.lm3{height: 138px;}.lh59.lm4,.lh60.lm4{height: 184px;}.lh59.lm5,.lh60.lm5{height: 230px;}.lh59.lm6,.lh60.lm6{height: 276px;}.lh59.lm7,.lh60.lm7{height: 322px;}.lh59.lm8,.lh60.lm8{height: 368px;}.lh59.lm9,.lh60.lm9{height: 414px;}.lh59.lm10,.lh60.lm10{height: 460px;}

    .lh25.lmm2{max-height: 48px;}.lh25.lmm3{max-height: 72px;}.lh25.lmm4{max-height: 96px;}.lh25.lmm5{max-height: 120px;}.lh25.lmm6{max-height: 144px;}.lh25.lmm7{max-height: 168px;}.lh25.lmm8{max-height: 192px;}.lh25.lmm9{max-height: 216px;}.lh25.lmm10{max-height: 240px;}.lh26.lmm2{max-height: 50px;}.lh26.lmm3{max-height: 75px;}.lh26.lmm4{max-height: 100px;}.lh26.lmm5{max-height: 125px;}.lh26.lmm6{max-height: 150px;}.lh26.lmm7{max-height: 175px;}.lh26.lmm8{max-height: 200px;}.lh26.lmm9{max-height: 225px;}.lh26.lmm10{max-height: 250px;}

    .lh27.lmm2,.lh28.lmm2,.lh29.lmm2{max-height: 52px;}.lh27.lmm3,.lh28.lmm3,.lh29.lmm3{max-height: 78px;}.lh27.lmm4,.lh28.lmm4,.lh29.lmm4{max-height: 104px;}.lh27.lmm5,.lh28.lmm5,.lh29.lmm5{max-height: 130px;}.lh27.lmm6,.lh28.lmm6,.lh29.lmm6{max-height: 156px;}.lh27.lmm7,.lh28.lmm7,.lh29.lmm7{max-height: 182px;}.lh27.lmm8,.lh28.lmm8,.lh29.lmm8{max-height: 208px;}.lh27.lmm9,.lh28.lmm9,.lh29.lmm9{max-height: 234px;}.lh27.lmm10,.lh28.lmm10,.lh29.lmm10{max-height: 260px;}

    .lh30.lmm2,.lh31.lmm2,.lh32.lmm2{max-height: 56px;}.lh30.lmm3,.lh31.lmm3,.lh32.lmm3{max-height: 84px;}.lh30.lmm4,.lh31.lmm4,.lh32.lmm4{max-height: 112px;}.lh30.lmm5,.lh31.lmm5,.lh32.lmm5{max-height: 140px;}.lh30.lmm6,.lh31.lmm6,.lh32.lmm6{max-height: 168px;}.lh30.lmm7,.lh31.lmm7,.lh32.lmm7{max-height: 196px;}.lh30.lmm8,.lh31.lmm8,.lh32.lmm8{max-height: 224px;}.lh30.lmm9,.lh31.lmm9,.lh32.lmm9{max-height: 252px;}.lh30.lmm10,.lh31.lmm10,.lh32.lmm10{max-height: 280px;}

    .lh33.lmm2,.lh34.lmm2{max-height: 58px;}.lh33.lmm3,.lh34.lmm3{max-height: 87px;}.lh33.lmm4,.lh34.lmm4{max-height: 116px;}.lh33.lmm5,.lh34.lmm5{max-height: 145px;}.lh33.lmm6,.lh34.lmm6{max-height: 174px;}.lh33.lmm7,.lh34.lmm7{max-height: 203px;}.lh33.lmm8,.lh34.lmm8{max-height: 232px;}.lh33.lmm9,.lh34.lmm9{max-height: 261px;}.lh33.lmm10,.lh34.lmm10{max-height: 290px;}.lh35.lmm2,.lh36.lmm2{max-height: 60px;}.lh35.lmm3,.lh36.lmm3{max-height: 90px;}.lh35.lmm4,.lh36.lmm4{max-height: 120px;}.lh35.lmm5,.lh36.lmm5{max-height: 150px;}.lh35.lmm6,.lh36.lmm6{max-height: 180px;}.lh35.lmm7,.lh36.lmm7{max-height: 210px;}.lh35.lmm8,.lh36.lmm8{max-height: 240px;}.lh35.lmm9,.lh36.lmm9{max-height: 270px;}.lh35.lmm10,.lh36.lmm10{max-height: 300px;}

    .lh37.lmm2,.lh38.lmm2{max-height: 64px;}.lh37.lmm3,.lh38.lmm3{max-height: 96px;}.lh37.lmm4,.lh38.lmm4{max-height: 128px;}.lh37.lmm5,.lh38.lmm5{max-height: 160px;}.lh37.lmm6,.lh38.lmm6{max-height: 192px;}.lh37.lmm7,.lh38.lmm7{max-height: 224px;}.lh37.lmm8,.lh38.lmm8{max-height: 256px;}.lh37.lmm9,.lh38.lmm9{max-height: 288px;}.lh37.lmm10,.lh38.lmm10{max-height: 320px;}

    .lh39.lmm2,.lh40.lmm2,.lh41.lmm2,.lh42.lmm2{max-height: 68px;}.lh39.lmm3,.lh40.lmm3,.lh41.lmm3,.lh42.lmm3{max-height: 102px;}.lh39.lmm4,.lh40.lmm4,.lh41.lmm4,.lh42.lmm4{max-height: 136px;}.lh39.lmm5,.lh40.lmm5,.lh41.lmm5,.lh42.lmm5{max-height: 170px;}.lh39.lmm6,.lh40.lmm6,.lh41.lmm6,.lh42.lmm6{max-height: 204px;}.lh39.lmm7,.lh40.lmm7,.lh41.lmm7,.lh42.lmm7{max-height: 238px;}.lh39.lmm8,.lh40.lmm8,.lh41.lmm8,.lh42.lmm8{max-height: 272px;}.lh39.lmm9,.lh40.lmm9,.lh41.lmm9,.lh42.lmm9{max-height: 306px;}.lh39.lmm10,.lh40.lmm10,.lh41.lmm10,.lh42.lmm10{max-height: 340px;}

    .lh43.lmm2,.lh44.lmm2,.lh45.lmm2,.lh46.lmm2{max-height: 72px;}.lh43.lmm3,.lh44.lmm3,.lh45.lmm3,.lh46.lmm3{max-height: 108px;}.lh43.lmm4,.lh44.lmm4,.lh45.lmm4,.lh46.lmm4{max-height: 144px;}.lh43.lmm5,.lh44.lmm5,.lh45.lmm5,.lh46.lmm5{max-height: 180px;}.lh43.lmm6,.lh44.lmm6,.lh45.lmm6,.lh46.lmm6{max-height: 216px;}.lh43.lmm7,.lh44.lmm7,.lh45.lmm7,.lh46.lmm7{max-height: 252px;}.lh43.lmm8,.lh44.lmm8,.lh45.lmm8,.lh46.lmm8{max-height: 288px;}.lh43.lmm9,.lh44.lmm9,.lh45.lmm9,.lh46.lmm9{max-height: 324px;}.lh43.lmm10,.lh44.lmm10,.lh45.lmm10,.lh46.lmm10{max-height: 360px;}

    .lh47.lmm2,.lh48.lmm2,.lh49.lmm2,.lh50.lmm2{max-height: 76px;}.lh47.lmm3,.lh48.lmm3,.lh49.lmm3,.lh50.lmm3{max-height: 114px;}.lh47.lmm4,.lh48.lmm4,.lh49.lmm4,.lh50.lmm4{max-height: 152px;}.lh47.lmm5,.lh48.lmm5,.lh49.lmm5,.lh50.lmm5{max-height: 190px;}.lh47.lmm6,.lh48.lmm6,.lh49.lmm6,.lh50.lmm6{max-height: 228px;}.lh47.lmm7,.lh48.lmm7,.lh49.lmm7,.lh50.lmm7{max-height: 266px;}.lh47.lmm8,.lh48.lmm8,.lh49.lmm8,.lh50.lmm8{max-height: 304px;}.lh47.lmm9,.lh48.lmm9,.lh49.lmm9,.lh50.lmm9{max-height: 342px;}.lh47.lmm10,.lh48.lmm10,.lh49.lmm10,.lh50.lmm10{max-height: 380px;}

    .lh51.lmm2,.lh52.lmm2{max-height: 80px;}.lh51.lmm3,.lh52.lmm3{max-height: 120px;}.lh51.lmm4,.lh52.lmm4{max-height: 160px;}.lh51.lmm5,.lh52.lmm5{max-height: 200px;}.lh51.lmm6,.lh52.lmm6{max-height: 240px;}.lh51.lmm7,.lh52.lmm7{max-height: 280px;}.lh51.lmm8,.lh52.lmm8{max-height: 320px;}.lh51.lmm9,.lh52.lmm9{max-height: 360px;}.lh51.lmm10,.lh52.lmm10{max-height: 400px;}.lh53.lmm2,.lh54.lmm2{max-height: 84px;}.lh53.lmm3,.lh54.lmm3{max-height: 126px;}.lh53.lmm4,.lh54.lmm4{max-height: 168px;}.lh53.lmm5,.lh54.lmm5{max-height: 210px;}.lh53.lmm6,.lh54.lmm6{max-height: 252px;}.lh53.lmm7,.lh54.lmm7{max-height: 294px;}.lh53.lmm8,.lh54.lmm8{max-height: 336px;}.lh53.lmm9,.lh54.lmm9{max-height: 378px;}.lh53.lmm10,.lh54.lmm10{max-height: 420px;}

    .lh55.lmm2,.lh56.lmm2,.lh57.lmm2,.lh58.lmm2{max-height: 88px;}.lh55.lmm3,.lh56.lmm3,.lh57.lmm3,.lh58.lmm3{max-height: 132px;}.lh55.lmm4,.lh56.lmm4,.lh57.lmm4,.lh58.lmm4{max-height: 176px;}.lh55.lmm5,.lh56.lmm5,.lh57.lmm5,.lh58.lmm5{max-height: 220px;}.lh55.lmm6,.lh56.lmm6,.lh57.lmm6,.lh58.lmm6{max-height: 264px;}.lh55.lmm7,.lh56.lmm7,.lh57.lmm7,.lh58.lmm7{max-height: 308px;}.lh55.lmm8,.lh56.lmm8,.lh57.lmm8,.lh58.lmm8{max-height: 352px;}.lh55.lmm9,.lh56.lmm9,.lh57.lmm9,.lh58.lmm9{max-height: 396px;}.lh55.lmm10,.lh56.lmm10,.lh57.lmm10,.lh58.lmm10{max-height: 440px;}

    .lh59.lmm2,.lh60.lmm2{max-height: 92px;}.lh59.lmm3,.lh60.lmm3{max-height: 138px;}.lh59.lmm4,.lh60.lmm4{max-height: 184px;}.lh59.lmm5,.lh60.lmm5{max-height: 230px;}.lh59.lmm6,.lh60.lmm6{max-height: 276px;}.lh59.lmm7,.lh60.lmm7{max-height: 322px;}.lh59.lmm8,.lh60.lmm8{max-height: 368px;}.lh59.lmm9,.lh60.lmm9{max-height: 414px;}.lh59.lmm10,.lh60.lmm10{max-height: 460px;}

}

@media all and (max-width:1270px) {

    .pt10,.pt12{padding-top: 6px;}.pt14,.pt16{padding-top: 10px;}.pt18,.pt20{padding-top: 12px;}.pt22,.pt24{padding-top: 14px;}.pt26,.pt28{padding-top: 16px;}.pt30,.pt32{padding-top: 18px;}.pt34,.pt36{padding-top: 20px;}.pt38,.pt40,.pt42{padding-top: 24px;}.pt44,.pt46{padding-top: 26px;}.pt48,.pt50{padding-top: 28px;}.pt52,.pt54{padding-top: 30px;}.pt56{padding-top: 32px;}.pt58,.pt60{padding-top: 38px;}.pt62,.pt64{padding-top: 40px;}.pt66,.pt68{padding-top: 42px;}.pt70,.pt72{padding-top: 44px;}.pt74,.pt76{padding-top: 46px;}.pt78,.pt80{padding-top: 48px;}.pt82,.pt84{padding-top: 50px;}.pt86,.pt88{padding-top: 52px;}.pt90,.pt92{padding-top: 54px;}

    .pt94,.pt96{padding-top: 56px;}.pt98,.pt100{padding-top: 58px;}.pt102,.pt104{padding-top: 60px;}.pt106,.pt108{padding-top: 62px;}.pt110,.pt112,.pt114{padding-top: 64px;}.pt116,.pt118{padding-top: 68px;}.pt120,.pt122,.pt124{padding-top: 70px;}.pt126,.pt128{padding-top: 72px;}.pt130,.pt132,.pt134{padding-top: 76px;}.pt136,.pt138{padding-top: 80px;}.pt140,.pt142,.pt144,.pt146,.pt148,.pt150{padding-top: 84px;}.pt152,.pt154,.pt156,.pt158,.pt160{padding-top: 92px;}.pt162,.pt164,.pt166,.pt168,.pt170{padding-top: 102px;}.pt172,.pt174,.pt176,.pt178,.pt180{padding-top: 106px;}.pt182,.pt184,.pt186,.pt188,.pt190{padding-top: 110px;}.pt192,.pt194,.pt196,.pt198,.pt200{padding-top: 116px;}

    .pt202,.pt204,.pt206,.pt208,.pt210{padding-top: 120px;}.pt212,.pt214,.pt216,.pt218,.pt220{padding-top: 124px;}.pt222,.pt224,.pt226,.pt228,.pt230{padding-top: 128px;}.pt232,.pt234,.pt236,.pt238,.pt240{padding-top: 132px;}.pt242,.pt244,.pt246,.pt248,.pt250{padding-top: 136px;}.pt252,.pt254,.pt256,.pt258,.pt260{padding-top: 140px;}.pt262,.pt264,.pt266,.pt268,.pt270{padding-top: 144px;}.pt272,.pt274,.pt276,.pt278,.pt280{padding-top: 148px;}.pt282,.pt284,.pt286,.pt288,.pt290{padding-top: 160px;}.pt292,.pt294,.pt296,.pt298,.pt300{padding-top: 168px;}

    .pb10,.pb12{padding-bottom: 6px;}.pb14,.pb16{padding-bottom: 10px;}.pb18,.pb20{padding-bottom: 12px;}.pb22,.pb24{padding-bottom: 14px;}.pb26,.pb28{padding-bottom: 16px;}.pb30,.pb32{padding-bottom: 18px;}.pb34,.pb36{padding-bottom: 20px;}.pb38,.pb40,.pb42{padding-bottom: 24px;}.pb44,.pb46{padding-bottom: 26px;}.pb48,.pb50{padding-bottom: 28px;}.pb52,.pb54{padding-bottom: 30px;}.pb56{padding-bottom: 32px;}.pb58,.pb60{padding-bottom: 38px;}.pb62,.pb64{padding-bottom: 40px;}.pb66,.pb68{padding-bottom: 42px;}.pb70,.pb72{padding-bottom: 44px;}.pb74,.pb76{padding-bottom: 46px;}.pb78,.pb80{padding-bottom: 48px;}.pb82,.pb84{padding-bottom: 50px;}

    .pb86,.pb88{padding-bottom: 52px;}.pb90,.pb92{padding-bottom: 54px;}.pb94,.pb96{padding-bottom: 56px;}.pb98,.pb100{padding-bottom: 58px;}.pb102,.pb104{padding-bottom: 60px;}.pb106,.pb108{padding-bottom: 62px;}.pb110,.pb112,.pb114{padding-bottom: 64px;}.pb116,.pb118{padding-bottom: 68px;}.pb120,.pb122,.pb124{padding-bottom: 70px;}.pb126,.pb128{padding-bottom: 72px;}.pb130,.pb132,.pb134{padding-bottom: 76px;}.pb136,.pb138{padding-bottom: 80px;}.pb140,.pb142,.pb144,.pb146,.pb148,.pb150{padding-bottom: 84px;}.pb152,.pb154,.pb156,.pb158,.pb160{padding-bottom: 92px;}.pb162,.pb164,.pb166,.pb168,.pb170{padding-bottom: 102px;}.pb172,.pb174,.pb176,.pb178,.pb180{padding-bottom: 106px;}

    .pb182,.pb184,.pb186,.pb188,.pb190{padding-bottom: 110px;}.pb192,.pb194,.pb196,.pb198,.pb200{padding-bottom: 116px;}.pb202,.pb204,.pb206,.pb208,.pb210{padding-bottom: 120px;}.pb212,.pb214,.pb216,.pb218,.pb220{padding-bottom: 124px;}.pb222,.pb224,.pb226,.pb228,.pb230{padding-bottom: 128px;}.pb232,.pb234,.pb236,.pb238,.pb240{padding-bottom: 132px;}.pb242,.pb244,.pb246,.pb248,.pb250{padding-bottom: 136px;}.pb252,.pb254,.pb256,.pb258,.pb260{padding-bottom: 140px;}.pb262,.pb264,.pb266,.pb268,.pb270{padding-bottom: 144px;}.pb272,.pb274,.pb276,.pb278,.pb280{padding-bottom: 148px;}.pb282,.pb284,.pb286,.pb288,.pb290{padding-bottom: 160px;}.pb292,.pb294,.pb296,.pb298,.pb300{padding-bottom: 168px;}

    .mt10,.mt12{margin-top: 6px;}.mt14,.mt16{margin-top: 10px;}.mt18,.mt20{margin-top: 12px;}.mt22,.mt24{margin-top: 14px;}.mt26,.mt28{margin-top: 16px;}.mt30,.mt32{margin-top: 18px;}.mt34,.mt36{margin-top: 20px;}.mt38,.mt40,.mt42{margin-top: 24px;}.mt44,.mt46{margin-top: 26px;}.mt48,.mt50{margin-top: 28px;}.mt52,.mt54{margin-top: 30px;}.mt56{margin-top: 32px;}.mt58,.mt60{margin-top: 38px;}.mt62,.mt64{margin-top: 40px;}.mt66,.mt68{margin-top: 42px;}.mt70,.mt72{margin-top: 44px;}.mt74,.mt76{margin-top: 46px;}.mt78,.mt80{margin-top: 48px;}.mt82,.mt84{margin-top: 50px;}.mt86,.mt88{margin-top: 52px;}.mt90,.mt92{margin-top: 54px;}.mt94,.mt96{margin-top: 56px;}

    .mt98,.mt100{margin-top: 58px;}.mt102,.mt104{margin-top: 60px;}.mt106,.mt108{margin-top: 62px;}.mt110,.mt112,.mt114{margin-top: 64px;}.mt116,.mt118{margin-top: 68px;}.mt120,.mt122,.mt124{margin-top: 70px;}.mt126,.mt128{margin-top: 72px;}.mt130,.mt132,.mt134{margin-top: 76px;}.mt136,.mt138{margin-top: 80px;}.mt140,.mt142,.mt144,.mt146,.mt148,.mt150{margin-top: 84px;}.mt152,.mt154,.mt156,.mt158,.mt160{margin-top: 92px;}.mt162,.mt164,.mt166,.mt168,.mt170{margin-top: 102px;}.mt172,.mt174,.mt176,.mt178,.mt180{margin-top: 106px;}.mt182,.mt184,.mt186,.mt188,.mt190{margin-top: 110px;}.mt192,.mt194,.mt196,.mt198,.mt200{margin-top: 116px;}.mt202,.mt204,.mt206,.mt208,.mt210{margin-top: 120px;}

    .mt212,.mt214,.mt216,.mt218,.mt220{margin-top: 124px;}.mt222,.mt224,.mt226,.mt228,.mt230{margin-top: 128px;}.mt232,.mt234,.mt236,.mt238,.mt240{margin-top: 132px;}.mt242,.mt244,.mt246,.mt248,.mt250{margin-top: 136px;}.mt252,.mt254,.mt256,.mt258,.mt260{margin-top: 140px;}.mt262,.mt264,.mt266,.mt268,.mt270{margin-top: 144px;}.mt272,.mt274,.mt276,.mt278,.mt280{margin-top: 148px;}.mt282,.mt284,.mt286,.mt288,.mt290{margin-top: 160px;}.mt292,.mt294,.mt296,.mt298,.mt300{margin-top: 168px;}

    .fs16,.fs17,.fs18{font-size: 15px;}.fs19,.fs20,.fs21,.fs22{font-size: 16px;}.fs23,.fs24,.fs25{font-size: 18px;}.fs26,.fs27,.fs28{font-size: 20px;}.fs29,.fs30,.fs31{font-size: 22px;}.fs32,.fs33,.fs34{font-size: 24px;}.fs35,.fs36,.fs37{font-size: 26px;}.fs38,.fs39,.fs40,.fs41{font-size: 28px;}.fs42,.fs43,.fs44,.fs45{font-size: 30px;}.fs46,.fs47,.fs48,.fs49,.fs50,.fs51{font-size: 32px;}.fs52,.fs53,.fs54,.fs55,.fs56,.fs57{font-size: 34px;}.fs58,.fs59,.fs60,.fs61{font-size: 36px;}.fs62,.fs63,.fs64,.fs65{font-size: 38px;}.fs66,.fs67,.fs68,.fs69{font-size: 40px;}.fs70,.fs71,.fs72,.fs73{font-size: 42px;}.fs74,.fs75,.fs76,.fs77{font-size: 44px;}

    .fs78,.fs79,.fs80,.fs81{font-size: 46px;}.fs82,.fs83,.fs84,.fs85{font-size: 48px;}.fs86,.fs87,.fs88{font-size: 50px;}.fs89,.fs90,.fs91{font-size: 52px;}.fs92,.fs93,.fs94{font-size: 54px;}.fs95,.fs96,.fs97{font-size: 56px;}.fs98,.fs99,.fs100,.fs101{font-size: 58px;}.fs102,.fs103,.fs104,.fs105{font-size: 60px;}.fs106,.fs107,.fs108,.fs109{font-size: 64px;}.fs110,.fs111,.fs112,.fs113{font-size: 66px;}.fs114,.fs115,.fs116,.fs117{font-size: 68px;}.fs118,.fs119,.fs120{font-size: 70px;}

    .lh24,.lh25{line-height: 23px;}.lh26{line-height: 24px;} .lh27,.lh28,.lh29{line-height: 25px;}.lh30,.lh31,.lh32{line-height: 26px;}.lh33,.lh34{line-height: 28px;}.lh35,.lh36{line-height: 29px;}.lh37,.lh38{line-height: 30px;}.lh39,.lh40,.lh41,.lh42{line-height: 32px;}.lh43,.lh44,.lh45,.lh46{line-height: 34px;}.lh47,.lh48,.lh49,.lh50{line-height: 36px;}.lh51,.lh52{line-height: 38px;}.lh53,.lh54{line-height: 40px;}.lh55,.lh56,.lh57,.lh58{line-height: 42px;}.lh59,.lh60{line-height: 44px;}

    .lh24.lm2,.lh25.lm2{height: 46px;}.lh24.lm3,.lh25.lm3{height: 69px;}.lh24.lm4,.lh25.lm4{height: 92px;}.lh24.lm5,.lh25.lm5{height: 115px;}.lh24.lm6,.lh25.lm6{height: 138px;}.lh24.lm7,.lh25.lm7{height: 161px;}.lh24.lm8,.lh25.lm8{height: 184px;}.lh24.lm9,.lh25.lm9{height: 207px;}.lh24.lm10,.lh25.lm10{height: 230px;}.lh26.lm2{height: 48px;}.lh26.lm3{height: 72px;}.lh26.lm4{height: 96px;}.lh26.lm5{height: 120px;}.lh26.lm6{height: 144px;}.lh26.lm7{height: 168px;}.lh26.lm8{height: 192px;}.lh26.lm9{height: 216px;}.lh26.lm10{height: 240px;}

    .lh27.lm2,.lh28.lm2,.lh29.lm2{height: 50px;}.lh27.lm3,.lh28.lm3,.lh29.lm3{height: 75px;}.lh27.lm4,.lh28.lm4,.lh29.lm4{height: 100px;}.lh27.lm5,.lh28.lm5,.lh29.lm5{height: 125px;}.lh27.lm6,.lh28.lm6,.lh29.lm6{height: 150px;}.lh27.lm7,.lh28.lm7,.lh29.lm7{height: 175px;}.lh27.lm8,.lh28.lm8,.lh29.lm8{height: 200px;}.lh27.lm9,.lh28.lm9,.lh29.lm9{height: 225px;}.lh27.lm10,.lh28.lm10,.lh29.lm10{height: 250px;}

    .lh30.lm2,.lh31.lm2,.lh32.lm2{height: 52px;}.lh30.lm3,.lh31.lm3,.lh32.lm3{height: 78px;}.lh30.lm4,.lh31.lm4,.lh32.lm4{height: 104px;}.lh30.lm5,.lh31.lm5,.lh32.lm5{height: 130px;}.lh30.lm6,.lh31.lm6,.lh32.lm6{height: 156px;}.lh30.lm7,.lh31.lm7,.lh32.lm7{height: 182px;}.lh30.lm8,.lh31.lm8,.lh32.lm8{height: 208px;}.lh30.lm9,.lh31.lm9,.lh32.lm9{height: 234px;}.lh30.lm10,.lh31.lm10,.lh32.lm10{height: 260px;}

    .lh33.lm2,.lh34.lm2{height: 56px;}.lh33.lm3,.lh34.lm3{height: 84px;}.lh33.lm4,.lh34.lm4{height: 112px;}.lh33.lm5,.lh34.lm5{height: 140px;}.lh33.lm6,.lh34.lm6{height: 168px;}.lh33.lm7,.lh34.lm7{height: 196px;}.lh33.lm8,.lh34.lm8{height: 224px;}.lh33.lm9,.lh34.lm9{height: 252px;}.lh33.lm10,.lh34.lm10{height: 280px;}

    .lh35.lm2,.lh36.lm2{height: 58px;}.lh35.lm3,.lh36.lm3{height: 87px;}.lh35.lm4,.lh36.lm4{height: 116px;}.lh35.lm5,.lh36.lm5{height: 145px;}.lh35.lm6,.lh36.lm6{height: 174px;}.lh35.lm7,.lh36.lm7{height: 203px;}.lh35.lm8,.lh36.lm8{height: 232px;}.lh35.lm9,.lh36.lm9{height: 261px;}.lh35.lm10,.lh36.lm10{height: 290px;}

    .lh37.lm2,.lh38.lm2{height: 60px;}.lh37.lm3,.lh38.lm3{height: 90px;}.lh37.lm4,.lh38.lm4{height: 120px;}.lh37.lm5,.lh38.lm5{height: 150px;}.lh37.lm6,.lh38.lm6{height: 180px;}.lh37.lm7,.lh38.lm7{height: 210px;}.lh37.lm8,.lh38.lm8{height: 240px;}.lh37.lm9,.lh38.lm9{height: 270px;}.lh37.lm10,.lh38.lm10{height: 300px;}

    .lh39.lm2,.lh40.lm2,.lh41.lm2,.lh42.lm2{height: 64px;}.lh39.lm3,.lh40.lm3,.lh41.lm3,.lh42.lm3{height: 96px;}.lh39.lm4,.lh40.lm4,.lh41.lm4,.lh42.lm4{height: 128px;}.lh39.lm5,.lh40.lm5,.lh41.lm5,.lh42.lm5{height: 160px;}.lh39.lm6,.lh40.lm6,.lh41.lm6,.lh42.lm6{height: 192px;}.lh39.lm7,.lh40.lm7,.lh41.lm7,.lh42.lm7{height: 224px;}.lh39.lm8,.lh40.lm8,.lh41.lm8,.lh42.lm8{height: 256px;}.lh39.lm9,.lh40.lm9,.lh41.lm9,.lh42.lm9{height: 288px;}.lh39.lm10,.lh40.lm10,.lh41.lm10,.lh42.lm10{height: 320px;}

    .lh43.lm2,.lh44.lm2,.lh45.lm2,.lh46.lm2{height: 68px;}.lh43.lm3,.lh44.lm3,.lh45.lm3,.lh46.lm3{height: 102px;}.lh43.lm4,.lh44.lm4,.lh45.lm4,.lh46.lm4{height: 136px;}.lh43.lm5,.lh44.lm5,.lh45.lm5,.lh46.lm5{height: 170px;}.lh43.lm6,.lh44.lm6,.lh45.lm6,.lh46.lm6{height: 204px;}.lh43.lm7,.lh44.lm7,.lh45.lm7,.lh46.lm7{height: 238px;}.lh43.lm8,.lh44.lm8,.lh45.lm8,.lh46.lm8{height: 272px;}.lh43.lm9,.lh44.lm9,.lh45.lm9,.lh46.lm9{height: 306px;}.lh43.lm10,.lh44.lm10,.lh45.lm10,.lh46.lm10{height: 340px;}

    .lh47.lm2,.lh48.lm2,.lh49.lm2,.lh50.lm2{height: 72px;}.lh47.lm3,.lh48.lm3,.lh49.lm3,.lh50.lm3{height: 108px;}.lh47.lm4,.lh48.lm4,.lh49.lm4,.lh50.lm4{height: 144px;}.lh47.lm5,.lh48.lm5,.lh49.lm5,.lh50.lm5{height: 180px;}.lh47.lm6,.lh48.lm6,.lh49.lm6,.lh50.lm6{height: 216px;}.lh47.lm7,.lh48.lm7,.lh49.lm7,.lh50.lm7{height: 252px;}.lh47.lm8,.lh48.lm8,.lh49.lm8,.lh50.lm8{height: 288px;}.lh47.lm9,.lh48.lm9,.lh49.lm9,.lh50.lm9{height: 324px;}.lh47.lm10,.lh48.lm10,.lh49.lm10,.lh50.lm10{height: 360px;}

    .lh51.lm2,.lh52.lm2{height: 76px;}.lh51.lm3,.lh52.lm3{height: 114px;}.lh51.lm4,.lh52.lm4{height: 152px;}.lh51.lm5,.lh52.lm5{height: 190px;}.lh51.lm6,.lh52.lm6{height: 228px;}.lh51.lm7,.lh52.lm7{height: 266px;}.lh51.lm8,.lh52.lm8{height: 304px;}.lh51.lm9,.lh52.lm9{height: 342px;}.lh51.lm10,.lh52.lm10{height: 380px;}.lh53.lm2,.lh54.lm2{height: 80px;}.lh53.lm3,.lh54.lm3{height: 120px;}.lh53.lm4,.lh54.lm4{height: 160px;}.lh53.lm5,.lh54.lm5{height: 200px;}.lh53.lm6,.lh54.lm6{height: 240px;}.lh53.lm7,.lh54.lm7{height: 280px;}.lh53.lm8,.lh54.lm8{height: 320px;}.lh53.lm9,.lh54.lm9{height: 360px;}.lh53.lm10,.lh54.lm10{height: 400px;}

    .lh55.lm2,.lh56.lm2,.lh57.lm2,.lh58.lm2{height: 84px;}.lh55.lm3,.lh56.lm3,.lh57.lm3,.lh58.lm3{height: 126px;}.lh55.lm4,.lh56.lm4,.lh57.lm4,.lh58.lm4{height: 168px;}.lh55.lm5,.lh56.lm5,.lh57.lm5,.lh58.lm5{height: 210px;}.lh55.lm6,.lh56.lm6,.lh57.lm6,.lh58.lm6{height: 252px;}.lh55.lm7,.lh56.lm7,.lh57.lm7,.lh58.lm7{height: 294px;}.lh55.lm8,.lh56.lm8,.lh57.lm8,.lh58.lm8{height: 336px;}.lh55.lm9,.lh56.lm9,.lh57.lm9,.lh58.lm9{height: 378px;}.lh55.lm10,.lh56.lm10,.lh57.lm10,.lh58.lm10{height: 420px;}

    .lh59.lm2,.lh60.lm2{height: 88px;}.lh59.lm3,.lh60.lm3{height: 132px;}.lh59.lm4,.lh60.lm4{height: 176px;}.lh59.lm5,.lh60.lm5{height: 220px;}.lh59.lm6,.lh60.lm6{height: 264px;}.lh59.lm7,.lh60.lm7{height: 308px;}.lh59.lm8,.lh60.lm8{height: 352px;}.lh59.lm9,.lh60.lm9{height: 396px;}.lh59.lm10,.lh60.lm10{height: 440px;}

    .lh24.lmm2,.lh25.lmm2{max-height: 46px;}.lh24.lmm3,.lh25.lmm3{max-height: 69px;}.lh24.lmm4,.lh25.lmm4{max-height: 92px;}.lh24.lmm5,.lh25.lmm5{max-height: 115px;}.lh24.lmm6,.lh25.lmm6{max-height: 138px;}.lh24.lmm7,.lh25.lmm7{max-height: 161px;}.lh24.lmm8,.lh25.lmm8{max-height: 184px;}.lh24.lmm9,.lh25.lmm9{max-height: 207px;}.lh24.lmm10,.lh25.lmm10{max-height: 230px;}.lh26.lmm2{max-height: 48px;}.lh26.lmm3{max-height: 72px;}.lh26.lmm4{max-height: 96px;}.lh26.lmm5{max-height: 120px;}.lh26.lmm6{max-height: 144px;}.lh26.lmm7{max-height: 168px;}.lh26.lmm8{max-height: 192px;}.lh26.lmm9{max-height: 216px;}.lh26.lmm10{max-height: 240px;}

    .lh27.lmm2,.lh28.lmm2,.lh29.lmm2{max-height: 50px;}.lh27.lmm3,.lh28.lmm3,.lh29.lmm3{max-height: 75px;}.lh27.lmm4,.lh28.lmm4,.lh29.lmm4{max-height: 100px;}.lh27.lmm5,.lh28.lmm5,.lh29.lmm5{max-height: 125px;}.lh27.lmm6,.lh28.lmm6,.lh29.lmm6{max-height: 150px;}.lh27.lmm7,.lh28.lmm7,.lh29.lmm7{max-height: 175px;}.lh27.lmm8,.lh28.lmm8,.lh29.lmm8{max-height: 200px;}.lh27.lmm9,.lh28.lmm9,.lh29.lmm9{max-height: 225px;}.lh27.lmm10,.lh28.lmm10,.lh29.lmm10{max-height: 250px;}

    .lh30.lmm2,.lh31.lmm2,.lh32.lmm2{max-height: 52px;}.lh30.lmm3,.lh31.lmm3,.lh32.lmm3{max-height: 78px;}.lh30.lmm4,.lh31.lmm4,.lh32.lmm4{max-height: 104px;}.lh30.lmm5,.lh31.lmm5,.lh32.lmm5{max-height: 130px;}.lh30.lmm6,.lh31.lmm6,.lh32.lmm6{max-height: 156px;}.lh30.lmm7,.lh31.lmm7,.lh32.lmm7{max-height: 182px;}.lh30.lmm8,.lh31.lmm8,.lh32.lmm8{max-height: 208px;}.lh30.lmm9,.lh31.lmm9,.lh32.lmm9{max-height: 234px;}.lh30.lmm10,.lh31.lmm10,.lh32.lmm10{max-height: 260px;}

    .lh33.lmm2,.lh34.lmm2{max-height: 56px;}.lh33.lmm3,.lh34.lmm3{max-height: 84px;}.lh33.lmm4,.lh34.lmm4{max-height: 112px;}.lh33.lmm5,.lh34.lmm5{max-height: 140px;}.lh33.lmm6,.lh34.lmm6{max-height: 168px;}.lh33.lmm7,.lh34.lmm7{max-height: 196px;}.lh33.lmm8,.lh34.lmm8{max-height: 224px;}.lh33.lmm9,.lh34.lmm9{max-height: 252px;}.lh33.lmm10,.lh34.lmm10{max-height: 280px;}

    .lh35.lmm2,.lh36.lmm2{max-height: 58px;}.lh35.lmm3,.lh36.lmm3{max-height: 87px;}.lh35.lmm4,.lh36.lmm4{max-height: 116px;}.lh35.lmm5,.lh36.lmm5{max-height: 145px;}.lh35.lmm6,.lh36.lmm6{max-height: 174px;}.lh35.lmm7,.lh36.lmm7{max-height: 203px;}.lh35.lmm8,.lh36.lmm8{max-height: 232px;}.lh35.lmm9,.lh36.lmm9{max-height: 261px;}.lh35.lmm10,.lh36.lmm10{max-height: 290px;}

    .lh37.lmm2,.lh38.lmm2{max-height: 60px;}.lh37.lmm3,.lh38.lmm3{max-height: 90px;}.lh37.lmm4,.lh38.lmm4{max-height: 120px;}.lh37.lmm5,.lh38.lmm5{max-height: 150px;}.lh37.lmm6,.lh38.lmm6{max-height: 180px;}.lh37.lmm7,.lh38.lmm7{max-height: 210px;}.lh37.lmm8,.lh38.lmm8{max-height: 240px;}.lh37.lmm9,.lh38.lmm9{max-height: 270px;}.lh37.lmm10,.lh38.lmm10{max-height: 300px;}

    .lh39.lmm2,.lh40.lmm2,.lh41.lmm2,.lh42.lmm2{max-height: 64px;}.lh39.lmm3,.lh40.lmm3,.lh41.lmm3,.lh42.lmm3{max-height: 96px;}.lh39.lmm4,.lh40.lmm4,.lh41.lmm4,.lh42.lmm4{max-height: 128px;}.lh39.lmm5,.lh40.lmm5,.lh41.lmm5,.lh42.lmm5{max-height: 160px;}.lh39.lmm6,.lh40.lmm6,.lh41.lmm6,.lh42.lmm6{max-height: 192px;}.lh39.lmm7,.lh40.lmm7,.lh41.lmm7,.lh42.lmm7{max-height: 224px;}.lh39.lmm8,.lh40.lmm8,.lh41.lmm8,.lh42.lmm8{max-height: 256px;}.lh39.lmm9,.lh40.lmm9,.lh41.lmm9,.lh42.lmm9{max-height: 288px;}.lh39.lmm10,.lh40.lmm10,.lh41.lmm10,.lh42.lmm10{max-height: 320px;}

    .lh43.lmm2,.lh44.lmm2,.lh45.lmm2,.lh46.lmm2{max-height: 68px;}.lh43.lmm3,.lh44.lmm3,.lh45.lmm3,.lh46.lmm3{max-height: 102px;}.lh43.lmm4,.lh44.lmm4,.lh45.lmm4,.lh46.lmm4{max-height: 136px;}.lh43.lmm5,.lh44.lmm5,.lh45.lmm5,.lh46.lmm5{max-height: 170px;}.lh43.lmm6,.lh44.lmm6,.lh45.lmm6,.lh46.lmm6{max-height: 204px;}.lh43.lmm7,.lh44.lmm7,.lh45.lmm7,.lh46.lmm7{max-height: 238px;}.lh43.lmm8,.lh44.lmm8,.lh45.lmm8,.lh46.lmm8{max-height: 272px;}.lh43.lmm9,.lh44.lmm9,.lh45.lmm9,.lh46.lmm9{max-height: 306px;}.lh43.lmm10,.lh44.lmm10,.lh45.lmm10,.lh46.lmm10{max-height: 340px;}

    .lh47.lmm2,.lh48.lmm2,.lh49.lmm2,.lh50.lmm2{max-height: 72px;}.lh47.lmm3,.lh48.lmm3,.lh49.lmm3,.lh50.lmm3{max-height: 108px;}.lh47.lmm4,.lh48.lmm4,.lh49.lmm4,.lh50.lmm4{max-height: 144px;}.lh47.lmm5,.lh48.lmm5,.lh49.lmm5,.lh50.lmm5{max-height: 180px;}.lh47.lmm6,.lh48.lmm6,.lh49.lmm6,.lh50.lmm6{max-height: 216px;}.lh47.lmm7,.lh48.lmm7,.lh49.lmm7,.lh50.lmm7{max-height: 252px;}.lh47.lmm8,.lh48.lmm8,.lh49.lmm8,.lh50.lmm8{max-height: 288px;}.lh47.lmm9,.lh48.lmm9,.lh49.lmm9,.lh50.lmm9{max-height: 324px;}.lh47.lmm10,.lh48.lmm10,.lh49.lmm10,.lh50.lmm10{max-height: 360px;}

    .lh51.lmm2,.lh52.lmm2{max-height: 76px;}.lh51.lmm3,.lh52.lmm3{max-height: 114px;}.lh51.lmm4,.lh52.lmm4{max-height: 152px;}.lh51.lmm5,.lh52.lmm5{max-height: 190px;}.lh51.lmm6,.lh52.lmm6{max-height: 228px;}.lh51.lmm7,.lh52.lmm7{max-height: 266px;}.lh51.lmm8,.lh52.lmm8{max-height: 304px;}.lh51.lmm9,.lh52.lmm9{max-height: 342px;}.lh51.lmm10,.lh52.lmm10{max-height: 380px;}.lh53.lmm2,.lh54.lmm2{max-height: 80px;}.lh53.lmm3,.lh54.lmm3{max-height: 120px;}.lh53.lmm4,.lh54.lmm4{max-height: 160px;}.lh53.lmm5,.lh54.lmm5{max-height: 200px;}.lh53.lmm6,.lh54.lmm6{max-height: 240px;}.lh53.lmm7,.lh54.lmm7{max-height: 280px;}.lh53.lmm8,.lh54.lmm8{max-height: 320px;}.lh53.lmm9,.lh54.lmm9{max-height: 360px;}.lh53.lmm10,.lh54.lmm10{max-height: 400px;}

    .lh55.lmm2,.lh56.lmm2,.lh57.lmm2,.lh58.lmm2{max-height: 84px;}.lh55.lmm3,.lh56.lmm3,.lh57.lmm3,.lh58.lmm3{max-height: 126px;}.lh55.lmm4,.lh56.lmm4,.lh57.lmm4,.lh58.lmm4{max-height: 168px;}.lh55.lmm5,.lh56.lmm5,.lh57.lmm5,.lh58.lmm5{max-height: 210px;}.lh55.lmm6,.lh56.lmm6,.lh57.lmm6,.lh58.lmm6{max-height: 252px;}.lh55.lmm7,.lh56.lmm7,.lh57.lmm7,.lh58.lmm7{max-height: 294px;}.lh55.lmm8,.lh56.lmm8,.lh57.lmm8,.lh58.lmm8{max-height: 336px;}.lh55.lmm9,.lh56.lmm9,.lh57.lmm9,.lh58.lmm9{max-height: 378px;}.lh55.lmm10,.lh56.lmm10,.lh57.lmm10,.lh58.lmm10{max-height: 420px;}

    .lh59.lmm2,.lh60.lmm2{max-height: 88px;}.lh59.lmm3,.lh60.lmm3{max-height: 132px;}.lh59.lmm4,.lh60.lmm4{max-height: 176px;}.lh59.lmm5,.lh60.lmm5{max-height: 220px;}.lh59.lmm6,.lh60.lmm6{max-height: 264px;}.lh59.lmm7,.lh60.lmm7{max-height: 308px;}.lh59.lmm8,.lh60.lmm8{max-height: 352px;}.lh59.lmm9,.lh60.lmm9{max-height: 396px;}.lh59.lmm10,.lh60.lmm10{max-height: 440px;}

}

@media all and (max-width:680px) {

    .pt4{padding-top: 2px;}.pt6,.pt8{padding-top: 4px;}.pt10,.pt12{padding-top: 6px;}.pt14,.pt16{padding-top: 8px;}.pt18,.pt20{padding-top: 10px;}.pt22,.pt24{padding-top: 12px;}.pt26,.pt28{padding-top: 14px;}.pt30,.pt32{padding-top: 16px;}.pt34,.pt36{padding-top: 18px;}.pt38,.pt40,.pt42{padding-top: 20px;}.pt44,.pt46,.pt48,.pt50{padding-top: 22px;}.pt52,.pt54{padding-top: 24px;}.pt56,.pt58,.pt60{padding-top: 26px;}.pt62,.pt64{padding-top: 28px;}.pt66,.pt68,.pt70,.pt72{padding-top: 30px;}.pt74,.pt76,.pt78,.pt80,.pt82,.pt84{padding-top: 32px;}

    .pt86,.pt88,.pt90,.pt92,.pt94,.pt96{padding-top: 34px;}.pt98,.pt100,.pt102,.pt104,.pt106,.pt108{padding-top: 36px;}.pt110,.pt112,.pt114,.pt116,.pt118,.pt120,.pt122,.pt124{padding-top: 38px;}.pt126,.pt128,.pt130,.pt132,.pt134,.pt136,.pt138{padding-top: 40px;}.pt140,.pt142,.pt144,.pt146,.pt148,.pt150{padding-top: 42px;}.pt152,.pt154,.pt156,.pt158,.pt160,.pt162,.pt164,.pt166,.pt168,.pt170{padding-top: 44px;}.pt172,.pt174,.pt176,.pt178,.pt180,.pt182,.pt184,.pt186,.pt188,.pt190{padding-top: 46px;}.pt192,.pt194,.pt196,.pt198,.pt200{padding-top: 48px;}.pt202,.pt204,.pt206,.pt208,.pt210{padding-top: 50px;}

    .pt212,.pt214,.pt216,.pt218,.pt220{padding-top: 52px;}.pt222,.pt224,.pt226,.pt228,.pt230{padding-top: 54px;}.pt232,.pt234,.pt236,.pt238,.pt240{padding-top: 56px;}.pt242,.pt244,.pt246,.pt248,.pt250{padding-top: 58px;}.pt252,.pt254,.pt256,.pt258,.pt260{padding-top: 60px;}.pt262,.pt264,.pt266,.pt268,.pt270{padding-top: 66px;}.pt272,.pt274,.pt276,.pt278,.pt280{padding-top: 70px;}.pt282,.pt284,.pt286,.pt288,.pt290{padding-top: 76px;}.pt292,.pt294,.pt296,.pt298,.pt300{padding-top: 80px;}

    .pb4{padding-bottom: 2px;}.pb6,.pb8{padding-bottom: 4px;}.pb10,.pb12{padding-bottom: 6px;}.pb14,.pb16{padding-bottom: 8px;}.pb18,.pb20{padding-bottom: 10px;}.pb22,.pb24{padding-bottom: 12px;}.pb26,.pb28{padding-bottom: 14px;}.pb30,.pb32{padding-bottom: 16px;}.pb34,.pb36{padding-bottom: 18px;}.pb38,.pb40,.pb42{padding-bottom: 20px;}.pb44,.pb46,.pb48,.pb50{padding-bottom: 22px;}.pb52,.pb54{padding-bottom: 24px;}.pb56,.pb58,.pb60{padding-bottom: 26px;}.pb62,.pb64{padding-bottom: 28px;}.pb66,.pb68,.pb70,.pb72{padding-bottom: 30px;}

    .pb74,.pb76,.pb78,.pb80,.pb82,.pb84{padding-bottom: 32px;}.pb86,.pb88,.pb90,.pb92,.pb94,.pb96{padding-bottom: 34px;}.pb98,.pb100,.pb102,.pb104,.pb106,.pb108{padding-bottom: 36px;}.pb110,.pb112,.pb114,.pb116,.pb118,.pb120,.pb122,.pb124{padding-bottom: 38px;}.pb126,.pb128,.pb130,.pb132,.pb134,.pb136,.pb138{padding-bottom: 40px;}.pb140,.pb142,.pb144,.pb146,.pb148,.pb150{padding-bottom: 42px;}.pb152,.pb154,.pb156,.pb158,.pb160,.pb162,.pb164,.pb166,.pb168,.pb170{padding-bottom: 44px;}.pb172,.pb174,.pb176,.pb178,.pb180,.pb182,.pb184,.pb186,.pb188,.pb190{padding-bottom: 46px;}.pb192,.pb194,.pb196,.pb198,.pb200{padding-bottom: 48px;}

    .pb202,.pb204,.pb206,.pb208,.pb210{padding-bottom: 50px;}.pb212,.pb214,.pb216,.pb218,.pb220{padding-bottom: 52px;}.pb222,.pb224,.pb226,.pb228,.pb230{padding-bottom: 54px;}.pb232,.pb234,.pb236,.pb238,.pb240{padding-bottom: 56px;}.pb242,.pb244,.pb246,.pb248,.pb250{padding-bottom: 58px;}.pb252,.pb254,.pb256,.pb258,.pb260{padding-bottom: 60px;}.pb262,.pb264,.pb266,.pb268,.pb270{padding-bottom: 66px;}.pb272,.pb274,.pb276,.pb278,.pb280{padding-bottom: 70px;}.pb282,.pb284,.pb286,.pb288,.pb290{padding-bottom: 76px;}.pb292,.pb294,.pb296,.pb298,.pb300{padding-bottom: 80px;}

    .mt4{margin-top: 2px;}.mt6,.mt8{margin-top: 4px;}.mt10,.mt12{margin-top: 6px;}.mt14,.mt16{margin-top: 8px;}.mt18,.mt20{margin-top: 10px;}.mt22,.mt24{margin-top: 12px;}.mt26,.mt28{margin-top: 14px;}.mt30,.mt32{margin-top: 16px;}.mt34,.mt36{margin-top: 18px;}.mt38,.mt40,.mt42{margin-top: 20px;}.mt44,.mt46,.mt48,.mt50{margin-top: 22px;}.mt52,.mt54{margin-top: 24px;}.mt56,.mt58,.mt60{margin-top: 26px;}.mt62,.mt64{margin-top: 28px;}.mt66,.mt68,.mt70,.mt72{margin-top: 30px;}.mt74,.mt76,.mt78,.mt80,.mt82,.mt84{margin-top: 32px;}

    .mt86,.mt88,.mt90,.mt92,.mt94,.mt96{margin-top: 34px;}.mt98,.mt100,.mt102,.mt104,.mt106,.mt108{margin-top: 36px;}.mt110,.mt112,.mt114,.mt116,.mt118,.mt120,.mt122,.mt124{margin-top: 38px;}.mt126,.mt128,.mt130,.mt132,.mt134,.mt136,.mt138{margin-top: 40px;}.mt140,.mt142,.mt144,.mt146,.mt148,.mt150{margin-top: 42px;}.mt152,.mt154,.mt156,.mt158,.mt160,.mt162,.mt164,.mt166,.mt168,.mt170{margin-top: 44px;}.mt172,.mt174,.mt176,.mt178,.mt180,.mt182,.mt184,.mt186,.mt188,.mt190{margin-top: 46px;}.mt192,.mt194,.mt196,.mt198,.mt200{margin-top: 48px;}.mt202,.mt204,.mt206,.mt208,.mt210{margin-top: 50px;}.mt212,.mt214,.mt216,.mt218,.mt220{margin-top: 52px;}

    .mt222,.mt224,.mt226,.mt228,.mt230{margin-top: 54px;}.mt232,.mt234,.mt236,.mt238,.mt240{margin-top: 56px;}.mt242,.mt244,.mt246,.mt248,.mt250{margin-top: 58px;}.mt252,.mt254,.mt256,.mt258,.mt260{margin-top: 60px;}.mt262,.mt264,.mt266,.mt268,.mt270{margin-top: 66px;}.mt272,.mt274,.mt276,.mt278,.mt280{margin-top: 70px;}.mt282,.mt284,.mt286,.mt288,.mt290{margin-top: 76px;}.mt292,.mt294,.mt296,.mt298,.mt300{margin-top: 80px;}

    .fs13{font-size: 12px;}.fs14{font-size: 13px;}.fs15,.fs16{font-size: 14px;}.fs17,.fs18,.fs19{font-size: 15px;}.fs20,.fs21,.fs22{font-size: 16px;}.fs23,.fs24,.fs25{font-size: 17px;}.fs26,.fs27,.fs28{font-size: 18px;}.fs29,.fs30,.fs31{font-size: 19px;}.fs32,.fs33,.fs34,.fs35,.fs36{font-size: 20px;}.fs37,.fs38,.fs39,.fs40,.fs41{font-size: 21px;}.fs42,.fs43,.fs44,.fs45{font-size: 22px;}.fs46,.fs47,.fs48,.fs49{font-size: 23px;}.fs50,.fs51,.fs52,.fs53,.fs54{font-size: 24px;}.fs55,.fs56,.fs57{font-size: 25px;}.fs58,.fs59,.fs60{font-size: 26px;}

    .fs61,.fs62,.fs63{font-size: 27px;}.fs64,.fs65,.fs66{font-size: 28px;}.fs67,.fs68,.fs69{font-size: 29px;}.fs70,.fs71,.fs72,.fs73{font-size: 30px;}.fs74,.fs75,.fs76,.fs77{font-size: 32px;}.fs78,.fs79,.fs80,.fs81{font-size: 34px;}.fs82,.fs83,.fs84,.fs85{font-size: 36px;}.fs86,.fs87,.fs88{font-size: 38px;}.fs89,.fs90,.fs91{font-size: 40px;}.fs92,.fs93,.fs94{font-size: 42px;}.fs95,.fs96,.fs97{font-size: 44px;}.fs98,.fs99,.fs100,.fs101{font-size: 46px;}.fs102,.fs103,.fs104,.fs105{font-size: 48px;}.fs106,.fs107,.fs108,.fs109{font-size: 50px;}.fs110,.fs111,.fs112,.fs113{font-size: 52px;}.fs114,.fs115,.fs116,.fs117{font-size: 54px;}.fs118,.fs119,.fs120{font-size: 56px;}

    .lh15,.lh16{line-height: 14px;}.lh17,.lh18{line-height: 15px;}.lh19,.lh20{line-height: 16px;}.lh21,.lh22{line-height: 18px;}.lh23{line-height: 20px;}.lh24,.lh25{line-height: 21px;}.lh26{line-height: 22px;} .lh27,.lh28,.lh29{line-height: 23px;}.lh30,.lh31,.lh32{line-height: 24px;}.lh33,.lh34{line-height: 26px;}.lh35,.lh36{line-height: 27px;}.lh37,.lh38{line-height: 28px;}.lh39,.lh40,.lh41,.lh42{line-height: 29px;}.lh43,.lh44,.lh45,.lh46{line-height: 30px;}.lh47,.lh48,.lh49,.lh50{line-height: 32px;}.lh51,.lh52{line-height: 34px;}.lh53,.lh54{line-height: 35px;}.lh55,.lh56,.lh57,.lh58{line-height: 36px;}.lh59,.lh60{line-height: 38px;}

    .lh15.lm2,.lh16.lm2{height: 28px;}.lh15.lm3,.lh16.lm3{height: 42px;}.lh15.lm4,.lh16.lm4{height: 56px;}.lh15.lm5,.lh16.lm5{height: 70px;}.lh15.lm6,.lh16.lm6{height: 84px;}.lh15.lm7,.lh16.lm7{height: 98px;}.lh15.lm8,.lh16.lm8{height: 112px;}.lh15.lm9,.lh16.lm9{height: 126px;}.lh15.lm10,.lh16.lm10{height: 140px;}.lh17.lm2,.lh18.lm2{height: 30px;}.lh17.lm3,.lh18.lm3{height: 45px;}.lh17.lm4,.lh18.lm4{height: 60px;}.lh17.lm5,.lh18.lm5{height: 75px;}.lh17.lm6,.lh18.lm6{height: 90px;}.lh17.lm7,.lh18.lm7{height: 105px;}.lh17.lm8,.lh18.lm8{height: 120px;}.lh17.lm9,.lh18.lm9{height: 135px;}.lh17.lm10,.lh18.lm10{height: 150px;}

    .lh19.lm2,.lh20.lm2{height: 32px;}.lh19.lm3,.lh20.lm3{height: 48px;}.lh19.lm4,.lh20.lm4{height: 64px;}.lh19.lm5,.lh20.lm5{height: 80px;}.lh19.lm6,.lh20.lm6{height: 96px;}.lh19.lm7,.lh20.lm7{height: 112px;}.lh19.lm8,.lh20.lm8{height: 128px;}.lh19.lm9,.lh20.lm9{height: 144px;}.lh19.lm10,.lh20.lm10{height: 160px;}.lh21.lm2,.lh22.lm2{height: 36px;}.lh21.lm3,.lh22.lm3{height: 54px;}.lh21.lm4,.lh22.lm4{height: 72px;}.lh21.lm5,.lh22.lm5{height: 90px;}.lh21.lm6,.lh22.lm6{height: 108px;}.lh21.lm7,.lh22.lm7{height: 126px;}.lh21.lm8,.lh22.lm8{height: 144px;}.lh21.lm9,.lh22.lm9{height: 162px;}.lh21.lm10,.lh22.lm10{height: 180px;}

    .lh23.lm2{height: 40px;}.lh23.lm3{height: 60px;}.lh23.lm4{height: 80px;}.lh23.lm5{height: 100px;}.lh23.lm6{height: 120px;}.lh23.lm7{height: 140px;}.lh23.lm8{height: 160px;}.lh23.lm9{height: 180px;}.lh23.lm10{height: 200px;}.lh24.lm2,.lh25.lm2{height: 42px;}.lh24.lm3,.lh25.lm3{height: 63px;}.lh24.lm4,.lh25.lm4{height: 84px;}.lh24.lm5,.lh25.lm5{height: 105px;}.lh24.lm6,.lh25.lm6{height: 126px;}.lh24.lm7,.lh25.lm7{height: 147px;}.lh24.lm8,.lh25.lm8{height: 168px;}.lh24.lm9,.lh25.lm9{height: 189px;}.lh24.lm10,.lh25.lm10{height: 210px;}

    .lh26.lm2{height: 44px;}.lh26.lm3{height: 66px;}.lh26.lm4{height: 88px;}.lh26.lm5{height: 110px;}.lh26.lm6{height: 132px;}.lh26.lm7{height: 154px;}.lh26.lm8{height: 176px;}.lh26.lm9{height: 198px;}.lh26.lm10{height: 220px;}.lh27.lm2,.lh28.lm2,.lh29.lm2{height: 46px;}.lh27.lm3,.lh28.lm3,.lh29.lm3{height: 69px;}.lh27.lm4,.lh28.lm4,.lh29.lm4{height: 92px;}.lh27.lm5,.lh28.lm5,.lh29.lm5{height: 115px;}.lh27.lm6,.lh28.lm6,.lh29.lm6{height: 138px;}.lh27.lm7,.lh28.lm7,.lh29.lm7{height: 161px;}.lh27.lm8,.lh28.lm8,.lh29.lm8{height: 184px;}.lh27.lm9,.lh28.lm9,.lh29.lm9{height: 207px;}.lh27.lm10,.lh28.lm10,.lh29.lm10{height: 230px;}

    .lh30.lm2,.lh31.lm2,.lh32.lm2{height: 48px;}.lh30.lm3,.lh31.lm3,.lh32.lm3{height: 72px;}.lh30.lm4,.lh31.lm4,.lh32.lm4{height: 96px;}.lh30.lm5,.lh31.lm5,.lh32.lm5{height: 120px;}.lh30.lm6,.lh31.lm6,.lh32.lm6{height: 144px;}.lh30.lm7,.lh31.lm7,.lh32.lm7{height: 168px;}.lh30.lm8,.lh31.lm8,.lh32.lm8{height: 192px;}.lh30.lm9,.lh31.lm9,.lh32.lm9{height: 216px;}.lh30.lm10,.lh31.lm10,.lh32.lm10{height: 240px;}.lh33.lm2,.lh34.lm2{height: 52px;}.lh33.lm3,.lh34.lm3{height: 78px;}.lh33.lm4,.lh34.lm4{height: 104px;}.lh33.lm5,.lh34.lm5{height: 130px;}.lh33.lm6,.lh34.lm6{height: 156px;}.lh33.lm7,.lh34.lm7{height: 182px;}.lh33.lm8,.lh34.lm8{height: 208px;}.lh33.lm9,.lh34.lm9{height: 234px;}.lh33.lm10,.lh34.lm10{height: 260px;}

    .lh35.lm2,.lh36.lm2{height: 54px;}.lh35.lm3,.lh36.lm3{height: 81px;}.lh35.lm4,.lh36.lm4{height: 108px;}.lh35.lm5,.lh36.lm5{height: 135px;}.lh35.lm6,.lh36.lm6{height: 162px;}.lh35.lm7,.lh36.lm7{height: 189px;}.lh35.lm8,.lh36.lm8{height: 216px;}.lh35.lm9,.lh36.lm9{height: 243px;}.lh35.lm10,.lh36.lm10{height: 270px;}.lh37.lm2,.lh38.lm2{height: 56px;}.lh37.lm3,.lh38.lm3{height: 84px;}.lh37.lm4,.lh38.lm4{height: 112px;}.lh37.lm5,.lh38.lm5{height: 140px;}.lh37.lm6,.lh38.lm6{height: 168px;}.lh37.lm7,.lh38.lm7{height: 196px;}.lh37.lm8,.lh38.lm8{height: 224px;}.lh37.lm9,.lh38.lm9{height: 252px;}.lh37.lm10,.lh38.lm10{height: 280px;}

    .lh39.lm2,.lh40.lm2,.lh41.lm2,.lh42.lm2{height: 58px;}.lh39.lm3,.lh40.lm3,.lh41.lm3,.lh42.lm3{height: 87px;}.lh39.lm4,.lh40.lm4,.lh41.lm4,.lh42.lm4{height: 116px;}.lh39.lm5,.lh40.lm5,.lh41.lm5,.lh42.lm5{height: 145px;}.lh39.lm6,.lh40.lm6,.lh41.lm6,.lh42.lm6{height: 174px;}.lh39.lm7,.lh40.lm7,.lh41.lm7,.lh42.lm7{height: 203px;}.lh39.lm8,.lh40.lm8,.lh41.lm8,.lh42.lm8{height: 232px;}.lh39.lm9,.lh40.lm9,.lh41.lm9,.lh42.lm9{height: 261px;}.lh39.lm10,.lh40.lm10,.lh41.lm10,.lh42.lm10{height: 290px;}

    .lh43.lm2,.lh44.lm2,.lh45.lm2,.lh46.lm2{height: 60px;}.lh43.lm3,.lh44.lm3,.lh45.lm3,.lh46.lm3{height: 90px;}.lh43.lm4,.lh44.lm4,.lh45.lm4,.lh46.lm4{height: 120px;}.lh43.lm5,.lh44.lm5,.lh45.lm5,.lh46.lm5{height: 150px;}.lh43.lm6,.lh44.lm6,.lh45.lm6,.lh46.lm6{height: 180px;}.lh43.lm7,.lh44.lm7,.lh45.lm7,.lh46.lm7{height: 210px;}.lh43.lm8,.lh44.lm8,.lh45.lm8,.lh46.lm8{height: 240px;}.lh43.lm9,.lh44.lm9,.lh45.lm9,.lh46.lm9{height: 270px;}.lh43.lm10,.lh44.lm10,.lh45.lm10,.lh46.lm10{height: 300px;}

    .lh47.lm2,.lh48.lm2,.lh49.lm2,.lh50.lm2{height: 64px;}.lh47.lm3,.lh48.lm3,.lh49.lm3,.lh50.lm3{height: 96px;}.lh47.lm4,.lh48.lm4,.lh49.lm4,.lh50.lm4{height: 128px;}.lh47.lm5,.lh48.lm5,.lh49.lm5,.lh50.lm5{height: 160px;}.lh47.lm6,.lh48.lm6,.lh49.lm6,.lh50.lm6{height: 192px;}.lh47.lm7,.lh48.lm7,.lh49.lm7,.lh50.lm7{height: 224px;}.lh47.lm8,.lh48.lm8,.lh49.lm8,.lh50.lm8{height: 256px;}.lh47.lm9,.lh48.lm9,.lh49.lm9,.lh50.lm9{height: 388px;}.lh47.lm10,.lh48.lm10,.lh49.lm10,.lh50.lm10{height: 320px;}

    .lh51.lm2,.lh52.lm2{height: 68px;}.lh51.lm3,.lh52.lm3{height: 102px;}.lh51.lm4,.lh52.lm4{height: 136px;}.lh51.lm5,.lh52.lm5{height: 170px;}.lh51.lm6,.lh52.lm6{height: 204px;}.lh51.lm7,.lh52.lm7{height: 238px;}.lh51.lm8,.lh52.lm8{height: 272px;}.lh51.lm9,.lh52.lm9{height: 306px;}.lh51.lm10,.lh52.lm10{height: 340px;}.lh53.lm2,.lh54.lm2{height: 70px;}.lh53.lm3,.lh54.lm3{height: 105px;}.lh53.lm4,.lh54.lm4{height: 140px;}.lh53.lm5,.lh54.lm5{height: 175px;}.lh53.lm6,.lh54.lm6{height: 210px;}.lh53.lm7,.lh54.lm7{height: 245px;}.lh53.lm8,.lh54.lm8{height: 280px;}.lh53.lm9,.lh54.lm9{height: 315px;}.lh53.lm10,.lh54.lm10{height: 350px;}

    .lh55.lm2,.lh56.lm2,.lh57.lm2,.lh58.lm2{height: 72px;}.lh55.lm3,.lh56.lm3,.lh57.lm3,.lh58.lm3{height: 108px;}.lh55.lm4,.lh56.lm4,.lh57.lm4,.lh58.lm4{height: 144px;}.lh55.lm5,.lh56.lm5,.lh57.lm5,.lh58.lm5{height: 180px;}.lh55.lm6,.lh56.lm6,.lh57.lm6,.lh58.lm6{height: 216px;}.lh55.lm7,.lh56.lm7,.lh57.lm7,.lh58.lm7{height: 252px;}.lh55.lm8,.lh56.lm8,.lh57.lm8,.lh58.lm8{height: 288px;}.lh55.lm9,.lh56.lm9,.lh57.lm9,.lh58.lm9{height: 324px;}.lh55.lm10,.lh56.lm10,.lh57.lm10,.lh58.lm10{height: 360px;}

    .lh59.lm2,.lh60.lm2{height: 76px;}.lh59.lm3,.lh60.lm3{height: 114px;}.lh59.lm4,.lh60.lm4{height: 152px;}.lh59.lm5,.lh60.lm5{height: 190px;}.lh59.lm6,.lh60.lm6{height: 228px;}.lh59.lm7,.lh60.lm7{height: 266px;}.lh59.lm8,.lh60.lm8{height: 304px;}.lh59.lm9,.lh60.lm9{height: 342px;}.lh59.lm10,.lh60.lm10{height: 380px;}

    .lh15.lmm2,.lh16.lmm2{max-height: 28px;}.lh15.lmm3,.lh16.lmm3{max-height: 42px;}.lh15.lmm4,.lh16.lmm4{max-height: 56px;}.lh15.lmm5,.lh16.lmm5{max-height: 70px;}.lh15.lmm6,.lh16.lmm6{max-height: 84px;}.lh15.lmm7,.lh16.lmm7{max-height: 98px;}.lh15.lmm8,.lh16.lmm8{max-height: 112px;}.lh15.lmm9,.lh16.lmm9{max-height: 126px;}.lh15.lmm10,.lh16.lmm10{max-height: 140px;}.lh17.lmm2,.lh18.lmm2{max-height: 30px;}.lh17.lmm3,.lh18.lmm3{max-height: 45px;}.lh17.lmm4,.lh18.lmm4{max-height: 60px;}.lh17.lmm5,.lh18.lmm5{max-height: 75px;}.lh17.lmm6,.lh18.lmm6{max-height: 90px;}.lh17.lmm7,.lh18.lmm7{max-height: 105px;}.lh17.lmm8,.lh18.lmm8{max-height: 120px;}.lh17.lmm9,.lh18.lmm9{max-height: 135px;}.lh17.lmm10,.lh18.lmm10{max-height: 150px;}

    .lh19.lmm2,.lh20.lmm2{max-height: 32px;}.lh19.lmm3,.lh20.lmm3{max-height: 48px;}.lh19.lmm4,.lh20.lmm4{max-height: 64px;}.lh19.lmm5,.lh20.lmm5{max-height: 80px;}.lh19.lmm6,.lh20.lmm6{max-height: 96px;}.lh19.lmm7,.lh20.lmm7{max-height: 112px;}.lh19.lmm8,.lh20.lmm8{max-height: 128px;}.lh19.lmm9,.lh20.lmm9{max-height: 144px;}.lh19.lmm10,.lh20.lmm10{max-height: 160px;}.lh21.lmm2,.lh22.lmm2{max-height: 36px;}.lh21.lmm3,.lh22.lmm3{max-height: 54px;}.lh21.lmm4,.lh22.lmm4{max-height: 72px;}.lh21.lmm5,.lh22.lmm5{max-height: 90px;}.lh21.lmm6,.lh22.lmm6{max-height: 108px;}.lh21.lmm7,.lh22.lmm7{max-height: 126px;}.lh21.lmm8,.lh22.lmm8{max-height: 144px;}.lh21.lmm9,.lh22.lmm9{max-height: 162px;}.lh21.lmm10,.lh22.lmm10{max-height: 180px;}

    .lh23.lmm2{max-height: 40px;}.lh23.lmm3{max-height: 60px;}.lh23.lmm4{max-height: 80px;}.lh23.lmm5{max-height: 100px;}.lh23.lmm6{max-height: 120px;}.lh23.lmm7{max-height: 140px;}.lh23.lmm8{max-height: 160px;}.lh23.lmm9{max-height: 180px;}.lh23.lmm10{max-height: 200px;}.lh24.lmm2,.lh25.lmm2{max-height: 42px;}.lh24.lmm3,.lh25.lmm3{max-height: 63px;}.lh24.lmm4,.lh25.lmm4{max-height: 84px;}.lh24.lmm5,.lh25.lmm5{max-height: 105px;}.lh24.lmm6,.lh25.lmm6{max-height: 126px;}.lh24.lmm7,.lh25.lmm7{max-height: 147px;}.lh24.lmm8,.lh25.lmm8{max-height: 168px;}.lh24.lmm9,.lh25.lmm9{max-height: 189px;}.lh24.lmm10,.lh25.lmm10{max-height: 210px;}

    .lh26.lmm2{max-height: 44px;}.lh26.lmm3{max-height: 66px;}.lh26.lmm4{max-height: 88px;}.lh26.lmm5{max-height: 110px;}.lh26.lmm6{max-height: 132px;}.lh26.lmm7{max-height: 154px;}.lh26.lmm8{max-height: 176px;}.lh26.lmm9{max-height: 198px;}.lh26.lmm10{max-height: 220px;}.lh27.lmm2,.lh28.lmm2,.lh29.lmm2{max-height: 46px;}.lh27.lmm3,.lh28.lmm3,.lh29.lmm3{max-height: 69px;}.lh27.lmm4,.lh28.lmm4,.lh29.lmm4{max-height: 92px;}.lh27.lmm5,.lh28.lmm5,.lh29.lmm5{max-height: 115px;}.lh27.lmm6,.lh28.lmm6,.lh29.lmm6{max-height: 138px;}.lh27.lmm7,.lh28.lmm7,.lh29.lmm7{max-height: 161px;}.lh27.lmm8,.lh28.lmm8,.lh29.lmm8{max-height: 184px;}.lh27.lmm9,.lh28.lmm9,.lh29.lmm9{max-height: 207px;}.lh27.lmm10,.lh28.lmm10,.lh29.lmm10{max-height: 230px;}

    .lh30.lmm2,.lh31.lmm2,.lh32.lmm2{max-height: 48px;}.lh30.lmm3,.lh31.lmm3,.lh32.lmm3{max-height: 72px;}.lh30.lmm4,.lh31.lmm4,.lh32.lmm4{max-height: 96px;}.lh30.lmm5,.lh31.lmm5,.lh32.lmm5{max-height: 120px;}.lh30.lmm6,.lh31.lmm6,.lh32.lmm6{max-height: 144px;}.lh30.lmm7,.lh31.lmm7,.lh32.lmm7{max-height: 168px;}.lh30.lmm8,.lh31.lmm8,.lh32.lmm8{max-height: 192px;}.lh30.lmm9,.lh31.lmm9,.lh32.lmm9{max-height: 216px;}.lh30.lmm10,.lh31.lmm10,.lh32.lmm10{max-height: 240px;}.lh33.lmm2,.lh34.lmm2{max-height: 52px;}.lh33.lmm3,.lh34.lmm3{max-height: 78px;}.lh33.lmm4,.lh34.lmm4{max-height: 104px;}.lh33.lmm5,.lh34.lmm5{max-height: 130px;}.lh33.lmm6,.lh34.lmm6{max-height: 156px;}.lh33.lmm7,.lh34.lmm7{max-height: 182px;}.lh33.lmm8,.lh34.lmm8{max-height: 208px;}.lh33.lmm9,.lh34.lmm9{max-height: 234px;}.lh33.lmm10,.lh34.lmm10{max-height: 260px;}

    .lh35.lmm2,.lh36.lmm2{max-height: 54px;}.lh35.lmm3,.lh36.lmm3{max-height: 81px;}.lh35.lmm4,.lh36.lmm4{max-height: 108px;}.lh35.lmm5,.lh36.lmm5{max-height: 135px;}.lh35.lmm6,.lh36.lmm6{max-height: 162px;}.lh35.lmm7,.lh36.lmm7{max-height: 189px;}.lh35.lmm8,.lh36.lmm8{max-height: 216px;}.lh35.lmm9,.lh36.lmm9{max-height: 243px;}.lh35.lmm10,.lh36.lmm10{max-height: 270px;}.lh37.lmm2,.lh38.lmm2{max-height: 56px;}.lh37.lmm3,.lh38.lmm3{max-height: 84px;}.lh37.lmm4,.lh38.lmm4{max-height: 112px;}.lh37.lmm5,.lh38.lmm5{max-height: 140px;}.lh37.lmm6,.lh38.lmm6{max-height: 168px;}.lh37.lmm7,.lh38.lmm7{max-height: 196px;}.lh37.lmm8,.lh38.lmm8{max-height: 224px;}.lh37.lmm9,.lh38.lmm9{max-height: 252px;}.lh37.lmm10,.lh38.lmm10{max-height: 280px;}

    .lh39.lmm2,.lh40.lmm2,.lh41.lmm2,.lh42.lmm2{max-height: 58px;}.lh39.lmm3,.lh40.lmm3,.lh41.lmm3,.lh42.lmm3{max-height: 87px;}.lh39.lmm4,.lh40.lmm4,.lh41.lmm4,.lh42.lmm4{max-height: 116px;}.lh39.lmm5,.lh40.lmm5,.lh41.lmm5,.lh42.lmm5{max-height: 145px;}.lh39.lmm6,.lh40.lmm6,.lh41.lmm6,.lh42.lmm6{max-height: 174px;}.lh39.lmm7,.lh40.lmm7,.lh41.lmm7,.lh42.lmm7{max-height: 203px;}.lh39.lmm8,.lh40.lmm8,.lh41.lmm8,.lh42.lmm8{max-height: 232px;}.lh39.lmm9,.lh40.lmm9,.lh41.lmm9,.lh42.lmm9{max-height: 261px;}.lh39.lmm10,.lh40.lmm10,.lh41.lmm10,.lh42.lmm10{max-height: 290px;}

    .lh43.lmm2,.lh44.lmm2,.lh45.lmm2,.lh46.lmm2{max-height: 60px;}.lh43.lmm3,.lh44.lmm3,.lh45.lmm3,.lh46.lmm3{max-height: 90px;}.lh43.lmm4,.lh44.lmm4,.lh45.lmm4,.lh46.lmm4{max-height: 120px;}.lh43.lmm5,.lh44.lmm5,.lh45.lmm5,.lh46.lmm5{max-height: 150px;}.lh43.lmm6,.lh44.lmm6,.lh45.lmm6,.lh46.lmm6{max-height: 180px;}.lh43.lmm7,.lh44.lmm7,.lh45.lmm7,.lh46.lmm7{max-height: 210px;}.lh43.lmm8,.lh44.lmm8,.lh45.lmm8,.lh46.lmm8{max-height: 240px;}.lh43.lmm9,.lh44.lmm9,.lh45.lmm9,.lh46.lmm9{max-height: 270px;}.lh43.lmm10,.lh44.lmm10,.lh45.lmm10,.lh46.lmm10{max-height: 300px;}

    .lh47.lmm2,.lh48.lmm2,.lh49.lmm2,.lh50.lmm2{max-height: 64px;}.lh47.lmm3,.lh48.lmm3,.lh49.lmm3,.lh50.lmm3{max-height: 96px;}.lh47.lmm4,.lh48.lmm4,.lh49.lmm4,.lh50.lmm4{max-height: 128px;}.lh47.lmm5,.lh48.lmm5,.lh49.lmm5,.lh50.lmm5{max-height: 160px;}.lh47.lmm6,.lh48.lmm6,.lh49.lmm6,.lh50.lmm6{max-height: 192px;}.lh47.lmm7,.lh48.lmm7,.lh49.lmm7,.lh50.lmm7{max-height: 224px;}.lh47.lmm8,.lh48.lmm8,.lh49.lmm8,.lh50.lmm8{max-height: 256px;}.lh47.lmm9,.lh48.lmm9,.lh49.lmm9,.lh50.lmm9{max-height: 388px;}.lh47.lmm10,.lh48.lmm10,.lh49.lmm10,.lh50.lmm10{max-height: 320px;}

    .lh51.lmm2,.lh52.lmm2{max-height: 68px;}.lh51.lmm3,.lh52.lmm3{max-height: 102px;}.lh51.lmm4,.lh52.lmm4{max-height: 136px;}.lh51.lmm5,.lh52.lmm5{max-height: 170px;}.lh51.lmm6,.lh52.lmm6{max-height: 204px;}.lh51.lmm7,.lh52.lmm7{max-height: 238px;}.lh51.lmm8,.lh52.lmm8{max-height: 272px;}.lh51.lmm9,.lh52.lmm9{max-height: 306px;}.lh51.lmm10,.lh52.lmm10{max-height: 340px;}.lh53.lmm2,.lh54.lmm2{max-height: 70px;}.lh53.lmm3,.lh54.lmm3{max-height: 105px;}.lh53.lmm4,.lh54.lmm4{max-height: 140px;}.lh53.lmm5,.lh54.lmm5{max-height: 175px;}.lh53.lmm6,.lh54.lmm6{max-height: 210px;}.lh53.lmm7,.lh54.lmm7{max-height: 245px;}.lh53.lmm8,.lh54.lmm8{max-height: 280px;}.lh53.lmm9,.lh54.lmm9{max-height: 315px;}.lh53.lmm10,.lh54.lmm10{max-height: 350px;}

    .lh55.lmm2,.lh56.lmm2,.lh57.lmm2,.lh58.lmm2{max-height: 72px;}.lh55.lmm3,.lh56.lmm3,.lh57.lmm3,.lh58.lmm3{max-height: 108px;}.lh55.lmm4,.lh56.lmm4,.lh57.lmm4,.lh58.lmm4{max-height: 144px;}.lh55.lmm5,.lh56.lmm5,.lh57.lmm5,.lh58.lmm5{max-height: 180px;}.lh55.lmm6,.lh56.lmm6,.lh57.lmm6,.lh58.lmm6{max-height: 216px;}.lh55.lmm7,.lh56.lmm7,.lh57.lmm7,.lh58.lmm7{max-height: 252px;}.lh55.lmm8,.lh56.lmm8,.lh57.lmm8,.lh58.lmm8{max-height: 288px;}.lh55.lmm9,.lh56.lmm9,.lh57.lmm9,.lh58.lmm9{max-height: 324px;}.lh55.lmm10,.lh56.lmm10,.lh57.lmm10,.lh58.lmm10{max-height: 360px;}

    .lh59.lmm2,.lh60.lmm2{max-height: 76px;}.lh59.lmm3,.lh60.lmm3{max-height: 114px;}.lh59.lmm4,.lh60.lmm4{max-height: 152px;}.lh59.lmm5,.lh60.lmm5{max-height: 190px;}.lh59.lmm6,.lh60.lmm6{max-height: 228px;}.lh59.lmm7,.lh60.lmm7{max-height: 266px;}.lh59.lmm8,.lh60.lmm8{max-height: 304px;}.lh59.lmm9,.lh60.lmm9{max-height: 342px;}.lh59.lmm10,.lh60.lmm10{max-height: 380px;}    

}
/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    .pagesBan-con{font-size: 180px;}
    .proXlSer-desc-box{transform: translate(-20%,-110px);}
}
@media all and (max-width:1590px) {
    /* 1440 × (700)  */
    .indcd-lun .img{height: 150px;}
    .indcd-lun{padding: 30px;}
    .pagesBan-con{font-size: 150px;}
    .newsSlide{padding: 30px;}
    .newsSlide-con{padding: 40px 0 35px 40px;}
    .caseList-img img{height: 330px;}
    .newsDet-side{padding: 30px;}
    .newsDet-side-item{padding: 20px;}
    .newsDet-show-con{padding: 30px 30px 70px;}
    .hzList-page{font-size: 120px;}
    .dealerNav a{margin-left: 30px;}
    .dealer-swp-img{height: 180px;}
    .contCode-map{height: 540px;}
    .msgCont-table .dealerCode{width: 65%;}
    .loginView-con{width: 42%;padding: 40px 60px 40px 30px;}
    .loginView-table,.loginView-title, .loginView-tips, .loginView-switch, .loginView-logo{padding-left: 30px;}
    .loginView-input .title,.loginView-menu .title{font-size: 14px;}
    .loginView-input input,.loginView-menu .select{width: 68%;}
    .loginView-item.forgot .loginView-input:nth-child(2) input{width: calc(68% - 74px);}
    .join-menu, .join-header{padding: 0 30px;}
    .join-header{padding-bottom: 20px;}
    .joinPopup{padding: 30px 40px 40px;width: 500px;border-radius: 8px;}
    .joinPopup-close{right: 40px;}
    .video-img .img img{height: 250px;}
    .video-text .title{height: 55px;}
    .serNav-item{height: 240px;}
    .serNav-text{margin-top: 20px;}
    .serNav-icon{height: 90px;}
    .abWH-list li{height: 580px;}
    .abWH-list li{padding: 0 60px 50px;}
    .abWH-drop{padding: 100px 45px 0;}
    .abMom-con{padding: 60px;}
    .abBtm-img img{max-height: 270px;}
    .proList-item{padding: 30px 45px;}
    .proList-img{height: 300px;}
    .indtt-cont .cont-r{padding: 0px 140px 0px 60px;}
    .proXL-list-item{padding: 60px 25px;}
    .proXL-list-img{height: 190px;}
    .proXlSer-desc{padding: 40px;}
    .proXlSer-left{padding: 90px 20px 180px 120px;min-height: 800px;}
    .proXlSer-list li{height: 50px;padding-left: 30px;}
    .proXlLink-item{height: 85px;}
    .aboufz-cont .cont-r {padding: 300px 135px;}
    .aboufz-dw {margin: 80px 0px;top: 80px;}
    .aboufz-years-vertical__years__left,.aboufz-years-vertical__years__right__item{font-size: 200px;}
    .circular-chart{margin-left: 130px;}
    .detVideo-con{margin-top: 60px;}
    .detWhat-con{padding: 30px;}
    .detWhat-text{padding: 0 40px;}
    .detMain-text .text p{margin-top: 20px ;}
    .detMain-down{height: 90px;padding: 0 60px 0 20px;}
    .detFun-table td{font-size: 15px;padding: 12px;width: 260px;}
    .threesixty{height: 500px;}
    .hzBtm-btn{width: 140px;height: 140px;}
    .house-nav a{padding-left: 2px;width: 80px;}
    .house-nav a p{transform: scale(.8);}
    .detNav-item{font-size: 14px;height: 60px;margin-left: 15px;}
    .detNav.scroll .detNav-item{height: 50px;}
    .proXL-intro h1,.proXL-intro h2{font-size: 34px;}
    .proXL-intro .contain{padding:  0 5%;}
    .proDet-popup{width: 70%;}
    .proXlSer-desc-box{transform: translate(-20%,-90px);}
    .dealerCode-input input{font-size: 14px;}
    .dealerCode-input input::-webkit-input-placeholder{font-size: 14px;}
    .dealerCode-input input,.dealerCode-img img{height: 42px;}
    .dealerCode-btn{height: 48px;width: 34%;}
    .dealerCode-input{width: 220px;}
    /* 新增 */
    .success-btn-item{width: 260px;height: 52px;}
    .success-img svg{width: 180px;display: block;height: 180px;}
    .indsc-list .list-muen .img{height: 210px;}
    .indsc-list .list-muen .img .show{padding: 0 30px;}
    .case .newsNav-item{margin-left: 55px;}
}
@media all and (max-width:1430px) {
    /* 1360 */
}
@media all and (max-width:1350px) {
    /* 1280 */
}
@media all and (max-width:1270px) {
    /* 1152 × (700) */
    .pagesBan-con{font-size: 120px;}
    .caseList-img img{height: 250px;}
    .hzList-page{font-size: 90px;}
    .hzList-title .title{padding-left: 12px;}
    .hzList-con{padding-right: 20px;}
    .hzList-item:nth-child(2n) .hzList-con{padding-left: 40px;}
    .buyLocal-icon li{width: 32%;}
    .buyLocal-icon .img{width: 50px;height: 50px;}
    .buyLocal-icon .text{font-size: 13px;}
    .buyData{margin-left: 7%;width: 47%;}
    .contIntro-text{padding-left: 15px;}
    .contIntro-icon{width: 54px;height: 54px;}
    .msgCont-data{padding: 20px 15px 40px;}
    .dealerCode-input input{padding-left: 15px;}
    .msgCont-table .dealerCode{width: 75%;}
    .loginView-switch{justify-content: center;}
    .join-menu li, .join-header li{width: 150px;}
    .prob-list li{padding: 20px;margin-top: 15px;}
    .prob-text{padding: 0 30px;}
    .video-img .img img{height: 210px;}
    .video-text .title{height: 45px;}
    .serxz-lun li .lt4 {margin-right: 30px;}
    .abWH-list li {padding: 0 40px 30px;height: 520px;}
    .abWH-drop {padding: 60px 30px 0;}
    .abWH-icon{width: 40px;}
    .abWH-drop-text p:first-child{margin-top: 15px;}
    .abWH-drop-text p{margin-top: 10px;}
    .abMom-con{padding: 40px;}
    .proList-img{height: 250px;}
    .proList-img img{max-width: 80%;}
    .indtt-cont .cont-r {padding: 40px 80px 40px 40px;}
    .proXL-intro-text{padding: 0;}
    .proXL-list-item{border-radius: 15px;padding: 40px 15px;}
    .proXlSer-desc-box{right: 10%;}
    .proXlSer-left {padding: 50px 0 180px 50px;min-height: 700px;}
    .proXlLink-item{padding: 0 20px;}
    .aboufz2{display: block;}
    .detFun-table td{width: 200px;}
    .detNav-item{font-size: 12px;height: 50px;margin-left: 10px;}
    .proXL-intro h1,.proXL-intro h2{font-size: 32px;}
    .proXL-intro .contain{padding: 0;}
    .proDet-popup .msgCont-table .dealerCode{width: 55%;}
    .proXlSer-desc-box {transform: translate(-20%,-70px);}
    .dealerCode{width: 100%;justify-content: flex-start;}
    .dealerCode-btn{width: 100px;margin-left: 15px;}
    .indsc-list .list-muen .img{height: 170px;}
    .indsc-list .list-muen .img .show{padding: 0 15px;}
    
    
}
/* ------------------------平板端-------------------------- */
@media all and (max-width:1100px) {
    /* 1024 横屏 */
    .house-nav{display: none;}
    .pagesBread{display: none;}
    .detNav{top: 60px;}
    .contIntro-list li{width: 48%;}
    
}
@media all and (max-width:1000px) {
    /* 720 竖屏 */
    .serxz-lun li .lt1 .img {position: relative;width: 10%;margin-right: 15px;}
    .serxz-lun li .lt1 .text {width: 90%;}
    .aboufz2 .gallery-more li{padding: 15px;}
    .proIntro-text{width: 100%;margin-top: 30px;}
    .proIntro-img{width: 100%;}
    .detBan-bg img{height: 80vh;}
    .detPar-table{overflow-x: auto;}
    .newsList-con{margin-left: 0;justify-content: space-between;}
    .newsList-con li{margin: 20px 0 0;width: 48%;}

    .proIntro-img img{width: 70%;}
    .proIntro-text p{margin-top: 10px;}
    .proXL-list-item{width: 100%;}
    .proXL-list-item{width: 100%;margin: 15px 0 0;border-radius: 10px;padding: 30px 15px;}
    .proXL-list-img{width: 100%;}
    .proXL-list-con{width: 100%;margin-top: 20px;}
    .proXL-list-con .more{border-width: 2px;width: 120px;height: 44px;}
    .proXlSer-desc-box {transform: translate(-30px,-70px);}
    .proXlSer-list li{padding-right: 35px;}
    .indtt-cont .cont-l{width: 100%;}
    .indtt-cont .cont-r{width: 100%;padding: 30px 15px;}
    .indtt-cont .cont-r .title{line-height: 28px;}
    .indtt-form .list li{width: 100%;}
    .indtt-form input{font-size: 14px;}
    .indtt-form input::-webkit-input-placeholder{font-size: 14px;}
    .indtt-btn .yz{width: 200px;height: 48px;}
    .indtt-btn .yz .img{width: 102px;right: 0;}
    .indtt-btn .yz input{padding: 0;padding-left: 12px;height: 44px;}
    .indtt-btn .btn{margin-left: 15px;width: 120px;height: 44px;}
    .abIntro-con{width: 100%;}
    .abIntro-video{width: 100%;margin-top: 30px;}
    .abIntro-num li{width: 55%;margin-top: 15px;}
    .abIntro-num li:nth-child(2n){width: 45%;}
    .abIntro-video-btn{width: 60px;height: 60px;}
    .abWH-list li{height: 550px;}
    .abWH-drop {padding: 20px 15px 0;}
    .abGal-con{width: 100%;padding: 0;}
    .abGal-img{width: 100%;margin-top: 15px;}
    .abGal-pagination{position: relative;width: 100%;text-align: center;bottom: auto;left: auto;margin-top: 20px;}
    .abGal-pagination .swiper-pagination-bullet{margin-left: 8px;border-width: 2px;width: 10px;height: 10px;}
    .abMom-btn{display: none;}
    .newsDet-show-con{width: 100%;margin-right: 0;}
    .newsDet-side{width: 100%;margin-top: 20px;}
    .pagesBan-box{min-height: unset;}
    .hzList{padding: 0 4%;}
    .hzList-item{margin: 20px 0 0 !important;width: 100%;flex-direction: column-reverse !important;}
    .hzList-con{width: 100%;padding: 30px 15px !important;}
    .hzList-page{font-size: 50px;}
    .hzList-img{width: 100%;}
    .hzList-btn{width: 120px;height: 46px;border-width: 2px;}
    .hzBtm-btn{display: none;}
    .hzBtm-bg img{height: 200px;}
    .hzBtm-text{width: 100%;}
    .buyData-item{flex-wrap: nowrap;}
    .msgCont-con{width: 100%;}
    .msgCont-table{width: 100%;margin-top: 30px;}
    .loginView{justify-content: center;}
    .loginView-img{display: none;}
    .loginView-con{width: 90%;padding: 30px 15px;}
    .loginView-table, .loginView-title, .loginView-tips, .loginView-switch, .loginView-logo{padding-left: 0;}
    .loginView-input .title,.loginView-menu .title{padding-right: 15px;}
    .loginView-input input,.loginView-menu .select{height: 40px;}
    .loginView-table button{height: 50px;width: 85%;margin: 20px auto 0;}
    .loginView-input .title, .loginView-menu .title{font-size: 12px;}
    .loginView-input .title{position: relative;}
    .loginView-input.active .title::after{margin: 0;position: absolute;right: 7px;top: 0px;}
    .loginView-tips,.loginView-switch,.loginView-link{font-size: 12px;justify-content: center;}
    .loginView-switch a{display: inline-block;width: 100%;text-align: center;}
    .loginView-item.register .loginView-switch a{width: auto;}
    .loginView-title{text-align: center;}
}
/* ------------------------手机端-------------------------- */
@media all and (max-width:680px) {
    /* 移动终端 360 适配 */
    .indcd-lun{padding: 15px;}
    .pagesBan-con{font-size: 50px;bottom: 30px;}
    .pagesBread{display: none;}
    .pagesBan::after{bottom: -1px;}
    .pagesTitle{font-size: 20px;}
    .news .newsNav{justify-content: flex-start;}
    .newsNav{flex-wrap: nowrap;white-space: nowrap;overflow-x: auto;justify-content: flex-start;}
    .case .newsNav{width: 100%;margin-top: 20px;}
    .newsNav-item{width: auto;height: 46px;padding: 0 20px;}
    .newsSlide{padding: 15px;}
    .newsSlide-img{width: 100%;}
    .newsSlide-con{width: 100%;padding: 30px 0;}
    .newsSlide-date .day{padding: 0 10px 15px;font-size: 30px;border-width: 2px;}
    .newsSlide-more{border-width: 2px;width: 110px;height: 44px;margin-top: 20px;}
    .newsSlide-title{margin-top: 25px;}
    .newsList-con li{width: 100%;}
    .indcd-lun .img{height: 170px;}
    .caseItem{width: 100%;}
    .caseList-img{border-radius: 3px;}
    .caseList-img img{height: 200px;}
    .caseList-text{padding-left: 0;}
    .caseList-text::after, .caseList-text::before{top: 10px;width: 20px;height: 1px;display: none;}
    .newsDet-show-con{width: 100%;padding:20px 0;margin: 0;}
    .newsDet-title .title{font-size: 16px;}
    .newsDet-title .date{font-size: 13px;margin-top: 10px;}
    #toShare a{width: 30px;height: 30px;margin-left: 12px;}
    #toShare a::before{font-size: 12px;}
    .newsDet-return{margin-top: 30px;border-width: 2px;width: 120px;height: 48px;}
    .newsDet-return::before{margin-right: 5px;font-size: 14px;}
    .newsDet-next a{padding: 0 15px;height: 50px;line-height: 50px;font-size: 13px;}
    .newsDet-side{padding: 20px 15px;width: 100%;margin-top: 20px;}
    .newsDet-message textarea{margin-top: 15px;height: 140px;font-size: 13px;padding: 15px 0 0 15px;}
    .newsDet-message textarea::-webkit-input-placeholder{font-size: 13px;}
    .newsDet-msg-input input{width: 120px;height: 44px;font-size: 13px;}
    .newsDet-msg-input input::-webkit-input-placeholder{font-size: 13px;}
    .newsDet-msg-input .img img{height: 44px;}
    .newsDet-msg-submit{align-items: center;}
    .newsDet-msg-submit button{width: 80px;height: 42px;font-size: 14px;}
    .newsDet-prob-page{display: none;}
    .newsDet-prob-text{margin-left: 0;width: 92%;}
    .newsDet-prob-text .title{font-size: 13px;}
    .newsDet-prob-text .date{display: none;}
    .newsDet-prob-text .text{width: 100%;height: 0;font-size: 12px;}
    .newsDet-problem li::after{right: 10px;font-size: 13px;}
    .newsDet-prob-text .text-box{width: 100%;}
    .newsDet-problem li.active .newsDet-prob-text .text{padding-bottom: 20px;}
    .indsc-list{margin: 0;}
    .indsc-list .list-muen{width: 100%;margin: 15px 0 0;}
    .indsc-list .list-muen .img .show{padding: 0 15px;}
   
    .buyText{width: 100%;}
    .buyLocal{width: 100%;}
    .buyData{width: 100%;margin: 20px 0 0;}
    .buyLocal-title{font-size: 16px;text-align: center;}
    .buyLocal-icon .img{width: 44px;height: 44px;}
    .buyLocal-icon .text{font-size: 12px;}
    .buyLocal-menu{height: 48px;padding: 0 15px;border-width: 2px;}
    .buyLocal-more{height: 48px;}
    .buyData-item{margin-top: 20px;}
    .buyData-img{width: 25%;}
    .buyData-con{flex: 1;padding-left: 15px;margin: 0;}
    .dealerNav{overflow-x: auto;flex-wrap: nowrap;white-space: nowrap;justify-content: flex-start;}
    .dealerNav a{margin-left: 20px;}
    .dealer-swp-img{height: 160px;}
    .dealer-swp-img i{left: 10px;top: 10px;width: 14px;height: 14px;}
    .dealer-swp-img i::after{width: 10px;height: 9px;}
    .dealer-swp-text{height: 54px;padding-left: 15px;}
    .dealerTable-input{width: 100% !important;}
    .dealerTable-input input{font-size: 14px;height: 36px;margin-top: 8px;}
    .dealerTable-input .title{font-size: 14px;}
    .dealerTable-input textarea{font-size: 14px;}
    .dealerCode{width: 100%;justify-content: space-between;}
    .dealerCode-input{border-width: 2px;width: 65%;}
    .dealerCode-input input{font-size: 13px;padding-left: 15px;height: 42px;}
    .dealerCode-input input::-webkit-input-placeholder{font-size: 13px;}
    .dealerCode-img img{ height: 42px;object-fit: fill;}
    .dealerCode-btn{height: 44px;}
    .dealerCode-btn{width: 30%;font-size: 13px;margin-left: 0;}
    .contIntro-list li{max-width: unset;width: 100%;margin: 20px 0 0;}
    .contIntro-icon{width: 40px;height: 40px;}
    .contMsg-text{width: 100%;margin-bottom: 20px;}
    .contCode-map{height: 300px;}
    .map-info{width: 330px;padding: 15px;}
    .amap-container img{width: 50%;}
    .msgCont-con{width: 100%;}
    .msgCont-table{width: 100%;margin-top: 40px;}
    .msgCont-table .dealerTable-input:nth-child(-n+2){width: 100%;}
    .msgCont-data{box-shadow: 0px 10px 14.57px 2.43px rgba(138, 138, 138, 0.11);}
    .msgCont-table .dealerCode{width: 100% !important;}
   
    .join-header{display: none;}
    .join-menu{padding: 12px 0;font-size: 12px;height: auto;}
    .join-menu li{width: auto;}
    .join-menu li:first-child{width: 100%;font-weight: 700;font-size: 13px;margin-bottom: 5px;}
    .join-menu li:last-child::after{font-size: 12px;margin-left: 5px;transform: scale(.8);}
    .joinDrop{padding: 10px 15px 20px;}
    .joinDrop-btn{margin-top: 20px;width: 130px;height: 44px;border-width: 2px;}
    .joinDrop-btn::before{margin-right: 5px;width: 14px;height: 14px;}
    .joinPopup-box{display: block;}
    .joinPopup{width: 90%;padding:25px 15px;}
    .joinPopup-close{top: 25px;right: 15px;width: 22px;height: 22px;border-width: 1px;}
    .joinPopup-close::before{font-size: 12px;transform: scale(.8);}
    .joinPopup-input input{margin-top: 5px;font-size: 12px;height: 40px;}
    .joinPopup-input input::-webkit-input-placeholder{font-size: 12px;}
    .joinPopup-input .upload-btn{height: 40px;}
    .joinPopup-btn{margin-top: 20px;width: 120px;height: 44px;}
    .prob-list li{padding: 15px;}
    .prob-page{width: 36px;height: 36px;}
    .prob-text{padding: 0 15px;}
    .prob-list li::after{margin-top: 8px;}
    .prob-text .text{font-size: 12px;}
    .video-list li{width: 100%;}
    .video-text .title{height: auto;}
    .serxz-lun li .lt2{display: none;}
    .serxz-lun li .lt3{display: none;}
    .serxz-lun li .lt1{padding-left: 15px;width: 75%;}
    .serxz-lun li .lt4 {margin-right: 15px;width: 20%;}
    .serxz-lun li{height: 60px;}
    .serxz-lun li:nth-child(1){height: 50px;border-radius: 5px 5px 0px 0px;}
    .serxz-lun li:nth-child(1) >div{font-size: 13px;}
    .serxz-lun li .lt1 .img{width: 8%;margin-right: 10px;}
    .serxz-lun li .lt1 .text{font-size: 12px;}
    .serxz-lun li .lt4{width: 15%;}
    .serxz-lun li .lt4 .img img{width: 22px;}
    .down-search{margin-top: 20px;width: 100%;border-width: 2px;}
    .down-search input{height: 40px;padding-left: 15px;width: calc(100% - 60px);font-size: 12px;}
    .down-search input::-webkit-input-placeholder{font-size: 12px;}
    .downSear-btn{height: 40px;width: 60px;}
    .downSear-btn::before{font-size: 16px;}
    .serNav-item{width: 100%;height: 200px;margin-top: 15px;}
    .serNav-item:first-child{margin-top: 0;}
    .serNav-icon{height: 60px;width: 80px;}
    .serList {margin-top: 20px;}
    .serList .title{width: 100%;}
    .serList .text{width: 100%;margin-top: 15px;}
    .serList .text{line-height: 26px;}
    .serList .text p br{height: 16px;}
   
    .abWH-list li{width: 100%;height: 400px;padding: 0 15px 20px;border-bottom: 1px solid rgba(255, 255, 255, .3);}
    .abWH-drop{padding: 40px 15px 0;}
    .abWH-icon{width: 34px;}
    .abMom-slide{flex-direction: column-reverse;}
    .abMom-con{width: 100%;padding: 30px 15px;margin:0;}
    .abMom-date{padding-left: 18px;}
    .abMom-date::after{width: 11px;height: 12px;}
    .abMom-img{width: 100%;}

    .abBtm-img{display: none;}
    .ab-bottom{padding: 0 4%;}
    .abBtm-con{width: 100%;padding-left: 0;}
    .ab-gallery{padding-bottom: 20px;}

    .proList-item{padding: 30px 15px;flex-direction: column-reverse;}
    .proList-img{width: 100%;height: auto;min-height: 150px;}
    .proList-img img{max-height: 200px;}
    .proList-con{width: 100%;margin-top: 20px;}
    .proList-more{border-width: 2px;width: 110px;height: 40px;font-size: 12px;}
  
    .proXL-intro-text p{margin-top: 10px;}
    .proXL-list{padding: 30px 4%;}

    .proXlSer-left{width: 100%;padding: 30px 4%;min-height: unset;}
    .proXlSer-title br{display: none;}
    .proXlSer-title::after{width: 60px;height: 2px;}
    .proXlSer-list li{height: 40px;padding-left: 15px;}
    .proXlSer-list li::after{width: 3px;}
    .proXlSer-right{width: 100%;margin-top: 0;padding-bottom: 20px;}
    .proXlSer-desc-box{position: relative;right: auto;top: auto;bottom: auto;transform: translateX(0);}
    .proXlSer-img{display: none;}
    .proXlSer-desc{padding: 25px 4%;}
    .proXlLink-item{width: 100%;padding: 0 4%;margin-top: 15px;}
    .proXlLink-item:first-child{margin-top: 0;}
    .proXlLink-icon .img{width: 40px;}
    .proXlLink-icon .text{margin-left: 15px;}
    .aboufz2 .gallery-more li .num{font-size: 13px;}
    .aboufz2 .gallery-more li .text{font-size: 14px;}
    .detBan-con{padding-top: 50px;}
    .detBan-con .contain{flex-direction: column-reverse;height: auto;}
    .detBan-text{width: 100%; margin-top: 20px;}
    .detBan-img{width: 70%;margin: 0 auto;}
    .detBan-more{width: 130px;height: 44px;border-width: 2px;}
    .detVideo-header .pagesTitle{width: 100%;}
    .detVideo-text{width: 100%;margin-top: 15px;font-weight: 500;}
    .detVideo-con{margin-top: 30px;width: 100%;border-radius: 5px;}
    .detVideo-img .img{position: relative;}
    .detVideo-img .img::before{content: ""; position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .3);}
    .detVideo-btn{width: 150px;height: 46px;border-width: 2px;}
    .detVideo-btn::before{font-size: 12px;margin-right: 5px;}
    .detFea-img{width: 100%;margin-top: 15px;}
    .detFea-img img{max-height: 250px;}
    .detFea-swp{width: 100%;}
    .detFea-list{margin-top: 20px !important;}
    .detFea-list li{width: 100% !important;margin-top: 30px !important;}
    .detFea-list-icon img{max-height: 80%;}
    .detFea-list-text{text-align: center;}
    .detFea-pagination .swiper-pagination-bullet{border-width: 2px;width: 12px;height: 12px;}
    .detFun-con{width: 100%;}
    .detFun-img{width: 100%;margin-top: 20px;}
    .detFun-img img{width: 80%;}
    .detFun-table{overflow-x: auto;}
    .detFun-table table{width: 300%;}
    .detFun-table td{font-size: 12px;width: 230px;padding: 10px;}
    .detFun-table tr{margin: 3px 0;}
    .detWhat-con{padding: 15px;border-radius: 5px;box-shadow: 0px 10px 15px 0px rgba(50, 62, 71, 0.08);}
    .detWhat-img{width: 100%;}
    .detWhat-text{width: 100%;padding: 20px 0 0;}
    .detWhat::after{height: 85%;}
    .detPar-img{width: 100%;text-align: center;}
    .detPar-img img{width: 50%;}
    .detPar-data{width: 100%;}
    .detPar-table{overflow-x: auto;}
    .detPar-table table{width: 200%;}
    .detPar-title{height: 46px;}
    .detPar-table th{height: 48px;font-size: 13px;}
    .detPar-table td{padding: 10px;font-size: 13px;}
    .detMain-img{width: 100%;}
    .detMain-text{width: 100%;padding: 20px 0 0;}
    .detMain-text .text p{margin-top: 10px;padding-left: 25px;}
    .detMain-text .text p::after{width: 14px;height: 12px;}
    .detMain-down-btn{display: none;}
    .detMain-down{height: auto;padding: 15px;border-radius: 3px;}
    .detMain-down-title{padding-left: 15px;font-size: 13px;}
    .detMain-down-title::after{width: 5px;height: 5px;}
    .threesixty{height: 400px;}
    .loginView-input .btn{height: 40px;width: 50px;margin-left: 5px;}
    .loginView-item.forgot .loginView-input:nth-child(2) input{width: calc(68% - 55px);}

    .probBtm-btn .btn{border-width: 2px;width: 130px;height: 46px;margin-left: 15px;}
    .detNav{width: 100%;overflow-x: auto;top: 60px;}
    .detNav .contain{flex-wrap: nowrap;white-space: nowrap;justify-content: flex-start;}
    .detNav-item{height: 40px;}
    .detNav-item:first-child{margin-left: 15px;}
    .detNav.scroll .detNav-item{height: 40px;}
    .detVideo-con iframe{height: 188px;}
    .proXL-intro h1,.proXL-intro h2{font-size: 20px;}
    .buyLocal-menu input{font-size: 14px;}
    .buyLocal-menu input::-webkit-input-placeholder{font-size: 14px;}
    .proDet-popup{width: 85%;padding: 20px 15px;border-radius: 10px;}
    .proDet-popup-close{right: -20px;top: -20px;font-size: 15px;}
    .proDet-popup .msgCont-table{margin-top: 0;}
    .dealerText{width: 100%;}
    /* 新增 */
    .success{height: calc(100vh - 60px);}
    .success-btn-item{width: 150px;height: 46px;margin-left: 15px;}
    .case .newsNav-item {margin-left: 20px;}
}
.contain {
    width: 1440px;
    margin: 0 auto;
}
@media (max-width: 1590px){
  .contain {
      width: 1200px;
  }
}
@media (max-width: 1270px){
  .contain {
      width: 960px;
  }
}
@media (max-width: 1100px){
  .contain {
      width: 100%;
  }
}
.lm1, .lmm1 {
    white-space: nowrap;
    display: block;
    -webkit-box-orient: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Down */
.down{background: #fff;padding:80px 60px;}
.downList{display: flex;flex-wrap: wrap;}
.downItem{width: calc(33.333% - 34px);margin: 0 36px 36px 0;box-shadow: 0px 0px 15px #eee;background: #ffffff;}
.downItem:nth-of-type(3n){margin-right: 0;}
.downItem .img{overflow: hidden;}
.downItem .img img{width: 100%;}
.downItem .desc{padding: 30px 20px 40px;}
.downItem .desc .tit{font-size: 17px;color: #888888;line-height: 1.3;text-align: center;margin-bottom: 32px;}
.downItem .desc .btn{display: flex;justify-content: center;}
.downItem .desc .btn a{display: block;width: 150px;line-height: 40px;border: 2px solid #d9261c;border-radius: 30px;text-align: center;color: #888888;font-size: 17px;}
.downItem .desc .btn a:nth-of-type(2){background: #d9261c;color: #FFFFFF;margin-left: 45px;}
.downItem .desc .btn a:hover{transform: translateY(-5px);box-shadow: 0px 3px 5px 0 #d9261c;}
.proFWB{font-size: 16px;color: #666666;line-height: 1.8;}
.proFWB img{display: block;max-width: 100%;margin: 0 auto;}
.proFWB table{margin: 0 auto;max-width: 100%;overflow: auto;}
.proFWB table td{padding: 5px;font-size: 15px;color: #333;border: 1px solid #333;}
@media screen and (max-width:1400px) {
  .down{padding:60px 40px;}
}
@media screen and (max-width:780px) {
  .proFWB table td{font-size: 14px;}
}

@media screen and (max-width:1199px) {
  .down {padding: 20px;}
  .downItem .desc .btn a:nth-of-type(2){margin-left: 20px;}
  .downList{padding-top: 20px;}  
  .downItem{width: calc(50% - 34px);}
  .downItem:nth-of-type(2n){margin-right: 0;}
}
@media screen and (max-width:780px) {
  
  .downItem{width: 100%;margin: 0 0 20px 0;}
  .downItem .desc{padding: 30px 15px 40px;}

  .downItem .desc .btn a{width: 120px;font-size: 16px;}
  
  
}
/* Recruit */
.rencai{padding:10px 120px;background-color: #fff;}
.rczp1_box{position: relative;display: flex;flex-wrap: wrap;padding: 40px 0 65px 0;}
.rczp1_box .img{width: 50%;}
.rczp1_box .img .bg{background-position: center !important;background-size: cover !important;height: 100%;width: 100%;}
.rczp1_box .desc{width: 50%;float: right;padding: 60px 60px 120px;background: #F7F7F8;}
.rczp1_box .desc .atit{font-size: 30px;font-weight:bold;font-family: Microsoft YaHei;color: #333333;line-height: 36px;}
.rczp1_box .desc .info{}
.rczp1_box .desc .info p{font-size: 16px;font-family: Microsoft YaHei;font-weight: 400;color: #888888;line-height: 30px;margin-top: 35px;}

.rczp2{padding-bottom: 20px;}
.rczp2 .atit{
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 1.5;
    position: relative;
    z-index: 9;
    font-family: Microsoft YaHei;
}
.recruitment-title { padding: 16px 74px 16px 30px; font-size: 0; background-color: #d9261c; color: #fff; margin-top: 20px; }
.recruitment-title span { width: 25%; display: inline-block; vertical-align: top; font-size: 16px;}
.recruitment-title span:last-child { width: 20%;}
.join-fourtop { position: relative; width: 100%; padding: 26px 74px 26px 30px; font-size: 0; border: 1px solid #e5e5e5; cursor: pointer; }
.join-fourtop .join-fourp1 { display: inline-block; vertical-align: top; width: 25%; padding-right: 5px; font-size: 14px; color: #888888; }
.join-fourtop .join-fourp2 { display: inline-block; vertical-align: top; width: 20%; padding-right: 5px; font-size: 14px; color: #888888; }
.join-fourtop:after, .join-fourtop:before { position: absolute; top: 50%; right: 57px; width: 1px; height: 36px; background: #bfbfbf; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; content: ''; }
.join-fourtop:before { right: 40px; width: 36px; height: 1px; }
.join-fourul li.active .join-fourtop{background: #F9F9F9;border-color: transparent}
.join-fourul li.active .join-fourtop:after, .join-fourul li.active .join-fourtop:before {-webkit-transform: translateY(-50%) rotate(45deg);-moz-transform: translateY(-50%) rotate(45deg);-ms-transform: translateY(-50%) rotate(45deg);-o-transform: translateY(-50%) rotate(45deg);transform: translateY(-50%) rotate(45deg);background: #d9261c;}
.join-fouricon {display: inline-block;vertical-align: middle;width: 21px;height: 16px;background: url(../images/join-fouricon1.png) no-repeat center center;margin-right: 10px;margin-bottom: 3px;}
.join-fourul li.active .join-fouricon {background-image: url(../images/join-fouricon2.png);}
.join-fourbtm {padding: 25px 30px 5px;font-size: 14px;color: #888888;display: none;}
.mailto {min-width: 142px;padding: 0 10px;text-align: center;display: inline-block;vertical-align: top;background-color: #d9261c;color: #fff;line-height: 40px;margin-bottom: 25px;}
.join-fourul li {margin-top: 20px;}

@media screen and (max-width:1600px) {
  .rencai{padding:10px 80px};
}
@media screen and (max-width:1400px) {
  .rencai{padding:10px 40px};
}
@media screen and (max-width:1199px) {
  
  .rencai{padding:20px};
  .rczp1_box .desc{padding: 40px 40px 80px;}
  .rczp1_box .desc .tit{font-size: 24px;}
  .rczp1_box .desc .info p{font-size: 14px;line-height: 22px;margin-top: 20px;}

  
}
@media screen and (max-width:780px) {
  
  .rczp1_box .img{position: relative;width: 100%;height: 200px;}
  .rczp1_box .desc{width: 100%;padding: 20px 20px 30px;}
  
  
  .rczp1_box{padding: 20px 0;}
  
  
}
/*2021-03-19人才招聘页面改版*/
.joinAddA { padding:80px 0 60px;  }
.joinAddA-a { margin-top:40px; position: relative; }
.joinAddA-a .mb { width: 130%; height: 30%; background: url(../images/joinc-4.png) repeat right top; position: absolute; right:-90%; top:-30px; }

.joinAddA-a ul li { position: relative; width: 33.3333%; float: left;  }
.joinAddA-a ul li .img { position: relative;  }
.joinAddA-a ul li .img:after { content:''; width: 100%; height: 100%; position: absolute;left:0;top:0;background: rgba(0,0,0,0.4);  }

.joinAddA-b { position: relative; z-index: 10; }
.joinAddA-c { position: absolute; left:0; top:50%; transform: translateY(-50%); width: 100%; text-align: center;  }
.joinAddA-c .tit,.joinAddA-d .tit {font-size: 32px;color:#fff;margin-top:20px; margin-bottom: 20px }
.joinAddA-c .tit{font-weight: bold}
.joinAddA-c .etit{font-size: 18px;color:#fff;padding:0 60px;}
.joinAddA-d .con { font-size: 18px;color:#fff; margin:10px 60px 20px; }
.joinAddA-d .con p { margin: 6px; line-height: 1.5;}
.joinAddA-d { opacity: 0; transition: all 0.6s; position: absolute; left:0; top:0; background: url(../images/joinaddbg.jpg) no-repeat right bottom #d9261c; width: 100%;height: 100%; text-align: center;  }
.joinAddA-d a {font-size: 16px;color: #fff;display: inline-block;padding: 14px 32px 14px 60px;background: url(../images/joinaddbg2.png) no-repeat 33px center #4870ff;  border-radius: 50px; }
.joinAddA-e { position: relative; width: 100%; height: 100%;  }
.joinAddA-f { position: absolute; left: 0; top:50%; transform: translateY(-50%); width: 100%;  }
.joinAddA-a ul li.cur .joinAddA-c { opacity: 0; }
.joinAddA-a ul li.cur .joinAddA-d { opacity: 1; }

@media(max-width: 1820px){
    .joinAddA-c .tit,.joinAddA-d .tit {font-size: 30px; }
}
@media(max-width: 1680px){
    .joinAddA-a ul li .icon img { height:70px;  }
    .joinAddA-c .tit,.joinAddA-d .tit {font-size: 28px; }
    .joinAddA-d .con { font-size: 16px;  }
    .joinAddA { padding:80px 0 50px;  }
    .joinAddA-a { margin-top:30px;  }
}
@media(max-width: 1480px){
    .joinAddA-a ul li .icon img { height:60px;  }
    .joinAddA-c .tit,.joinAddA-d .tit {font-size: 24px; }
    .joinAddA-d .con { font-size: 16px;  }
    .joinAddA-d { padding: 0 20px;  }
    .joinAddA { padding:60px 0 40px;  }
    .joinAddA-a { margin-top:30px;  }
}
@media(max-width: 1024px){
    .joinAddA-a ul li .icon img { height:50px;  }
    .joinAddA-c .tit,.joinAddA-d .tit {font-size: 20px; }
    .joinAddA { padding:40px 0 30px;  }
    .joinAddA-a { margin-top:20px;  }
}
@media(max-width: 900px){
    .joinAddA-a ul li { width: 100%;  }
}

.joinAddB { background: #f6f6f6; padding:100px 0 110px;  }

.joinAddB-b { margin-top:75px;  }
.joinAddB-b ul li { position: relative; float: left; width: calc(20% - 19px); text-align: center; margin-right:23px; }
.joinAddB-b ul li:after { width: 24px; height: 43px; content:''; background: url(../images/addlc.png) no-repeat center/cover; position: absolute; right:-24px; top:65%; transform: translateY(-50%);  }
.joinAddB-b ul li:last-child:after { display: none; } 
.joinAddB-b ul li:last-child { margin-right:0; } 
.joinAddB-b ul li .tit { font-size: 22px; color:#032a72; margin-bottom:8px;  }
.joinAddB-d { margin-top:70px; text-align: center; font-size: 18px;color:#000000; line-height: 2; }
.joinAddB-d p a { color:#4870ff; text-decoration: underline; }

@media(max-width: 1680px){
    .joinAddB { padding:80px 0 90px;  }
    .joinAddB-b,.joinAddB-d { margin-top:60px;  }
}
@media(max-width: 1480px){
    .joinAddB { padding:60px 0 70px;  }
    .joinAddB-b,.joinAddB-d { margin-top:50px;  }
    .joinAddB-b ul li .tit { font-size: 20px; }
    .joinAddB-b ul li .icon img { height: 90px; }
}
@media(max-width: 1280px){
    .joinAddB { padding:40px 0 50px;  }
    .joinAddB-b,.joinAddB-d { margin-top:40px;  }
    .joinAddB-b ul li .tit { font-size: 18px; }
    .joinAddB-b ul li .icon img { height: 70px; }
    .joinAddB-b ul li:after { width: 18px; height: 36px; right:-18px; }
}
@media(max-width: 900px){
    .joinAddB { padding:30px 0 40px;  }
    .joinAddB-b,.joinAddB-d { margin-top:20px;  }
}
@media(max-width: 640px){
    .joinAddB-b ul li { width: 33.3333%; margin-right:0;  }
    .joinAddB-b ul li:nth-child(n+4) { margin-top:50px; float: right; }
    .joinAddB-b ul li:nth-child(3):after { left:50%; margin-left:-10px; transform: rotate(90deg); top:auto; bottom:-40px; }
    .joinAddB-b ul li:nth-child(4):after { left:-10px; margin-top:-10px; transform: rotate(180deg); top:60%; }
}
@media(max-width: 450px){
    .joinAddB-b ul li { width: 50%; margin-right:0; margin: 15px 0;  }
    .joinAddB-b ul li:nth-child(n+4) { margin-top:15px; float: left; }
    .joinAddB-b ul li:after { display: none; }
}

.joinAddC { display: none; width: 100%; height: 100%; position: fixed; background: rgba(0,0,0,0.4);  left:0; top:0; z-index: 1000; }
.joinAddC-a,.joinAddC-c,.joinAddC-d,.joinAddC-c ul,.joinAddC-c ul li { width: 100%; height: 100%; position: relative;  }
.joinAddC-b { width: 90%; height: 80%; position: absolute; left:5%; top:10%; background: #fff; overflow: hidden; border-radius: 30px; }
.joinAddC-c { position: relative; }


.joinAddC-c:after { content:''; width: 100%; height: 150px; background: url(../images/joinc-4.png) no-repeat center/cover; position: absolute; left:0; bottom:0; }
.joinAddC-c:before { width: 100%; height: 40px; background: #1c3f80; content:''; position: absolute; right:0; bottom:0;z-index: 10; }
.joinAddC-c .close { width: 50px; height: 50px; background: url(../images/chacha.png) no-repeat center; position: absolute; bottom:15px; left:50%; z-index: 11; transform: translateX(-50%); cursor: pointer; }
.joinAddC-e { padding:50px 70px 0; height: 150px; background: url(../images/joinc-4.png) repeat right top; width: 100%; }
.joinAddC-e .tit {  border-bottom:1px solid #dedede; }
.joinAddC-e .tit .t { float: left; font-size: 32px;color:#032a72; padding:25px 0 25px 55px; }
.joinAddC-e .tit .shtit { background: url(../images/icsh.png) no-repeat left center;  }
.joinAddC-e .tit .xytit { background: url(../images/icxy.png) no-repeat left center;  }
.joinAddC-e .tit .hwtit { background: url(../images/ichw.png) no-repeat left center;  }
.joinAddC-e .tit a { float: right;font-size: 16px;color: #fff; margin-top:20px; padding: 14px 32px 14px 60px;background: url(../images/joinaddbg2.png) no-repeat 33px center #4870ff;  border-radius: 50px;   }
.joinAddC-f { height:calc(100% - 350px); margin-top:40px; padding: 0 30px 0 70px; }
/*0320*/
.joinAddC-g { padding-right:40px; height: 100%; overflow: auto; }
.joinAddC-g::-webkit-scrollbar{
  width: 2px;
  
}
.joinAddC-g::-webkit-scrollbar-track{
  background: #ccc;
  width: 2px;
}

.joinAddC-g::-webkit-scrollbar-track-piece{
  width: 2px;
} 
.joinAddC-g::-webkit-scrollbar-thumb{
      background: #4870ff;
      border: 5px;
    
}


.joinAddC-g dl dd { margin-bottom:36px; }
.joinAddC-g dl dd .t { font-size: 22px;color:#333333; padding-left:24px; background: url(../images/star.png) no-repeat left center; margin-bottom:10px; }
.joinAddC-g dl dd .cc { min-height: 160px; font-size: 16px;color:#666666; line-height: 2; }

.joinAddC-g dl dd p a { color: #4870ff;
    text-decoration: underline; }

.joinAddC-i { display: block; position: relative; text-align: center; margin: 10px 0;float: left; width: 19%; margin-right:1.25%; padding:40px 2%; background: #f1f1f1; border-radius: 20px; }
.joinAddC-i:last-child{margin-right:0;}
.joinAddC-i:after { content:''; width: 65px; height: 64px; background: url(../images/stars.png) no-repeat center; position: absolute; left:50%; transform: translateX(-50%); bottom:-32px;}
.joinAddC-i .icon img.pic2 { display: none; }
.joinAddC-i .con .tt { font-size: 20px;color:#032a72;margin:10px 0 4px; }
.joinAddC-i .con .cc { font-size: 16px;color:#001d52; opacity: 0.8; line-height: 1.6; }
.joinAddC-i:hover { color:#fff; background: #032a72; }
.joinAddC-i:hover .tt,.joinAddC-i:hover .cc { color:#fff; }
.joinAddC-i:hover .icon img.pic1 { display: none; }
.joinAddC-i:hover .icon img.pic2 { display: inline-block; }
.joinAddC-c ul li { display: none; }
/*.joinAddC-c ul li.cur { display: block; }*/


.joinAddHg .joinAddC-i { width: 49%; margin-right:0; }
.joinAddHg .joinAddC-i:last-child { margin-right:0; float: right; }
.joinAddHg .joinAddC-i .con .cc { min-height: 220px; }

@media(max-width: 1680px){
    .joinAddC-c:after { height: 100px;}
    .joinAddC-e { padding:30px 50px 10px; height: 100px; }
    .joinAddC-e .tit .t { font-size: 28px; padding:20px 0 20px 55px;  }
    .joinAddC-e .tit a { margin-top:15px; padding: 8px 20px 8px 44px;background: url(../images/joinaddbg2.png) no-repeat 20px center #4870ff;  }
    .joinAddC-f { height:calc(100% - 250px); margin-top:30px; padding: 0 20px 0 50px; }
    .joinAddC-g { padding-right:30px; }
    .joinAddC-g dl dd { margin-bottom:15px; }
    .joinAddC-g dl dd .t { font-size: 18px;}
    .joinAddC-i { padding:30px 2%;  }
    .joinAddC-i .icon img { height: 70px; }
}
@media(max-width: 1480px){
    .joinAddC-c:after { height: 80px;}
    .joinAddC-e { padding:10px 30px 0px; height: 80px; }
    .joinAddC-e .tit .t { font-size: 25px; padding:20px 0 20px 55px;  }
    .joinAddC-e .tit a { margin-top:18px; padding: 8px 20px 8px 44px;background: url(../images/joinaddbg2.png) no-repeat 20px center #4870ff;  }
    .joinAddC-f { height:calc(100% - 200px); margin-top:20px; padding: 0 10px 0 30px; }
    .joinAddC-g { padding-right:20px; }
    .joinAddC-g dl dd { margin-bottom:15px; }
    .joinAddC-g dl dd .t { font-size: 18px;}
    .joinAddC-i { padding:30px 2%;  }
    .joinAddC-i .icon img { height: 50px; }
    .joinAddC-i .con .tt { font-size: 18px; }
    .joinAddC-i .con .cc { font-size: 15px; }
    .joinAddC-g dl dd .cc { min-height: 120px; }
}
@media(max-width: 900px){
    .joinAddC-b { width: 94%; height: 80%; left:3%; top:10%;}
    .joinAddC-i { width: 100%; margin-bottom:40px; }
    .joinAddHg .joinAddC-i { width: 100%; margin-bottom:40px; }
    .joinAddHg .joinAddC-i .con .cc,.joinAddC-i .con .cc { min-height: 10px; }
    .joinAddC-e .tit .t { font-size: 20px; }
    .joinAddA-a .mb{right: 0}
}
@media(max-width: 800px){
    .joinAddC-c:after { height: 120px;}
    .joinAddC-e { padding:0px 20px 0px; height: 120px; }
    .joinAddC-e .tit { padding-bottom:20px; }
    .joinAddC-e .tit .t { font-size: 20px; width: 100%; padding:15px 0 15px 40px; background-size: 30px auto; }
    .joinAddC-e .tit a { float: left; margin-top:10px;}
    .joinAddC-f { height:calc(100% - 240px); margin-top:20px; padding: 0 0px 0 20px; }
    .joinAddC-g { padding-right:20px; }
}
@media(max-width: 450px){
    .joinAddC-e .tit .t { font-size: 18px; padding:8px 0 8px 30px; background-size: 20px auto; }
}
@media(max-width: 350px){
    .joinAddC-e .tit a { float: left; margin-top:0px; font-size: 14px;}
}
.joinBoxA { padding-top:140px; background: url(../images/joinabg.jpg) no-repeat bottom center #fff;-webkit-background-size: 100% auto;background-size: 100% auto; }
.joinD { background: url(../images/joinabg.jpg) no-repeat center/cover; }

.joinBoxA-a { width: 94%; margin:50px auto 0;max-width: 850px; }.joinBoxA-a ul li {margin-bottom:26px; width: 100%; padding:20px 80px; border:1px solid #e2e2e2; border-radius: 120px; position: relative; }.joinBoxA-a ul li .tit { background: #fff; height: 21px; position: absolute; top:-11px; font-size: 20px;line-height: 20px;width: 85px; text-align: center; }.joinBoxA-a ul li .tit p { width: 100%; position: relative; color:#fe144c; }.joinBoxA-a ul li .tit p:after,.joinBoxA-a ul li .tit p:before { content:'';width: 13px;height: 13px;background: url(../images/joina.png) no-repeat center; position: absolute; top:50%; transform: translateY(-50%); }.joinBoxA-a ul li .tit p:after { right:0; }.joinBoxA-a ul li .tit p:before { left:0; }.joinBoxA-a ul li .t { font-size: 24px;color:#032a72; }.joinBoxA-a ul li .con { font-size: 16px;color:#333; margin-top:5px; line-height: 1.8; }.joinBoxB-b { margin-top:55px; width: 100%;background: url(../images/joind.jpg) no-repeat center/cover; }.joinBoxB-b ul li { padding:200px 0 220px; width: 50%; float: left; text-align: center; }.joinBoxB-b ul li .t { font-size: 36px;color:#fff; margin-bottom:15px; }.joinD ul li { position: relative; float: left; width: 25%; }.joinD ul li .img img { opacity: 0; transition: all 0.8s; }.joinD ul li .con { transition: all 0.8s; position: absolute; top:50%; left:0; transform: translateY(-50%); text-align: center; width: 100%;  }.joinD ul li .con .t { font-size: 72px;color:#032a72; }.joinD ul li span.icob { display: block; width: 40px;height: 39px; margin:25px auto 0;background: url(../images/joinb.png) no-repeat center/cover; }.joinD ul li span.icoa { display: none; width: 13px;height: 13px; margin:0px auto 25px;background: url(../images/joina.png) no-repeat center/cover; }.joinD ul li .con .c { max-width: 90%; margin:18px auto 0; display: none; font-size: 22px;color:#fff; text-align: center; line-height: 2; }.joinD ul li:hover span.icoa,.joinD ul li.cur span.icoa { display: block; }.joinD ul li:hover span.icob,.joinD ul li.cur span.icob { display: none; }.joinD ul li:hover .img img,.joinD ul li.cur .img img { opacity: 1; }.joinD ul li:hover .t,.joinD ul li.cur .t { color:#fff; }.joinD ul li:hover .con .c,.joinD ul li.cur .con .c { display: block; }

@media(max-width: 1680px){
    .nmtit .t{ font-size: 42px; }
    .joinBoxA { padding-top:100px; }
    .ibannerJoin .con p { font-size: 64px; }
    .joinBoxB { padding:100px 0; }
    .joinBoxB-b { margin-top:45px; }
    .joinBoxB-b ul li { padding:150px 0 160px; }
    .joinBoxB-b ul li .t { font-size: 36px;color:#fff; margin-bottom:15px; }
    .joinD ul li .con .t { font-size: 60px; }
    .joinD ul li .con .c { margin:15px auto 0; line-height: 2; }
    .joinD ul li span.icob { margin-top:15px; }
    .joinD ul li span.icoa { margin-bottom:15px; }
}
@media(max-width: 1460px){
    .nmtit .t { font-size: 36px; }
    .nmtit .con { font-size: 14px; }
    .joinBoxA { padding-top:60px; }
    .joinBoxA-a ul li {margin-bottom:20px; padding:20px 50px; }
    .joinBoxA-a ul li .t { font-size: 20px; }
    .ibannerJoin .con p { font-size: 56px; }
    .joinBoxB { padding:80px 0; }
    .joinBoxB-b { margin-top:35px; }
    .joinBoxB-b ul li { padding:120px 0 110px; }
    .joinBoxB-b ul li .t { font-size: 36px;color:#fff; margin-bottom:15px; }
    .joinD ul li .con .t { font-size: 46px; }
    .joinD ul li .con .c { margin:12px auto 0; line-height: 1.6; }
    .joinD ul li span.icob { margin-top:10px; }
    .joinD ul li span.icoa { margin-bottom:10px; }
}
@media(max-width: 1024px){
    .nmtit .t { font-size: 24px; }
    .nmtit .con { max-width: 94%; font-size: 14px; width: 100%; }
    .joinBoxA { padding-top:30px; }
    .joinBoxA-a { margin-top:28px; }
    .joinBoxA-a ul li {margin-bottom:20px; padding:14px 20px 14px 40px; }
    .joinBoxA-a ul li .t { font-size: 18px; }
    .joinBoxA-a ul li .con { font-size: 14px; }
    .ibannerJoin .con p { font-size: 32px; }
    .joinBoxB { padding:0px 0 40px; }
    .joinBoxB-b { margin-top:25px; }
    .joinBoxB-b ul li { padding:80px 0 80px; }
    .joinBoxB-b ul li .t { font-size: 36px;color:#fff; margin-bottom:15px; }
    .joinD ul li .con .t { font-size: 32px; }
    .joinD ul li .con .c { margin:10px auto 0; font-size: 18px; }
    .joinD ul li span.icob { margin-top:10px; }
    .joinD ul li span.icoa { margin-bottom:10px; }
    .joinBoxB-b {
        background: url(../images/joinda.jpg) no-repeat center/cover; }
}
@media(max-width: 750px){
    .joinD ul li { background: #eee; border-bottom:1px solid #ddd; width: 100%; }
    .joinBoxB-b ul li .t { font-size: 30px; margin-bottom:10px; }
}
@media(max-width: 640px){
    .joinBoxB-b ul li .t { font-size: 24px; margin-bottom:6px; }
}
@media(max-width: 500px){
    .ibannerJoin .con p { font-size: 24px; }
    .joinBoxB-b ul li { padding:40px 0 40px; }
    .joinBoxB-b ul li a.mainMore { margin-left:10px; padding-left:50px;background: url(../images/more.png) no-repeat 15px center; }
    .joinBoxB-b ul li a.mainMore:after {width: 30px;height: 30px; }
    .joinBoxB-b ul li a.mainMore:hover:after { margin-left:0; width: 100%; }
    .joinBoxB-b ul li .t { font-size: 20px; margin-bottom:5px; }
}

@media(max-width: 400px){
    .joinBoxB-b ul li .t { font-size: 18px; margin-bottom:0px; }
}
.nmtit { text-align: center; line-height: normal;}
.nmtit .t{line-height: normal;}

.indTitle .atit{font-size: 40px;font-weight: bold;color: #333333;line-height: 1.5;position: relative;z-index: 9;}
.indTitle .btit{font-size: 16px;margin:20px auto 40px auto;}
.center{text-align: center;}
@media screen and (max-width:1320px) {
  
  .indTitle .atit{font-size: 36px;}
}
@media screen and (max-width:1199px) {
  .indTitle{padding: 60px 0 20px;}
  .indTitle .atit{font-size: 28px;}
  .indTitle .btit{font-size: 14px;}
}
@media screen and (max-width:899px) {
  .indTitle{padding: 10px 0 10px;}
  .rczp1_box{padding: 20px 0}
  .indTitle .btit{margin:20px auto;}
  .recruitment-title{padding: 16px 30px 16px 30px;}
}

@media screen and (max-width:780px) {
  
  
  .recruitment-title {display: none;}
  .join-fourtop {padding: 10px 20px;}
  .join-fourtop .join-fourp1{width: 25%!important;}
  .join-fourtop .join-fourp2{width: 25%!important;margin: 0 !important;}
  .join-fourtop:before{width: 20px;right: 10px;}
  .join-fourtop::after{height: 20px;right: 20px;}
  .join-fourtop .join-fourp1{width: 100% !important;}
  .join-fourtop .join-fourp2{width: 100% !important;}
  
  
}
/* Q&A */
.fwList{background:#fff;padding:80px 120px;}
.fwItem{display: block;width: 100%;padding: 20px 0;border-bottom: 1px solid #ccc;}
.fwItem+.fwItem{margin-top: 5px;}
.fwItem .qTitle{display: flex;align-items: center;padding: 8px 0;}
.fwItem .qTitle span{display: block;font-size: 16px;line-height:1.5;color: #333333;width: calc(100% - 10px);padding-right: 10px;transition: .3s;font-weight: bold;}
.fwItem .qTitle i{display: block;width: 9px;height: 15px;background: url(../images/iconRight4.png);transition: .3s;}
.fwItem .aTitle{display: none;padding: 0 0 20px;font-size: 16px;line-height:1.5;color: #888888;}
.fwItem.active .qTitle i{transform: rotate(270deg);}
.fwItem:hover .qTitle span{color: #d9261c;}
.fwItem:hover .qTitle i{background: url(../images/iconRight5.png);}
/* about */
.about1{padding: 100px 0 65px;background-image: url('../images/aboutbg.png');background-color: #fff;}
.about1>div{display: flex;}
.about2{background: #f8f8f8;}
.about2 .ind_title{padding-top: 50px;}
.mySwiperAbout {width: 100%;height: 100%;position: relative;overflow: hidden;}
.mySwiperAbout .swiper-slide {display: flex;justify-content: center;align-items: center;}
.aboutLeft{width: 54%;padding-right: 50px;}
.aboutLeft .atit{font-size: 46px;font-weight: bold;color: #333333;line-height: 1.2;margin-bottom: 20px;}
.aboutLeft .btit{font-size: 16px;color: #7E7E7E;line-height: 1.8;}
.aboutLeft .btit p+p{margin-top: 30px;}
.aboutRight{width: 46%;}
.aboutRight .img{width: 100%;overflow: hidden;}
.aboutRight .img img{width: 100%;}
.aboutRight .swiper-button-next:after,.aboutRight .swiper-button-prev:after{display: none;}
.aboutRight .swiper-button-next,.aboutRight .swiper-button-prev{width: 30px;height: 80px;background-size: 30%;background-color: #3d3d3d;background-position: center;background-repeat: no-repeat;background-image: url(../images/iconRight6.png);margin-top: -40px;transition: .3s;}
.aboutRight .swiper-button-prev{left: 0;transform: rotate(180deg);}
.aboutRight .swiper-button-next{right: 0;}
.aboutRight .swiper-button-next:hover,.aboutRight .swiper-button-prev:hover{background-color: #d9261c;}

.indTitle{display: flex;padding: 90px 0 40px;position: relative;}
.indTitle .atit{font-size: 40px;font-weight: bold;color: #333333;line-height: 1.5;position: relative;z-index: 9;}
.indTitle .btit{margin-left: auto;position: relative;z-index: 9;}
.indTitle .bgtit{font-size: 280px;font-weight: bold;font-family: Arial;color: #EAEAEA;opacity: 0.59;position: absolute;left: -30px;top: 50%;transform: translateY(-40%);line-height: 1;}
.indTitle.white .atit{color: #ffffff;}
.indTitle.center{text-align: center;justify-content: center;}

.qywh_box{display: flex;flex-wrap: wrap;align-items: center;padding-bottom: 70px;}
.qywh_box .img{width: 50%;}
.qywh_box .img img{height: 100%;width: 100%;object-fit: cover;object-position: center;}
.qywh_box .desc{width: 50%;padding-left: 50px;}
.qywh_box .desc b{font-size: 18px;font-weight: bold;color: #d9261c;line-height: 32px;display: block;}
.qywh_box .desc p{font-size: 16px;font-weight: normal;color: #555555;line-height: 32px;display: block;}
.qywh_box .desc .ccontent{line-height: 22px;padding:5px 0;}
.qywh_box .desc p+b{margin-top: 32px;}

.ind_title {
  position: relative;
  padding: 30px 0 30px;
  text-align: center;
}
.ind_title1 {
  padding: 60px 0;
}

.ind_title h3 {
  padding: 0 15px;
  height: 44px;
  line-height: 25px;
  border: 0;
  color: #333333;
  font-size: 46px;
  font-weight: bold;
  vertical-align: -16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.ind_title h3 span {
  padding: 3px 0 0 0;
  color: #A0A0A0;
  font-size: 12px;
  font-weight: normal;
  display: block;
}
.businessCoo{padding:100px 0;}
.business-page{width: 100%;top:30px;}
.business-page .swiper-pagination-bullet{
  width: 45px;
  height: 4px;
  margin: 0 5px;  /* 可以调整间距 */
  background-color: #ccc; /* 横线颜色 */
  border:1px solid #ccc;
  border-radius: 0;  /* 去掉圆角，变成横线 */
}
.businessCoo .swiper-pagination-bullet:active,.businessCoo .swiper-pagination-bullet:focus{
  background-color: #d9261c!important; 
  border:1px solid #d9261c!important;
  outline: none;  /* 取消焦点的外边框 */
}
.businessCoo .swiper-pagination-bullet-active {
  background-color: #d9261c;  /* 激活时的颜色 */
  border:1px solid #d9261c;
}
.businessCoo .swiper-pagination-bullet-active:active,.businessCoo .swiper-pagination-bullet-active:focus{
  background-color: #d9261c!important; 
  border:1px solid #d9261c!important;
  outline: none;  /* 取消焦点的外边框 */
}
.about2 .swiper-pagination-bullet{
  border:0;
}


@media screen and (max-width:1199px) {
  
  
  .aboutLeft .atit{font-size: 28px;}
  .ind_title h3{font-size: 28px}
  .qywh{padding: 50px 0 40px;}
  .qywh .atit{font-size: 28px;}
    
  .fwList{padding:30px 50px;}
}
@media screen and (max-width:780px) {
  
  
  .about1{padding: 50px 0 35px;}
  .about1>div{flex-wrap: wrap;}
  .aboutLeft{width: 100%;padding: 0 0 20px;}
  .aboutRight{width: 100%;}
  .aboutLeft .atit{margin-bottom: 20px;}
  .aboutLeft .btit p+p{margin-top: 15px;}
  
  
  .qywh_box .img{width: 100%;}
  .qywh_box .desc{width: 100%;padding: 20px 0 0;}
  .qywh_box .desc p+b{margin-top: 15px;}
  
  .fwList{padding:20px 0;}
  
}
@media screen and (max-width:560px) {

  .about1{padding: 20px 0;}
  .qywh{padding: 20px 0;}
  .ind_title{padding:20px 0;}
  .fwList{padding:20px 0;}
}
/*product*/
.cpzx{margin-bottom:40px;}
.proline{width: 100%;height: 1px;background-color: #d9261c;position: absolute;top:160px;left: -50px;  /* 使线条超出padding区域 */
  width: calc(100% + 100px); /* 宽度大于100%，延伸到两边 */}
.cpzx dl{margin-bottom:50px;padding-top: 10px;}
.cpzx dl:last-child{margin-bottom:0!important;border-bottom:none;}
.cpzx dl h3{text-transform:uppercase;font-size:48px;}
.cpzx dl dd{display: flex;flex-wrap:wrap;}
.cpzx dl dd a{display:block;text-align:center;width:calc(100% / 3 - 10px);margin-bottom:30px;margin-right:15px;color:#5f5f5f;font-size:16px;}
.cpzx dl dd a:nth-child(3n){margin-right:0;}
.cpzx dl dd a h4{margin-bottom:17px;overflow:hidden;position:relative;}
.cpzx dl dd a h4 img{display:block;width:100%;}
.cpzx dl dd a h4 .img2{position:absolute;left:0;bottom:0;width:100%;opacity:0;}
.cpzx dl dd a p{}
.cpzx dl dd a:hover{color:#000000;}
.cpzx dl dd a:hover img{transform:scale(1.1);}
.cpzx dl dd a:hover .img1{opacity:0}
.cpzx dl dd a:hover .img2{opacity:1;}
.cpzx .xian{padding:15px 0 30px 0;}
@media screen and (max-width: 1200px){
  .d-y {
      display: none!important;
  }
  .cpzx .xian{padding: 0 0 15px 0;}
  .cpzx .d-y{
    display: block!important;
    
  }
  .m-b2 {
      margin-bottom: 10px!important;
  }
  .m-r {
      margin-right: 0px!important;
  }
  .w100 {
      width: 100%!important;
  }
  .f-s20 {
      font-size: 20px!important;
  }
}
/* Contact */
.page_content{background: #f3f3f3;padding:60px 50px;width: 100%;}
.pg1{background: #fff;width: 100%;padding:75px 170px 85px 170px;}
.category{display: flex;justify-content: center;align-items: center;background: #f3f3f3;padding-bottom: 50px;}
.category .ctit{padding: 0 40px;height: 50px;border-radius: 50px;background:#fff;text-align: center;line-height: 50px;font-size: 20px;font-weight: bold;margin-right: 30px;transition: background-color 0.3s ease, color 0.3s ease; /* 为背景颜色和文字颜色添加过渡效果 */overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.category .ctit:hover{background: #d9261c;color:#fff;}
.category .active{background: #d9261c;color:#fff;}
.contact_tit{margin: 50px 0;}
.contact_tit p{font-family: Microsoft YaHei;font-weight: bold;color: #1D1D1F;line-height: 40px;text-align: center;display: block;padding-bottom: 10px;}
.contact_tit span{font-size: 16px;font-family: Microsoft YaHei;font-weight: normal;color: #555555;line-height: 40px;text-align: center;display: block;}

.contact_one{ overflow:hidden; margin-bottom:6%; background:#f5f5f5; position:relative;display: flex;}
.contact_one .contact_one_l{ width:50%;overflow:hidden;}
.contact_one .contact_one_l img{ width:100%;}
.contact_one .contact_one_r{ width:50%; overflow:hidden;}
.contact_one .contact_one_r .contact_scroll{ overflow:hidden;padding: 35px 40px;max-width: 600px;}
.contact_one .contact_one_r #srcolls{ overflow:hidden; overflow-y:auto; }
.contact_one .contact_one_r #srcolls::-webkit-scrollbar {width: 5px;height: 10px;}
.contact_one .contact_one_r #srcolls::-webkit-scrollbar-thumb { /*background-image:url(../images/product_bg1.png); background-position:center center; background-repeat:no-repeat; background-size:10px 6px;*/background-color: #104c94;}
.contact_one .contact_one_r #srcolls:hover::-webkit-scrollbar-thumb {background-color: #d9261c;}
.contact_one .contact_one_r #srcolls::-webkit-scrollbar-thumb:hover { background-color: #d9261c;-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1); }
.contact_one .contact_one_r #srcolls::-webkit-scrollbar-track {  background-color:#e6e6e6;}
.contact_one .contact_one_r ul li{ font-size:16px; overflow:hidden; margin-top:3%; margin-bottom:5%; padding-bottom:5%; border-bottom:1px solid #e3e3e3;}
.contact_one .contact_one_r strong{font-weight: bold;line-height: 1.5;}
.contact_one .contact_one_r b{font-size: 16px;color: #333;font-weight: bold;display: block;line-height: 1.5;margin-bottom: 15px;}
.contact_one .contact_one_r p{font-size: 16px;color: #777;display: block;line-height: 1.5;margin-top: 12px;}

.wapBar{position: relative;}
.wapBar .showB{display: flex;align-items: center;width: 100%;border: 1px #CCCCCC solid;border-radius: 11px;padding: 0 15px;background: #ffffff;}
.wapBar .showB span{display: block;font-size: 16px;color:#666666;line-height: 50px;width: calc(100% - 20px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.wapBar .showB i{margin-left: auto;color: #999999;border-width: 15px;border-right: 8px solid transparent;border-left: 8px solid transparent;border-top: 8px dashed;width: 0;height: 0;display: block;}
.wapBar .ListB{display:none;width: 100%;max-height: 300px;border: 0;overflow-y: scroll;margin-top: 5px;position: absolute;top: 100%;left: 0;z-index: 1000;min-width: 160px;padding: 5px 0;margin: 2px 0 0;font-size: 14px;background-color: #fff;background-clip: padding-box;box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);border-radius: 4px;}
.wapBar .ListB .itemB a{padding: 10px 15px;color: #666666;display: flex;align-items: center;}
.wapBar .ListB .itemB a span{display: block;width: calc(100% - 20px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.wapBar .ListB .itemB a i{display: block;width: 20px;height: 20px;background: url(../images/iconRight4.png);margin-left: auto;transition: .3s;background-repeat: no-repeat;background-position: center;}
.wapBar .erjiBox a{padding: 5px 25px !important;}
.wapBar .ListB .itemB.active a{color: #d9261c;}
.wapBar .ListB .itemB.active a i{background-image: url(../images/iconRight5.png);}
.wapBar .ListB .itemB.open a i{transform: rotate(90deg);}

.my-map { margin: 0 auto; width: 100%; height: 100%; } 
.my-map .icon { background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat; } 
.my-map .icon-cir { height: 31px; width: 28px; } 
.my-map .icon-cir-red { background-position: -11px -5px; }
.amap-container{height: 100%;}
.myinfowindow{width: 240px;min-height: 50px;}
.myinfowindow h5{ height: 20px; line-height: 20px; overflow: hidden; font-size: 14px; font-weight: bold; width: 220px; text-overflow: ellipsis; word-break: break-all; white-space: nowrap; }
.myinfowindow div{ margin-top: 10px; min-height: 40px; line-height: 20px; font-size: 13px; color: #6f6f6f; }

.feedback_div{ margin:0 auto;padding-bottom:5%; overflow:hidden; text-align:center;}
.feedback_div label{ display:block; color:#555; text-align:left; margin-bottom:2%; font-size:16px;}
.feedback_div label.bgs2{ margin-bottom:1%;}
.feedback_div .divs{float:left; width:calc(50% - 100px); margin-right:200px;margin-bottom:2%;}
.feedback_div .divs:nth-child(2n+0){ margin-right:0;}
.feedback_div .inputs2{ width:99%;  background:#F7F7F8; height:54px; line-height:54px; font-size:16px; color:#666; border:none; outline:none;  text-indent:3%; }
.feedback_div select::-ms-expand { display: none; } 
.feedback_div .textarea{ padding:1%; width:100%;box-sizing:border-box;-moz-box-sizing:border-box; /* Firefox */-webkit-box-sizing:border-box; /* Safari */ background:#fff; font-size:16px; border:none; outline:none;margin-bottom:2%; color:#cccccc; height:170px;  background: #F7F7F8;}
.feedback_div .textarea:focus{ color:#666;}
.feedback_div .bnts2{  border: none; width:30%; max-width:200px;font-size: 16px; height: 54px; background: #d9261c;  text-align: center;color: #fff; outline: none;  cursor: pointer; -webkit-appearance: none; margin:0 auto; margin-top:2%;}

@media screen and (max-width:1520px) {
  .feedback_div .divs{width: 49%;margin-right: 2%;}
}
@media screen and (max-width:1199px) {
  .contact_tit p{font-size: 32px;line-height: 32px;}
  .contact_tit span{font-size: 14px;line-height: 20px;}
  .contact_one .contact_one_r .contact_scroll{width: 100%;right: 0;}
  .feedback_div label{margin-bottom: 5px;}
  .feedback_div .inputs2{height: 45px;line-height: 45px;}
  .feedback_div .divs{margin-bottom: 1%;}
  .contact_one .contact_one_r p{font-size: 14px;margin-top: 5px;}
  .page_content{padding:0;background: #fff;}
  .pg1{padding:0;}
  .category{display: none;}
  .mbxBox>div{min-height: 50px;}
  .mbxBox .mbL{padding-left: 0}
}
@media screen and (max-width:780px) {
  .contact_one .contact_one_l{width: 100%;}
  .contact_one .contact_one_r{width: 100%;position: relative;}
  .contact_one .contact_one_r .contact_scroll{height: 100%;position: relative;padding: 20px 15px;}
  .feedback_div{width: 100%;}
  .feedback_div .bnts2{height: 45px;font-size: 14px;}
  .contact_tit{margin: 40px 0 20px;}
  .contact_tit p{font-size: 26px;}
  .contact_one{flex-wrap: wrap;}
  .my-map{height: 40vh;}
  .mbxBox>div{min-height: 30px;}
}
@media screen and (max-width:580px) {
  .feedback_div .divs{width: 100%;margin-bottom: 10px;}
  .feedback_div label{font-size: 14px;line-height: 18px;}
  .feedback_div .inputs2{height: 40px;line-height: 40px;}
  .feedback_div .textarea{height: 100px;}
}






.pagesDiv {clear:both;width:100%;margin:0 auto;line-height:25px;padding:10px 0px 10px 0px;}

.pages {height:30px;color:#666666;margin-top:5px;text-align:center;}

.pages a:link,.pages a:visited {color:#666666;}

.pages a,.pages a:link {text-decoration:none;padding:2px 5px;border:1px solid #DDDDDD;background:#FFFFFF;margin:0px 2px;font-size:12px;color:#666666;text-align:center;}

.pages a:hover {background:#FB9007;color:#FFFFFF;border:1px solid #E61636;text-decoration:none;text-align:center;padding:2px 5px;}

.pages .cpb {font-weight:bold;color:#FFFFFF;background:#FB9007;border:1px solid #E61636;text-align:center;margin:0px 2px;padding:2px 5px;}

.pages .intext {width:30px;border:1px solid #7F9DB9;height:19px;line-height:19px;}

.pagination {text-align:center;}

.pagination li {display:inline-block;color:#333333;height:30px;line-height:30px;margin:0px 4px;vertical-align:middle; font-size: 14px;}

.pagination li a {float:left;display:block;height:25px;line-height:25px;padding:0 10px;font-size:14px;border:1px solid #dddddd;color:#666;text-decoration:none;}

.pagination li a:hover {background:#FB9007;color:#ffffff;}

.pagination li a.thisclass {background:#FB9007;color:#ffffff;border:1px solid #E61636;cursor:default;}

.pagination li a.thisclass:hover {background:#FB9007;color:#ffffff;border:1px solid #E61636;cursor:default;}

.pagination li .pageinfo {line-height:21px;padding:12px 10px 12px 16px;color:#999999;}

.pagination li .pageinfo strong {color:#555555;font-weight:normal;}

.pagination table {text-align:center;margin:10px 0px 0px 25%;}

.pagination table td {padding:0px 2px;}

#pages {padding:14px 0 70px;text-align:right;}

#pages a {display:inline-block;height:30px;line-height:30px;background:#ffffff;border:1px solid #e3e3e3;text-align:center;color:#333333;padding:0 14px;margin: 0;}

#pages a.a1 {background:url('../images/pages.png') no-repeat 0 5px;padding:0 5px;}

#pages a:hover {background:#f1f1f1;color:#000000;text-decoration:none;}

#pages span {display:inline-block;height:30px;padding:0 14px;line-height:30px;background:#d9261C;border:1px solid #d9261C;color:#ffffff;text-align:center;}

#pages .noPage {display:inline-block;height:22px;line-height:22px;background:url('../images/titlebg.png') repeat-x 0 -55px;border:1px solid #e3e3e3;text-align:center;color:#a4a4a4;}


.dart {
  padding: 1.2rem 0 1.56rem;
  background: #f8f8f8;
}

.dart_box {
  display: flex;
  justify-content: space-between;
}

.dart_l {
  width: 50%;
}

.dart_r {
  width: 50%;
  position: relative;
}

.dart_logo {
  margin-bottom: 0.35rem;
  padding-top: 0.4rem;
}

.dart_logo img {
  width: 1.96rem;
  margin-bottom: 0.28rem;
}

.dart_logo p {
  color: #6ab92c;
  font-family: 'Montserrat_m';
  margin-bottom: 0.35rem;
}

.dart_logo i {
  width: 30px;
  height: 2px;
  background: #333;
  display: block;
}

.dart_txt {
  margin-bottom: 0.6rem;
}

.dart_txt p {
  position: relative;
  padding-left: 18px;
  font-size: 18px;
  margin-bottom: 0.16rem;
  color: #666;
}

.dart_txt p::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: #666;
  border-radius: 50%;
  left: 0;
  top: 10px;
}

.a_td {
  width: 1rem;
  height: 1rem;
  border: 1px solid #ddd;
  cursor: pointer;
  position: relative;
}

.a_td::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0px;
  background: #6ab92c;
  bottom: 0;
  left: 0;
}

.dart_banner {
  width: calc(4rem + 60px);
}

.dart_banner .swiper-slide {
  width: 1rem !important;
}

.swiper-slide-active .a_td::after {
  height: 2px;
}

.dart_r360 {
  height: 100%;
}

.dart_r360_box {
  width: 100%;
  height: 100%;
  position: relative;
}

.dart_r360_img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dart_r360_img>img {
  width: 6rem;
  height: 6rem;
  margin: auto;
}

.swip_but .h_revi_prev {
  left: 3%;
}

.swip_but .h_revi_next {
  right: 3%;
}

.dart_r_bj {
  position: absolute;
  bottom: 0;
  left: 0.2rem;
}

@media (max-width: 1900px) {

  .brand_con_p p,
  .link_nr ul li a,
  .dart_txt p {
    font-size: 16px;
  }
}

@media (max-width: 1580px) {

  .brand_con_p p,
  .link_nr ul li a,
  .dart_txt p {
    font-size: 14px;
  }

  .dart_txt p::after {
    top: 9px;
  }
}

/***字体颜色***/
.homeBlock .con{
	color:#888888;
}
.ind_title .etit{
	color:#888888;
}
.sybt .d-y{
	color:#888888;
}