﻿/***********通用基本类1580b10

/*格式化样式*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
hr,
img {
  margin: 0;
  padding: 0;
}

address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-size: 100%;
  font-weight: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

fieldset,
img {
  border: 0;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  background: none
}

a:hover {
  color: #d1292e;
}

ul,
ol {
  list-style: none;
}

i,
strong,
em,
b {
  font-style: normal;
}

/*结构样式*/

.p10 {
  padding-left: 10px;
  padding-right: 10px;
}
.pc {
        display: block !important;
    }
.m {
        display: none !important;
    }
.m2 {
        display: none !important;
    }
@media (max-width: 992px) {
    .pc {
        display: none !important;
    }
    .m {
        display: block !important;
    }
    .m2 {
        display: inline-block !important;
    }
}
@media (max-width: 768px) {
}


/***********通用基本类2************/

body {
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Microsoft Yahei', 'simsun', 'arial', 'tahoma';
  color: #333;
  position: relative;
}

.wrap {
  width: 100%;
  max-width: 1920px;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow-x: hidden;
}

.main2 {
width: 1700px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.main {
  width: 1400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
    .main {
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .main {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* 单行文字超出隐藏 */

.ellipsis {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 清理浮动 */

.fn-clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.fn-clear {
  zoom: 1;
  /* for IE6 IE7 */
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.overflowH {
  overflow: hidden;
}

input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
  -webkit-appearance: none;
}

/* 响应式图片盒子 */

.imgBox {
  position: relative;
}

.imgBox img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.imgBox img.full {
  width: 100%;
  height: 100%;
}

.imgBox img.auto {
  max-width: 100%;
  max-height: 100%;
}

/* 图片放大 */

.hoverScale {
  overflow: hidden;
}

.hoverScale img {
  -webkit-transition: .4s;
  transition: .4s;
}

.hoverScale:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* 居中 */

.middleBox:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.middleLi {
  display: inline-block;
  vertical-align: middle;
}

/* 模块间的上边距 */

@media (max-width: 768px) {
  .marginTop {
    margin-top: 5%;
  }
}

/***********其他公共样式************/

/*ao-顶部栏目*/

.ao-headerNav .item1>li {
  position: relative;
  text-align: center;
  font-size: 16px;
  /*width: 1%;
  display: table-cell;*/
  float: left;
}

.ao-headerNav .item1>li>a {
  position: relative;
}

.ao-headerNav .item2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 2;
  font-size: 14px;
  line-height: 3em;
  text-align: center;
  min-width: 100%;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

    .ao-headerNav .item2 a {
        padding: 5px;
    }

.ao-headerNav .item1>li:hover .item2 {
  display: block;
}
.ao-headerNav .item1 > li .item2 li {
    border-bottom: 1px dashed #ddd;
}
.ao-headerNav .item1>li .item2 li:hover {
  background-color: #93141c;
  color: #fff;
}
.ao-headerNav .item1>li .item2 li:hover a{
  color: #fff;
}
@media (max-width: 1200px) {
  .ao-headerNav {
    display: none;
  }
}

/*顶部栏目end*/

/*ao-响应式顶部栏目+按钮*/

.ao-navBtn .navbar-toggle {
  position: relative;
  padding: 9px 10px;
  background-color: transparent;
  background-image: none;
  cursor: pointer;
  outline: none;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.ao-navBtn .navbar-box .sr-only {
  display: block;
  width: 100%;
  padding: 0;
  margin: -1px;
  font-size: 12px;
  line-height: 1.4;
  overflow: hidden;
  border: 0;
  color: #888;
  text-align: center;
  margin-top: 2px;
}

.ao-navBtn .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #888;
}

.ao-navBtn .navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

/*响应式顶部栏目+按钮end*/

/* header头部 */

.header {
  width: 100%;
  z-index: 22;
  background: #fff;
  /*box-shadow: 0 0 10px 1px rgba(0,0,0,.1);*/
      transition: 0.3s;
}
.header.on {
    background: transparent;
}

.header .header_main {
  height: 100px;
  line-height: 100px;
}


.top_line {
  background: #686868;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  overflow: hidden;
}

.top_line .welcome {
  float: left;
}

.top_line .topBtn {
  float: right;
}

.header .logo {
  float: left;
  font-size: 0;
  height: 100%;
  margin-right: 8%;
}

.header .logo img {
  max-height: 90%;
}

.header_main .header_tel {
  float: right;
  line-height: 1.2;
  height: 100%;
  display: table;
  text-align: center;
  padding-left: 40px;
}

.header_main .header_tel .phoneIco,
.header_main .header_tel .telInfo {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.header_main .header_tel .phoneIco i {
  display: inline-block;
  width: 2em;
  height: 2em;
  background: url("../Images/phoneIco.png") no-repeat center center / contain;
  margin-right: 8px;
}

   .header.on .header_main .header_tel .phoneIco i {
    
        background: url("../Images/phoneIco-on.png") no-repeat center center / contain;
    }

.header_main .header_tel .telInfo .telText {
  font-size: 20px;
  margin-bottom: 5px;
}

.header_main .header_tel .telInfo .telNum {
  font-size: 20px;
  color: #d1292e;
  line-height: 1.4;
}


.header .icoBtn {
  float: right;
  height: 100%;
  display: none;
}

.header .icoBtn .navbar-box {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 1200px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 22;
  }

  .header .icoBtn {
    display: block;
    margin-left: 40px;
  }
}

@media (max-width: 992px) {


  .header .logo {
    max-width: 36%;
  }
  .header .logo img {
    max-height: 80%;
    max-width: 100%;
  }
}


@media (max-width: 768px) {
    .header {
        background-color: #fff !important;
    }
  body {
    padding-top: 60px !important;
  }
  .header .header_main {
    height: 60px;
    line-height: 60px;
  }
  .top_line {
    height: 24px;
    line-height: 24px;
  }
  .top_line .welcome {
    float: none;
    text-align: center;
    font-size: 12px;
  }
  .top_line .topBtn {
    display: none;
  }
    .header_main .header_tel .telInfo .telNum {
        font-size: 13px;
    }
    .header_main .header_tel {
        padding-left: 0;
    }
    .header_main .header_tel .phoneIco i {
        width: 20px;
        height: 20px;
    }
    .header .icoBtn {
        margin-left: 10px;
    }
}

/* nav */

.header_nav {
  color: #313a63;
  position:relative;
  z-index: 1;
  overflow: hidden;
}

.header_nav li {
  font-size: 14px;
}
/*.header_nav .item1 li.on {
  background-color: #580b10;
}
.header_nav .item1 li:hover {
  background-color: #93141c;
}
.header_nav .item1 li.on > a ,
.header_nav .item1 li:hover > a {
  color: #fff;
}*/

    .header_nav .item1 > li {
        margin: 0 0.4em;
        padding: 20px 0;
        line-height: 60px; 
    }
    .header_nav .item1 > li > a {
        display: block;
        position: relative;
        height: 100%;
        margin: 0 0.7em;
        min-width: 4em;
    }
.header_nav .item1 > li > a:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    background-color: #d1292e;
    z-index: -1;
    transition: all 0.2s ease;
}
.header_nav .item1>li.on >a:after,
.header_nav .item1>li:hover>a:after{
    width: 100%;
}

/* nav end*/

/* 移动端侧导航 */

.ao-navMask {
  position: fixed;
  width: 80%;
  height: 100%;
  top: 0;
  left: -80%;
  background-color: rgba(0, 0, 0, .8);
  z-index: 2222;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ao-slideNav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  visibility: visible;
  position: fixed;
  top: 0;
  right: -20%;
  width: 20%;
  height: 100%;
  padding: 1em;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2222;
}

.ao-navMask.on {
  left: 0;
}

.ao-slideNav.on {
  right: 0;
}

.ao-slideNav .btn {
  background: url("../Images/slide-close.png") no-repeat center center / cover;
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: 10px;
  cursor: pointer;
}

.ao-slideNav li {
  width: 100%;
  border-left: 0;
  padding: .5em 0;
  line-height: 1.8;
  text-align: center;
}

.ao-slideNav .item1>li {
  font-size: 20px;
  color: #8B8784;
}

.ao-slideNav .item2 {
  display: none;
}

@media (max-width: 992px) {
  .ao-slideNav {
    right: -30%;
    width: 30%;
  }
  .ao-navMask {
    width: 70%;
  }
}

@media (max-width: 768px) {
  .ao-slideNav {
    right: -50%;
    width: 50%;
  }
  .ao-navMask {
    width: 50%;
  }
}


.swiper-button-prev {
  left: 3%;
}

.swiper-button-next {
  right: 3%;
}


/* lignhtBox */

#wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

#mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background: #292929;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: none;
}

.photo_border {
  width: 300px;
  height: 300px;
  position: fixed;
  left: 50%;
  margin-left: -150px;
  z-index: 1001;
  background: url(../Images/lightbox/loading.gif) no-repeat center center #fff;
  display: none;
  z-index: 1000;
  zoom: 1;
}

.photo {
  position: relative;
  border: 5px solid #fff;
  border-radius: 3px;
  overflow: hidden;
}

.photo_btn {
  display: block;
  position: absolute;
  height: 100%;
  width: 40%;
  top: 0;
  zoom: 1;
  background: url(../Images/lightbox/ie-bug.gif);
  cursor: pointer;
}

.photo_pre_btn {
  left: 0;
}

.photo_pre_btn_show {
  background: url(../Images/lightbox/prev.png) no-repeat;
  background-position: 10% center;
}

.photo_next_btn {
  right: 0;
}

.photo_next_btn_show {
  background: url(../Images/lightbox/next.png) no-repeat;
  background-position: 90% center;
}

.caption {
  position: relative;
  top: -65px;
  width: auto;
  height: 60px;
  margin: 0 5px;
  display: block;
  background: rgba(126, 126, 126, 0.5);
}

.photo_border .index {
  padding-left: 10px;
  color: #000;
  height: 30px;
  line-height: 30px;
}

.photo_border .title {
  padding-left: 10px;
  height: 30px;
  line-height: 30px;
  color: #fff;
}

.caption_close_btn {
  width: 27px;
  height: 27px;
  position: absolute;
  right: 10px;
  top: 13px;
  background: url(../Images/lightbox/close.png) no-repeat;
  cursor: pointer;
}

/* lignhtBox */

.goBtn {
  position: fixed;
  bottom: 10%;
  right: 5px;
  z-index: 34;
  opacity: 0.8;
}

.goTop {
    width: 3.6em;
  height: 3.6em;
  border-radius: 50%;
  background: #c9c9c9 url('../Images/go-top.png') no-repeat center center / 60% 60%;
}

.goBack {
    width: 3.6em;
  height: 3.6em;
  border-radius: 50%;
  margin-top: 15px;
  background: #c9c9c9 url('../Images/go-back.png') no-repeat center center / 60% 60%;
}

.goTop img {
  width: 100%;
  height: 100%;
}

/*客户 end*/

.friendsLinks_content {
  background-color: #000;
  border-bottom: 1px solid #666666;
  color: #fff;
  margin-top: 4%;
}

.friendsLinks_content .main {
  padding: 20px 10%;
  box-sizing: border-box;
}

.friendsLinks_content span {
  font-size: 20px;
}

.friendsLinks_content a {
  font-size: 14px;
  color: #fff;
  margin-right: 1.5em;
}

@media (max-width: 768px) {
  .friendsLinks_content .main {
    padding: 15px 15px;
    box-sizing: border-box;
  }
  .friendsLinks_content span,
  .friendsLinks_content a {
    font-size: 10px;
  }
}

/*footerColum*/
/*.footer {
    background-color: #0f1026;
    padding-top: 60px;
    padding-bottom: 40px;
    color: #fff;
}
    .footer .info {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 50px 0 20px;
    }
    .footer .info .logo {
        margin-top: -77px;
        padding-right: 10%;
        margin-bottom: 30px;
    }
     .footer .info .logo .img{
        display: inline-block;
        background-color: #0f1026;
        padding-right: 10%;
    }
.footer .info .name{
    font-size: 30px;
    float: left;
    margin-right: 10%;
}
.footer .info .name i{
    font-size: 20px;
    display: block;
    margin-top: 16px;
}
.footer .info .cont{
    font-size: 20px;
    float: left;
}
    .footer .info .cont p{
        margin-bottom: 10px;
    }
.footer .info .code{
    float: right;
    text-align: center;
    margin-bottom: -46px;
    background-color: #0f1026;
    padding-left: 10%;
}

    .footer .companyInfo {
        text-align: center;
        margin-top: 50px;
        font-size: 20px;
        color: #878893;
    }
@media (max-width: 768px) {
    .footer {
    padding-top: 54px;
    padding-bottom: 15px;
}
        .footer .info .logo .img {
            width: 50%;
        }
        .footer .info .logo img {
            width: 100%;
        }
    .footer .info .name {
        font-size: 22px;
    }
        .footer .info .name i {
            font-size: 13px;
                    margin-top: 0px;
        }
            .footer .info .name i br {
                display: none;
            }
    .footer .info .cont {
        font-size: 16px;
        margin-top: 20px;
    }
    .footer .companyInfo {
        font-size: 12px;
    }
}*/
  .footer {
    background-color: #a0a0a0;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.footer .footer_logo {
    display: inline-block;
    vertical-align: middle;
    padding: 20px 0;    
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
}
.footer .info {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    text-align: left;
}
.footer .footer_logo img:last-child{
    margin-left: 10px;
}
.footer .info .c_name{
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}
.footer .info .cont{
    font-size: 14px;
    color: #505050;
    margin-top: 15px;
}
.footer .info .companyInfo{
    font-size: 14px;
    color: #707070;
    margin-top: 15px;
}


.footer .info .footerLinks{
    font-size: 14px;
    color: #707070;
  line-height: 1.6em;
  margin-bottom: 10px;
}
.footer .info .footerLinks a{
  margin-right: 5px;
  white-space: nowrap;
}
@media (max-width: 768px) {
    .footer {
        padding-top: 15px;
        padding-bottom: 25px;
        
    }
        .footer .info {
            margin-left: 0;
            margin-top: 20px;
        }
        .footer .info .c_name {
            font-size: 17px;
        }
        .footer .info .cont {
            font-size: 14px;
        }
        .footer .info .footerLinks {
            font-size: 12px;
        }
}
  
/*footer end*/



/*内页首页公用***************************************/

/*标题*/

.main-title {
  margin-bottom: 2%;
  text-align: center;
}

.main-title .ch {
  font-size: 30px;
  position: relative;
  text-align: center;
  display: block;
}


.main-title.white{
  color: #fff;
}


.main-title .en {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
    .main-title {
    padding-top: 1px;

    }
  .main-title .ch {
    font-size: 20px;
  }
  .main-title .en {
    font-size: 12px;
  }
}


/*标题end*/


/*support*/
.support 
{
    overflow: hidden;
}
.support .supportImg {
  float: left;
  width: 56%;
}

.support .supportList {
  float: right;
  width: 40%;
}

.support .supportList li {
  margin-bottom: 7px;
  font-size: 16px;
  padding-left: 30px;
}

.support .supportList li i {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #580b10;
  border-radius: 5px;
  color: #fff;
  margin-left: -30px;
  float: left;
}

.support .supportList li .text {
  color: #333333;
  margin-left: 15px;
  line-height: 30px;
}
.support .supportList li .text span
{
    font-weight: bold;
}
.support .supportList li .text small {
  font-size: 1em;
}

@media (min-width: 768px) {
  /*覆盖swiper.js的样式*/
  .support .supportList ul {
    display: block;
    transform: translate3d(0, 0, 0) !important;
  }
}

@media (max-width: 768px) {
    .support-s {
        background-color: #f2f2f2;
    }
  .support .supportImg,
  .support .supportList {
    float: none;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
  }
  .support .supportList li {
    padding-left: 0;
    display: flex;
    font-size: 13px;
  }
  .support .supportList li i {
    margin-left: 0;
    float: none;
    width: 26px;
    height: 26px;
    line-height: 26px;
  }
  .support .supportList li .text {
    flex: 1;
    line-height: 26px;
  }
  .support .supportList li .text small {
    line-height: 20px
  }
}

/*support end*/


/*advantage*/

@media (min-width: 768px) {
 
    
.advantage 
{
    overflow: hidden;
  padding-top: 1px;
  padding-bottom: 2%;
}

.advantage .content {
  overflow: hidden;
}
.advantage .list ul{
  box-sizing: border-box;
}
.advantage .list ul li {
  float: left;
  width: 14.6%;
  margin-right: 2%;
  margin-bottom: 2%;
  box-sizing: border-box;
}

.advantage .list ul li .paddingBox{
  padding: 10px;
  background-color: rgba(0,0,0,.3);
}
.advantage .list ul li .borderBox{
  border: 2px solid rgba(255,255,255,.3);
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

.advantage .list ul li .borderBox .icon{
  position: absolute;
  width: 100%;
  padding-bottom: 40%;
  top: 20%;
  left: 0;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 1s;
}

.advantage .list ul li .borderBox i{
  font-size: 24px;
  color: #fff;
  display: block;
  width: 100%;
  position: absolute;
  top: 73%;
  left: 0;
  text-align: center;
  transition: all 1s;
}

.advantage .list ul li .borderBox span{
  display: block;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  padding: 0 1em;
  box-sizing: border-box;
  transition: all 1s;
  color: #fff;
}
.advantage .list ul li:hover .borderBox .icon{
  transform: scale(0);
  opacity: 0;
}
.advantage .list ul li:hover .borderBox i{
  top: 10%;
}
.advantage .list ul li:hover .borderBox span{
  top: 35%;
  transition-delay: .2s;
}
.advantage .list ul li:hover .paddingBox{
  background-color: #580b10;
}
  /*覆盖swiper.js的样式*/
  .advantage .list ul {
    display: block;
    transform: translate3d(0, 0, 0) !important;
  }
  .advantage .list ul li:nth-child(6n){
    margin-right: 0 !important;
  }
}

/*@media (max-width: 992px) {
    .advantage .list ul li .borderBox i {
        font-size: 15px;
    }
    .advantage .list ul li .borderBox span {
        font-size: 12px;
    }
}*/
@media (max-width: 768px) 
{
    .J_advantage {
        overflow: hidden;
    }
    .advantage .list ul li {
        background-color: #fff;
    }
    .advantage .list ul li .borderBox{
        display: flex;
    }
        .advantage .list ul li .icon {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: #580b10;
            margin: 15px 20px auto;
            background-position: center center;
              background-size: 60% auto;
              background-repeat: no-repeat;
        }
        .advantage .list ul li .ic {
            flex: 1;
            padding: 15px 1em 15px 0 ;
        }
            .advantage .list ul li .ic i {
                display: block;
                font-size: 17px;
                color: #333333;
            }
            .advantage .list ul li .ic span {
                display: block;
                font-size: 12px;
                color: #999999;
                margin-top: 5px;
                line-height: 1.6;
                min-height: 4.8em;
            }
}

/*advantage end*/


/*加盟表单*/

.contact {

}

.contact .title img {
  max-width: 80%;
  margin: 0 auto;
  display: block;
}

.contact .form {
  margin-top: 4%;
}

.contact form label.lableBox {
  display: block;
  width: 30%;
  margin: 3% 1.5% 0;
  /*height: 50px;
  line-height: 50px;*/
  line-height: 1.4em;
  border: 1px solid #959496;
  background-color: rgba(0, 0, 0, .7);
  color: #fff;
  padding-left: 4em;
  padding-right: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  box-sizing: border-box;
  float: left;
  position: relative;
}

.contact form label.lableBox label.error
{
    color: red;
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 12px;
    line-height: 1;
}

.contact form label[for=content] {
  width: 96%;
  margin-bottom: 3%;
}

.contact form label[for=content] textarea {
  height: 10em;
}

.contact form label span {
  margin-left: -3em;
  display: inline-block;
  width: 3em;
  vertical-align: top;
}

.contact form label textarea,
.contact form label input {
  background: none;
  outline: none;
  border: none;
  color: #fff;
  width: 100%;
  font-size: inherit;
  font-family: inherit;
}
.contact form .btnBox{
    position: relative;
clear: both;
}
.contact form .btnBox .t1,
.contact form .btnBox .t2{
    position: absolute;
    padding:0 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #fff;
    text-shadow:5px 2px 6px #000;
    border-radius: 20px;
}

.contact form .btnBox .t1{
    right: 50%;
    margin-right: 160px;
    background: linear-gradient(270deg,#ff562d,#ff2943);
}

.contact form .btnBox .t2{
    left: 50%;
    margin-left: 160px;
    background: linear-gradient(270deg,#ff2943,#ff562d);
}
.contact form .msg_submit {
    overflow: hidden;
  display: block;
  margin: 0 auto;
  border: 0;
  outline: none;
  background-color: #ff562d;
  color: #fff;
  width: 8em;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  font-family: inherit;
  font-size: 20px;
}
.contact form .msg_submit:hover{
    background-color: #ff2943;
}
@media (max-width: 992px) {
    .contact .title img {
        width: 68%;
    }
    .contact {
        padding: 5%;
    }
        .contact form .btnBox .t1,
        .contact form .btnBox .t2 {
            font-size: 18px;
        }
}
@media (max-width: 768px) 
{
    /*.contact {
  background: url("../Images/index_contact_bg_m.jpg") no-repeat center 0 /cover;
}*/
  .contact form label.lableBox{
    width: 96%;
    padding-top: .5em;
    padding-bottom: .5em;
    margin-top: 14px;
  }
  .contact4 form label[for=content] textarea{
    height: 4.5em;
  }
  .contact form .msg_submit{
    font-size: 14px;
  }
.contact form .btnBox{
text-align: center;
}
    .contact form .btnBox .t1,
    .contact form .btnBox .t2{
        position: relative;
        margin: 10px auto 0;
        right: 0;
        left: 0;
        font-size: 16px;
        display: inline-block;
        text-align: center;
    }

}
/*加盟表单end*/



/*悬浮电话*/
.sidePhoneBtn{
    display: none;
    position: fixed;
    left: 5px;
    top: 50%;
    width: 3.6em;
    height: 3.6em;
    transform: translateY(-50%);
    background: red url("../Images/sidePhoneBtn.png") no-repeat center center / 60% 60%;
    border-radius: 50%;
    opacity: 0.8;
z-index: 34;
}
@media (max-width: 768px) 
{
    .sidePhoneBtn{
        display: block;
    }

}
/*悬浮电话end*/

@media (max-width: 768px) 
{
    .swiper-button-prev, .swiper-button-next {
    display: none;
}

}


.footer_nav
{
    background: #d5010f;
    display: flex;
    width: 100%;
    max-width: 750px;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    display: none;
}

.footer_nav a
{
    display: block;
    color: #fff;
    font-size: 12px;
}

.footer_nav li
{
    box-sizing: border-box;
    width: 25%;
    text-align: center;
    border-right: #fff solid 1px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.footer_nav li:last-child
{
    border: none;
}

.footer_nav li img
{
        margin: 2px auto 2px auto;
    height: 25px;
    display: block;
}
@media (max-width: 768px) {
    .footer_nav {
        display: flex;
    }
}

.footerBox,
.footerBox .fp-tableCell {
    height: auto !important;
}