/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block
}

/* CSS Document */
/*����߾�*/
html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
button,
textarea,
iframe,
table,
th,
td,
dd,
dt {
    border: none;
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    outline: none;
    font-weight: normal;
}

select,
input,
img,
select {
    vertical-align: middle;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #666;
}

input,
textarea {
    border: none;
    outline: medium;
    font-family: '微软雅黑';
}

select,
input,
img,
select {
    vertical-align: middle;
}

/* ��ť��ʽ */
input,
button,
textarea,
select {
    outline: none;
    resize: none
}

body,
html {
    font-family: 'Microsoft Yahei';

}

* {
    box-sizing: border-box;
}

html {
    overflow-x: hidden
}

input::-webkit-input-placeholder {
    color: #999999;

}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;

}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;

}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999999;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.clear {
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.container {
    width: 1300px;
    margin: 0 auto;
}

.body {
    min-width: 1200px;
}

.bg {
    background-color: #f7f7f7;
    padding-bottom: 65px;
}

a {
    color: #333;

}

a:hover {
    color: #f08e21;
}

.overflow1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.overflow2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.overflow3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}

body,
html {
    /* min-width: 1200px; */
    color: #333;
    font-size: 16px;
}

img {
    border: none;
    max-width: 100%;
}

p,
div {
    font-size: 16px;

}

.container1 {
    width: 1100px;
    margin: 0 auto;
}

i {
    font-style: normal;
}

.fflex {
    display: flex;
    display: -ms-flex;
    display: -moz-flex;
    align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
}


input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #cccccc;
    vertical-align: middle;
    position: relative;
}

input[type="radio"]::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: block;
    background-color: #ccc;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

input[type="radio"]:checked {
    border: 1px solid #24c99b;
    position: relative;
}

input[type="radio"]:checked::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: block;
    background-color: #24c99b;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot') format('embedded-opentype'),
    url('../font/iconfont.woff2') format('woff2'),
    url('../font/iconfont.woff') format('woff'),
    url('../font/iconfont.ttf') format('truetype'),
    url('../font/iconfont.svg') format('svg');
}

@font-face {
    font-family: 'Constantia';
    src: url(../font/Constantia.ttf);
}

@media (max-width: 1600px) {
    .container {
        width: 1190px;
    }

    p,
    div {

        font-size: 14px;
    }

    html {
        /* min-width: 1200px; */
        color: #333;
        font-size: 14px;
    }

}

@media (max-width: 1600px) {
    .container {
        width: 1200px;
    }
}

@media (max-width: 1190px) {

    .container,
    .container1 {
        width: 92%;
    }
}
