@charset "utf-8";

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

body,
button,
input,
select,
textarea {
    font: 16px / 1.5 tahoma, arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
}

small,
cite,
code,
em,
th,
i,
b {
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
}

input,
select,
textarea,
button {
    font-size: 1em;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    -webkit-user-select: none;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    box-shadow: 0 0 0 999px #fff inset;
}

::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img,
iframe {
    border: 0 none;
}

img {
    display: inline-block;
    -ms-interpolation-mode: bicubic;
}

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

q:before,
q:after {
    content: "";
}

a {
    text-decoration: none;
}

a:active,
input:focus,
button:focus,
textarea:focus {
    outline: 0 none;
}

body {
    font: 14px helvetica neue, helvetica, arial, hiragino sans gb, microsoft yahei, sans-serif;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.disabled {
    color: #999;
    cursor: default;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.no-select {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slide-in-left,
.slide-in-right {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
}

.slide-in-left {
    -webkit-animation: slideInLeft .3s ease-in both;
    -ms-animation: slideInLeft .3s ease-in both;
    animation: slideInLeft 0.3s ease-in both;
}

.slide-in-right {
    -webkit-animation: slideInRight .3s ease-in both;
    -ms-animation: slideInRight .3s ease-in both;
    animation: slideInRight 0.3s ease-in both;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
    }

    100% {
        -webkit-transform: none;
    }

}

@-ms-keyframes slideInLeft {
    0% {
        -ms-transform: translate3d(-100%, 0, 0);
    }

    100% {
        -ms-transform: none;
    }

}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        transform: none;
    }

}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
    }

    100% {
        -webkit-transform: none;
    }

}

@-ms-keyframes slideInRight {
    0% {
        -ms-transform: translate3d(100%, 0, 0);
    }

    100% {
        -ms-transform: none;
    }

}

@-webkit-keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
    }

    100% {
        transform: none;
    }

}

html {
    font-size: 625%;
}

.coop {
    background-color: #fffbf8;
    color: #4b4b4b;
}

.banner {
    position: relative;
    width: 100%;
}

.banner img {
    width: 100%;
}

.btn-group {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 14%;
    left: 0;
    font-size: 14px;
}

.btn-link {
    display: block;
    text-align: center;
    text-decoration: underline;
    color: #fff;
    margin-top: 3%;
}

.btn {
    display: block;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    margin: 0 auto;
}

.org-btn {
    background-color: #fa0;
    color: #fff;
}

.banner .btn-group .btn {
    width: 52%;
}

.coop .org-bor-btn {
    margin-right: 3%;
}

.page-des {
    margin-top: 40px;
    padding: 0 4% 0 5%;
}

.page-des img {
    width: 100%;
}

.page-con {
    padding: 0 10%;
}

.slogan-item {
    margin-top: 35px;
}

.slogan-ico,
.hotline .phone {
    background: url("../../../../image/jianzhi/project/b_cooperation/coop_ico.png") no-repeat;
    background-size: 59px auto;
}

.slogan-ico {
    float: left;
    height: 58px;
    width: 58px;
    background-size: 58px auto;
    margin-right: 5%;
    background-color: #fa0;
    border-radius: 50%;
    margin-top: 4px;
}

.slogan-txt {
    overflow: hidden;
}

.slogan-item .ico1 {
    background-position: 0 0;
}

.slogan-item .ico2 {
    background-position: 0 -79px;
}

.slogan-item .ico3 {
    background-position: 0 -160px;
}

.slogan-item h3 {
    font-size: 15px;
    margin-bottom: 3px;
}

.slogan-item p {
    font-size: 14px;
    line-height: 1.6em;
}

.hotline {
    margin-top: 58px;
    padding: 60px 0;
    border-top: 1px dashed #ffd27c;
    border-bottom: 1px dashed #ffd27c;
    text-align: center;
}

.hotline h2 {
    font-size: 16px;
}

.hotline .btn {
    margin-top: 40px;
    font-size: 14px;
}

.hotline .phone {
    display: inline-block;
    width: 15px;
    height: 19px;
    background-position: 0 -243px;
    margin-right: 6px;
    vertical-align: -5px;
}

.form-group {
    margin-top: 60px;
    text-align: center;
}

.form-tip {
    text-align: left;
}

.form-tip:before {
    content: '';
    display: inline-block;
    border: 8px solid transparent;
    border-left: 10px solid #ffaa00;
    vertical-align: -3px;
}

.form-group input,
.form-group textarea,
.form-group .city {
    width: 100%;
    border: 1px solid #e5e5e5;
    background-color: #eae8e4;
    margin-top: 15px;
    padding: 11px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 14px;
    color: #4b4b4b;
    -webkit-appearance: none;
    border-radius: 0;
}

.form-group textarea {
    resize: none;
    height: 110px;
}

.form-group .btn {
    margin-top: 67px;
    font-size: 16px;
}

:-moz-placeholder {
    color: #999;
    border: 1px solid #e5e5e5;
    background-color: #eae8e4;
}

::-moz-placeholder {
    color: #999;
    border: 1px solid #e5e5e5;
    background-color: #eae8e4;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    border: 1px solid #e5e5e5;
    background-color: #eae8e4;
    color: #999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    border: 1px solid #e5e5e5;
    background-color: #eae8e4;
    color: #999;
}

.form-group .city {
    position: relative;
    display: block;
    color: #999;
    text-align: left;
    font-family: tahoma, arial, sans-serif;
}

.city:after {
    content: '';
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px;
    right: 18px;
}

footer {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.footer-link {
    position: absolute;
    color: #fff;
    left: 50%;
    bottom: 24%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-decoration: underline;
}

footer img {
    width: 100%;
    margin-bottom: -3px;
}

.err-tips {
    color: #f60;
    font-size: 12px;
    padding: 8px 15px 0;
    text-align: left;
}

@media (max-width:350px) {
    .btn-link {
        margin-top: 2%;
    }

}