
body{
	min-width: 1200px;
}
.introduct-container{
	font-family: MicrosoftYaHeiLight;
}
/* top */
.swiper-slide {
    position: relative;
	width: 100%;
    height: 838px;
    background: url("../img/topBackground1.png") top center no-repeat;
    background-size: 100% 100%;
}
.swiper-slide .container{
    width: 1200px;
    position: relative;
    margin: 0 auto;
    padding-top: 302px;
}
.container .img-tittle {
    width: 425px;
    position: absolute;
    top: 29%;
}
.swiper-slide .container a img{
	position: absolute;
    width: 140px;
    top: 50%;
    left: 215px;
}
.introduct-carousel img {
    height: 100%
}
.carousel-contact{
    position: absolute;
    top: 430px;
    left: 32%;
    width: 150px;
 
}
.carousel-contact a{
    /*position: relative;
    top: 0;*/

}
.carousel-contact a img{
	/*width: 10%;*/
}

/* content */
.introduct-main{
	width: 100%;
}
.main{
	margin: 0 auto;
    padding-top: 95px;
    width: 64%;
}
.main-title{
	margin-bottom: 60px;
}
.main-title img{
	width: 141px;
}
.main-content{
	text-indent: 2rem;
    font-size: 20px;
    letter-spacing: -1px;
    color: #545454;
    padding-bottom: 50px;
}
.main-view{
	display: flex;
    justify-content: space-between;
}
.view-box{
	flex-basis: 24%;
	background: #fff;
	border-radius: 10px;
    box-shadow: 0 3px 7px 0 rgba(0,0,0,.35);
}
.view-box p{
	flex-basis: 24%;
    text-align: center;
    font-size: 12px;
    border-top: 4px solid #8f9bab;
    position: relative;
    top: -2px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.main-more{
	margin-top: 100px;
    display: flex;
    justify-content: center;
}
.main-more button{
    width: 169px;
    height: 42px;
    border-radius: 19px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(121deg,
    rgba(255, 198, 144, 0.9) 0%,
    rgba(255, 162, 151, 0.9) 50%,
    rgba(255, 127, 157, 0.9) 100%),
    linear-gradient(
            #f6add1,
            #f6add1);
    box-shadow: 0px 9px 16px 3px rgba(34, 34, 34, 0.17);
    cursor: pointer;
    font-size: 19px;
    line-height: 42px;
}
.icon-triggle{
	margin-left: 10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    width: 0;
    height: 0;
}

/* contact */
.introduct-contact{
	width: 100%;
    position: relative;
    top: 0;
    margin-top: 10px;
    margin-bottom: 120px;
}
.contact-bg{
	width: 100%;
    position: relative;
    top: 0;
}
.contact-box{
	position: absolute;
    top: 20%;
    margin: 0 auto;
    width: 75%;
    left: 18%;
}
.contact-content{
	display: flex;
}
.contact-title{
	margin-bottom: 5%;
}
.content-address{
	font-size: 20px;
    line-height: 50px;
    margin-left: 140px;
}
.contact{
	margin-left: 5%;
}
.contact-meth{
	display: flex;
	margin-bottom: 10px;
}
.contact-meth img{
	width: 73px;
    height: 63px;
}
.contact-main{
	font-size: 24px;
    margin-left: 15px;
}
.main-font{
	font-size: 18px;
}
.nav{
    position: relative;
    width: 100%;
    height: 838px;
    background-image: url("../img/topBackground1.png");
    background-size: 100% 100%;
}
.nav a{
    position: absolute;
    left: 15%;
}
.nav .ask{
    width: 453px;
    font-size: 71px;
    color: #fefefe;
    margin-top: 360px;
}
.nav .service{
    width: 140px;
    height: 33px;
    margin-top: 500px;
}
.sister{
    width: 800px;
    position: absolute;
    left: 50%;
    bottom: 0
}