* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #000;
}
b {
	font-weight: unset;
}
img {
	max-width: 100%;
	vertical-align: top;
}
.img img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
body,
html {
	width: 100%;
	height: 100%;
}
body {
	font-size: 16px;
	line-height: 1.6;
	font-family: Arial, "Microsoft YaHei", 微软雅黑, 'PingFang SC';
	color: #000;
	overflow-x: hidden;
}
.w1440 {
	width: 1440px;
	margin: 0 auto;
}
.head {
	height: 80px;
	line-height: 80px;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99999;
}
.head .w1440 {
	display: flex;
	justify-content: space-between;
}
.head .logo {
	width: 20%;
}
.head .logo a {
	display: flex;
}
.head .logo img {
	max-width: 100%;
	height: 60px;
	margin: 10px 0;
	object-fit: cover;
}
.head .menu {
	display: flex;
	align-items: center;
	width: 75%;
	font-size: 14px;
}
.head .menu li {
	margin: 0 5px;
	position: relative;
}
.head .menu li>a {
	display: block;
	height: 40px;
	color: #fff;
	line-height: 40px;
	padding: 0 40px;
	font-size: 14px;
	position: relative;
	z-index: 1;
}
.head .menu li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 100%;
	background-color: #aa1615;
	transform: translateX(-50%);
	transition: width 0.5s ease;
}
.head .menu li.active::before,
.head .menu li:hover::before {
	width: 100%;
}
.head .menu li.yuyan{
	cursor: pointer;
}
.head .menu li.yuyan a{
	padding: 0 30px;
}
.head .menu li.yuyan .biao{
	width: 20px;
	margin: 10px 7px 10px 0;
}
.head .menu li.yuyan .ul{
	width: 100%;
	position: absolute;
	display: none;
	left: 50%;
	top: 100%;
	text-align: center;
	transform: translateX(-50%);
}
.head .menu li.yuyan:hover .ul{
	display: block;
}
.head .menu li.yuyan .ul a{
	height: 40px;
    line-height: 40px;
    display: flex;
    background-color: #fff;
    align-items: center;
    justify-content: center;
}
.head .menu li.yuyan .ul a:hover{
	background-color: #aa1615;
	color: #fff;
}
.head .menu li.yuyan .ul a img{
	margin-right: 3px;
}
.banner {
	width: 100%;
	position: relative;
}
.banner .img {
	width: 100%;
	padding-top: 100vh;
	overflow: hidden;
	position: relative;
}
.banner .hide {
	visibility: hidden;
}
.banner .w1440 {
	height: 100vh;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
}
.banner .w1440 .text1 {
	position: absolute;
	left: 0;
	top: 30%;
}
.banner .w1440 .p1 {
	color: #fff;
	font-size: 16px;
}
.banner .w1440 .p2 {
	color: #fff;
	font-size: 52px;
	margin: 5px 0;
}
.banner .w1440 .p3 {
	color: #fff;
	font-size: 22px;
}
.banner .w1440 .p4 {
	background-color: #fff;
	width: 60px;
	margin: 30px 0;
	height: 4px;
}
.banner .w1440 .p5 {
	color: rgb(255, 255, 255, 0.7);
	font-size: 16px;
}
.banner .w1440 .text2 {
	position: absolute;
	right: 0;
	bottom: 10%;
}
.banner .w1440 .p6 {
	position: absolute;
	left: 0;
	bottom: 20%;
}
.banner .w1440 .p6 a {
	color: #fff;
	font-size: 14px;
	background-color: #aa1615;
	border-radius: 40px;
	padding: 10px 25px;
	transition: transform 0.5s ease;
	display: inline-block;
}
.banner .w1440 .p6 a:hover {
	transform: translateY(-10px);
}
.banner .w1440 .p7 {
	font-family: impact, chicago;
	font-size: 100px;
	color: rgba(255, 255, 255, 0.1);
	text-align: right;
}
.banner .w1440 .p8 {
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
	font-style: italic;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	;
}
.sycp {
	padding: 100px 0;
}
.topb {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.topb .biaoti .p1 {
	font-size: 64px;
	font-family: impact, chicago;
	color: rgb(51, 51, 51);
}
.topb .biaoti .p3 {
	font-size: 26px;
	font-weight: bold;
}
.topb .gengduo a {
	display: flex;
	align-items: center;
	border: 1px solid #222;
	justify-content: center;
	padding: 10px 0;
	width: 150px;
	color: #222;
}
.topb .gengduo a .heng {
	width: 30px;
	height: 1px;
	background-color: #222;
	margin-left: 10px;
}
.topb .gengduo a .sjx {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #222;
}
.topb .gengduo a:hover {
	background-color: #222;
	color: #fff;
}
.topb .gengduo a:hover .heng {
	background-color: #fff;
}
.topb .gengduo a:hover .sjx {
	border-left: 6px solid #fff;
}
.sycp .list {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.sycp .list li {
	width: 24%;
}
.sycp .list li .img {
	width: 100%;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}
.sycp .list li .img img {
	transition: all .5s;
}
.sycp .list li .img:hover img {
	transform: scale(1.1);
}
.sycp .list li .text {
	padding: 20px;
}
.sycp .list li:hover .text {
	background-color: #aa1615;
	color: #fff;
}
.sycp .list li .t2 {
	font-size: 12px;
	margin-top: 5px;
}
.syhy {
	background: url(/skin/images/syhy.jpg);
	background-size: cover;
}
.syhy li {
	width: 32.8%;
	height: 500px;
	position: relative;
	margin-top: 10px;
	overflow: hidden;
}
.syhy li.b {
	display: flex;
	height: 450px;
	align-items: center;
}
.syhy li:nth-child(3) {
	margin-top: 0;
}
.syhy li:nth-child(5) {
	margin-top: 50px;
}
.syhy .biaoti .p1 {
	font-size: 64px;
	font-family: impact, chicago;
	color: #fff;
}
.syhy .biaoti .p3 {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}
.syhy .biaoti .p4 {
	font-size: 14px;
	color: #ddd;
	margin-top: 20px;
}
.syhy .w1440 {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 1060px;
	align-content: space-between;
}
.syhy .tupian {
	background-color: #000;
}
.syhy .tupian .text {
	padding: 10px 15px;
	position: absolute;
	left: 6%;
	bottom: 6%;
	color: #fff;
	opacity: 0.7;
	z-index: 9;
	transition: all .5s;
	width: 88%;
}
.syhy .tupian .tu {
	opacity: 0.3;
	transition: all .5s;
	height: 500px;
	width: 100%;
}
.syhy .tupian .tu img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.syhy .t1 {
	font-size: 18px;
	font-weight: bold;
}
.syhy .tupian:hover .text {
	opacity: 1;
	background-color: #aa1615;
}
.syhy .tupian:hover .tu {
	opacity: 1;
}
.syxw {
	background: url(/skin/images/syxw.jpg) fixed;
	background-size: cover;
	padding: 100px 0;
}
.syxw .xinwen {
	padding-top: 40px;
	position: relative;
}
.syxw .img {
	width: 60%;
	padding-top: 40%;
	position: relative;
	overflow: hidden;
	transition: transform 2s ease-in-out;
	transform: scale(1.1);
}
.syxw .img img {
	transition: transform 2s ease-in-out;
	transform: scale(1.1);
}
.syxw .suoxiao.scale-up img {
	transform: scale(1);
}
.syxw .suoxiao.scale-down img {
	transform: scale(1.1);
}
.syxw .swiper-slide {
	position: relative;
}
.syxw .text1 {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
	padding: 25px 40px 60px 40px;
	z-index: 3;
	width: 45%;
}
.xinwen-pagination {
	position: absolute !important;
	right: 39% !important;
	width: 50px !important;
	left: auto !important;
	top: 68% !important;
	z-index: 9 !important;
	bottom: auto !important;
}
.syxw .text1 .p1 {
	font-size: 32px;
	font-weight: bold;
	color: #333;
}
.syxw .text1 .p2 {
	font-size: 13px;
	color: #bababa;
}
.syxw .text1 .p3 {
	height: 60px;
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-size: 18px;
	margin: 8px 0;
}
.syxw .text1 .p4 {
	color: #444;
	height: 63px;
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-size: 14px;
}
.syxw .text1 .p5 {
	color: #444;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	right: 40px;
	top: 30px;
}
.syxw .text1 .p5 span {
	color: #aa1615;
	font-size: 24px;
}
.syhz {
	background: url(/skin/images/syhz.jpg);
	background-size: cover;
	padding: 100px 0;
}
.syhz .top {
	display: flex;
	align-items: center;
}
.syhz .biaoti .p1 {
	font-size: 64px;
	font-family: impact, chicago;
	color: #fff;
}
.syhz .biaoti .p3 {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}
.syhz .biaoti .p4 {
	font-size: 14px;
	color: #eee;
	margin-top: 20px;
}
.syhz .saoma {
	margin-left: 50px;
	color: #fff;
	display: flex;
	align-items: flex-end;
}
.syhz .saoma img {
	width: 70px;
	margin-right: 10px;
}
.syhz .biaodan {
	display: inline-block;
	margin-top: 50px;
}
.syhz form {
	background-color: #aa1615;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 20px;
}
.syhz form li {
	border-bottom: 1px solid #aa1615;
	margin-right: 15px;
	padding-left: 5px;
}
.syhz form li input {
	background-color: unset;
	color: #fff;
	font-size: 16px;
	padding: 0 5px;
	width: 150px;
}
.syhz form li input:focus {
	outline: none !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.syhz form button {
	color: #aa1615;
	font-size: 16px;
	padding: 8px 50px;
	cursor: pointer;
}
.dbtp {
	display: flex;
}
.dbtp li {
	border: 1px solid #f5f5f5;
	position: relative;
	cursor: pointer;
	line-height: 0;
}
.dbtp li .tubiao {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
	opacity: 0;
	transition: all 0.5s ease-in-out;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	padding: 10px;
}
.dbtp li .tubiao img {
	width: 20px;
}
.dbtp li:hover .tubiao {
	opacity: 1;
}
.modal {
	display: none;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.9);
	overflow: hidden;
}
.modal .modal-content {
	position: relative;
	margin: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
}
.modal .close {
	position: absolute;
	top: 3%;
	right: 3%;
	color: white;
	font-size: 30px;
	font-weight: bold;
	cursor: pointer;
	line-height: 1;
}
.modal .prev,
.modal .next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	font-weight: bold;
	cursor: pointer;
	color: white;
}
.modal .prev {
	left: 3%;
}
.modal .next {
	right: 3%;
}
.modal .numbertext {
	position: absolute;
	bottom: 3%;
	left: 50%;
	transform: translateX(-50%);
	color: white;
	font-size: 18px;
}
.modal .zoom-buttons {
	position: absolute;
	top: 3%;
	right: 6%;
	color: white;
	font-size: 20px;
	cursor: pointer;
}
.modal .zoom-in img,
.modal .zoom-out img {
	width: 20px;
	margin-left: 20px;
	vertical-align: baseline;
}
.foot {
	background-color: #141414;
	padding: 50px 0;
	color: #fff;
}
.foot .w1440 {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.foot .left a {
	color: #fff;
	margin-right: 20px;
}
.foot .right {
	text-align: right;
}
.foot .right a {
	color: #fff;
}
.xbanner {
	position: relative;
}
.xbanner .text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.xbanner .text .p1 {
	font-size: 72px;
	font-family: impact, chicago;
	color: #fff
}
.xbanner .text .p2 {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}
.chanpinbox {
	border: 1px solid #f0f0f0;
	margin: 50px 0;
}
.chanpinbox .menu {
	background-color: #f3f3f3;
	display: flex;
    flex-wrap: wrap;
}
.chanpinbox .menu li {
	text-align: center;
}
.chanpinbox .menu li a {
	padding:0 15px;
	height: 55px;
	line-height: 55px;
	display: block;
	padding: 0 15px;
	min-width: 150px;
}
.chanpinbox .menu li:hover,
.chanpinbox .menu li.active {
	background-color: #aa1615;
}
.chanpinbox .menu li:hover a,
.chanpinbox .menu li.active a {
	background-color: #aa1615;
	color: #fff;
}
.chanpinbox .list {
	padding: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.chanpinbox .list li {
	width: 24%;
	margin-bottom: 30px;
}
.chanpinbox .list li .img {
	width: 100%;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}
.chanpinbox .list li .miaoshu {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #aa1615aa;
	color: #fff;
	z-index: 99;
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    padding: 5%;
}
.chanpinbox .list li:hover .miaoshu {
    display: flex;
}
.chanpinbox .list li .text {
	padding: 20px;
	text-align: center;
	background-color: #f8f8f8;
}
.chanpinbox .list li:hover .t1 {
	color: #aa1615;
}
.chanpinbox .list li .t2 {
	font-size: 12px;
	margin-top: 5px;
}
.chanpinbox .list li .img img {
	transition: all .5s;
}
.chanpinbox .list li:hover .img img {
	transform: scale(1.1);
}
.pagebar {
	overflow: hidden;
	clear: both;
	width: 100%;
}
.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 12px;
	padding: 8px 10px;
	margin: 0 2px;
	border-radius: 3px;
	line-height: 100%
}
.pagination span {
	color: #333;
	font-size: 12px;
	padding: 7px 2px;
	margin: 0 2px;
	border-radius: 3px;
}
.pagination a:hover {
	color: #333;
	border: 1px solid #333;
}
.pagination a.page-num-current {
	color: #fff;
	background: #333;
	border: 1px solid #333;
}
.pagination .st {
	font-family: 宋体
}
.text-secondary {
	text-align: center;
	padding: 20px 0;
	width: 100%;
}
.cpxq {
	margin: 50px 0;
}
.cpxq .p1 {
	font-size: 20px;
	color: #222;
}
.cpxq .p2 {
	font-size: 14px;
	color: #333;
	padding: 10px 0 15px 0;
}
.cpxq .xunpan {
	background-color: #aa1615;
	padding: 12px 60px;
	color: #fff;
	font-size: 12px;
	display: inline-block;
	cursor: pointer;
}
.cpxq .heng {
	width: 100%;
	background-color: #f3f3f3;
	height: 1px;
	margin: 30px 0;
}
.cpxq .heng2 {
	width: 100%;
	background-color: #f3f3f3;
	height: 1px;
	margin: 0 0 30px 0;
}
.shangxia {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	border-top: 1px solid #ddd;
	padding-top: 20px;
}
.shangxia p{
	width: 40%;
}
.shangxia .right{
    text-align: right;
}
.shangxia .fanhui a {
    border: 1px solid #000;
    padding: 10px 39px;
    border-radius: 50px;
}
.shangxia .fanhui a:hover {
    background: #000;
    color: #fff;
}
.shangxia a:hover {
	color: #aa1615;
}
.cpxq .form-popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	z-index: 9999;
}
.cpxq .container {
	display: flex;
	width: 800px;
}
.cpxq .left-panel {
	width: 50%;
	padding: 30px;
	background-color: #fff;
}
.cpxq .right-panel {
	width: 50%;
	padding: 30px;
	background-color: #f9f9f9;
	position: relative;
}
.cpxq .right-panel .guanbi {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 20px;
	cursor: pointer;
}
.cpxq h2 {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
}
.cpxq h3 {
	margin-bottom: 15px;
}
.cpxq form label {
	display: block;
	margin-bottom: 5px;
}
.cpxq form label span {
	color: #aa1615;
}
.cpxq form input,
.cpxq form textarea {
	width: 100%;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
}
.cpxq form input[type="submit"] {
	background-color: #000;
	color: #fff;
	cursor: pointer;
}
.cpxq .product-info {
	display: flex;
	align-items: center;
	border: 1px solid #eee;
	padding: 10px;
	margin-bottom: 10px;
}
.cpxq .product-info span {
	margin-left: 10px;
}
.cpxq .delete-btn {
	background: none;
	border: none;
	cursor: pointer;
	margin-left: auto;
}
.hyyy1 {
	padding: 100px 0;
	text-align: center;
}
.hyyy1 .p1 {
	font-size: 26px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}
.hyyy1 .list {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.hyyy1 .list li {
	background-color: #f5f5f5;
	width: 32%;
	padding: 3%;
}
.hyyy1 .list li .t1 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.hyyy1 .list li .t2 {
	font-size: 12px;
	color: #bbb;
}
.hyyy1 .list li .t3 {
	margin: 20px auto;
}
.hyyy2 {
	text-align: center;
}
.hyyy2 .p1 {
	font-size: 26px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}
.hyyy2 .t3 {
	line-height: 0;
}
.hyyy2 .list {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	padding: 0 1%;
}
.hyyy2 .list li {
	width: 19.5%;
}
.hyyy2 .list li .txt {
	background-color: #aa1615;
	color: #fff;
	text-align: left;
	padding: 20px;
}
.hyyy2 .list li .t1 {
	font-size: 18px;
	font-weight: bold;
}
.hyyy3 {
	padding: 60px 0 100px 0;
}
.hyyy3 .w1440 {
	display: flex;
	align-items: flex-end;
}
.hyyy3 .left {
	width: 52%;
}
.hyyy3 .right {
	width: 48%;
}
.hyyy3 .left .left1 {
	padding: 10%;
}
.hyyy3 .p1 {
	font-size: 26px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}
.hyyy3 .p3 {
	font-size: 14px;
	color: #666;
}
.hyyy3 .left .t3 {
	line-height: 0;
}
.hyyy3 .left .t3 img {
	width: 100%;
}
.hyyy3 .left li {
	position: relative;
}
.hyyy3 .left li .txt {
	position: absolute;
	left: 10%;
	top: 20%;
	z-index: 4;
}
.hyyy3 .left li .txt .t0 {
	font-size: 48px;
	font-family: impact, chicago;
	color: #aa1615
}
.hyyy3 .left li .txt .t1 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}
.hyyy3 .left li .txt .t4 {
	font-size: 12px;
	color: #999;
}
.hyyy3 .right li {
	display: flex;
}
.hyyy3 .right li:nth-child(2n) {
	flex-direction: row-reverse;
}
.hyyy3 .right .t3 {
	width: 50%;
	line-height: 0;
}
.hyyy3 .right .txt {
	width: 50%;
	padding: 0 4%;
	background-color: #f5f5f5;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.hyyy3 .right li .txt .t0 {
	font-size: 48px;
	font-family: impact, chicago;
	color: #aa1615
}
.hyyy3 .right li .txt .t1 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}
.hyyy3 .right li .txt .t4 {
	font-size: 12px;
	color: #999;
}
.xinwenbox {
	border: 1px solid #f0f0f0;
	margin: 50px 0;
}
.xinwenbox .menu {
	background-color: #f3f3f3;
	display: flex;
}
.xinwenbox .menu li {
	text-align: center;
}
.xinwenbox .menu li a {
	width: 170px;
	height: 55px;
	line-height: 55px;
	display: block;
}
.xinwenbox .menu li:hover,
.xinwenbox .menu li.active {
	background-color: #aa1615;
}
.xinwenbox .menu li:hover a,
.xinwenbox .menu li.active a {
	background-color: #aa1615;
	color: #fff;
}
.xinwenbox .list {
	padding: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xinwenbox .list li {
	width: 32%;
	margin-bottom: 30px;
}
.xinwenbox .list li .img {
	width: 100%;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}
.xinwenbox .list li .text {
	padding: 20px 0;
}
.xinwenbox .list li:hover .t1 {
	color: #aa1615;
}
.xinwenbox .list li .t2 {
	font-size: 12px;
	margin-top: 5px;
	color: #444;
}
.xinwenbox .list li .t3 {
	width: 100%;
	height: 1px;
	background-color: #ddd;
	margin: 20px 0;
}
.xinwenbox .list li .t4 {
	font-size: 14px;
	color: #333;
}
.xinwenbox .list li .img img {
	transition: all .5s;
}
.xinwenbox .list li:hover .img img {
	transform: scale(1.1);
}
.about1 {
	padding: 100px 0;
	background-color: #f3f3f3;
}
.about1 .w1440 {
	display: flex;
}
.about1 .left {
	width: 60%;
}
.about1 .left {
	width: 60%;
}
.about1 .left .p1 {
	font-size: 26px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}
.about1 .left .p3 {
	margin-top: 20px;
	width: 100%;
}
.about1 .right {
	width: 40%;
	padding: 0 3%;
	background-color: #fff;
	border-top: 3px solid #aa1615;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.about2 {
	padding: 100px 0;
	background: url(/skin/images/hxwh.jpg);
	background-size: cover;
}
.about2 .p1 {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}
.about2 .list {
	display: flex;
	margin-top: 50px;
}
.about2 .list li {
	background-color: #aa1615;
	padding: 3% 1.5% 5% 1.5%;
	margin-right: 20px;
}
.about2 .list li:nth-child(2) .t1 {
	margin-top: 30px;
}
.about2 .list li:nth-child(3) .t1 {
	margin-top: 60px;
}
.about2 .list li .t1 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.about2 .list li .t2 {
	font-size: 12px;
	color: #bbb;
	margin: 10px 0 20px 0;
}
.about2 .list li .t4 {
	color: #fff;
}
.about3 {
	padding: 100px 0;
	text-align: center;
}
.about3 .p1 {
	font-size: 26px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}
.about3 .list {
	display: flex;
	margin-top: 50px;
	flex-wrap: wrap;
}
.about3 .list li {
	width: calc((100% - 60px) / 5);
	margin-bottom: 15px;
	margin-right: 15px;
	padding-top: 10%;
	position: relative;
	overflow: hidden;
	border: 2px solid #f0f0f0;
}
.about3 .list li:nth-child(5n) {
	margin-right: 0;
}
.about3 .list li:hover {
	border: 2px solid #aa1615;
}
.about3 .list li.img img {
	transition: all .5s;
}
.about3 .list li.img:hover img {
	transform: scale(1.1);
}
.contact .text {
	top: 25%;
}
.lianxi {
	display: flex;
	margin-top: -20%;
	background-color: #fff;
	z-index: 8;
	position: relative;
	margin-bottom: 100px;
}
.lianxi .left-column {
	width: 40%;
	padding: 8%;
}
.lianxi .right-column {
	width: 60%;
	padding: 8%;
}
.lianxi h2 {
	margin-bottom: 20px;
	display: flex;
	align-items: flex-end;
	line-height: 1;
}
.lianxi .span {
	font-size: 12px;
	color: #666;
	font-weight: 300;
	margin-left: 5px;
}
.lianxi label {
	padding: 5px 0;
	display: block;
}
.lianxi p {
	line-height: 1.6;
	margin-top: 50px;
	display: flex;
}
.lianxi p span {
	font-weight: bold;
}
.lianxi form input[type="text"],
.lianxi form textarea {
	width: 100%;
	padding: 8px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
}
.lianxi form input[type="submit"] {
	background-color: #a52a2a;
	color: white;
	padding: 10px 30px;
	border: none;
	cursor: pointer;
}