﻿@charset "UTF-8";
/* base */
* {
    margin: 0;
    padding: 0;
}

html {
    color: #000;
    font: 400 13.9167px/1.5em "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "\9ED1\4F53", Arial, sans-serif;
    height: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul {
    list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

* + html input,
* + html textarea,
* + html select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

* html input,
* html textarea,
* html select {
    font-size: 100%;
}

a:focus,
input[type="button"][type="summit"]:focus {
    outline: none;
}

a {
    color: #000;
    text-decoration: none;
}

* a {
    cursor: pointer;
}

#mei_wrap {
    max-width: 1920px;
    min-width: 1024px;
    margin: auto;
}
/*头部*/
#mei_wrap{
    padding-top:80px;
}
#mei_wrap .header {
    width: 1200px;
    height: 80px;
    margin: auto; 
}
#mei_wrap .header_w{
    width:100%;
    position:fixed;
    top:0;
    background:rgba(255,255,255,0.95);
    z-index:90;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
#mei_wrap .header div,.nav {
    height: 80px;
    line-height: 80px;
    text-align:center;
}
#mei_wrap .header .h_logo{
    width:180px;
    height: 74px;
    margin-right:50px;
}
#mei_wrap .header .h_logo img {
    vertical-align: middle;
    width:100%;
}
#mei_wrap .header .h_logo {
    float: left;
}

#mei_wrap .header .h_tel {
    float: right;
}
#mei_wrap .header .h_tel .img{
    vertical-align: middle;
}
#mei_wrap .header .h_tel span {
    font-size: 18px;
    color: #ff3300;
    display: inline-block;
    margin-left: 4px;
    margin-right:45px;
}
#mei_wrap .header .h_tel button{
    width: 104px;
    height: 38px;
    line-height:38px;
    background-color: #ff3300;
    border-radius: 19px;
    outline:none;
    font-size: 14px;
    color: #fefefe;
    border:0;
}
#mei_wrap .header .nav {
    overflow: hidden;
    text-align: right;
}
#mei_wrap .header .nav li{
    float:left;
    position:relative;
    margin-right: 29px;
}
#mei_wrap .header .nav .active a,
#mei_wrap .header .nav li:hover
{
    font-weight:700;
}
#mei_wrap .header .nav .active a:after,
#mei_wrap .header .nav li:hover a:after{
    content:'';
    position:absolute;
    left:50%;
    bottom:20px;
    margin-left:-12px;
    width: 24px;
    height:2px;
    background:#3466ff;
    color: #4d4d4d;

}
#mei_wrap .header .nav a {
    font-size: 16px;
    color: #4d4d4d;
    display: inline-block;
}
/*banner部分*/
#mei_wrap .section1{
    min-width:1200px;
    height:500px;
    background:url('../images/banner-bg.png') repeat-x;
}
#mei_wrap .section_inner{
    width:1200px;
    margin:0 auto;
    height:100%;
    overflow:hidden;
}
/*section1左边*/
#mei_wrap .section1 .section_inner .section1_l{
    float:left;
    overflow:hidden;
    margin-right:70px;
}
#mei_wrap .section1 .section_inner .section1_l .section1_l1{
    font-size: 62px;
    line-height: 76px;
    color: #ffffff;
    margin-top:100px;
}
#mei_wrap .section1 .section_inner .section1_l .section1_l2{
    font-size: 32px;
    line-height: 32px;
    color: #ffffff;
    margin:20px 0 30px 0;
}
#mei_wrap .section1 .section_inner .section1_l .section1_l3{

}
#mei_wrap .section1 .section_inner .section1_l .section1_l3 span{
    padding:8px;
    font-size: 14px;
    line-height: 26px;
    color: #3466ff;
    background-color: #ffffff;
    border-radius: 16px;
    margin-right:10px;
}
#mei_wrap .section1 .section_inner .section1_l .section1_l4{
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    margin-top:80px;
}
#mei_wrap .section1 .section_inner .banner_img{
    float:left;
    width:238px;
    margin-top:50px;
}
/*section1右边*/
#mei_wrap .section1 .section_inner .section1_r{
    width: 350px;
    height: 370px;
    background-color: #ffffff;
    border-radius: 16px;
    float:right;
    margin-top:65px;
}
#mei_wrap .section1 .section_inner .section1_r .section1_r1{
    font-size: 20px;
    color: #ff3300;
    margin:21px auto;
    width:245px;

}
#mei_wrap .section1 .section_inner .section1_r .section1_r1 span{
    color: #000;
}
#mei_wrap .section1 .section_inner .section1_r input{
    width: 300px;
    height: 44px;
    line-height:44px;
    border-radius: 22px;
    border: solid 1px #d9d9d9;
    font-size: 14px;
    color: #333;
    text-indent:20px;
    margin:13px auto;
    display:block;
    outline:none;
}
#mei_wrap .section1 .section_inner .section1_r button{
    width: 300px;
    height: 44px;
    line-height:44px;
    text-align:center;
    background-color: #ff3300;
    border-radius: 22px;
    margin:15px auto;
    font-size: 16px;
    color: #fff;
    border:0;
    display:block;
    outline:none;
    cursor: pointer;
}
#mei_wrap .section1 .section_inner .section1_r p{
    font-size: 14px;
    color: #000;
    text-align:center;
}
#mei_wrap .section1 .section_inner .section1_r .section1_lis{
    overflow:hidden;
    margin:20px 0;
}
#mei_wrap .section1 .section_inner .section1_r .section1_lis li{
    float:left;
    margin:0 7.5px;
}
#mei_wrap .section1 .section_inner .section1_r .section1_lis li .li_img{
    width:46px;
    height:46px;
    margin:0 auto;
}
#mei_wrap .section1 .section_inner .section1_r .section1_lis li .li_img img{
    width:100%;
}
#mei_wrap .section1 .section_inner .section1_r .section1_lis li p{
    font-size: 12px;
    color: #333333;
    text-align:center;
    margin-top:12px;
}
#mei_wrap .section1 .section_inner .section1_r .section1_lis li .words{
    font-size: 12px;
    color: #808080;
    text-align:center;
}
#mei_wrap .section1 .section_inner .section1_r .section1_free{
    width: 350px;
    height: 45px;
    line-height:45px;
    background-color: #fff1ed;
    border-radius: 0px 0px 16px 16px;
    font-size: 14px;
    color: #000000;
    text-align:center;
}
#mei_wrap .section1 .section_inner .section1_r .section1_free span{
    color: #ff3300;
}

/*公共部分*/
#mei_wrap .section_inner .title{
    font-size: 44px;
    color: #000;
    text-align:center;
    line-height: 1;
    margin:79px 0 29px;
}
#mei_wrap .section_inner .text{
    font-size: 24px;
    color: #a6a6a6;
    text-align:center;
    line-height: 26px;
}
/*section2部分*/
#mei_wrap .section2{
    height:600px;
    background-color: #fff;
}
#mei_wrap .section2 .section_inner .section2_lis{
    margin:90px 0;
    overflow:hidden;
    background:url('../images/section2_bg.png') repeat-x;
}
#mei_wrap .section2 .section_inner .section2_lis li{
    float:left;
    margin-right:81px;
}
#mei_wrap .section2 .section_inner .section2_lis li:last-child{
    margin-right:0;
}
#mei_wrap .section2 .section_inner .section2_lis li .section2_img{
    width:130px;
    height:130px;
    margin-bottom:40px;
}
#mei_wrap .section2 .section_inner .section2_lis li .section2_img img{
    width:100%;
}
#mei_wrap .section2 .section_inner .section2_lis li p{
    font-size: 18px;
    color: #000;
    text-align:center;
    margin-bottom:10px;
}
/*section3部分*/
#mei_wrap .section3{
    height: 1240px;
    background-color: #f7f7f7;
}
#mei_wrap .section3 .section_inner .section3_lis{
    width:1200px;
    overflow:hidden;
    margin-top:90px;
}
#mei_wrap .section3 .section_inner .section3_lis .section3_lis_inner{
    width:1260px;
}
#mei_wrap .section3 .section_inner .section3_lis .section3_lis_inner li{
    float:left;
    margin-right:60px;
    width:570px;
    height:280px;
    background:#fff;
    border-radius: 8px;
    position:relative;
    margin-bottom:40px;
    overflow:hidden;
    box-sizing:border-box;
}
#mei_wrap .section3 .section_inner .section3_lis .section3_lis_inner li:hover{
    cursor: pointer;
    box-shadow: 0 15px 45px 0 rgba(29,29,29,0.1);
    border-top:40px solid #3466ff;
    transition: all 0.3s;
}
#mei_wrap .section3 .section_inner .section3_lis .section3_lis_inner li .li_title{
    font-size: 26px;
    margin:39px auto 26px;
    text-align:center;
}
#mei_wrap .section3 .section_inner .section3_lis .section3_lis_inner li p{
    font-size: 18px;
    color: #666;
    text-align:center;
    line-height:30px;
}
#mei_wrap .section3 .section_inner .section3_lis .section3_lis_inner li p a{
    color:#ff3300;
}
#mei_wrap .section3 .section_inner .section3_lis .section3_lis_inner li .li_img{
    width:80px;
    position:absolute;
    left:0;
    right:0;
    margin:auto;
    bottom:-20px;
}
/*视频部分*/
#mei_wrap .video{
    min-width:1200px;
    max-width:1920px;
    height:650px;
    overflow:hidden;
    position:relative;
    background:url('../images/video_new.png') no-repeat center center/cover;
}
#mei_wrap .video .layer{
    width:100%;
    height:100%;
    background: rgba(0, 0, 0, 0.4);
}
#mei_wrap .video .play{
    width:120px;
    height:120px;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    cursor: pointer;
}
#mei_wrap .video .play img{
    width:100%;
    height:100%;
}
#mei_wrap .video .v_title{
    font-size: 44px;
    color: #fff;
    text-align:center;
    margin:auto;
    top:79px;
    left:0;
    right:0;
    position:absolute;
}
#mei_wrap .video .text1{
    font-size: 24px;
    color: #fefefe;
    text-align:center;
    line-height: 26px;
    position:absolute;
    top:135px;
    margin:auto;
    left:0;
    right:0;
}
#mei_wrap .video .text2{
    font-size: 22px;
    color: #fefefe;
    text-align:center;
    line-height: 26px;
    position:absolute;
    bottom:51px;
    margin:auto;
    left:0;
    right:0;
}
#mei_wrap .video1{
    z-index:99;
    display:none;
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    background:rgba(0,0,0,0.9);
}
#mei_wrap .video1 .content{
    width:70%;
    max-width:1000px;
    position:relative;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%);
}
#mei_wrap .video1 .content #video{
    display:block;
    width:100%;
}
#mei_wrap .video1 .content .btn{
    width:34px;
    height:34px;
    cursor:pointer;
    position:absolute;
    top:-30px;
    right:-30px;
}
/*矫正视频部分*/
#mei_wrap .video2{
    z-index:100;
    display: none;
    width: 0;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.9);
}
#mei_wrap .video2 .content{
    width: 70%;
    max-width: 1000px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
#mei_wrap .video2 .content #video2{
    width: 100%;
}
#mei_wrap .video2 .content .btn{
    width: 34px;
    height: 34px;
    cursor: pointer;
    position: absolute;
    top: -30px;
    right: -30px;
}
#mei_wrap .video2 .content .btn img{
    width:100%;
}
/*section4部分*/
#mei_wrap .section4{
    height:800px;
    background:#e4f8ff;
}
#mei_wrap .section4 .section_inner .section4_lis{
    margin-top:76px;
}
#mei_wrap .section4 .section_inner .section4_lis li{
    overflow:hidden;
    margin-bottom:40px;
}

#mei_wrap .section4 .section_inner .section4_lis li .section4_img{
   width:106px;
    height:106px;
    margin-right:35px;
    float:left;
}
#mei_wrap .section4 .section_inner .section4_lis li .section4_img img{
    width:100%;
    float:left;
}
#mei_wrap .section4 .section_inner .section4_lis li .section4_content{
    width:731px;
}
#mei_wrap .section4 .section_inner .section4_lis li .section4_content .titles{
    font-size: 26px;
    color: #000;
    margin-top:10px;
}
#mei_wrap .section4 .section_inner .section4_lis li .section4_content .words{
    font-size: 18px;
    color: #4d4d4d;
    line-height:25px;
    margin-top:10px;
}
#mei_wrap .section4 .section_inner{
    position:relative;
}
#mei_wrap .section4 .section_inner .section4_bg{
    position:absolute;
    right:0;
    bottom:0;
    width: 353px;
    height: 591px;
}
#mei_wrap .section4 .section_inner .section4_bg img{
    width:100%;
    height:100%;
}
/*section5部分*/
#mei_wrap .section5{
    height: 1420px;
    background-color: #fff;
}
#mei_wrap .section5 .section5_words{
    margin:62px 0 47px;
    font-size: 22px;
    line-height:36px;
}
#mei_wrap .section5 .section5_img{
    width:1200px;
    height:980px;
}
#mei_wrap .section5 .section5_img img{
    width:100%;
    height:100%;
}
/*section6部分*/
#mei_wrap .section6{
   height:800px;
    background:#fff;
}
#mei_wrap .section6 .section_inner .title{
    margin: 49px 0 29px;
}
#mei_wrap .section6 .section_inner .section6_lis{
    overflow:hidden;
    margin-top:70px;
}
#mei_wrap .section6 .section_inner .section6_lis li{
    float:left;
    width:400px;
    text-align:center;
}
#mei_wrap .section6 .section_inner .section6_lis li .section6_img{
    width:160px;
    height:160px;
    margin:0 auto;
}
#mei_wrap .section6 .section_inner .section6_lis li .section6_img img{
    width:100%;
}
#mei_wrap .section6 .section_inner .section6_lis li .section6_title{
    font-size: 34px;
    margin:34px 0;
}
#mei_wrap .section6 .section_inner .section6_lis li .section6_btn{
    padding:11px 14px;
    /*height: 46px;*/
    border-radius: 10px;
    border: solid 1px #ff3300;
    margin:0 auto;
    font-size: 24px;
    /*line-height: 46px;*/
    color: #ff3300;
    display:inline-block;
}
#mei_wrap .section6 .section_inner .section6_lis li .section6_text{
    width: 334px;
    font-size: 20px;
    line-height: 32px;
    color: #666666;
    margin:39px auto 0;
    text-align:left;
}
/*section7部分*/
#mei_wrap .section7{
    height: 800px;
    background:#f9f9f9;
}
#mei_wrap .section7 .section_inner .title{
    margin: 102px 0 29px;
}
#mei_wrap .section7 .section_inner .section7_img{
    width: 693px;
    height: 464px;
    margin:44px auto 58px;
}
#mei_wrap .section7 .section_inner .section7_img img{
    width:100%;
}
#mei_wrap .section7 .section_inner .section7_li1{
    overflow:hidden;
}
#mei_wrap .section7 .section_inner .section7_li2{
    overflow:hidden;
    margin: 35px 110px  0;
}
#mei_wrap .section7 .section_inner .section7_li1 li,
#mei_wrap .section7 .section_inner .section7_li2 li{
    margin-right:25px;
    float:left;
}
#mei_wrap .section7 .section_inner .section7_li1 li:last-child,
#mei_wrap .section7 .section_inner .section7_li2 li:last-child{
    margin-right:0;
}
#mei_wrap .section7 .section_inner .section7_li1 li .section7_title,
#mei_wrap .section7 .section_inner .section7_li2 li .section7_title{
    width: 280px;
    height: 70px;
    line-height:70px;
    text-align:center;
    font-size: 24px;
    color: #fff;
    border-radius: 18px 18px 0px 0px;
    background:url('../images/section7_1.png') repeat-x;
}
#mei_wrap .section7 .section_inner .section7_li1 li .section7_text,
#mei_wrap .section7 .section_inner .section7_li2 li .section7_text{
    width: 229px;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    padding:20px 25px 30px;
    background:#fff;
    border-radius: 0 0 18px 18px;
}
/*section8部分*/
#mei_wrap .section8{
    height: 900px;
    background:#ececec;
}
#mei_wrap .section8 .section_inner .section8_li1{
    margin:92px auto 0;
    overflow:hidden;
}
#mei_wrap .section8 .section_inner .section8_li1 li{
    float:left;
    width: 380px;
    height: 270px;
    border-radius: 16px;
    margin-right:29px;
    margin-bottom:29px;
}
#mei_wrap .section8 .section_inner .section8_li1 li:nth-child(3n){
    margin-right:0;
}
#mei_wrap .section8 .section_inner .section8_li1 li img{
    width:100%;
}
#mei_wrap .section8 .section_inner .section8_li2{
    width:1200px;
}
#mei_wrap .section8 .section_inner .section8_li2 .li_li2_wrap{
    width:1230px;
    overflow:hidden;
}
#mei_wrap .section8 .section_inner .section8_li2 .li_li2_wrap li{
    float:left;
    margin-right:30px;
    margin-top:50px;
}
#mei_wrap .section8 .section_inner .section8_li2 .li_li2_wrap li .li2_img{
    width: 380px;
    height: 308px;
}
#mei_wrap .section8 .section_inner .section8_li2 .li_li2_wrap li .li2_img img{
    width:100%;
}
#mei_wrap .section8 .section_inner .section8_li2 .li_li2_wrap li .li2_tex{
    width: 380px;
    height: 51px;
    line-height:51px;
    background-color: #fff;
    border-radius: 25px;
    border: solid 1px #cccccc;
    font-size: 22px;
    letter-spacing: 1px;
    margin-top:30px;
    padding:0 30px;
    box-sizing:border-box;
}
#mei_wrap .section8 .section_inner{
    position:relative;
}
#mei_wrap .section8 .section_inner .section8_bg{
    width:840px;
    height:500px;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
#mei_wrap .section8 .section_inner .section8_bg img{
    width:100%;
}
/*section9部分*/
#mei_wrap .section9{
    height: 850px;
    background-color: #fff;
}
#mei_wrap .section9 .section_inner .reg{
    margin-top:56px;
    width: 580px;
    height: 400px;
    border-radius: 30px;
    border: solid 1px #dfdfdf;
    float:left;
}
#mei_wrap .section9 .section_inner .reg .words{
    font-size: 34px;
    color: #ff3300;
    margin:39px auto 53px;
    text-align:center;
}
#mei_wrap .section9 .section_inner .reg .ps{
    font-size: 24px;
    color: #000;
    line-height: 24px;
    margin:0 0 32px 250px;
}
#mei_wrap .section9 .section_inner .reg .p_3{
    margin-top:60px;
    text-align:center;
    font-size: 18px;
    color: #999;
    line-height:26px;
}
#mei_wrap .section9 .section_inner .reg .p2{
    margin:0 0 32px 149px;
}
#mei_wrap .section9 .section_inner .reg1{
    margin-right:36px;
    background:url('../images/section9_1.png') no-repeat 32% 43%;
}
#mei_wrap .section9 .section_inner .reg2{
    background:url('../images/section9_2.png') no-repeat 20% 42.5%;
}
#mei_wrap .section9 .section_inner{
    position:relative;
}
#mei_wrap .section9 .section_inner a{
    background:url('../images/section9_3.png') repeat;
    font-size: 22px;
    color: #fefefe;
    display:block;
    width: 500px;
    height: 70px;
    line-height:70px;
    text-align:center;
    box-shadow: 0px 15px 30px 0px rgba(255, 51, 0, 0.32);
    border-radius: 35px;
    position:absolute;
    bottom:86px;
    left:0;
    right:0;
    margin:auto;
}
/*section10部分*/
#mei_wrap .section10{
    height: 900px;
    background-color: #f5f5f5;
}
#mei_wrap .section10 .section10_img{
    /* width:1200px;
    height:187px;
    margin:75px 0 48px; */
    width: 1200px;
    height: 611px;
    text-align: center;
}
#mei_wrap .section10 .section10_img img{
    width: 673px;
    margin: 56px auto 40px auto;
    /* width:100%; */
}
#mei_wrap .section10 .section10_text{
    font-size: 20px;
    color: #4d4d4d;
    text-align:center;
}
/*section11部分*/
#mei_wrap .section11 {
  height: 456px;
  background-color: #fff;
  border-top: 32px solid #ebebeb;
  border-bottom: 32px solid #ebebeb;
}
#mei_wrap .section11 .section_inner {
  box-sizing: border-box!important;
  position: relative!important;
  overflow: initial!important;
  padding-left: 60px!important;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}
#mei_wrap .section11 .section_inner .article{
  position: absolute;
  top: -13.5px;
  left: 0px;
}
#mei_wrap .section11 .section_inner .investor {
  display: flex;
  display: -webkit-flex;
  margin-top: 117px;
}
#mei_wrap .section11 .section_inner .investor .leijun {
  display: flex;
  display: -webkit-flex;
}
#mei_wrap .section11 .section_inner .investor .describe {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 42px;
}
#mei_wrap .section11 .section_inner .investor .describe p {
  line-height: normal;
}
#mei_wrap .section11 .section_inner .investor .describe .p1 {
  display: flex;
  align-items: center;
  font-size: 34px;
  color: #000;
}
#mei_wrap .section11 .section_inner .investor .describe span {
  margin-left: 42px;
  vertical-align: middle;
}
#mei_wrap .section11 .section_inner .investor .describe .p2 {
  font-size: 20px;
  color: #999;
}
#mei_wrap .section11 .section_inner .investor .describe .p3 {
  font-size: 24px;
  color: #333;
}
/*section12部分*/
#mei_wrap .section12 .links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 88px;
}
#mei_wrap .section12 .links a {
  display: inline-block;
  width: 545px;
  height: auto;
  margin-top: 60px;
}
#mei_wrap .section12 .links a img {
  width: 100%;
  height: auto;
}
/*section13部分*/
#mei_wrap .section13 .distribution {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#mei_wrap .section13 .distribution .ditu {
  width: 324px;
  height: 267px;
}
#mei_wrap .section13 .distribution .address {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: left;
}
#mei_wrap .section13 .distribution .address .city {
  font-size: 37px;
  font-weight: 500;
  color:  #ff4526;
}
#mei_wrap .section13 .distribution .address .add {
  font-size: 37px;
  font-weight: 300;
  color:  #555555;
}
#mei_wrap .section13 .logo_wall {
  max-width: 1200px;
  margin: 60px auto 100px auto;
}
/*底部部分*/
#mei_wrap .footer{
    height:205px;
    background:#fff;
}
#mei_wrap .footer .f_bk_i{
    background:#fff;
    margin-top:30px;
    margin-bottom:30px;
}
#mei_wrap .footer .f_bk_i .f_bk{
    margin:0 auto;
    width:1197px;
    height:51px;
    background:url('../images/footer.png') no-repeat;
}
#mei_wrap .footer .footer_i_w{
    background:rgba(0,0,0,0.7);
    width:100%;
    position: fixed;
    bottom:0;
}
#mei_wrap .footer .footer_inner{
    margin:0 auto;
    width:1200px;
    height:64px;
}
#mei_wrap .footer .footer_inner .text{
    margin-top:10px;
    float:left;
}
#mei_wrap .footer .footer_inner .text .p1{
    font-size: 16px;
    color: #fff;
}
#mei_wrap .footer .footer_inner .text .p2{
    font-size: 20px;
    color: #fff;
    margin-top:6px;
}
#mei_wrap .footer .footer_inner .mei_form{
    float:left;
    margin-top:10px;
    margin-left:189px;
}
#mei_wrap .footer .footer_inner .mei_form .phone{
    width: 278px;
    height: 46px;
    line-height:46px;
    border-radius: 35px 0 0 35px;
    border: solid 1px #d9d9d9;
    box-sizing:border-box;
    padding-left:20px;
    font-size: 16px;
    color: #666;
    outline:none;
}
#mei_wrap .footer .footer_inner .mei_form button{
    width: 262px;
    height: 46px;
    line-height:46px;
    border-radius: 0 35px 35px 0;
    background-color: #ff3300;
    text-align:center;
    font-size: 16px;
    color: #fff;
    outline:none;
    border:0;
    margin-left:-4px;
    cursor: pointer;
}
#mei_wrap .footer .footer_inner .seek{
    font-size: 16px;
    color: #fefefe;
    float:right;
    width: 170px;
    height: 46px;
    line-height:46px;
    text-align:center;
    background-color: #ff7e00;
    border-radius: 35px;
    margin-top:10px;
}
#mei_wrap .footer .other{
    width:1200px;
    margin:auto;
    text-align:center;
    padding:18px 0;
    border-top:1px solid #d9d9d9;
}
#mei_wrap .footer .other .words{
    font-size: 14px;
    color: #666;
}
#mei_wrap .footer .other .line{
    display:inline-block;
    width:1px;
    height:18px;
    background:#666;
    margin:0 16px;
    position:relative;
    top:4px;
}
