*{
	margin: 0;
	padding: 0;
}
body{
	font-size: 0.875rem;
	color: #555;
}
p{
	line-height: 1.75rem;
}
ul,ol,li{
	padding: 0;
	margin:0;
	list-style: none;
}
.text-black{
	color: #1d1d1d;
}
/*位置控制*/

.vertical-align {
    font-size: 0
}

.vertical-align:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: ""
}

.vertical-align-bottom,
.vertical-align-middle {
    display: inline-block;
    max-width: 100%;
}

.vertical-align-middle {
    vertical-align: middle
}

.vertical-align-bottom {
    vertical-align: bottom
}

.sy-about{
	background-position: center;
	background-repeat:  no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 6.25rem 0;
}
.sy-about h6{
	color: #d0d0d0;
	line-height: 1.875rem;
}
.sy-service{
	background-position: center;
	background-repeat:  no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 4.25rem 0 3.4375rem 0;
}
.sy-service .service-title span{
	color: #747474;
	font-size: 0.875rem;
	line-height: 1.75rem;
	display: block;
	width: 50%;
}
.sy-service .service-title h6{
	background: #cb343f;
	display: inline-block;
	padding: 0.625rem;
}
.sy-service .service-list .media-service span{
	color: #6f6f6f;
	line-height: 1.75rem;
}
.sy-tmall{
	background-position: center;
	background-repeat:  no-repeat;
	background-size:cover;
	background-attachment: fixed;
	padding: 10.625rem 0 5.9375rem 0;
}
.sy-team{
	background-position: center;
	background-repeat:  no-repeat;
	background-size:cover;
	background-attachment: fixed;
	padding: 6.25rem 0 6.25rem 0;
}
.sy-team img {
	max-width: 100%;
}
.sy-team h2 {
	font-size: 60px;
	color: #000;
}
.sy-team h3 {
	font-size: 40px;
	font-weight: bold;
	color: #000;
}
.sy-team h6 {
	font-size: 16px;
	line-height: 30px;
}
.sy-job{
	background-position: center;
	background-repeat:  no-repeat;
	background-size:cover;
	background-attachment: fixed;
	padding: 11.875rem 0 11.875rem 0;
}
.sy-job h2 {
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
	color: #000;
}
.sy-job h3 {
	font-size: 32px;
	font-weight: normal;
	color: #000;
	padding-top: 10px;
}
.sy-job h6 {
	font-size: 16px;
	line-height: 30px;
}

.sy-job ul>li>span{
	color: #919191;
	line-height: 2.5rem;
	padding: 0.3125rem 0;
	display: block;
	cursor: pointer;
	border-bottom:1px solid #919191;
}

.sy-job ul>li>.job-content{
	background: rgba(0, 0, 0, 0.6);
	padding: 1.25rem 0.9375rem;
	display: none;
}
.sy-job ul>li>.job-content p{
	font-size: 0.75rem;
	line-height: 1.375rem;
	margin-bottom: 0.625rem; 
	color: #fff;
}
footer{
	background-position: center;
	background-repeat:  no-repeat;
	background-size:cover;
	background-attachment: fixed;
	padding: 3.75rem 0 3.75rem 0;
}
footer .contact-c{
	color: #000;
}

.friendlink {
    float: left;
    color: #000;
    line-height: 27px;
}

.friendlink i {
    list-style: none;
    font-style: normal;
    line-height: 30px;
    float: left;
}

.friendlink .linkTagcs {
    text-align: left;
    float: right;
    width: 181px;
    max-height: 30px;
    overflow: hidden;
    transition: 0.3s all ease-in-out;
    line-height: 30px;
}

.friendlink .linkTagcs a {
    display: block;
    color: #000;
}

.friendlink .linkTagcs:hover {
    max-height: 30px;
    overflow-x: hidden;
    overflow-y: auto;
}