@charset "utf-8";
/* other */
body {
	-webkit-text-size-adjust: 100%;
}
body::-webkit-scrollbar {
    display: none;
}
.white,.white a:link, .white a:visited, .white a:hover {
    color:white;
}

.main {
	width: 100%;
}
.w940 {
	width: 940px;
	position: relative;
    margin-left: auto;
    margin-right: auto;
}
/* top */
.heart-top {
	background: url(../images/top.jpg) no-repeat top center;
	height: 704px;
}
.heart-top .header {
	height: 43px;
}
.heart-top .header span img {
    margin-top: 5px;
}
.heart-top .header em {
	line-height: 43px;
}
.heart-top .logo {
	text-align: center;
}
.heart-top .logo img {
	margin-top: 75px;
	margin-left: 35px;
	margin-right: 35px;
}
.heart-top .top-h {
	height: 360px;
}
.heart-top .text p {
	font-size: 18px;
	line-height: 1.6;
	text-indent: 2em;
	text-align: left;
}
/*content*/
.heart-content {
	margin-top: 62px;
}
.heart-content .tit0 {
	background: url(../images/titbg.png) no-repeat top center;
	height: 67px;
	line-height: 67px;
	font-size: 56px;
	font-family: \9ED1\4F53;
}
.heart-content .items {
	background: #f2f2f2;
	position: relative;
	margin-top: 46px;
	width: 1142px;
	margin-left: auto;
	margin-right: auto;
	height: 276px;
}
.heart-content .items .text,
.heart-content .items span.pic {
	position: absolute;
	right: -10px;
	top: -22px;
}
.heart-content .items span.pic {
	width: 472px;
	height: 270px;
	border: 10px solid #fff;
}
.heart-content .items .text {
	width: 550px;
	left: 70px;
	text-align: left;
	top: 30px;
}
.heart-content .items .text h3 {
	font: 600 26px/42px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
	border-bottom: 1px solid #a4a4a4;
	position: relative;
}
.heart-content .items .text h3::before {
	position: absolute;
	content: '';
	display: block;
	width: 33px;
	height: 6px;
	background-color: #c1302c;
	left: 0;
	bottom: -3px;
}
.heart-content .items .text p {
	font-size: 18px;
	margin-top: 12px;
	line-height: 1.9;
	text-indent: 2em;
}
.heart-content .items:nth-child(even) span.pic {
	right: auto;
	left: -10px;
}
.heart-content .items:nth-child(even) .text {
	left: auto;
	right: 65px;
}
/* copyright */
#copyright {
	padding: 50px 0;
}
.scale_img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
}
.scale_img img {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.scale_img img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.phone .heart-top {
	background: url(../images/ptop.jpg) no-repeat top center / 100% auto #c1302c;
	height: 66vw;
}
.phone .heart-top .top-h {
	height: 40vw;
}
