@charset "utf-8";

/* CSS Document */

html {
    min-height: 100%;
}

body {
    height: 100%;
}

body {
    font-size: 16px;
    font-family: 'Microsoft Yahei';
    color: #333;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* background-image: url(../images/banner_bg.png);
    background-size: contain;
    animation: carousel 16s infinite;
    animation-direction:alternate;
    background-repeat: no-repeat; */
}
@keyframes carousel {
    0%,24%{
        background-image: url(../images/toubu_bg1.jpg);
    }
    26%,50%{
        background-image: url(../images/toubu_bg2.jpg);
    }
    51%,75%{
        background-image: url(../images/toubu_bg3.jpg);
    }
    76%,100%{
        background-image: url(../images/toubu_bg4.jpg);
    }
}

ul,
dl,
dd,
dt,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
img,
td,
div,
input {
    margin: 0;
    padding: 0;
    outline: none;
}

img {
    border: 0;
    max-width:100%;
}

ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    outline-style: none;
    text-decoration: none;
    border: 0px;
}

i,em {
    font-style: normal;
}

.w {
    width: 1300px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}

.cleargap {
    font-size: 0;
    letter-spacing: -8px;
    text-align: left;
}

.ibox {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    font-size: 12px;
    letter-spacing: normal;
}

.img-responsive {
    max-width: 100%;
    width: auto\9;
    height: auto;
    -ms-interpolation-mode: bicubic;
    _width: auto;
}

.pta {
    position: absolute;
}

.flexBox {
    display: flex;
    justify-content: space-between;
}

label {
    font-family: 'Microsoft Yahei';
}

.mlf10 {
    margin: 0 10px;
}
.container {
    background-color: rgba(255,255,255,.9);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 36px 30px;
    box-shadow: 0 3px 7px rgba(56,47,45,.35);
}

#sy .container {
    box-shadow: none;
    padding: 36px 0;
}

.container .er .dtkx {
    margin-top: 30px;
    width: 615px;
  }

.fontSize18 * {
  font-size: 18px !important;
}
.fontSize16 * {
  font-size: 16px !important;
}
.fontSize14 * {
  font-size: 14px !important;
}
