body {
    font-size: 14px;
    font-family: '微软雅黑';
    letter-spacing: 0.5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
}

p {
    margin: 0px;
}

ul,
li {
    list-style-type: none;
    margin-bottom: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

input {
    outline: none;
    border: none;
}

.dizhi a {
    float: none !important;
    display: inline-block !important;
}

.pages {
    text-align: right;
    padding-right: 15px;
    border-top: 1px solid #ccc;
}

.pages a,.pages b {
    text-align: center !important;
    display: inline-block !important;
    line-height: 48px;
    width: 45px;
}

a[title='Total record'] {
    display: none !important;
}

.mask {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 998;
    display: none;
}

.form2 {
    position: static !important;
    display: block !important;
    text-align: left !important;
    margin: unset !important;
}

.close2 {
    display: none !important;
}

.form1 {
    position: absolute;
    width: 550px;
    height: 400px;
    left: 0px;
    top: 0px;
    right: 0px;
    margin: auto;
    z-index: 999;
    background-color: #ccc;
    display: none;
    border-radius: 10px;
}

.close {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 5px;
    top: 5px;
    background-image: url('../images/close.png');
}

.form1 input {
    width: 280px;
    padding-left: 15px;
    line-height: 24px;
    color: #666;
    border: 1px solid #999;
    border-radius: 5px;
}

.sub {
    width: 100px;
    line-height: 24px !important;
    text-align: center !important;
    margin-left: 60px;
    padding-left: 0px !important;
}

.form1 p {
    padding-left: 15px;
    padding-top: 15px;
}

.form1 textarea {
    padding-left: 15px;
    width: 400px;
    height: 150px;
    line-height: 24px;
    color: #666;
    outline: none;
    border: 1px solid #999;
    border-radius: 5px;
}

.swiper-container,
.swiper-container2,
.swiper-container3 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-container .swiper-slide {
    overflow: hidden;
}

.swiper-container .swiper-slide img {
    position: relative;
    left: 0px;
    top: 0px;
}

.st {
    font-family: '宋体' !important;
}

.top {
    line-height: 32px;
}

.top,
.top a {
    font-size: 16px;
    color: #666;
    letter-spacing: 1px;
}

.top-line {
    height: 2px;
    background-color: #c6c6c6;
}

.header {
    position: relative;
    left: 0px;
    top: 0px;
    padding-top: 28px;
    height: 172px;
}

.header-bg-left,
.header-bg-right {
    position: absolute;
    top: 0px;
    width: 50%;
    height: 172px;
    background-color: #80000D;
}

.header-bg-left {
    left: 0px;
    background: -webkit-linear-gradient(right, #7d000e, #cc0001);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #7d000e, #cc0001);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #7d000e, #cc0001);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #7d000e, #cc0001);
}

.header-bg-right {
    right: 0px;
    background: -webkit-linear-gradient(left, #7d000e, #cc0001);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, #7d000e, #cc0001);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left, #7d000e, #cc0001);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to left, #7d000e, #cc0001);
}

nav {
    margin-top: 5px;
    letter-spacing: 1px;
    position: relative;
    left: 0px;
    top: 0px;
}

nav li {
    font-size: 16px;
    position: relative;
    left: 0px;
    top: 0px;
    width: 162px;
    height: 40px;
}

nav li:after,
.foot-nav li:after {
    content: '';
    /* position: absolute;
    right: -49px;
    top: 5px; */
    display: block;
    float: right;
    width: 1px;
    height: 16px;
    background-image: url('../images/nav-line.png');
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 3px;
}

nav li:last-child:after {
    display: none;
}

nav .nav-hover {
    color: #fff;
    display: block;
    float: left;
    width: 161px;
    text-align: center;
}

nav li:hover .nav-hover {
    color: #fed061;
}

.sec-nav {
    position: absolute;
    top: 40px;
    left: 0px;
    z-index: 9;
    font-size: 14px;
    background-color: #de212b;
    width: 166px;
    display: none;
}

.sec-nav li {
    margin-left: 0px;
    padding-left: 50px;
    text-align: left;
    border-bottom: 1px dashed #fff;
    line-height: 34px;
}

.sec-nav li:after {
    display: none;
}

.sec-nav li:first-child {
    margin-left: 0px;
}

.sec-nav li:last-child {
    border-bottom: none;
}

.sec-nav li a {
    color: #fff;
}

.sec-nav-li li:hover a {
    color: #fed061;
}

.product {
    margin-top: 45px;
}

.prot {
    font-size: 22px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    background-color: #de212b;
    letter-spacing: 1px;
}

.pro-nav {
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 1.5px;
}

.pro-nav a {
    color: #333;
}

.pro-nav li {
    position: relative;
    left: 0px;
    top: 0px;
    padding-left: 40px;
}

.pro-nav li:before {
    content: '';
    position: absolute;
    top: 16px;
    left: 20px;
    width: 10px;
    height: 10px;
    background-image: url('../images/icon1.png');
    background-position: center;
    background-repeat: no-repeat;
}

.pro-nav li:hover a {
    color: #f87500;
    text-decoration: underline;
}

.prot2-bg {
    background-color: #e8e8e8;
}

.prot2 {
    width: 146px;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
    background-image: url('../images/prot2.jpg');
}

.prot22 {
    padding-top: 26px;
}

.prot22 img {
    border: 1px solid #dcdcdc;
    max-width: 100%;
}

.prot22 a,
.newsc-a {
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.newsc-a {
    width: 68%;
    display: block;
}

.prot22 a {
    text-align: center;
}

.prot22 li:nth-of-type(4n+1) {
    margin-left: 0px;
}

.prot22 li {
    margin-left: 2%;
    width: 23.5%;
    line-height: 40px;
    letter-spacing: 1px;
}

.ad {
    height: 661px;
    background-image: url('../images/ad.jpg');
    background-position: center;
    margin-top: 44px;
}

.ad2 {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 46px;
    margin: 0 auto;
    z-index: 2;
}

.adp {
    position: absolute;
    font-size: 18px;
    line-height: 28px;
    z-index: 5;
}

.adp1,
.adp2 {
    top: 266px;
}

.adp1,
.adp3 {
    left: 2px;
}

.adp2,
.adp4 {
    left: 874px;
}

.adp3,
.adp4 {
    top: 498px;
}

.adimgbox {
    top: 212px;
    left: 378px;
}

.adimgbox2 {
    left: 608px
}

.adimgbox3 {
    top: 436px;
}

.adimgbox,
.adimg,
.adimgp,
.meiw {
    position: absolute;
}

.meiw {
    font-size: 22px;
    color: #f87500;
    top: 100px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 262px;
}

.adimg,
.adimgbox {
    width: 190px;
    height: 190px;
}

.adimg {
    border-radius: 100%;
    overflow: hidden;
    z-index: 9;
}

.adimgp {
    bottom: 3px;
    left: -32px;
    width: 62px;
    height: 62px;
    border-radius: 100%;
    border: 2px solid #fff;
    line-height: 50px;
    text-align: center;
    font-size: 34px;
    background-color: #e0b33f;
    color: #fff;
    z-index: 10;
}

.adimgp2 {
    left: unset;
    right: -32px;
}

.ad3 {
    position: relative;
    height: 252px;
    overflow: hidden;
}

.ad3,
.dkh,
.new {
    margin-top: 44px;
}

.ad3 img {
    position: absolute;
    left: 0px;
}

.yst1 {
    font-size: 20px;
    color: #666;
    line-height: 48px;
    letter-spacing: 0px;
    padding-left: 126px;
    text-transform: uppercase;
}

.yst2 {
    font-size: 32px;
    color: #e10400;
    line-height: 48px;
}

.yst3 {
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 1px;
    text-indent: 2em;
    margin-top: 10px;
}

.ystsp {
    color: #e0b33f;
    text-transform: uppercase;
}

.line1 {
    border-bottom: 2px dashed #a0a0a0;
    margin-top: 10px;
}

.img95 {
    width: 95%;
}

.tianci {
    margin-top: 50px;
    padding-bottom: 58px;
}

.tianci-shadw {
    box-shadow: 0 5px 7px #ccc;
    height: 8px;
    top: -8px;
    position: absolute;
    left: 0px;
    right: 0px;
}

.ad4 {
    margin-top: 88px;
}

.tianci-shadw-box {
    position: relative;
    left: 0px;
    top: 0px;
    height: 8px;
}

.dkhh {
    font-size: 32px;
    color: #e10400;
    text-align: center;
    margin-bottom: 15px;
}

.dkh {
    padding-bottom: 44px;
}

.dkh-slide {
    text-align: center;
}

.abouth {
    font-size: 20px;
}

.abouth1 {
    font-size: 22px;
}

.aboutsp {
    color: #999;
    text-transform: uppercase;
    font-family: 'Arial';
    font-size: 14px;
    display: inline-block;
    margin: 0 0 0 10px;
}

.aboutc {
    font-size: 16px;
    width: 60%;
    padding-left: 5%;
}

.aboutcp {
    text-indent: 2em;
    line-height: 28px;
    margin-top: 15px;
}

.xiangq {
    color: #f87500;
    text-decoration: underline;
    margin-top: 5px;
    display: block;
}

.gengd {
    font-size: 16px;
    color: #333;
    line-height: 28px;
}

.aboutimg {
    width: 40%;
    margin-left: -12px;
}

.tianci-about {
    margin-top: 34px;
}

.about-bg {
    padding-top: 34px;
    background-color: #f0f0f0;
}

.shebeih {
    font-size: 18px;
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.news-nav li {
    cursor: pointer;
}

.honor,
.honor-img {
    padding-left: 5%;
}

.honor-img {
    margin-top: 15px;
    max-width: 100%;
}

.honor img {
    margin-top: 32px;
}

.shebeip,
.swiper-container2 p {
    color: #666;
    line-height: 40px;
}

.newsdesc h3 {
    font-size: 16px;
}

.newsdesc h3 a {
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.newsdesc {
    width: 60%;
}

.newsdescp,
.news-list,
.news-list a {
    color: #666;
}

.newsdescp {
    margin-top: 15px;
    line-height: 26px;
}

.news-list {
    margin-top: 20px;
    line-height: 30px;
}

.news-list a {
    width: 69%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-list li {
    width: 48%;
    background-image: url('../images/jiantou.png');
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 15px;
}

.news-list li:nth-of-type(2n) {
    margin-left: 4%;
}

.newsh {
    padding-bottom: 5px;
}

.newsimg {
    width: 38%;
    border: 1px solid #a0a0a0;
    padding: 5px;
}

.xiangq2 {
    margin-top: 20px;
    text-decoration: none;
}

.question-a {
    font-size: 16px;
    color: #333;
    background-image: url('../images/question.png');
    height: 25px;
    display: block;
}

.question-a,
.action {
    background-repeat: no-repeat;
    padding-left: 34px;
    line-height: 28px;
}

.action {
    background-image: url('../images/question.png');
    background-position: 0 -32px;
    margin-top: 3px;
}

.question-list {
    border-bottom: 1px dashed #c9c9c9;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.footer {
    background-color: #333;
    color: #fff;
}

.foot-nav li:first-child {
    margin-left: 0px;
}

/* .foot-nav li:first-child:after {
    display: none;
} */

.foot-nav li {
    font-size: 16px;
    width: 100px;
    text-align: center;
}

.footer a {
    color: #fff;
    display: block;
    width: 99px;
    float: left;
}

.foot-nav li:after {
    float: left;
}

.lianx {
    color: #fff;
    width: 700px;
    height: 42px;
    line-height: 42px;
    background-color: #535353;
    border-radius: 10px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.footer-logo {
    background-color: #e10400;
    text-align: center;
    width: 20%;
    height: 279px;
    padding-top: 22px;
}

.wangz {
    text-transform: uppercase;
}

.dizhi {
    margin-bottom: 30px;
}

.lianjie {
    font-size: 18px;
    margin-bottom: 10px;
}

.link li {
    margin-left: 20px;
}

.foot-nav {
    height: 24px;
}

.footer-info {
    width: 862px;
    margin-left: 250px;
    padding-top: 30px;
}

.tianci-shadw2 {
    box-shadow: 7px 0px 7px #ccc;
    width: 8px;
    height: 550px;
    position: absolute;
    left: 0px;
    right: 0px;
}

.tianci-shadw-box2 {
    position: absolute;
    right: -15px;
    top: 5px;
    width: 50px;
    height: 530px;
    overflow: hidden;
}

.tianci-shadw-box3 {
    right: -6px;
    height: 380px;
	display:none !important;
}

.template {
    margin-top: 38px;
}

.template-nav {
    text-align: center;
    border: 1px solid #a0a0a0;
}

.template-nav:nth-of-type(2) {
    margin-top: 44px;
}

.template-h {
    background-color: #bf0103;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    color: #fff;
}

.template-nav li {
    line-height: 38px;
    font-size: 16px;
    border-bottom: 1px dashed #ccc;
}

.template-nav li:last-child {
    border-bottom: none;
}

.template-nav li a {
    text-decoration: underline;
    color: #333;
}

.template-contact {
    font-size: 16px;
    text-align: left;
    line-height: 26px;
    padding-bottom: 15px;
}

.template-contact p {
    margin-left: 18%;
}

.template-contact img {
    margin-top: 15px;
    margin-bottom: 15px;
}

.indexurl {
    line-height: 26px;
    border: 1px solid #dcdcdc;
    border-bottom: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
}

.about-c {
    border: 1px solid #dcdcdc;
    text-indent: 2em;
    line-height: 28px;
    padding: 15px;
}

.about-c h1 {
    font-size: 18px;
    text-align: center;
    text-indent: 0em;
    margin-bottom: 15px;
}

.indexurl a {
    color: #333;
    font-size: 16px;
}

.template-nav2 {
    position: absolute;
    right: 15px;
    top: 0px;
    cursor: pointer;
}

.template-nav2 ul {
    display: none;
}

.pros-list {
    padding: 0px;
    text-indent: 0em;
    text-align: center;
}

.pros-list li {
    width: 22.5%;
    margin-left: 2%;
    margin-top: 2%;
}

.pros-list img {
    width: 100%
}

.pros-list a {
    display: block;
    color: #333;
}

.newsc-list li {
    width: 95%;
    float: none !important;
    text-align: left;
    margin: 0 auto;
    border-bottom: 1px dashed #ccc;
    line-height: 24px;
    margin-top: 2%;
    padding-bottom: 2%;
}

.newsc-list li:last-child {
    border-bottom: none;
}

.newsc-list li p {
    color: #666;
}

.swiper-button-prev {
    background-image: url('../images/btn.jpg');
    background-position: 11px 0px;
}

.swiper-button-next,
.swiper-button-prev {
    margin-top: -44px;
}

.swiper-button-next {
    background-image: url('../images/btn.jpg');
    background-position: -11px 0px;
}

.swiper-container2 .swiper-slide img,
.swiper-container3 .swiper-slide img {
    border: 1px solid #ccc;
}

.swiper-container2 .swiper-slide img,
.swiper-container3 .swiper-slide img {
    max-width: 95%;
}

.prosinfo-c {
    text-align: left;
}

.prosinfo-h {
    text-align: left;
    padding-left: 15px;
    color: #fff;
    background-color: #bf0103;
    margin-top: 15px;
    margin-bottom: 15px;
}

.prosinfo {
    padding: 15px;
}

.prosinfo .pull-left {
    margin-right: 15px;
}

.prosinfo-img {
    margin-right: 15px;
}

.prosxq {
    text-align: left;
}

.prosxq img {
    max-width: 100%;
    width: unset;
}

@media screen and (max-width: 414px) and (min-width: 768px) {
    /*.prot22 li {
        width: 49%;
    }*/
}

@media screen and (max-width: 414px) {
    .prot44 img {
        width: 100%;
        height: 102px;
    }
    .xiangq2 {
        margin-top: 5px;
    }
    .prot22 li {
        width: 49%;
        margin-left: 2%;
    }
    .prot22 li:nth-of-type(2n+1) {
        margin-left: 0px;
    }
}

@media screen and (max-width: 536px) {
    .logo {
        width: 70px !important;
    }
}

@media screen and (max-width: 768px) {
    .template {
        margin-top: 15px;
    }
    .pro-nav li:before {
        content: '';
        display: none;
    }
    .aboutimg {
        display: none;
    }
    .aboutc {
        padding-left: 0%;
        width: 100%;
    }
    .template-nav2 {
        background-color: #dcdcdc;
    }
    .template-h2 {
        background-image: url('../images/template-nav.png');
        background-repeat: no-repeat;
        background-position: 5px center;
        font-size: 16px;
        height: 38px;
        line-height: 38px;
        padding-left: 40px;
        padding-right: 5px;
    }
    .pro-nav li {
        width: 32%;
        float: left;
        text-align: center;
        padding-left: 0px;
        border: 1px dashed #fed061;
        margin-left: 2%;
        margin-top: 2%;
    }
    .pro-nav li:nth-of-type(3n+1) {
        margin-left: 0px;
        margin-top: 2%;
    }
    .pro-nav {
        line-height: 32px;
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

.form2 {
    background-color: transparent;
}

.form2 .close {
    display: none;
}

@media screen and (max-width: 1200px) {
    .form1 {
        width: 100%;
        height: 100%;
        padding-bottom: 15px;
    }
    .form1 textarea {
        width: 80%;
    }
    .sub {
        width: 50% !important;
        margin-left: 0px !important;
    }
    .form1 input {
        width: 80%;
    }
    .newsdescp {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .prot22 img {
        max-width: 100%;
    }
    .top,
    .top a {
        font-size: 12px;
        color: #666;
    }
    .top-h {
        background-color: #eee;
    }
    .top {
        line-height: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #eee;
    }
    .swiper-container .swiper-slide img {
        max-width: 100%;
    }
    .logo {
        width: 250px;
        height: 84px;
        overflow: hidden;
    }
    .logo img {
        margin-top: -8px;
    }
    .tel {
        width: 80%;
        margin-top: 6px;
    }
    nav .nav-hover {
        width: 100%;
    }
    .header {
        height: unset;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    nav li:first-child {
        margin-left: unset;
    }
    nav li {
        width: 25%;
        margin-left: unset;
        text-align: center;
        height: 24px;
        line-height: 24px;
    }
    nav li:after {
        display: none;
        content: '';
    }
    .ad3 {
        position: static;
        height: unset;
    }
    .product {
        margin-top: 15px;
    }
    .prot {
        height: 36px;
        line-height: 36px;
        font-size: 18px;
    }
    .prot22 {
        padding-top: 15px;
    }
    .about-bg {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .ad3,
    .dkh,
    .new {
        margin-top: 15px;
    }
    .dkh {
        padding-bottom: 15px;
    }
    .dkhh {
        font-size: 28px;
    }
    .shebei,
    .newsh,
    .news-list {
        margin-top: 15px;
    }
    .news-list li {
        width: 100%;
        border-bottom: 1px dashed #ccc;
    }
    .news-list li:nth-of-type(2n) {
        margin-left: 0%;
    }
    .footer-logo {
        display: none;
    }
    .footer-info {
        width: 100%;
        margin-left: 0%;
        padding-top: 15px;
    }
    .foot-nav li {
        width: 25%;
        text-align: center;
        margin-left: 0px;
    }
    .lianx {
        width: unset;
        height: 46px;
        line-height: 24px;
    }
    .foot-nav li:after {
        display: none;
    }
    .footer a {
        width: 100%;
    }
    .foot-nav li:nth-of-type(3n):after {
        display: none;
    }
    .lianjie {
        font-size: 16px;
    }
    .link li {
        width: 20%;
        text-align: center;
        margin-left: 0px;
    }
    .prot2 {
        width: 100%;
    }
    .honor,
    .honor-img {
        padding-left: 0px;
    }
    .dizhi {
        margin-bottom: 0px;
    }
}