/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

* {
    user-select: none;
}
/*禁止复制*/
@font-face {
    font-family: 'MyFont'; /*字体名称*/
    src: url('../fonts/roboto/Roboto-Regular.ttf'); /*字体源文件*/
}
nav ul a,
nav .brand-logo {
    color: #444;
}
html {
    font-family: MyFont;
}
p {
    line-height: 2rem;
}

.sidenav-trigger {
    color: #26a69a;
}

.parallax-container {
    /* min-height: 800px; */
    /* line-height: 0; */
    height: auto;
    /* color: rgba(255, 255, 255, 0.9); */
}
.parallax-container .section {
    width: 100%;
}

/* @media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
} */

@media only screen and (max-width: 600px) {
    #index-banner .section {
        top: 0;
    }
}

.icon-block {
    padding: 0 15px;
    font-size: 1.87px;
}

.ico-block {
    padding: 1.333333333333rem;
    background: #fff;
    font-size: 0.93333333rem;
    width: 16rem;
    height: 21.33333rem;
    overflow: hidden;
    margin: 0 10px;
}
.mt2 {
    color: #333;
    margin-top: 2rem;
    text-align: left;
    line-height: 1.5rem;
}
.icon-block .material-icons {
    font-size: inherit;
}

footer.page-footer {
    margin: 0;
}
/* new */
.section {
    padding: 0;
}
.sectionOne {
    min-height: 15.3rem;
    height: auto;
}
.sectionTwo {
    min-height: 38.7rem;
    height: auto;
    margin: 0 auto;
}
.flexclu {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.clwhite {
    color: #fff;
}
.widthAll {
    margin: 0 auto;
    max-width: none;
    width: 100%;
}
.carousel {
    height: 800px !important;
}
.bgimg {
    background-image: url('../images/bgimg.png');
    box-sizing: border-box;
    overflow: hidden;
}
.fs60 {
    font-size: 4rem;
    font-weight: bold;
}
.fs80 {
    font-size: 5.333rem;
    font-weight: bold;
    color: #ffb300;
}
.bold {
    font-weight: bold;
}
.half {
    vertical-align: 1.5rem;
    font-size: 2rem;
    font-weight: bold;
}
.half2 {
    font-size: 2rem;
    font-weight: bold;
}
h5 {
    font-size: 1.867rem;
    margin: 0;
}
.row {
    margin-bottom: 0;
    width: 100%;
}
.about-container {
    height: 67rem;
    background: url('../images/about.png') center center no-repeat;
    background-size: 70% auto;
    background-position: 50% 70%;
}
.container-about {
    margin: 10rem auto 0 auto;
}
.fs34 {
    font-size: 2.3rem;
    margin-bottom: 1rem;
}
.fs26 {
    color: #ffffff;
    margin-top: 4.667rem;
    font-size: 2.27rem;
}
.middle {
    /* line-height: 19.7rem; */
    margin-top: 8rem;
}
.middle2 {
    /* line-height: 19.7rem; */
    margin-top: 6.53rem;
    margin-bottom: 2rem;
}
h6 {
    font-size: 1.066666666666667rem;
    margin: 0.4rem 0;
}
.clyellow {
    color: #ffb300;
}

.new-content {
    /* background: #f7f8fa; */
    box-sizing: border-box;
    overflow: hidden;
}
.btn1 {
    background-color: #ffb300;
    width: 9.3rem;
    height: 3.1rem;
    line-height: 3.1rem;
    font-size: 1.333rem;
}
.btn1:hover {
    background-color: #ffc40c;
}
.h6 {
    color: #ffffff;
    margin-left: -2rem;
}

@keyframes douup {
    0% {
        opacity: 0.5;
        -webkit-transform: translate(0, 0px);
    }
    50% {
        opacity: 0.8;
        -webkit-transform: translate(0, -5px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, -15px);
    }
}
@keyframes doudown {
    0% {
        opacity: 0.5;
        -webkit-transform: translate(0, -15px);
    }
    50% {
        opacity: 0.8;
        -webkit-transform: translate(0, -5px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0px);
    }
}
.douup {
    -webkit-animation: douup 1s infinite;
    -webkit-animation-fill-mode: both;
}
.doudown {
    -webkit-animation: doudown 1s infinite;
    -webkit-animation-fill-mode: both;
}
nav {
    height: 50px;
    line-height: 50px;
}
.conbox1 {
    color: #333333;
    margin-top: 6.67rem;
}
.mt70 {
    margin-top: 4.7rem;
}
.flexcenter {
    display: flex;
    justify-content: center;
}
.pd0 {
    padding: 0 !important;
}

.content-new {
    background: #fff;
    min-height: 719px;
    height: auto;
}
.content-new-c {
    min-width: 1056px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.titile-c {
    font-size: 34px;
    margin-top: 100px;
}
.flexRow {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 30px;
}
.mt94 {
    margin-top: 94px;
}
.mt23 {
    margin-top: 23px;
}
.text-c {
    width: 700px;
    display: flex;
    flex-direction: column;
}
.tit-c {
    width: 100%;
    color: #333333;
    font-size: 24px;
}
.area-c {
    margin-top: 20px;
    font-size: 14px;
    color: #666666;
}
.bot-c {
    margin-top: 16px;
    color: #999999;
    font-size: 14px;
}
.spn-c {
    margin-left: 24px;
    color: #d5d5d5;
}
.load {
    width: 200px;
    height: 32px;
    border: 1px solid rgba(226, 226, 226, 1);
    color: #666666;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    border-radius: 5px;
    margin: 29px auto 0 auto;
    cursor: pointer;
}

.content-address {
    /* background: #F7F8FA; */
    min-height: 650px;
    height: auto;
}
.addC {
    margin: 0 auto;
    width: 1391px;
    display: flex;
    justify-content: space-between;
    padding-top: 172px;
}
.add-t1 {
    font-size: 16px;
    color: #ffffff;
}
.add-t2 {
    margin-top: 4px;
    font-size: 30px;
    color: #ffffff;
}
.add-t3 {
    margin-top: 20px;
    background: #ffb300;
    font-size: 16px;
    color: #333333;
    border-radius: 5px;
    padding: 5px 12px;
}
.add-t4 {
    vertical-align: middle;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 24px;
}
.fil {
    filter: brightness(5);
    vertical-align: middle;
    margin-right: 16px;
}
.map {
    width: 600px;
    height: 306px;
    /* background: #e2e2e2; */
}

.yell {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 231px;
    color: #ffffff;
}
#inp {
    background-color: #fff;
    border: inherit;
    border-bottom: inherit;
    margin: 0;
    height: 50px;
    width: 388px;
    padding-left: 20px;
}
.apply {
    cursor: pointer;
    background: #ff0c0c;
    height: 50px;
    width: 130px;
    line-height: 50px;
    color: #ffffff;
    font-size: 20px;
}
.disflex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mg0 {
    margin: 0 0 26px 0;
}
.margin0 {
    margin: 0;
}
.fs16 {
    font-size: 16px;
}
.foot1 {
    margin-top: 39px;
}
.foot2 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
}
.link {
    margin-top: 49px;
    display: flex;
    justify-content: left;
}
.link a {
    color: #fff !important;
}
.clink {
    color: #ffb300;
    margin: 12px 0 20px 0;
    font-size: 12px;
    cursor: pointer;
}
.copy {
    font-size: 12px;
    color: #666666;
}
.qrcode {
    width: 170px;
    height: 170px;
    /* background: #666666; */
    margin-top: -75px;
    margin-right: -100px;
    background: url('../images/qrcode.bmp') center center no-repeat;
    background-size: 100% 100%;
}
.flrT {
    float: right;
}


/* 轮播 */
.slider {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    box-sizing: border-box;
    overflow: hidden;
    height: 800px !important;
}
.slider .indicators {
  height: 50px;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 750px;
    bottom: 0;
    margin: 0;
    z-index: 20000;
}
.slides {
    height: 100%;
}
.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 4px;
  width: 30px;
  margin: 0 12px;
  background-color: #ffffff;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 0;
}
.slider .indicators .indicator-item.active {
  background-color: #ffb300;
}
.bannerh3{
  font-size: 74px;
}
.bannerh5{
  font-size: 36px;
}

.slider .slides li .captionOne {
  color: #fff;
  position: absolute;
  top: 40%;
  left: 15%;
  width: 70%;
  opacity: 0;
}