@charset "UTF-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0;
}

:focus {
    outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
    font-style: normal;
    font-weight: 400;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

ol,
ul {
    list-style: none;
}

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

caption,
th {
    text-align: left;
}

sup,
sub {
    font-size: 100%;
    vertical-align: baseline;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

input::-ms-clear {
    display: none;
}

.clear {
    clear: both;
	height: auto;
	overflow: inherit;
	visibility: inherit;
}
/*--清除浮动
-------------------------------------------*/
.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.cf:after,
.clearfix:after {
    clear: both;
}

.cf,
.clearfix {
    clear: both;
    *zoom: 1;
}

img {
    border: 0;
    outline: 0;
}

* {
    /* box-sizing: border-box; */
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pcNone {
    display: none !important;
}

@page {
    size: landscape;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 16px;
	min-width: 1220px;
	/* overflow-x: hidden; */
	text-size-adjust: none;
}

a {
    text-decoration: none;
    color: inherit;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
}

a:hover {
    color: initial;
	text-decoration: underline;
}

.clear:after {
    display: table;
    content: "";
    clear: both;
}

input::-webkit-input-placeholder {
    color: #EEC2A3;
}

input:-moz-placeholder {
    color: #EEC2A3;
}

input::-moz-placeholder {
    color: #EEC2A3;
}

input:-ms-input-placeholder {
    color: #EEC2A3;
}

.layout {
    width: 1200px;
    margin: 0 auto;
    position: relative;
	background: none;
}



/* 图片放大效果开始 */
.scales_img{
	overflow: hidden;
}
.scales_img .imgs{
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
}
.scales_img:hover .imgs{
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
/* 图片放大效果结束*/
/* css变化效果开始 */
.transitions{
	transition: all 0.5s;
}
/* css变化效果结束 */

@media screen and (max-width: 1440px) {

}
























