header {
    height: 65px;
    background: #fff;
}

header .logo {
    float: left;
    z-index: 200;
}

header .navbar {
    height: 65px;
    padding-left: 20%;
}

header .navbar li {
    float: left;
    width: 130px;
    text-align: center;
}

header .navbar a {
    vertical-align: middle;
    line-height: 73px;
    color: #483e1e;
    font-family: Arial;
    text-decoration: none;
    font-size: 1.6rem;
}
header .navbar a.cur {
    background: #fabe00;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 20px;
}

.pc-show{display: block;}
.phone-show{display: none;}

.logo {
    position: relative;
    overflow: hidden;
    transition-duration: .3s;
}

.logo:before {
    content: "";
    position: absolute;
    left: -665px;
    top: -460px;
    width: 215px;
    height: 15px;
    background-color: rgba(255, 255, 255, .5);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: searchLights 4s ease-in 0s infinite;
    -o-animation: searchLights 4s ease-in 0s infinite;
    animation: searchLights 4s ease-in 0s infinite;
}

@-webkit-keyframes searchLights {
    0,
    75% {
        left: -100px;
        top: 0;
    }
    100% {
        left: 120px;
        top: 100px;
    }
}

@-o-keyframes searchLights {
    0,
    75% {
        left: -100px;
        top: 0;
    }
    100% {
        left: 120px;
        top: 100px;
    }
}

@-moz-keyframes searchLights {
    0,
    75% {
        left: -100px;
        top: 0;
    }
    100% {
        left: 120px;
        top: 100px;
    }
}

@keyframes searchLights {
    0,
    75% {
        left: -100px;
        top: 0;
    }
    100% {
        left: 120px;
        top: 100px;
    }
}

h2 {
    font-size: 3.6rem;
    text-align: center;
    color: #282828;
    font-weight: lighter;
}

p {
    font-size: 1.6rem;
    line-height: 3rem;
    text-align: center;
    color: #483e1e;
}

/*phone-nav*/
header .phone_nav {
    display:block;
    position:relative;
    z-index: 2;
    float:right;
    width:3rem;
    height:50px;
    margin-top: -55px;
    background:url(../images/menu.png) center no-repeat;
    background-size:100% 100%;
    text-align:center;
    }
header .phone_nav p {
    display:none;
    position:absolute;
    top:3.5rem;
    right:0;
    padding:0.2rem 0;
    width:7rem;
    background:#000;
    }
header .phone_nav p a {
    display:block;
    font-size:1.2rem;
    line-height:2.5rem;
    color:#fff;
    }
header .phone_nav p a.cur {
    background:#fff;
    color:#000;
    }


/*index*/
/*首页幻灯*/
.index_focus {
	position:relative;
    margin:0px auto;
    overflow:hidden;
    width: 100%;
    height: 350px;
	}
.index_focus .bd li {  
    display:none;
	width:100%;
	text-align:center;
	}
.index_focus .slide_nav {
    position:absolute;
    left:0;
    bottom:2.25rem;
    width:100%;
    text-align:center;
	}
.index_focus .slide_nav a {
	margin:0 0.2rem;
	display:inline-block;
	width:1.5rem;
	height:1.5rem;
	border-radius:60%;
	background:#ccc;
	text-align:center;
	line-height:1.7rem;
    font-size:1.4rem;
    color:#fff;
	}
.index_focus .slide_nav li:hover,
.index_focus .slide_nav .on{
    background:#fabe00;
	}
.index_focus_next,
.index_focus_pre {
    display:none;
    position:absolute;
    top:45%;
    width:3.6rem;
    height:3.6rem;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    z-index:2;
    background: url(../images/meilin/ico_sliding.png) no-repeat;
    background-size:6rem 7.25rem;
	}
.index_focus_pre {
	left:1.5rem;
	background-position:0 0;
	}
.index_focus_next {
	right:1.5rem;
	background-position:0 -3.6rem;
	}

.sec01 {
    background: #fff9e3;
    display: flex;
}
.sec01, .sec02, .sec03, .sec04, .sec05, .sec06, .sec07, .sec08, .sec09 {
    padding: 1.5rem 0;
    padding-bottom: 0;
}
.sec01 h2, .sec02 h2, .sec03 h2, .sec04 h2, .sec05 h2, .sec06 h2, .sec07 h2, .sec08 h2, .sec09 h2{
    line-height: 5rem;
    font-weight: initial;
}
.sec01 .devide-33{
    text-align: center;
}
.sec01 p, .sec02 p, .sec03 p, .sec04p, .sec05 p, .sec06 p, .sec07 p, .sec08 p, .sec09 p{
    margin: 1.5rem auto;
    width: 61%;
}

.url_video {
    width: 90%;
    margin: 1rem 5%;
    border: 10px solid #ffcc30;
}

.sec03 {
    background: #f4f4f4;
}
.sec03 .devide-50{
    padding: 0;
}
.sec03 .left{
    text-align: right;
}

.sec05 .devide {
    text-align: center
}

.sec06 {
    background: #fff9e3;
}
.sec06 .devide-20{
    height: 287px;
    overflow: hidden;
    position: relative;
}
.sec06 .devide-20 img{
    transition: ease all 0.5s;
}
.sec06 .devide-20 img:hover{
    margin-top: -1rem;
    cursor: pointer;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.sec07 h2 {
    margin-bottom: 2.5rem;
}
.sec07 .devide-33 p {
    padding: 1rem 0;
    margin: 0;
    width: 100%;
    margin-bottom: 0.5rem;
}
.sec07 .big-img{
    width: 95%;
    /*height: 269px;*/
    overflow: hidden;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}

.join-conditions {
    padding:50px 0;
    background-color: #fabe00;
}
._w1200{
    position: relative;
    margin: auto;
    width:1200px;
    height: auto;
}
.intro-header h2 {
    color:#fff;
    font-size: 3.6rem;
    line-height: 5rem;
    font-weight: bold;
}
.mt-40 {
    margin-top:40px
}
.list {
    position:relative;
    font-size:0
}
.list>li {
    display:inline-block;
    vertical-align:top
}
.list-6>li {
    width:16.6666%;
}
.jc-item {
    margin:0 40px;
    color:#fff;
    text-align:center
}
.jc-item__title {
    margin: 1em 0 2em;
    font-size: 18px;
    letter-spacing:.06em
}
.titleBox {
  text-align: center;
  font-size: 27px;
  padding: 0 0 50px;
}
.titleBox b {
  display: block;
  position: relative;
  color: #282828;
  font-size: 3.6rem;
    line-height: 5rem;
}

.flex {
  display: -webkit-flex;
  display: flex;
}
.flex-start {
  -webkit-align-items: flex-start;
    align-items: flex-start;
}
.flex-align-center {
  -webkit-align-items: center;
  align-items: center;
}
.flex-around {
  -webkit-justify-content: space-around;
    justify-content: space-around;
}
.flex-center {
  -webkit-justify-content: center;
    justify-content: center;
}
.flex-right {
  -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.flex-between {
  -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-reverse {
  -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.flex-container-column {
  -webkit-flex-direction: column;
    flex-direction: column;
}
.jmys {
  padding: 30px 0 50px;
}
.jmys .jmys-list {
  margin-bottom: 15px;
}
.jmys .jmys-list > div {
  width: 49%;
  background-color: #f6f6f6;
}
.jmys .jmys-list span,
.jmys .jmys-list strong {
  position: relative;
  display: block;
  text-align: center;
  font-size: 30px;
  color: #fabe00;
  line-height: 45px;
  font-weight: bold;
}
.jmys .jmys-list span::after {
  position: absolute;
  left: 50%;
  bottom: 3px;
  margin-left: -24px;
  width: 48px;
  height: 4px;
  background-color: #fabe00;
  content: "";
}
.jmys .jmys-list p {
  margin: 15px auto 0;
  width: 80%;
  font-size: 16px;
  line-height: 24px;
  color: #595757;
  text-indent: 2em;
  text-align: left;
}
.jmys .jmys-list img {
  width: 49%;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #000;
  }
  
  .hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 33px;
    left: 0;
    /*padding: 50px 20px;*/
    padding: 0 20px;
  }
  
  .hovereffect img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .hovereffect:hover img {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  
  .hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    overflow: hidden;
    padding: 0.5em 0;
    background-color: transparent;
  }
  
  .hovereffect h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
  
  .hovereffect:hover h2:after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  
  .hovereffect a, .hovereffect p {
    color: #FFF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
  
  .hovereffect:hover a, .hovereffect:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

.sec07 .more {
    padding: 5px 20px;
    border-radius: 20px;
    background: #f1f1f1;
    margin: 1rem auto;
    display: block;
}
.sec07 .more a{
    color: #1b1b1b;
    text-decoration: none;
}

.sec08 .title h3 {
    padding-left: 1rem;
    margin-top: 1rem;
    font-size: 3.2rem;
    color: #ff4904;
    font-weight: bold;
}
.sec08 .title p {
    margin: 0;
    width: 100%;
    text-align: left;
    color: #666;
    font-size: 1.8rem;
}


.sec09{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.sec09 .map-index img{
    width: 100%;
}
.sec09 .devide-25 {
    text-align: center;
    max-height: 352px;
    overflow: hidden;
    margin-bottom: 1rem;
}
.sec09 .devide-25 img{
    transition: ease all 0.5s;
    width: 95%;
}
.sec09 .devide-25 img:hover{
    transform: scale(1.05);
    box-shadow: 0px 0px 3px 1px #ccc;
}
.sec09 .devide-25 p {
    margin: 0.5rem auto;
}
.sec09 .wrap p{
    width: 60%;
}

.sec10{
    background:#eeeeee;
    padding: 1.5rem 0;
}
.sec10 h2{
    margin-bottom: 3rem;
}
.sec10 .devide-60 .des{
    width: 560px;
    margin-left: 60px;
    text-align: left;
    font-size: 1.6rem;
}
.sec10 .wrap form{
    margin: 2rem 0;
    background: url(/statics/images/meilin/contact-02.png) no-repeat center;
    height:275px;
    background-size: contain;
    position:relative;
    padding-left: 3rem;
    padding-top: 5px;
}
.sec10 .wrap form table{
    position: absolute;
    top: -10px;
    left: 35px;
}
.sec10 .wrap form input::-webkit-input-placeholder {
        color: #666;
      }
      input::-moz-input-placeholder {
        color: #666;
      }
      input::-ms-input-placeholder {
        color: #666;
      }
.sec10 .wrap form input, .sec10 .wrap form .quyu{
    line-height: 2.2rem;
    background: #fff;
    font-size: 1rem;
    width: 235px;
}
.sec10 .wrap form .input01{
    margin: 40px auto 23px 3.5rem;
    width: 220px;
    font-size: 1.6rem;
}
.sec10 .wrap form .input02{
    width: 220px;
    margin: 40px auto 23px 80px;
    font-size: 1.6rem;
}
.sec10 .wrap form .input03{
    margin: 85px auto 23px 42px;
    font-size: 1.6rem;
}
.sec10 .wrap form #message{
    width: 550px;
    height: 100px;
    font-size: 1.8rem;
    font-family: '微软雅黑';
    margin-left: 3rem;
    padding-left: 1rem;
    padding-top: 10px;
}
.sec10 .wrap form textarea::-webkit-input-placeholder {
        color: #666;
        font-family: '微软雅黑';
      }
      textarea::-moz-input-placeholder {
        color: #666;
        font-family: '微软雅黑';
      }
      textarea::-ms-input-placeholder {
        color: #666;
        font-family: '微软雅黑';
      }
.sec10 .wrap form .coolbg{
    position: absolute;
    width: 568px;
    left: 65px;
    bottom: -45px;
    background: #fed346;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    font-size: 1.6rem;
    cursor: pointer;
}



footer {
    background: #fabe00;
    padding: 3rem 0;
}
footer a{
    color: #1b1b1b;
}

footer .devide-50 p {
    text-align: left;
    font-size: 1.6rem;
}
footer .right, footer .right p{
    text-align: center;
    margin-top: 10px;
}
footer .devide-50 img{
    width: 56%;
}
footer .box {
    font-size: 2.4rem;
    border: 1px solid #535354;
    width: 380px;
    text-align: center;
    padding: 5px;
    margin-bottom: 1rem;
}
footer .box {
    position: relative;
    overflow: hidden;
    transition-duration: .3s;
}

footer .box:before {
    content: "";
    position: absolute;
    left: -665px;
    top: -460px;
    width: 360px;
    height: 15px;
    background-color: rgba(255, 255, 255, .5);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: searchLights 4s ease-in 0s infinite;
    -o-animation: searchLights 4s ease-in 0s infinite;
    animation: searchLights 4s ease-in 0s infinite;
}
footer hr{
    border-top:1px solid #eeeeeea6;
}


/*cooperate*/
.coo .sec01{
    background: unset;
}
.coo .sec02 {
}
.coo .sec02 img, .coo .sec05 img{
    width: 100%;
}
.coo .sec03 {
    background: unset;
}
.coo .sec05{
    margin-bottom: 0;
}
.coo .sec05 .wrap{
    position: absolute;
    left: 50%;
    margin-left: -600px;
}
.coo .sec05 h2, .coo .sec05 p{
    color: #fff;
}
.coo .sec06 {
    background: #f5f5f5;
}
.coo .sec06 .devide-33{
    padding: 5px;
}
.coo .sec06 img{
    width: 100%;
}

.coo .sec07 .wrap{
    position:relative;
}
.coo .sec07 .left{
    position: absolute;
    top: 100px;
}

.coo .sec08 .wrap{
    width: 1100px;
}
.coo .sec08 img{
    width: 100%;
}
.coo .sec08 .devide-50{
    height: 300px;
    overflow: hidden;
    padding: 3px 5px;
}

.coo .sec09 h2 {
    margin-bottom: 3rem;
}
.coo .sec09 .devide-50 {
    text-align: center;
}
.coo .sec09 .devide-50 .coo-box {
    border: 3px solid rgba(0, 133, 42, 1);
    border-radius: 5px;
    width: 290px;
    display: block;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    padding-bottom: 2rem;
}
.coo .sec09 .devide-50 .num {
    width: 5rem;
    height: 5rem;
    display: block;
    margin: 0 auto;
    background: #fd4729;
    border-radius: 3rem;
    font-size: 2.4rem;
    padding-top: 0.7rem;
    margin-top: -2.5rem;
    color: #fff;
    text-align: center;
}
.coo .sec09 .devide-50 p {
    margin: 0.5rem auto;
    text-align-last: unset;
}
.coo .sec09 .devide-50 .item {
    text-align: left;
    text-indent: 3rem;
    width: 92%;
    text-align-last: unset;
}
.coo .sec09 .devide-50 .desp {
    margin: 0 auto;
    color: #666;
}
.coo .sec09 .devide-50 hr {
    border-bottom: 0.5px solid rgba(0, 133, 42, 1);
    margin-top: 0;
}

.coo .sec09 .one .coo-box {
    border: 3px solid #fabe00;
}
.coo .sec09 .one .num {
    background: #fabe00;
}
.coo .sec09 .one hr {
    border-bottom: 0.5px solid #fabe00;
}
.coo .sec09 .two {
    padding-left: 10%;
}
.coo .sec09 .three {
    padding-right: 10%;
}
.coo .sec09 .three .coo-box {
    border: 3px solid rgba(0, 133, 42, 1);
}
.coo .sec09 .three .num {
    background: #41a460;
}
.coo .sec09 .three hr {
    border-bottom: 0.5px solid rgba(0, 133, 42, 1);
}

.coo .sec09 .yes, .coo .sec09 .right {
    background: url(/statics/images/meilin/ico-true.png) left top no-repeat;
    background-position-y: 0.7rem;
    width: 92%;
    text-indent: 3rem;
    text-align: left;
}
.coo .sec09 .wrong {
    background: url(/statics/images/meilin/ico-wrong.png) left top no-repeat;
    background-position-y: 0.7rem;
    width: 92%;
    text-indent: 3rem;
    text-align: left;
}



/*smart*/
.smart .sec01{
    /*background:url(/statics/images/meilin/coo-10-bg.jpg) center no-repeat;*/
    background-color: #fff;
}
.smart .sec01 h2 {
    margin-bottom: 40px;
}
.smart .sec01 .devide-50{
    padding: 1rem;
}
.smart .sec01 .devide-20 {
    text-align: center;
}
.smart .sec01 .devide-20 img {
    height: 200px;
}
.smart .sec01 .left{
    padding-left: 23%;
    transition: ease all 0.5s;
}
.smart .sec01 .left:hover {
    padding-left: 24%;
}
.smart .sec01 .right {
    text-align: right;
    padding-right: 23%;
    transition: ease all 0.5s;
}
.smart .sec01 .right:hover {
    padding-right: 24%;
}
.smart .sec01 p {
    color: #76745e;
    font-size: 1.4rem;
    text-align: center;
}

.smart .sec02{
    /* border-top: 0.5px solid #e4e4e4;
    border-bottom: 0.5px solid #e4e4e4; */
}
.smart .sec02 h2{
    margin: 0;
    margin-bottom: 3rem;
}
.smart .sec02 .devide-33{
    text-align: center;
    height: 235px;
}
.smart .sec02 .devide-33 img{
    transition: ease all 0.5s;
    width: 8rem;
}
.smart .sec02 .devide-33 img:hover{
    transform: rotate(180deg);
}
.smart .sec02 .devide-33 strong{
    font-size: 2.3rem;
}

.smart .sec03{
    background:unset;
}


/*news*/
.news .banner {
    margin-bottom: 3rem;
}
aside.devide-20 h2{
    height: 75px;
    margin: 0em;
    font-size: 2.3rem;
    background: #fbbe01;
    padding-top: 30px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    font-weight: bolder;
    color: #fff;
}
aside.devide-20 .devide{
    width: 230px;
    text-align: center;
    border-radius: 30px;
    margin-bottom: 2rem;
}
aside.devide-20 ul{
    border: solid 0.5px #ccc;
    border-top: none;
    min-height: 320px;
    line-height: 5rem;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-bottom: 2rem;
}
aside.devide-20 ul li{
    color: #4e4e4e;
    border-bottom: 1px solid #e4e4e4;
    width: 55%;
    margin: 0 auto;
    color: #4e4e4e;
    font-size: 1.6rem;
}
aside.devide-20 ul li a{
    color: #4e4e4e;
    text-decoration: none;
}
aside.devide-20 ul li.active{
    background: #fbbe01;
    color: #fff;
}

.news aside.devide-20 .position li{
    width: 100%;
    padding: 1rem;
    border-bottom: none;
}
.news aside.devide-20 .position li a{
    text-decoration: none;
}
.news aside.devide-20 .position li p{
    margin-top: 1rem;
}
article.devide-80{
    padding: 0 10px;
}
article.devide-80 hr {
    border-top: 1px solid #c4c4c4;
}
article.devide-80 li{
    background: #f7f8f8;
    padding: 10px;
    margin: 10px 0;
}
article.devide-80 .devide-40{
    width: 322px;
    height: 211px;
    overflow:hidden;
}
.news article.devide-80 .devide-40 .big-img{
    width: 322px;
    height: 211px;
    overflow: hidden;
}
.news article.devide-80 .devide-40 img{
    transition: ease all 0.5s;
}
.news article.devide-80 .devide-40 img:hover{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.news-m article p, .news-m article div {
    text-align: left;
}
.news article .details p {
    text-align: center;
}
article.devide-80 .devide-60 h6, article.devide-80 .devide-60 p{
    margin-left: 15px;
}
article.devide-80 .devide-60 h6 a{
    font-size: 2.2rem;
    font-weight: bold;
    color: #4e4a4a;
}
article.devide-80 .devide-60 h6 a:hover{
    color: #000;
    text-decoration: none;
}
article.devide-80 .devide-60 p{
    text-align: left;
    margin-top: 2rem;
}
article.devide-80 .devide-60 span{
    float: right;
    margin-right: 10px;
}
article.devide-80 .words a, article.devide-80 .next a{
    color: #666;
}
article.devide-80 {
    padding-bottom: 3rem;
    text-decoration: none;
}
article.devide-80 h1{
    font-size: 2.2rem;
    text-align: center;
}

/*meishi*/
.meishi .banner {
    margin-bottom: 3rem;
}
.meishi article.devide-80 li {
    background:none;
    margin-bottom: 0em;
}
.meishi article.devide-80 li p {
    margin-top: 1rem;
}
.meishi .devide-80, .news .devide-80{
    display: none;
}
.meishi .devide-80.show, .news .devide-80.show{
    display:block;
    
}
.meishi article.devide-80 .big-img {
    width: 293px;
    height: 263px;
    overflow: hidden;
}
.meishi article.devide-80 img {
    transition: ease all 1s;
}
.meishi article.devide-80 img:hover {
    cursor: pointer;
    transform:scale(1.2);
    -webkit-transform:scale(1.2);  /*兼容-webkit-引擎浏览器*/
    -moz-transform:scale(1.2);     /*兼容-moz-引擎浏览器*/
}

/*pages*/
.pages {
    text-align: center;
    margin-bottom: 3rem;
}
.pages a {
    color: #fff;
    text-decoration: none;
    background: #fabe00;
    padding: 3px 5px;
}
.pages span {
    background: #cccccc;
    padding: 3px 5px;
}

/*contact*/
.contact .sec01{
    background: unset;
    padding: 1.5rem 0;
}
.contact .sec01 #allmap{
    height: 420px;
}
.contact .sec01 .devide-60{
    padding-right: 20px;
}
.contact .sec01 .devide-40 .address{
    text-align: left;
    width: 100%;
    font-size: 2rem;
    line-height: 3rem;
    padding-left: 1rem;
}

.phone_nav{
    display: none;
}

/*intro*/
.intro .sec02 .devide{
    text-align: center;
}
.intro .sec02 p {
    width: 1000px;
    text-align: left;
    text-indent: 2.8rem;
}

.intro .sec03 {
    background: unset;
}
.intro .sec03 h2 {
    margin-bottom: 1.5rem;
}
.intro .sec03 h5 {
    font-size: 2.2rem;
    text-align: left;
    display: block;
    margin: 0 auto;
    padding-bottom: 1rem;
    font-weight: bold;
}
.intro .sec03 .devide-33 .devide-50 {
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.intro .sec03 .devide-33 .bg01 {
    background: url(../images/meilin/intro-sec03-bg01.png) center no-repeat;
    background-size: cover;
    padding: 3rem;
    color: #fff;
}
.intro .sec03 .devide-33 .bg02 {
    background: url(../images/meilin/intro-sec03-bg02.png) center no-repeat;
    background-size: cover;
    padding: 3rem;
    color: #fff;
}
.intro .sec03 .devide-33 .bg03 {
    background: url(../images/meilin/intro-sec03-bg03.png) center no-repeat;
    background-size: cover;
    padding: 3rem;
    color: #fff;
}
.intro .sec03 .devide-33 .devide-50 p {
    width: 100%;
    text-align: left;
    color: #fff;
}
.intro .sec03 .devide-33 .devide-50 img{
    width: 100%;
    height: 100%;
    transition: ease all 0.5s;
}
.intro .sec03 .devide-33 .devide-50:hover img{
    transform: scale(1.05);
}
.intro .sec03 .devide-33 .bg03 p, .intro .sec03 .devide-33 .bg03 h5{
    color:#544000;
}

.intro .sec04 {
    background: #f3f3f3;
    padding-top: 2rem;
}
.intro .sec04 .devide-50 {
    height: 225px;
    background: url(/statics/images/meilin/white-bg.png) center no-repeat;
    background-size: 95%;
    padding: 2rem 5rem;
    padding-top: 4rem;
    margin: 2rem 0;
    position: relative;
}
.intro .sec04 .devide-50 img {
    margin: 0rem auto auto 2rem;
    transition: ease all 0.5s;
    width: 10rem;
}
.intro .sec04 .devide-50:hover img {
    margin-left: 1rem;
}
.intro .sec04 .devide-50 h5 {
    font-size: 2rem;
    color: #5d5341;
}
.intro .sec04 .devide-50 .num {
    width: 5rem;
    height: 5rem;
    position: absolute;
    background: url(/statics/images/meilin/intro-ls-01.png) left top no-repeat;
    background-size: contain;
    top: -2rem;
    left: 2rem;
}
.intro .sec04 .devide-50 .num.two {
    background: url(/statics/images/meilin/intro-ls-02.png) left top no-repeat;
    background-size: contain;
    right: 1.5rem;
    left: unset;
}
.intro .sec04 .devide-50 .num.three {
    background: url(/statics/images/meilin/intro-ls-03.png) left top no-repeat;
    background-size: contain;
}
.intro .sec04 .devide-50 .num.four {
    background: url(/statics/images/meilin/intro-ls-04.png) left top no-repeat;
    background-size: contain;
    right: 1.5rem;
    left: unset;
}
.intro .sec04 p {
    text-align: left;
    width: 85%;
}

.intro .sec05 .devide-50 {
    height: 125px;
    /* background: url(/statics/images/meilin/gray-bg.png) center no-repeat;
    background-size: 92%; */
    padding: 0 1.4rem;
    margin: 1rem 0;
}
.intro .sec05 .devide-50 img {
    width: 39%;
    height: auto;
    margin-top: 2rem;
    transition: ease all 0.3s;
}
/* .intro .sec05 .devide-50:hover img {
    transform: rotateY(180deg);
} */
.intro .sec05 h5 {
    font-size: 1.8rem;
    text-align: left;
    color: #fd6c12;
    font-weight: bold;
    padding-left: 2rem;
}
.intro .sec05 p {
    width: 90%;
    text-align: left;
    margin-top: 0;
    text-align-last: unset;
}




@media (max-width:800px) {

.pc-show{
    display: none;
}
.phone-show{
    display: block;
}
.wrap{
    width: 100%;
}
h2 {
    font-size: 2.2rem;
    text-align: center;
    color: #282828;
    font-weight: 500;
}
header .navbar {
    display: none;
}

header .logo {
    float: none;
    z-index: 0;
    margin: 0 auto;
    display: table;
}
header .phone-tel-m {
    width: 5rem;
    height: 6.5rem;
    position: absolute;
    padding-top: 0.7rem;
}

header .phone_nav {
    display:block;
    position:relative;
    z-index: 2;
    float:right;
    width:5rem;
    top: 0;
    background:url(../images/menu.png) center no-repeat;
    background-size:100% 100%;
    text-align:center;
    }
header .phone_nav p {
    display:none;
    position: absolute;
    top: 6rem;
    right: 0;
    padding: 0.2rem 0;
    width: 10rem;
    background: #000;
}
header .phone_nav p a {
    display:block;
    font-size: 1.6rem;
    line-height: 3rem;
    color:#fff;
    }
header .phone_nav p a.cur {
    background:#fff;
    color:#000;
    }

#menu_btn{
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
}
.menu_box {
	display:none;
	position:fixed;
	left:0;
	top:0;
	z-index:10;
	padding:7rem 2rem 0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.8);
    }
.menu_box ul li {
	float:left;
	margin:3rem 0.5rem;
	padding:1px;
	width:45%;
	text-align:center;
	border:2px solid #fff;
	}
.menu_box ul li a {
	display:block;
	padding:5px;
	font-size:1.6rem;
	border:1px solid #fff;
	color:#fff;
	}
.bounceInLeft {
    -webkit-animation-name:bounceInLeft;
    animation-name:bounceInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes bounceInLeft {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        -ms-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        -ms-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        -ms-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        -ms-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

    
.sec01 p, .sec02 p, .sec03 p, .sec04 p, .sec05 p, .sec06 p, .sec07 p, .sec08 p, .sec09 p {
    margin: 1.5rem auto;
    width: 90%;
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #483e1e;
    text-align: center;
}
.sec01 p.align-left, .sec02 p.align-left, .sec03 p.align-left, .sec04 p.align-left, .sec05 p.align-left, .sec06 p.align-left, .sec07 p.align-left, .sec08 p.align-left, .sec09 p.align-left {
    text-align: justify;
}
.sec01 p.align-left br, .sec02 p.align-left br, .sec03 p.align-left br, .sec04 p.align-left br, .sec05 p.align-left br, .sec06 p.align-left br, .sec07 p.align-left br, .sec08 p.align-left br, .sec09 p.align-left br {
    display: none;
}
.align-side {
    text-align: justify;
    text-align-last: center;
}
.align-side:after {
    content: " ";
    width: 100%;
    display: inherit;
}
.text-indent {
    text-indent: 2.5rem;
}
.sec01 h2, .sec02 h2, .sec03 h2, .sec04 h2, .sec05 h2, .sec06 h2, .sec07 h2, .sec08 h2, .sec09 h2 {
    padding: 1rem 0;
    margin-bottom: 0rem;
    line-height: 3rem;
    color: #282828;
}

.sec01 .devide-33{
    text-align: center;
    width: 50%;
}
.sec01 .phone{
    position: absolute;
    width: 100%;
    text-align: center;
}
.sec01 .phone img{
    width: 50%;
}
.url_video {
        border: 3px solid #ffcc30;
}
.sec05 img.steps {
    width: 70%;
    margin-bottom: 1rem;
}
.sec06 .devide-20 {
        height: auto;
    }
.sec07 h2{
    margin-bottom: 2rem;
    }
.sec07 .big-img {
        height: auto;
    }
.sec08 .devide .devide-25 {
        width: 50%;
        float: left;
}
.sec08 .title .devide-40, .sec08 .title .devide-60 {
    width: 100%;
    text-align: center;
}
.sec08 .title h3 {
    font-size: 2rem;
}
.sec08 .title p {
    text-align: center;
    font-size: 1.4rem;
}


.sec08 video::-webkit-media-controls {
    
  }
  
.sec09 {
        min-height: 425px;
    }
.sec09 .devide-25 {
    width: 50%;
    padding: 0 1%;
}
.sec09 .wrap p {
    width: 90%;
}
.sec09 .map-index{
    padding-top: 180px;
}

.sec10 {
    padding-bottom: 5rem;
}
.sec10 .devide-40, .sec10 .devide-60{
    width: 100%;
}
.sec10 .devide-60 .des {
    display: none;
    width: 100%;
    margin-left: 0;
    text-align: left;
    font-size: 1.6rem;
    padding-bottom: 2rem;
    padding: 2%;
}

.sec10 .wrap form{
    margin: 3rem auto;
    background: unset;
    width: 300px;
    height: 300px;
    background-size: contain;
    position: relative;
    padding-left: 0;
    padding-top: 5px;
}
.sec10 .wrap form table{
    position: absolute;
    top: 0px;
    left: 0px;
}
.sec10 .wrap form input::-webkit-input-placeholder {
        color: #666;
      }
      input::-moz-input-placeholder {
        color: #666;
      }
      input::-ms-input-placeholder {
        color: #666;
      }
.sec10 .wrap form input, .sec10 .wrap form .quyu{
    line-height: 2.2rem;
    background: #fff;
    font-size: 1rem;
    width: 235px;
}
.sec10 .wrap form .input01{
    margin: 0;
    width: 295px;
    font-size: 1.6rem;
    line-height: 3rem;
    padding-left: 10px;
    border-radius: 10px;
}
.sec10 .wrap form .input02{
    width: 295px;
    margin: 0;
    font-size: 1.6rem;
    line-height: 3rem;
    padding-left: 10px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 4rem;
}
.sec10 .wrap form .input03{
    margin: 0;
    margin-top: 7.6rem;
    width: 295px;
    font-size: 1.6rem;
    line-height: 3rem;
    padding-left: 10px;
    border-radius: 10px;
}
.sec10 .wrap form #message{
    width: 295px;
    height: 100px;
    font-size: 1.6rem;
    line-height: 3rem;
    padding-left: 10px;
    border-radius: 10px;
    background: #fff;
    font-family: '微软雅黑';
    margin-left: 00;
    margin-top: 1rem;
    padding-top: 10px;
}
.sec10 .wrap form textarea::-webkit-input-placeholder {
        color: #666;
        font-family: '微软雅黑';
      }
      textarea::-moz-input-placeholder {
        color: #666;
        font-family: '微软雅黑';
      }
      textarea::-ms-input-placeholder {
        color: #666;
        font-family: '微软雅黑';
      }
.sec10 .wrap form .coolbg{
    position: relative;
    width: 295px;
    left: 65px;
    bottom: -45px;
    background: #fed346;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    font-size: 1.6rem;
    cursor: pointer;
    display: table-footer-group;
}

/*smart*/
.smart .sec01 {
    background: unset;
}
.smart .sec01 .left, .smart .sec01 .right {
    padding-right: 0;
    padding-left: 0;

}
.smart .sec02 h2 {
    margin: 0;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.smart .sec02 .devide-33 {
    width:50%;
    height: 190px;
}
.smart .sec02 .devide-33 img {
    width: 6rem;
}
.smart .sec02 .devide-33 strong {
    font-size: 1.6rem;
}
.smart .sec03 {
    padding: 0;
}

/*meishi*/
.meishi .banner {
    margin-bottom: 2.5rem;
}
.meishi aside.devide-20 h2 {
    display: none;
}
.meishi aside.devide-20 ul {
    border: none;
    padding-bottom: 0;
}

.meishi aside .wrapper {
    position:relative;
    height: 5rem;
    width: 100%;
    overflow: hidden;
    margin:0 auto;
}
.meishi aside .wrapper {
    position:relative;
    height: 5rem;
    width: 81%;
    overflow: hidden;
    margin:0 auto;
}
.meishi aside .scroller {
    position:absolute;
    height: 5rem;
    text-align: left;
}
.meishi aside.devide-20 {
    background: url(/statics/images/meilin/scroller-bg-m.png) no-repeat center;
    background-size: contain;
}

.meishi aside.devide-20, .meishi aside .devide{
    width: 100%;
    display: none;
}
aside.devide-20 ul {
    min-height: auto;
}
aside.devide-20 ul li {
    width: 100px;
    margin: 0 5px;
}
.meishi article.devide-80{
    width:100%;
    padding-bottom: 0;
}
.meishi article.devide-80 hr {
    display: none;
}
.meishi article.devide-80 .tips {
    text-align: center;
    font-size: 1.4rem;
    color: #1dac3a;
}
.meishi article.devide-80 li.devide-33 {
    width: 33.333333%;
    display: inline-block;
    float: unset;
}
.meishi article.devide-80 li {
    padding: 0;
}
.meishi article.devide-80 li p {
    font-size: 1.4rem;
}
.meishi article.devide-80 .big-img {
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.scroll-show-m{
    width: 100%;
    height: auto;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-overflow-scrolling: touch;
    text-align: justify;
    box-sizing: border-box;
}
.scroll-show-m::-webkit-scrollbar{display: none;}
.meishi .devide-80, .news .devide-80 {
    display: block;
}
main.meishi {
    padding-bottom: 2.5rem;
}

/*coo*/
.coo .sec03 {
}
.coo .sec05 {
    padding: 0rem;
}
.coo .sec05 .wrap {
    position: relative;
    left: 0;
    margin-left: 0;
}
.coo .sec05 h2, .coo .sec05 p {
    color:unset;
}
.coo .sec07 .left {
    position: absolute;
    top: 121px;
    width: 128px;
}
.coo .sec07 img {
    display: block;
    margin: 0 auto;
}
.coo .sec08 .wrap {
    width: 100%;
}
.coo .sec08 .devide-50 {
    height: 108px;
}
.coo .sec09 .devide-50 .item, .coo .sec09 .devide-50 p {
    background-position-y: 0.4rem;
}
.coo .sec09 .two, .coo .sec09 .three {
    width: 100%;
    padding-left: unset;
    padding-right: unset;
}
.coo .sec09 .two {
    margin-bottom: 1rem;
}
.coo .sec09 .devide-50 .coo-box {
    width: 60%;
}

/*news*/
.news .banner {
    margin-bottom: 0;
}
.news aside.devide-20 h2 {
    display: none;
}
.news aside.devide-20 ul {
    border: none;
    padding-bottom: 0;
}
.news aside.devide-20, .news aside .devide{
    width: 100%;
    display: none;
}
.news article.devide-80{
    width:100%;
}
article.devide-80 .devide-40, article.devide-80 .devide-60 {
    width: 100%;
}
.news article.devide-80 .devide-40 .big-img {
    width: 100%;
}

.news-m aside, .news-m .banner{
    display: none;
}
.news-m article {
    width: 100%;
}
.news-m article p, .news-m article div {
    font-size: 1.6rem;
    line-height: 3rem;
    text-align: left;
}


/*contact*/
.contact .sec01 {
    position: relative;
}
.contact .sec01 .devide-60, .contact .sec01 .devide-40 {
    width: 98%;
    padding-left: 2%;
}
.contact .sec01 .devide-60 {
    padding-right: 0px;
    margin-top: 10rem;
}
.contact .sec01 .qrcode {
    position: absolute;
    top: 0;
}
.contact .sec01 .qrcode .devide {
    display: none;
}
.contact .sec01 .devide-40 .address {
    text-align: center;
    font-size: 1.6rem;
    background: rgba(255, 247, 247, 0.77);
}

.contact .sec01 #allmap {
    float: right;
    height: 350px;
    width: 100%;
}

/*footer*/
footer{
    background: url(/statics/images/meilin/footer-bg-m.jpg) no-repeat;
    background-size: cover;
}
footer .devide .devide-50 {
    width: 100%;
    float: left;
    padding: 0 2%;
}
footer .devide-50 p {
    text-align: center;
}
footer .box {
    width: 100%;
}
footer .devide .devide-50.right .devide-50{
    width: 50%;
    float: left;
}
footer .flink {
    display: none;
}

/* 弹窗 (background) */
.modal {
    display: none; /* 默认隐藏 */
    position: fixed; /* 固定定位 */
    z-index: 1; /* 设置在顶层 */
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}
 
/* 弹窗内容 */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; 
    padding: 20px;
    border: 1px solid #888;
    width: 80%; 
}
 
/* 关闭按钮 */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
 
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.footer-ico ul{
    width: 60%;
    margin: 0 auto;
    display: block;
}
.footer-ico li.devide-33{
    text-align: center;
}
.footer-ico li.devide-33 img{
    width: 70%;
    filter: invert(0.8);
}


/*intro*/
.intro .sec02 p {
    width: 100%;
    padding: 1rem;
    text-align-last: unset;
}

.intro .sec03 {
}
.intro .sec03 .devide-33 {
    width: 100%;
    overflow: hidden;
}
.intro .sec03 .devide-33 .devide-50 {
    width: 50%;
    height: 185px;
    overflow: hidden;
}
.intro .sec03 .devide-33 .devide-50 img {
    width: auto;
    height: 100%;
    max-width: fit-content;
    margin-left: -6rem;
}
.intro .sec03 .devide-33 .devide-50 p{
    margin: 0.5rem 0;
}
.intro .sec03 .devide-33 .bg01, .intro .sec03 .devide-33 .bg02, .intro .sec03 .devide-33 .bg03 {
    padding: 1rem;
}


.intro .sec04 {
    padding-top: 1rem;
}
.intro .sec04 p {
    width: 100%;
}
.intro .sec04 .devide-50 {
    width: 100%;
    height: 185px;
    background-size: 92% 85%;
    padding: 3rem 3rem;
    margin: 0 auto;
}
.intro .sec04 .devide-50 img {
    margin: 2rem auto auto 2rem;
    width: 80%;
}
.intro .sec04 .devide-50 .num {
    width: 4rem;
    height: 4rem;
    background-size: contain;
    top: -0.5rem;
    left: 1rem;
}
.intro .sec04 .devide-50 .num.two, .intro .sec04 .devide-50 .num.four {
    right: unset;
    left: 1rem;
}


.intro .sec05 .devide-50 {
    width: 100%;
}
.intro .sec05 .devide-70 {
    width: 70%;
}
.intro .sec05 h5 {
    padding-left: 1rem;
}
.intro .sec05 .devide-30 {
    width: 30%;
}
.intro .sec05 .left-col .devide-70 {
    float: left;
}
.intro .sec05 .left-col .devide-30 {
    float: left;
}
.intro .sec05 .devide-50 img {
    width: 66%;
}





    
}