main>img{
    width: 100%;
    height: auto;
}

.contact-first h5{
    font-size: 20px;
  margin-bottom: 20px;
	letter-spacing: 1px;
    color: #333333;
    font-weight: bold;
}
.contact-first p{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 1px;
	color: #333333;
}
.contact>div{
    width:1200px;
    margin:80px auto;
}
.contact-first-ul{
    width: 1200px;
    position: relative;
}
.contact-first-ul>li>div{
    position: relative;
    width: 120px;
	height: 120px;
}
.contact-first-ul>li{
    width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-first-ul>li>div>span{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    font-size: 18px;
	letter-spacing: 1px;
    color: #b50005;
    text-align: center;
}
.contact-first-ul{
    display: flex;
    justify-content: space-between;
}
.contact-first-ul>li>p{
    width: 279px;
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 1px;
    color: #333333;
    margin-top: 50px;
}
.contact-second>h5{
    font-size: 24px;
	letter-spacing: 1px;
    color: #333333;
    margin-bottom: 50px;
    font-weight: bold;
    margin-top: 50px;
}
.contact-second-head{
    width: 300px;
    margin:0 auto;
    text-align: center;
    margin-bottom: 50px;
}
.contact-second-head>h4{
    font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333333;
}
.contact-second-head>p{
    font-size: 16px;
	letter-spacing: 1px;
	color: #333333;
}
.contact-first-ul>img{
    position: absolute;
    top:13%;
    left:26%
}
.contact-second-ul{
    width:1200px;
    display: flex;
    justify-content: space-between;
}
.contact-second-ul .bg-yuan{
 width: 153px;
 height: 153px;
 background-color: rgba(193,11,17,0.1);
 border-radius:50% ;
 -webkit-border-radius:50% ;
 -moz-border-radius:50% ;
 -ms-border-radius:50% ;
 -o-border-radius:50% ;
 margin-right: 50px;
}
.contact-second-ul .yuan{
    width: 94px;
    height: 94px;
    line-height: 94px;
    text-align: center;
    background-color: #b50005;
    border-radius:50% ;
    -webkit-border-radius:50% ;
    -moz-border-radius:50% ;
    -ms-border-radius:50% ;
    -o-border-radius:50% ;
    font-size: 18px;

	letter-spacing: 1px;
	color: #ffffff;
}
.contact-second-ul>li>P{
    width: 296px;
    font-size: 16px;

	line-height: 43px;
	letter-spacing: 1px;
	color: #333333;
}
.contact>.contact-third{
    width: 1920px;
	height: 548px;
	background-color: #f8f5f5;
}
.contact-third>h4{
    font-size: 24px;
	
	letter-spacing: 1px;
	color: #333333;
}
.contact-third>.ul-first{
    width:1050px;
    margin-top: 40px;
}
.contact-third>.ul-first p{
    font-size: 16px;
	
	color: #333333;
}
.contact-third>.ul-second{
    width:650px;
    margin-top: 55px;
}
.contact-third>.ul-second img{
    width: 148px;
	height: 148px;

}
.contact-third>.ul-second P{
    font-size: 14px;
	text-align: center;
	color: #333333;
}
.contact-four>ul{
    width:1200px;
    margin:0 auto;
    margin-bottom: 80px;
}
.contact-four>ul>li{
    width: 286px;
	height: 291px;
	background-color: #ffffff;
	box-shadow: 0px 3px 7px 2px 
        rgba(99, 99, 99, 0.15);
    box-sizing: border-box;
    padding:30px
}
.contact-four>ul>li>h4{
    font-size: 20px;
	letter-spacing: 1px;
    color: #333333;
    margin-bottom: 35px;
    font-weight: bold;
}
.contact-four>ul>li>h5{
    font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
    color: #333333;
    margin-bottom: 20px;
    font-weight: bold;
}
.contact-four>ul>li>p{
    font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
    color: #333333;
    margin-bottom: 20px;
}