html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Microsoft YaHei", "宋体", "黑体", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
em,
img,
strong,
sub,
sup,
tt,
dd,
dl,
dt,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
ul,
li,
p,
a,
section {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

input,
select,
textarea {
    vertical-align: middle;
    -ms-behavior: url(css/PIE.htc);
    behavior: url(css/PIE.htc);
    outline: none;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
}

ul,
li {
    list-style-type: none;
}

a {
    blr: expression(this.onFocus=this.blur());
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

div,
a {
    tap-highlight-color: rgba(0, 0, 0, 0);
    focus-ring-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-focus-ring-color: rgba(0, 0, 0, 0);
}

.show-pc {
    display: block;
}

.show-phone {
    display: none;
}

.container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.main {
    position: relative;
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.top {
    width: 100%;
    height: 100px;
    background-color: #fff;
    margin: 0 auto;
    overflow: hidden;
}

.logo {
    width: 94px;
    float: left;
    margin-top: 30px;
    margin-left: 1%;
    margin-right: 2.2%;
}

.logo a img {
    width: 100%;
}

.banner {
    position: relative;
    width: 100%;
    height: 300px;
    background-size: cover;
    -ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc);
    margin: 0 auto;
    overflow: hidden;
}

.banner.p0 {
    background-image: url(../images/banner-1.jpg);
}

.banner img {
    width: 100%;
}

.banner-txt {
    position: absolute;
    left: 0;
    top: 29%;
    width: 100%;
    font-size: 40px;
    text-align: center;
    color: #000000;
    font-weight: 600;
    line-height: 1.6em;
}

.banner-txt span {
    font-size: 50px;
    color: #E50012;
    font-weight: 600;
}

.content {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 3% auto 0;
}

.content-c {
    width: 83.2%;
    margin: 0 auto;
    overflow: hidden;
}

.txt {
    width: 100%;
    color: #333;
    letter-spacing: 0.5px;
    line-height: 1.6em;
    font-size: 16px;
}

.mt {
    margin-top: 3%;
}

.title {
    width: 100%;
    overflow: hidden;
    margin: 5% auto 0;
}

.icon {
    width: 29.7%;
}

.icon img {
    width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.title-c {
    width: 57%;
    border-bottom: 2px solid #CF111B;
    padding-bottom: 1.5%;
    font-size: 30px;
    font-weight: 600;
    color: #E50012;
    margin-top: 2%;
}

.tr {
    text-align: right;
}

.u-img {
    width: 100%;
    margin: 2% auto 0;
    overflow: hidden;
}


.u-img img {
    width: 100%;
}

.u-bottom {
    width: 100%;
    margin: 0 auto;
}

.u-bottom img {
    width: 100%;
}

.bottom {
    width: 100%;
    height: 60px;
    background-color: #4d4d4d;
    text-align: center;
    font-size: 12px;
    line-height: 60px;
    color: #e5e5e5;
}



/*p1*/

.banner.p1 {
    background-image: url(../images/banner-2.jpg);
}

.t1 {
    margin-left: 7.9%;
}





/*p2*/

.banner.p2 {
    background-image: url(../images/banner-3.jpg);
}




/*p3*/

.banner.p3 {
    background-image: url(../images/banner-4.jpg);
}












.bottom img {
    vertical-align: middle;
    display: inline-block;
    padding-left: 1%;
    padding-right: 0.5%;
}

@media(max-width:1024px) {
    .main {
        width: 960px;
    }
    .content-c {
        width: 100%;
    }
}


@media(max-width:768px) {
    .show-pc {
        display: none;
    }
    .show-phone {
        display: block
    }
    .content {
        width: 86%;
        margin: 0 auto;
    }
    .content img {
        width: 100%;
    }
    .title-1 {
        width: 100%;
    }
    .title-1 img {
        width: 100%;
    }
    .p1-txt {
        font-size: 2.8vw;
        margin-top: 2.8%;
        line-height: 1.6em;
    }
    .p1-title1 {
        width: 100%;
        overflow: hidden;
        margin-top: 5%;
    }

    .icon {
        width: 30.6%;
        overflow: hidden;
    }
    .icon img {
        width: 100%;
    }
    .p1-txt1 {
        float: right;
        font-size: 3.6vw;
        width: 58%;
        color: #e70014;
        font-weight: 600;
        border-bottom: 2px solid #e70014;
        margin-right: 7.2%;
        margin-top: -9%;
        padding-bottom: 1%;
    }
    .title-0 {
        margin-top: 3%;
    }
    .icon1 {
        float: right;
    }
    .p1-txt2 {
        font-size: 3.6vw;
        width: 60%;
        color: #e70014;
        font-weight: bold;
        border-bottom: 2px solid #e70014;
        margin-left: 7.2%;
        margin-bottom: -9%;
        padding-bottom: 1%;
        text-align: right;
    }
    .list-22 {
        margin-top: 2.2%;
        width: 100%;
    }
    .list2-1 {
        width: 24%;
        float: left;
        overflow: hidden;
    }
    .p2-pic1 {
        width: 52%;
        margin: 0 auto;
    }
    .p2-pic1 img {
        width: 100%;
    }
    .p2-txt {
        width: 100%;
        font-size: 2.22vw;
        margin-top: 8%;
    }
    .list2-0 {
        width: 26%;
        margin-left: 7.3%;
    }
    .list2-2 {
        width: 26%;
        margin: 0 3.5%;
    }
    .list2-3 {
        width: 26%;
    }
    .contact-m {
        width: 92.5%;
        margin: 6% auto 0;
        font-size: 6vw;
        color: #000;
    }
    .data {
        width: 92.5%;
        margin: 3% auto 0;
        font-size: 3.7vw;
        color: #8A8A8A;
    }
    .data a {
        text-decoration: none;
        color: #61778E;
    }
    .lx-img {
        width: 92.5%;
        margin: 6% auto 0;
    }
    .lx-img img {
        width: 100%;
    }
    .lx-phone {
        width: 93.5%;
        margin: 8% auto 0;
        font-size: 3.8vw;
        color: #000;
    }
    .lx-mail {
        width: 93.5%;
        margin: 0% auto 0;
        font-size: 3.8vw;
        color: #000;
    }
}