/* 外框样式 */

.mob-wrap {
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 50px;
}


/* 头部 */

.mob-head {
    background: #fff;
    padding: 10px 0;
    position: relative;
}

.mob-head .logo {
    padding: 0 110px 0 15px;
}

.mob-head .logo img {
    max-width: 100%;
}

.mob-head .head-btn {
    position: absolute;
    right: 15px;
    height: 47px;
    top: calc(50% - 19px);
    font-size: 0;
}

.mob-head .head-btn a {
    display: inline-block;
    vertical-align: middle;
    width: 47px;
    height: 47px;
    text-align: center;
}

.mob-head .head-btn a .iconfont {
    font-size: 20px;
    vertical-align: middle;
}

.mob-head .head-btn a .icon-sousuo {
    font-size: 25px;
}

.mob-head .head-btn .search-btn {
    border-right: 1px solid #aaaaaa;
    margin-right: 10px;
    width: 40px;
}


/* 搜索框样式 */

.search {
    border-top: 1px solid #ddd;
    padding: 10px 15px;
    display: none;
}

.search form {
    width: 100%;
    border: 1px solid #444444;
    border-radius: 10px;
    background-color: #fff;
    height: 38px;
    padding: 7px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.search input[type="text"] {
    width: 70%;
    padding-left: 15px;
    font-size: 16px;
    color: #323232;
    height: 22px;
    line-height: 22px;
    border: none;
    outline: none;
    background: none;
}

.search input[type='submit'] {
    width: 25%;
    border: none;
    border-left: 1px solid #b6b6b4;
    text-align: center;
    height: 22px;
    font-size: 16px;
    color: #323232;
    background: none;
    outline: none;
    border-radius: 0;
}


/* 导航样式 */

.mob-nav {
    z-index: 9999;
    position: fixed;
    left: 0;
    /* right: 0; */
    top: 0;
    /* bottom: 0; */
    background: #cd0010;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    height: 100%;
}

.mob-nav .close-btn {
    text-align: right;
    padding: 15px 15px 0 0;
}

.mob-nav .close-btn .iconfont {
    font-size: 30px;
    color: #fff;
}

.mob-nav li a {
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
}

.mob-nav li a:hover {
    background: #cd0010;
}

.mob-nav li:not(:last-child) {
    border-bottom: 1px solid #fff;
}

.mob-nav.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    width: 100%;
}


/* 首页banner */

.mob-banner {
    position: relative;
}

.mob-banner .slick-slide {
    outline: none;
}

.mob-banner a {
    display: block;
}

.mob-banner a img {
    width: 100%;
}

.mob-banner .slick-dots {
    position: absolute;
    z-index: 99;
    left: 0;
    width: 100%;
    bottom: 10px;
    text-align: center;
    font-size: 0;
}

.mob-banner .slick-dots li {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #cd0010;
    margin: 0 2px;
}

.mob-banner .slick-dots li button {
    display: none;
}

.mob-banner .slick-dots li.slick-active {
    background: #fff;
}


/* 首页标题 */

.mob-title {
    text-align: center;
    margin-bottom: 20px;
}

.mob-title h3 {
    font-size: 20px;
    color: #252222;
    margin-bottom: 10px;
}

.mob-title h3 span {
    color: #e4007f;
}

.mob-title p {
    font-size: 12px;
    color: #252222;
    text-transform: uppercase;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

* {
    margin: 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

.head-btn img {
    display: block;
    width: 85%;
}

.mob-banner .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cd0010;
}

.mob-banner .slick-dots li.slick-active {
    background: #fff;
}

.box1 {
    margin: 6% 0;
}

.ads {
    text-align: center;
}

.ads li {
    width: 18%;
    display: inline-block;
    margin: 0 2%;
}

.ads li img {
    width: 100%;
    margin: 0 auto;
}

.ads li h3 {
    text-align: center;
    font-size: 14px;
    color: #323232;
    margin-top: 10px;
}

.xian {
    border-top: 10px solid #eeeeee;
}

.abpic {
    width: 94%;
    margin: 0 auto;
    margin-top: 20px;
}

.abpic img {
    width: 100%;
    margin: 0 auto;
}

.about {
    width: 75%;
    margin: 0 auto;
    background: #a40000;
    border-radius: 20px;
    padding: 5% 5%;
    margin-top: -32px;
    position: relative;
    z-index: 9999;
    padding-bottom: 40px;
    margin-bottom: 12%;
}

.abwz {
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.about a {
    background: url(../images/am.png) no-repeat;
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: -20px;
}

.box2 {
    margin-top: 8%;
    margin-bottom: 4%;
}

.pbt {
    position: relative;
    height: 40px;
    margin-bottom: 22px;
}

.pbt span {
    float: left;
    width: 43%;
    background: #cd0010;
    color: #fff;
    font-size: 22px;
    text-align: center;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    line-height: 40px;
    font-weight: bold;
}

.pbt a {
    float: right;
    width: 25%;
    color: #808080;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}


/*.xian2{border-top:1px solid #e5e5e5;}*/

.box2 .cont {
    margin-top: 8%;
}

.cul {
    width: 96%;
    margin: 0 auto;
}

.cul li {
    width: 46%;
    margin: 0 2% 4%;
}

.cul li img {
    display: block;
    width: 100%;
}

.box3 {
    background: #a40000;
    padding: 8% 0 6%;
}

.bt {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.mwz1 {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 15px;
}

.mwz2 {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    padding: 0 3%;
}

a.lxm {
    color: #a40000;
    font-size: 14px;
    display: block;
    margin: 0 auto;
    margin-top: 5%;
    width: 36%;
    line-height: 35px;
    border-radius: 20px;
    background: #fff;
    display: block;
    text-align: center;
}

.box4 {
    margin-top: 10%;
    margin-bottom: 3%;
}

.xlist1 {
    width: 96%;
    margin: 0 auto;
    margin-top: 8%;
}

.xlist1 li {
    width: 45%;
    margin: 0 2% 4%;
    border: 1px solid #dddddd;
    margin-bottom: 4%;
    float: left;
}

.xlist1 li .img img {
    width: 100%;
    margin: 0 auto;
}

.xlist1 li .det {}

.xlist1 li h3 {
    color: #3c3c3c;
    font-size: 14px;
    font-weight: bold;
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #dddddd;
    line-height: 42px;
    height: 42px;
    overflow: hidden;
}

.xlist1 li span {
    display: block;
    width: 90%;
    margin: 0 auto;
    color: #9e9e9e;
    font-size: 12px;
    line-height: 18px;
    padding: 15px 0;
}

.box5 {
    width: 96%;
    margin: 0 auto;
    margin-top: 4%;
}

.lytt {
    color: #cd0010;
    font-size: 20px;
    font-weight: bold;
    background: url(../images/ly.png) no-repeat left center;
    padding-left: 50px;
    height: 38px;
    line-height: 38px;
}

.message22 {
    width: 86%;
    margin: 0 auto;
    margin-top: 6%;
}

.m1 {
    width: 45%;
}

.message22 .name {
    border: 1px solid #dcdcdc;
    outline: none;
    line-height: 30px;
    font-size: 14px;
    color: #6f6f6f;
    text-indent: 5px;
    width: 100%;
}

.message22 .contact {
    border: 1px solid #dcdcdc;
    outline: none;
    line-height: 30px;
    font-size: 14px;
    color: #6f6f6f;
    text-indent: 5px;
    width: 100%;
}

.m2 {
    width: 100%;
    margin-top: 12px;
}

.message22 .content {
    border: 1px solid #dcdcdc;
    outline: none;
    line-height: 30px;
    font-size: 14px;
    color: #6f6f6f;
    text-indent: 5px;
    width: 100%;
    margin-bottom: 10px;
}

.message22 .verifycode {
    border: 1px solid #dcdcdc;
    outline: none;
    line-height: 33px;
    font-size: 14px;
    color: #6f6f6f;
    text-indent: 5px;
    width: 39%;
}

.message22 .submit {
    width: 20%;
    float: right;
    background: #cd0010;
    border: none;
    outline: none;
    color: #fff;
    font-size: 14px;
    line-height: 33px;
}

.message22 .code {
    width: 72%;
    float: left;
}

.message22 #change-code {
    font-size: 14px;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

.des {
    height: 38px;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    padding: 1.5% 0;
    background: #fff;
}

.footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #5a5a5a;
    line-height: 50px;
    font-size: 0;
}

.footer ul li {
    line-height: 20px;
    height: 58px;
    font-size: 14px;
    position: relative;
}

.footer ul li span {
    display: block;
    padding-top: 34px;
    font-size: 14px;
    color: #3c3c3c;
}

.footer ul li .span1 {
    background: url(../images/f1.png) no-repeat center 5px;
    background-size: 20%;
}

.footer ul li .span3 {
    background: url(../images/f3.png) no-repeat center 4px;
    background-size: 25%;
}

.footer i {
    display: block;
    width: 50%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: -70%;
    transform: translateX(-50%);
}

.footer i img {
    display: block;
    width: 100%;
}