/*二级菜单*/

.about_menulist {
    width: 90%;
    margin: 0px auto;
    padding-bottom: 30px;
}

.about_menulist ul li {
    float: left;
    width: 30%;
    border: 1px solid #5f5f5f;
    background: #FFFFFF;
    border-radius: 60px;
    margin-bottom: 10px;
    margin-right: 3%;
    line-height: 30px;
}

.about_menulist ul li a {
    font-size: 1.0rem;
    color: #5f5f5f;
    height: 30px;
    line-height: 30px;
}

.about_menulist ul li.youcejianju {
    margin-right: 0px;
}

.about_menulist ul li.dangqian {
    background: #e40013;
    line-height: 30px;
    border: 1px solid #e40013;
}

.about_menulist ul li.dangqian a {
    color: #FFFFFF;
    font-weight: bold;
}


/*品牌介绍*/

.about01 {
    width: 90%;
    margin: 80px auto 30px;
}

.about01 h1 {
    font-size: 1.0rem;
    color: #383637;
    margin: 0 auto 28px;
    font-weight: bold;
    text-align: left;
}

.about01 h1::after {
    display: block;
    content: "";
    width: 55px;
    height: 3px;
    background: #e40013;
    margin: 14px 0 0 0;
}

.about01 h2 {
    font-size: 1.3rem;
    color: #434343;
    font-weight: bold;
    text-align: left;
    margin-top: -10px;
}

.about01 h2 i {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #e40013;
    border-radius: 50%;
    margin: 0 5px;
    position: relative;
    top: -2px;
}

.about01 h2 span {
    float: right;
    font-size: 1.0rem;
    color: #383637;
    margin: 2px 0 0 0;
    font-weight: bold;
    margin-left: 22px;
}

.about01 h2 span::before {
    display: inline-block;
    content: "";
    width: 18px;
    height: 20px;
    background: url(../images/about01.png) no-repeat;
    position: relative;
    left: -2px;
    top: 5px;
}

.about01 .text img {
    width: 100%;
    height: 100%;
    margin-top: 30px;
    margin-left: -20px;
}

.about01 .text p {
    font-size: 1.0rem;
    color: #1a1d2c;
    text-align: left;
    line-height: 26px;
    padding-top: 10px;
}

.text22 {
    width: 100%;
    overflow: hidden;
}

.text22 .swiper-slide img {
    width: 100%;
}

.about02 {
    margin-top: 40px;
    background: url(../images/about02.jpg) no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100%;
    overflow: hidden;
    height: 100px;
}
.about02 img{
    width: 80%;margin-top: 20px
}
.about02 ul {
    margin-top: 50px;
    margin-left: 60px;
}

.about02 ul li {
    float: left;
    text-align: left;
    padding-right: 22px;
}

.about02 h1 {
    font-size: 1.2rem;
    color: #FFF;
    line-height: 20px;
    font-weight: normal;
}

.about02 span {
    font-size: 2.5rem;
    color: #FFF;
    font-weight: bold;
}

.about02 em {
    color: #FFF;
    font-size: 20px;
}

.about02 ul li.lijl {
    float: left;
    text-align: left;
    padding-right: 27px;
    padding-top: 50px;
}

.about03 {
    width: 90%;
    margin: 30px auto;
}

.about03 p {
    font-size: 1.0rem;
    color: #1a1d2c;
    text-align: left;
    line-height: 26px;
    padding-top: 10px;
}

.about03 img {
    width: 100%;
    height: 100%;
}


/*我们的团队*/

.about04 {
    width: 90%;
    margin: 30px auto;
}

.about04 h1 {
    font-size: 1.0rem;
    color: #383637;
    margin: 0 auto 28px;
    font-weight: bold;
    text-align: left;
}

.about04 h1::after {
    display: block;
    content: "";
    width: 55px;
    height: 3px;
    background: #e40013;
    margin: 14px 0 0 0;
}

.about04 h2 {
    font-size: 1.0rem;
    color: #434343;
    font-weight: normal;
    text-align: left;
    margin-top: -10px;
    font-weight: bold;
}

.about04 h2 i {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #e40013;
    border-radius: 50%;
    margin: 0 2px;
    position: relative;
    top: -2px;
}

.about04 h2 span {
    float: right;
    font-size: 0.9rem;
    color: #383637;
    margin: -23px 0 0 0;
    font-weight: bold;
    margin-left: 22px;
}

.about04 h2 span::before {
    display: inline-block;
    content: "";
    width: 18px;
    height: 20px;
    background: url(../images/about01.png) no-repeat;
    position: relative;
    left: -2px;
    top: 5px;
}

.about04 .text img {
    width: 112%;
    height: 100%;
    margin-top: 30px;
    margin-left: -20px;
}

.about04 .text p {
    font-size: 1.0rem;
    color: #1a1d2c;
    text-align: left;
    line-height: 26px;
    padding-top: 10px;
}

.about05 {
    position: relative;
    margin: 20px auto 0;
    width: 90%;
}

.about05::before {
    display: block;
    content: "";
    width: 45%;
    height: 1px;
    background: #666;
    position: absolute;
    top: 20px;
    right: 0;
}

.about05 h3 {
    font-weight: bold;
    line-height: 36px;
    font-size: 1.5rem;
    color: #e40013;
    text-transform: uppercase;
    text-align: left;
}

.about05 h3 span {
    margin: 0 0 0 10px;
    color: #2a2a2a;
}

.about05 h3 p {
    font-size: 1.6rem;
    font-weight: normal;
    margin-top: -10px;
}

.about05 h4 {
    font-size: 1.0rem;
    color: #FFF;
    background: #e40013;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 10px;
    margin: 10px auto 0;
    float: left;
}

.about06 {
    margin: 0 auto;
    width: 90%;
}

.about06 ul {
    margin: 56px auto 0;
}

.about06 ul li {
    width: 48%;
    height: 46px;
    line-height: 46px;
    border: 1px solid #cfcfcf;
    background: #f4f4f4;
    float: left;
    margin-right: 10px;
    margin-top: 20px;
}

.about06 ul li.tdlb {
    width: 50%;
    height: 46px;
    line-height: 46px;
    border: 1px solid #cfcfcf;
    background: #f4f4f4;
    float: left;
    margin-right: -10px;
    margin-top: 20px;
}

.about06 ul li a i {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ec7020;
    position: relative;
    margin: 0 2px 0 2px;
}

.about06 ul li a i::before {
    display: block;
    content: "";
    width: 6px;
    height: 10px;
    background: url(../images/about06.png) no-repeat center;
    position: absolute;
    top: 20%;
    left: 32%;
}

.about06 ul li a img {
    position: relative;
    top: -2px;
    vertical-align: middle;
}

.about06 ul li a span {
    font-size: 1.0rem;
    color: #000;
    font-weight: normal;
    border-left: 1px solid #cfcfcf;
    padding: 0 0 0 5px;
}

.about07 img {
    width: 100%;
    height: 100%;
}


/*文化理念*/

.about08 {
    width: 90%;
    margin: 80px auto 30px;
}

.about08 h1 {
    font-size: 1.0rem;
    color: #383637;
    margin: 0 auto 28px;
    font-weight: bold;
    text-align: left;
}

.about08 h1::after {
    display: block;
    content: "";
    width: 55px;
    height: 3px;
    background: #e40013;
    margin: 14px 0 0 0;
}

.about08 h2 {
    font-size: 1.3rem;
    color: #434343;
    font-weight: bold;
    text-align: left;
    margin-top: -10px;
}

.about08 h2 i {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #e40013;
    border-radius: 50%;
    margin: 0 5px;
    position: relative;
    top: -2px;
}

.about08 h2 span {
    float: right;
    font-size: 1.0rem;
    color: #383637;
    margin: 2px 4px 0 0;
}

.about08 .text img {
    width: 112%;
    height: 100%;
    margin-top: 30px;
    margin-left: -20px;
}

.about08 .text p {
    font-size: 1.0rem;
    color: #1a1d2c;
    text-align: left;
    line-height: 26px;
    padding-top: 10px;
}

.about09 {
    width: 90%;
    margin: 0px auto;
}

.about09 h3 {
    font-size: 0.8rem;
    color: #444444;
    text-align: left;
    font-weight: normal;
}

.about09 h4 {
    font-size: 1.4rem;
    color: #2f2f2f;
    text-align: left;
    font-weight: normal;
}

.about09 img {
    width: 112%;
    height: 100%;
    margin-top: 30px;
    margin-left: -20px;
    margin-bottom: -36px;
}

.zshucont{text-align: center;font-size: 16px;margin-top: 25px;}
.zshucont h3{font-size: 16px}
.zshucont p{font-size: 12px;margin:10px 0 15px;}
.input_zshu{
    background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  box-sizing: border-box;
  color: #333;
  font-size: 14px;
  height: 44px;
  line-height: 44px;
  outline: 0;
  padding-left: 14px;
  width: 80%;
}
.bnt_zshu{
    background-color: #fc6832;
    border: 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  height: 44px;
  max-width: 300px;
  text-align: center;
  width: 50%;
  margin-top: 30px;
  margin-bottom: 80px;
}
.zshuform,.zshuform_n,.zshuform_y{display: none}
.zshuform{text-align: center;margin-top: 25px;}
.zshuform h3{font-size: 16px}
.zshuform_n p{margin-bottom: 50px;font-size: 12px}
.zshuform_y{text-align: center;margin-bottom: 30px}
.zshuform_y img{width: 90%;}