/*公共样式--开始*/

html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

body {
    font-family: "宋体";
    font-size: 13px;
    color: #333;
    background: url(../images/bag.png);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

img {
    border: none;
    /*  max-width: 100%;
	max-height: 100%; */
    object-fit: cover;
}

a {
    text-decoration: none;
    color: #232323;
}

a:hover {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input,
textarea {
    outline: none;
    border: none;
}

textarea {
    resize: none;
    overflow: auto;
}

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

.homebox .homebox-section9 {
    height: 443px;
    background: url(../images/bag9.png);
}


/* 公共过度效果 */

.basetransition {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}


/* 公共图片放大动画 */

.baseimg {
    overflow: hidden;
}

.baseimg img {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.baseimg:hover img {
    transform: scale(1.02);
}


/* 公共标题 */

.basetit {
    width: 100%;
    text-align: center;
}

.basetit h1 {
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: bold;
}

.basetit h1 span {
    color: #d0083a;
}

.basetit p {
    font-size: 16px;
    color: #666;
    width: 535px;
    margin: 0 auto;
    line-height: 31px;
}

.fix-main img {
    width: auto;
    height: auto;
    object-fit: scale-down;
}