/*通用*/

* {
    margin: 0;
    padding: 0;
}

body {
    font: 14px "microsoft yahei", Arial, Helvetica, sans-serif;
    color: #000;
    background: #fbfbfb;
    min-width: 1200px;
}

ul, li, p, h1, h2, h3, h4, h5, h6, dl, dt, dd {
    padding: 0px;
    border: none;
    list-style: none;
}

a {
    text-decoration: none;
    text-shadow: none;
    font-weight: normal;
}

ul {
    list-style: none;
}

textarea, input {
    outline: none;
    -webkit-appearance: none;
    font-family: "微软雅黑";
}

.fl {
    float: left;
}

.fr {
    float: right
}

a {
    color: #6c6c6c;
    text-decoration: none;
}

img {
    border: none;
}

.clear:before, .clear:after {
    content: ' ';
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}

.dk {
    width: 1200px;
    margin: 0 auto;
}

.IndMoz img {
    width: 100%;
    transition: 0.5s;
    cursor: pointer;
}

.IndMoz:hover img {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

/*header*/
/*.header {
    width: 100%;
    height: 123px;
    padding-top: 25px;
    background-image: url("/static/modules/cms/front/site/suzhou/img/background.png");
    background-position: center top;
    background-repeat: no-repeat;
}*/

.head_logo {
    width: 650px;
    height: 97px;
    display: block;
    margin-left: 10px;
}

.IndCon {
    width: 1200px;
    margin: 18px auto 160px;
}

/**/


.IndTit h1 {
    margin-top: 40px;
    color: #FFF;
    font-size: 18px;
    line-height: 50px;
    padding-left: 57px;
}

/*快速预审*/
.IndYS {
    margin-top: 160px;
}

.IndYSan {
    width: 566px;
    height: 270px;
    padding-top: 80px;
    border-radius: 7px;
    background: #FFF;
    position: relative;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.IndYSaI {
    width: 200px;
    height: 200px;
    position: absolute;
    top: -130px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.IndYSaI img {
    width: 100%;
}

.IndYSaT {
    width: 250px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    color: #333;
    font-size: 20px;
    position: relative;
}

.IndYSaT:before, .IndYSaT:after {
    content: ' ';
    display: block;
    width: 76px;
    height: 14px;
    top: 50%;
    margin-top: -7px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/title02.png")
}

.IndYSaT:before {
    left: 0;
}

.IndYSaT:after {
    right: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.IndYSaP {
    text-align: center;
    font-size: 16px;
    color: #999;
    line-height: 28px;
    padding: 18px 40px;
}

.IndYSanA {
    width: 136px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #1f68e5;
    font-size: 16px;
    color: #FFF;
    display: block;
    border-radius: 3px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -22px;
    transition: 0.5s;
}

.IndYSanA:hover {
    bottom: -12px;
    transition: 0.5s;
    color: #FFF;
}

/*footer*/
.foot {
    min-width: 1200px;
    width: 100%;
    background: #f0f3f1;
    color: #333;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    padding: 25px 0 25px;
    border-top: 3px solid #33b3e6;
}
