﻿@charset "utf-8";
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.woff2?t=1629777258649') format('woff2'), url('../fonts/iconfont.woff?t=1629777258649') format('woff'), url('../fonts/iconfont.ttf?t=1629777258649') format('truetype');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.iconfont.icon-sousuo{
	font-size: 21px;
}
* {
	padding: 0;
	margin: 0;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: calc(100vw/19.2);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}
@media (min-width: 1901px) {
	html {
		font-size: 100px;
	}
}
@media (max-width: 1580px) {
	html {
		font-size: 66px;
	}
}
@media (max-width: 567px) {
	html {
		font-size: calc(100vw/7.5);
	}
}
body {
	min-height: 100%;
	/* font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial'; */
	font-family:  'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
	background: #fff;
	overflow-x: hidden;
	caret-color: transparent;
}
@media (max-width: 1580px) {
	body {
		font-size: 14px
	}
}
@media (max-width: 767px) {
	/* body {
		font-size: .28rem;
	} */
	.container,
	.container2 {
		width: 100%;
		/* padding-left: 15px;
		padding-right: 15px */
	}
}
img {
	border: 0;
	vertical-align: top;
}
ul,li {
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-style: inherit;
	font-size: inherit;
	font-weight: normal;
}
a,
a:hover,
a:focus {
	text-decoration: none;
}
input,
button {
	-webkit-appearance: none;
	border-radius: 0;
}
button {
	cursor: pointer
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
textarea {
	resize: none;
	overflow: auto;
	font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
input,
button,
textarea,
select {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-size: inherit;
	font-weight: normal;
	color: inherit;
	background: transparent;
}
select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}
table {
	border-collapse: collapse;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
.clear {
	zoom: 1;
	clear: both;
}
.clear:after {
	content: '';
	display: block;
	clear: both;
}
.container {
	margin: 0 auto;
	width: 86%;
	max-width: 1600px;
}
@media (max-width: 1580px) {
	.container {
		width: 90%;
	}
}
@media (max-width: 1199px) {
	.container {
		width: 90%;
	}
}
.container2 {
	margin: 0 auto;
	width: 86%;
	max-width: 1400px;
}
@media (max-width: 1580px) {
	.container2 {
		width: 90%;
	}
}
@media (max-width: 767px) {
	.container2 {
		width: 90%;
	}
}
.font14 {
    font-size: 14px;
}
.font16 {
    font-size: 16px;
}
.font18 {
    font-size: 18px;
}
.font20 {
	font-size: .2rem;
}
.font22 {
	font-size: .22rem;
}
.font24 {
	font-size: .24rem;
}
.font26 {
	font-size: .26rem;
}
.font30 {
	font-size: .3rem;
}
.font32 {
	font-size: .32rem;
}
.font34 {
	font-size: .34rem;
}
.font36 {
	font-size: .36rem;
}
.font40 {
    font-size: .4rem;
}
.font42 {
	font-size: .42rem;
}
.font44 {
	font-size: .44rem;
}
.font48 {
	font-size: .48rem;
}
.font50 {
	font-size: .5rem;
}
.font54 {
    font-size: .54rem;
}
.font60 {
	font-size: .6rem;
}
@media (max-width: 1580px){
    .container {
        width: 90%;
    }
    .font14 {
        font-size: 12px;
    }
    .container2 {
        width: 90%;
    }
    .font18 {
        font-size: 16px;
    }
    .font16 {
        font-size: 14px;
    }
    .font22 {
		font-size: 20px;
	}
    .font24 {
		font-size: 20px;
	}
    .font26 {
		font-size: 22px;
	}
    
}
@media (max-width: 1199px){
    .container {
        width: 90%;
    }
    .font30 {
		font-size: .36rem;
	}
    .font32 {
		font-size: .36rem;
	}
    .font34 {
		font-size: .38rem;
	}
    .font36 {
		font-size: .4rem;
	}
    .font40 {
        font-size: .4rem;
    }
    .font42 {
		font-size: .42rem;
	}
    .font44 {
		font-size: .4rem;
	}
    .font48 {
		font-size: .4rem;
	}
    .font54 {
        font-size: .5rem;
    }
    .font60 {
		font-size: .54rem;
	}
}
@media (max-width: 991px){
    .font20 {
		font-size: 16px;
	}
    .font22 {
		font-size: 18px;
	}
    .font24 {
		font-size: 18px;
	}
    .font26 {
		font-size: 20px;
	}
}
@media (max-width: 767px){
    .font14 {
        font-size: .26rem;
    }
    .font16 {
        font-size: .28rem;
    }
    .font18 {
        font-size: .3rem;
    }
	.font20 {
		font-size: .3rem;
	}
    .font22 {
		font-size: .3rem;
	}
    .font24 {
		font-size: .34rem;
	}
    .font26 {
		font-size: .34rem;
	}
    .font30 {
		font-size: .4rem;
	}
    .font32 {
		font-size: .4rem;
	}
    .font34 {
		font-size: .4rem;
	}
    .font36 {
		font-size: .42rem;
	}
    .font40 {
        font-size: .42rem;
    }
    .font42 {
		font-size: .42rem;
	}
    .font44 {
		font-size: .42rem;
	}
    .font48 {
		font-size: .42rem;
	}
    .font50 {
		font-size: .44rem;
	}
    .font54 {
        font-size: .44rem;
    }
    .font60 {
		font-size: .48rem;
	}

}
.public-img {
	display: block;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.public-img::before {
	content: "";
	display: block;
	position: relative;
	z-index: 0;
	padding-top: 100%;
}
.public-img>img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}
.base_img {
	position: relative;
	overflow: hidden;
}
.base_img img {
    transition: all .6s;
    -webkit-transition: all .6s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.base_img:before {
	content: "";
	display: block;
}