@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    box-sizing: border-box;
    list-style: none;
    font-size: 100px;
}

body {
    font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
    background: #fff;
    line-height: 1.5;
    color: #333;
    font-size: 1.4rem;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

html {
    -webkit-text-size-adjust: none
}

img {
    max-width: 100%;
    vertical-align: middle
}

a {
    text-decoration: none;
    color: #333
}

.containerUs {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 9.6rem
}

.containerUs h2 {
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    margin-bottom: .35rem;
    position: relative
}

.containerUs h2:after {
    width: .4rem;
    height: .06rem;
    content: "";
    position: absolute;
    bottom: -0.1rem;
    left: 50%;
    margin-left: -0.2rem;
    background: #4284d9;
}

.containerUs ul {
    max-width: 10.4rem;
    margin: 0 auto .3rem
}

.containerUs li {
    padding: 0 0 .3rem;
    border-bottom: 1px solid #ececec;
    position: relative;
    margin: 0 0 .3rem;
    font-size: .16rem
}

.containerUs h3 {
    font-size: 55px;
    color: #333;
    line-height: 110px;
    margin-bottom: .12rem;
}

.tel-list {
    padding-bottom: .6rem;
    padding-top: 200px;
}

.tel-list ul {
    margin-bottom: 0
}

.tel-list li {
    border-bottom: 1px solid #ececec;
    padding: 0 0 .15rem;
    margin-bottom: .3rem
}

.tel-list li h3 {
    margin-bottom: .2rem
}

.tel-list li .box400 {
    position: absolute;
    top: .6rem;
    right: .2rem
}

.tel-list li .box400 p {
    color: #333
}

.tel-list li h4 {
    font-size: .24rem;
}

.tel-list li p {
    color: #999;
    font-size: 40px;
    line-height: 70px;
    margin-bottom: .1rem;
}

.tel-list li:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.cooperate-list {
    max-width: 100%;
    /*background: #fbfbfe*/
}

.cooperate-list ul {
    overflow: hidden;
    zoom: 1;
    padding-top: .2rem
}

.cooperate-list li {
    width: 100%;
    float: left;
    border: 1px solid #ececec;
    background: #fff;
    padding: .4rem
}

.cooperate-list li:nth-of-type(even) {
    float: right;
    margin-right: 0
}

.cooperate-list li h3 {
    margin-bottom: .2rem
}

.cooperate-list li p {
    color: #999;
    font-size: 45px;
    line-height: 56px;
    margin-bottom: .1rem
}

@media only screen and (max-width: 1024px){
    body{
        width: 1200px;
    }
}

