/* 重置样式 */

section,
body,
div,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
a,
ul,
li,
dt,
dd,
dl,
ol,
header,
nav,
footer {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

input {
    border: none;
    outline: none;
    background-color: transparent;
}


/* 通用样式 */

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}


/* 首页标题 */

.mob-title {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    background: url(../images/line1.png) no-repeat bottom center;
}

.mob-title h3 {
    font-size: 20px;
    color: #474443;
    margin-bottom: 5px;
    font-weight: 500;
}

.mob-title p {
    font-size: 18px;
    color: #666666;
    text-transform: uppercase;
}

.abouts {
    margin: 0 15px;
}

.logo {
    /* width: 37%; */
    /* margin-left: 3%; */
}

.abox {
    margin-top: 10px;
    background: #f4f4f4;
    padding-bottom: 30px;
}

.box1 {
    padding: 20px 10px;
}

.abt {
    color: #474443;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 20px;
    background: url(../images/line1.png) no-repeat left bottom;
}

.abt span {
    display: block;
    color: #666666;
    font-size: 18px;
    margin-top: 6px;
}

.box1 a {
    font-size: 14px;
    color: #e34d00;
    display: block;
    width: 37%;
    height: 35px;
    line-height: 35px;
    margin-top: 10px;
    text-align: center;
    border-bottom: 2px solid #e34d00;
    background: #505050;
}

.acon {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    padding: 0 10px;
}

.aimg img {
    display: block;
    width: 100%;
}

.pmore a {
    margin: 0 15px;
    font-size: 14px;
    color: #fff;
    display: block;
    height: 35px;
    line-height: 35px;
    margin-top: 10px;
    text-align: center;
    border-bottom: 2px solid #e34d00;
    background: #505050;
}

.box2 {
    padding: 15px;
}

.sul {
    border-bottom: 15px solid #f1f1f1;
}

.sul li {
    margin-bottom: 20px;
}

.sul li a {
    display: block;
    width: 100%;
}

.sul li .img {
    width: 56%;
}

.sul li:nth-child(2n) .img {
    float: right;
}

.sul li .img img {
    width: 100%;
    display: block;
}

.sul li .det {
    width: 40%;
    margin-left: 4%;
}

.sul li:nth-child(2n) .det {
    margin-left: 0;
}

.sul li h3 {
    color: #333333;
    font-size: 16px;
    margin-top: 10px;
    background: url(../images/line2.png) no-repeat left bottom;
    padding-bottom: 10px;
}

.det span {
    display: block;
    color: #666666;
    font-size: 14px;
    margin-top: 10px;
}

.sul li .pmore {
    margin-top: 15px;
    width: 100px;
    font-size: 14px;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
    border-bottom: 2px solid #e34d00;
    background: #505050;
}

.news_list1 li a.img {
    display: block;
    position: relative;
}

.news_list1 li a.img img {
    display: block;
    width: 100%;
}

.news_list1 li span {
    width: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    color: #fff;
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-bottom: 2px solid #e34d00;
    background: #505050;
}

.nbox {
    background: #f4f4f4;
    padding: 10px;
}

.nbox h3 a {
    display: block;
    color: #333333;
    display: block;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: 500;
}

.nbox .summy {
    color: #666666;
    font-size: 13px;
    line-height: 21px;
}

.footbg {
    position: fixed;
    z-index: 110;
    bottom: 0;
    left: 0;
    width: 100%;
    /* padding-bottom: 8px; */
    /* padding-top: 8px; */
    background: #333333;
}

.footer {
    max-width: 640px;
    margin: 0 auto;
    display: -webkit-box;
}

.footer a {
    -webkit-box-flex: 1;
    display: -webkit-box;
    color: #fff;
    padding: 10px 0;
}

.footer a:last-child {
    border: none;
}

.footer span {
    display: block;
    margin: 0 auto;
    text-align: right;
    font: 500 14px "Arial";
    color: #fff;
    padding: 31px 0 0;
}

.footer span.span1 {
    background: url(../images/a11.png) center top no-repeat;
}

.footer span.span2 {
    background: url(../images/a22.png) center top no-repeat;
}

.footer span.span3 {
    background: url(../images/a33.png) center top no-repeat;
}

.footer span.span4 {
    background: url(../images/a44.png) center top no-repeat;
}

.footer span.span5 {
    background: url(../images/a55.png) center top no-repeat;
}


/* 头部 */

.mob-head {
    background: #fff;
    position: relative;
    height: 50px;
}

.mob-head .logo {
    float: left;
    line-height: 50px;
}

.mob-head .logo img {
    max-width: 100%;
    vertical-align: middle;
}

.mob-head .head-btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
}

.icon-icon-shuanglieliebiao:before {
    content: '';
}

.mob-head .head-btn a {
    vertical-align: middle;
    display: block;
    text-align: center;
}

.mob-head .head-btn a img {
    display: block;
    height: 50px;
}

.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 #dbdbdb;
    padding: 10px 15px;
}

.search input::-webkit-input-placeholder {
    color: #c9c9c9;
}

.search form {
    width: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 20px;
    background-color: #fff;
    height: 38px;
    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: 7px 0;
    padding-left: 15px;
    font-size: 16px;
    color: #c9c9c9;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    border: none;
    outline: none;
    background: none;
    box-sizing: content-box;
}

.search input[type='submit'] {
    width: 25%;
    border: none;
    text-align: center;
    font-size: 16px;
    color: #323232;
    background: url(../images/ss.png) no-repeat top center;
    background-size: 100% 100%;
    outline: none;
    border-radius: 0;
}


/* 导航样式 */

.mob-nav {
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #e34d00;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.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 {}

.mob-nav li:not(:last-child) {
    border-bottom: 1px solid #fff;
}

.mob-nav.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}


/* 首页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: #fff;
    margin: 0 4px;
}

.mob-banner .slick-dots li button {
    display: none;
}

.mob-banner .slick-dots li.slick-active {
    background: #e34d00;
}


/* 产品 */

.mob-product {
    background: #fff;
    padding: 20px 0;
}

.mob-product .product-list {
    font-size: 0;
    padding: 0 7.5px;
}

.mob-product .product-list li {
    vertical-align: top;
    width: calc(50% - 15px);
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0 7.5px 15px 7.5px;
}

.mob-product .product-list li a {
    display: block;
}

.mob-product .product-list li img {
    width: 100%;
}

.mob-product .product-list li h3 {
    width: 100%;
    background: #f3f3f3;
    color: #666666;
    font-size: 14px;
    line-height: 35px;
    text-indent: 5px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}