@charset "utf-8";

/* 清除内外边距 */

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td,
table,
figure {
	margin: 0;
	padding: 0;
	_background-image: url(about:blank);
	_background-attachment: fixed;
	letter-spacing: .8px;
}


/* 设置默认字体 */

body,
button,
input,
select,
textarea {
	font-family: "Noto Sans SC";
}

body{
	overflow-x: hidden;
}

i,em {
	font-style: inherit;
}


/* 列表元素 */

ul,
ol,
li {
	list-style: none;
}

img {
	border: none;
	max-width: 100%;
	vertical-align: top;
}


/* a标签 */

a {
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.clear:after {
	height: 0;
	width: 0;
	content: "";
	display: block;
	clear: both;
}

.case-list .container:after{
	height: 0;
	width: 0;
	content: "";
	display: block;
	clear: both;
}

.big{
	overflow: hidden;
}

.big img{
    transition: all 0.5s;
}

.big:hover img{
    transform: scale(1.06);
    transition: all 0.5s;
}


.unit-link{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
}


.pos{
	position: relative;
}



.phone{
	display: none;
}


@keyframes living {

            0%{
                transform: scale(1);
                opacity: 0.5;  
            }

            50%{
                transform: scale(1.5);  
                opacity: 0;   /*圆形放大的同时，透明度逐渐减小为0*/
            }

            100%{
                transform: scale(1);
                opacity: 0.5;
            }

        }

/*.cen{
 	* transform: translateX(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}*/

.font-over1{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.font-over2{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.font-over3{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


input::-webkit-input-placeholder{
    color:#b1b1b1;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#b1b1b1;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#b1b1b1;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#b1b1b1;
}

textarea::-webkit-input-placeholder{
    color:#b1b1b1;
}
textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#b1b1b1;
}
textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#b1b1b1;
}
textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#b1b1b1;
}

.icon{
	display: flex;
	justify-content: center;
	align-items: center;
}

.font-14{
	font-size: 14px;
}


.font-16{
	font-size: 16px !important;
}


.font-18{
	font-size: 18px !important;
}

.text-20{
	font-size: 20px;
	line-height: 40px;
}

.title-24{
	font-size: 24px;
}

.title-30{
	font-size: 30px;
}

.title-36{
	font-size: 36px;
}

.title-48{
	font-size: 48px;
}

.title-60{
	font-size: 60px;
}

.color-000{
	color: #000000;
}

.color-fff{
	color: #fff;
}

.text-center{
	text-align: center;
}

@media (min-width: 1281px) {
	
	}

@media (max-width: 480px) {
	.side {
		display: none;
	}
}