@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

img {
	border: none;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	color: inherit;
	text-decoration: none;
}
.m-t-100{
	margin-top: 100px;
}

.cl {
	clear: both;
}
@font-face {
	font-family: DIN-R;
	src: url("../font/DIN-Regular.otf");
}

.list.kongs,
.list.kongs:hover {
	border: none !important;
	background-color: transparent !important;
	margin: 0 !important;
	padding: 0 !important;
	box-shadow: none !important;
}
/**/

header {
	width: 100%;
	position: relative;
	z-index: 999999;
}
header.n{
	border-bottom: 1px solid #231815;
}

/*header.header-fixed{
	background-color: #992D43;
}*/

.header {
	width: 1200px;
	padding: 15px 0;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999999999;
}
.header .logo {
	height: 70px;
}

.header .logo img {
	display: block;
	height: 100%;
}
.header .m-navbar{display: none;}
.header .nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header .nav p a {
	font-size: 16px;
	color: #fff;
	line-height: 70px;
	padding: 0 15px;
	margin-left: 15px;
}

.header .nav p a:hover {
	/*color: #992D43;*/
}
.header-n{
	position: static;
}
.header-n .nav p a {
	color: #231815;
}
header.subnav-fixed:after{
	content: "";
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	background-color: #992D43;
}
header.subnav-fixed .header{
	position: fixed;
	top: 0;
}
header.h_pro:after{
	content: "";
	display: block;
	height: 100px;
	width: 100%;
	position: absolute;
	top: 0;
	background-color: #992D43;
}

.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.banner .wm-pagination {
	bottom: 25px !important;
	position: absolute;
	z-index: 99;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner .wm-pagination .swiper-pagination-bullet {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	border: 2px solid #ffffff;
	background-color: transparent;
	opacity: 1;
	margin: 0 12px !important;
}

.banner .wm-pagination .swiper-pagination-bullet-active {
	background-color: #ffffff;
	border: 2px solid #ffffff;
}

.index-main01 {
	width: 100%;
	margin: 20px auto 60px;
}
.banner-115{
	height: 100px;
		display: block;
	width: 100%;
	background-color: #992D43;
}

.index-main01 img,
.index-main01 video{
	display: block;
	width: 100%;
}

.index-title {
	text-align: center;
}

.index-title p.t1 {
	font-size: 40px;
	letter-spacing: 1.04px;
	text-transform: uppercase;
	color: #3F3F3F;
}

.index-title p.t2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #6B6B6B;
	margin-top: 15px;
}

.index-main02 {
	width: 1200px;
	margin: 50px auto 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index-main02 .list {
	width: 24%;
	margin-bottom: 30px;
}

.index-main02 .list p.t1 {
	display: block;
	width: 100%;
	overflow: hidden;
}

.index-main02 .list p.t1 img {
	display: block;
	width: 100%;
	transition: 0.5s all;
}

.index-main02 .list p.t2 {
	font-size: 16px;
	color: #000;
	letter-spacing: 0;
	line-height: 1.4;
	margin-top: 10px;
	transition: all .5s ease-in-out;
	padding: 0 10px;
}

.index-main02 .list p.t3 {
	font-size: 13px;
	color: #6D6D6D;
	margin: 15px 0 10px;
	padding: 0 10px;
}
.index-main02 .list:hover img{
	transform: scale(1.1,1.1);
	transition: 0.5s all;
}

.index-more a {
	display: block;
	width: 240px;
	margin: 45px auto 100px;
	color: #ffffff;
	text-align: center;
	font-size: 15px;
	line-height: 60px;
	background-color: #992D43;
	transition: 0.3s all;
}

.index-more a:hover {
	transition: 0.3s all;
	border-radius: 20px;
}

.index-main03 {
	width: 100%;
	margin: 40px auto 70px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index-main03 .list {
	width: 50%;
	position: relative;
	transition: 0.3s all;
	overflow: hidden;
}

.index-main03 .list img.one {
	display: block;
	width: 100%;
}

.index-main03 .list .text {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 6, 127, .5);
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	transition: 0.3s all;
}

.index-main03 .list .text p.t1 {
	max-width: 100%;
	text-align: center;
}

.index-main03 .list .text p.t2 {
	color: #FFFFFF;
	font-size: 24px;
	margin-top: 35px;
}

.index-main03 .list:hover .text {
	top: 100%;
	transition: 0.3s all;
}

.index-main03 .list:nth-child(1),
.index-main03 .list:nth-child(2) {
	width: 50%;
}

.index-main03 .list:nth-child(3),
.index-main03 .list:nth-child(4),
.index-main03 .list:nth-child(5) {
	width: 33.3333%;
}

.index-main03 .list:nth-child(1) .text {
	background-color: rgba(0, 6, 127, .5);
}

.index-main03 .list:nth-child(2) .text {
	background-color: rgba(8, 165, 186, .5);
}

.index-main03 .list:nth-child(3) .text {
	background-color: rgba(8, 165, 186, .5);
}

.index-main03 .list:nth-child(4) .text {
	background-color: rgba(214, 140, 46, .5);
}

.index-main03 .list:nth-child(5) .text {
	background-color: rgba(153, 45, 67, .5);
}

.index-main04 {
	width: 1200px;
	margin: 40px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.index-main04 .list {
	width: 32%;
	margin-bottom: 45px;
}

.index-main04 .list img {
	display: block;
	max-width: 50%;
	max-height: 70px;
	margin: auto;
}

.index-main05 {
	width: 100%;
}

.index-main05 img {
	display: block;
	width: 100%;
}

.index-main06 {
	width: 1200px;
	margin: 90px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.index-main06 .list {
	width: 20%;
	margin-bottom: 95px;
}

.index-main06 .list img {
	display: block;
	max-width: 100%;
	max-height: 120px;
	margin: auto;
}

.index-main06 .hr {
	width: 20%;
}

footer {
	width: 100%;
	background-color: #992D43;
	padding: 70px 0 10px;
}

.footer {
	width: 82%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer .navlist {
	width: 60%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer .navlist .list p.t1 {
	/* font-family: pingfangM; */
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.footer .navlist .list p.t2 a {
	/* 	display: block;
	font-family: pingfangR;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 38px; */
	display: block;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 26px;
	transition: opacity .3s ease-in-out;
}

.footer a:hover {
	text-decoration: underline;
}

.footer .contact .one {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 40px;
}

.footer .contact .one img.qrcodes {
	width: 90px;
	display: block;
	margin-right: 15px;
}

.footer .contact p.t1 {
	/*font-family: pingfangM;*/
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.footer .contact p.t2 {
	font-family: DIN-R;
	font-size: 30px;
	color: #FFFFFF;
	margin-bottom: 5px;
}

.footer .contact p.t5 {
	margin-bottom: 20px;
}

.footer .contact p.t3 {
	font-family: pingfangR;
	font-size: 14px;
	color: #FFFFFF;
}

.footer .contact p.t4 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer .contact p.t4 span,
.footer .contact p.t4 a {
	display: block;
	width: 33%;
	margin-bottom: 25px;
}

.footer .contact p.t4 i {
	color: #ffffff;
	font-size: 24px;
	cursor: pointer;
}

.footer .banquan {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	border-top: 1px solid #cccccc;
	padding: 30px 0;
	/*font-family: pingfangR;*/
	font-size: 12px;
	font-weight: 200;
	color: #FFFFFF;
	margin-top: 45px;
}

.footer .banquan .s1 {
	display: block;
	margin-right: 15px;
}

.footer .banquan span.s2 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 15px;
}

.footer .banquan span.s2 a {
	display: block;
	margin: 0 6px;
}

.footer .banquan .s3 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.footer .banquan .s3 img {
	display: block;
	width: 17px;
}

.tips-img img {
	display: block;
	width: 100%;
	max-width: 300px;
}

.about-main01 {
	width: 1200px;
	margin: 80px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #F4F4F4;
}

.about-main01 .right {
	width: 50%;
}

.about-main01 .right img {
	display: block;
	width: 100%;
}

.about-main01 .left {
	width: 50%;
	padding: 0 50px;
}

.about-main01 .left p.t1 {
	font-size: 30px;
	text-transform: uppercase;
	color: #404340;
}

.about-main01 .left p.t2 {
	width: 100px;
	height: 2px;
	background-color: #404340;
	margin: 10px 0 20px;
}

.about-main01 .left .t3 {
	font-size: 13px;
	line-height: 1.7;
	text-transform: uppercase;
	color: #6B6B6B;
}

.about-main02 {
	width: 1200px;
	margin: 0px auto 60px;
	display: flex;
	justify-content: space-between;
}

.about-main02 .list {
	width: 25%;
	text-align: center;
}

.about-main02 .list p.t1 {
	font-size: 46px;
	color: #992D43;
}

.about-main02 .list p.t1 span {
	font-size: 70px;
	font-family: DIN-R;
}

.about-main02 .list p.t2 {
	font-size: 13px;
	line-height: 18.12px;
	letter-spacing: 0.26px;
	text-transform: uppercase;
	color: #6B6B6B;
}

.about-main03 {
	width: 1200px;
	margin: 40px auto 80px;
}

.about-main03 img ,
.about-main03 video{
	display: block;
	width: 100%;
}

.honor-main {
	width: 100%;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.honor-main .list {
	width: 25%;
	height: 350px;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	font-size: 22px;
	line-height: 50.53px;
	letter-spacing: 0.54px;
	text-transform: uppercase;
	color: #6B6B6B;
	background-color: #F4F4F4;
}
.honor-main .list01{
	background-color: #FFFFFF
}
.honor-main .list img{
	height: 30px;
	display: block;
	margin-top: 12px;
}
.honor-main .pic{
	width: 25%;
	background-color: #FFFFFF;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.honor-main .pic img{
	max-width: 55%;
	max-height: 50%;
	display: block;
	margin: auto;
}

.zhanhui-main{
	width: 1200px;
	margin: 80px auto;
}
.zhanhui-main .list{
	background-color: #F4F4F4;
	margin-bottom: 40px;
}
.zhanhui-main .list .right{
	width: 60%;
}
.zhanhui-main .list .right img{
	display: block;
	width: 100%;
}
.zhanhui-main .list .left{
	width: 40%;
	padding: 50px;
}
.zhanhui-main .list .left p.t1{
	font-size : 56px;
  letter-spacing : -2.24px;
  color : #231815;
  margin-bottom: 10px;
}
.zhanhui-main .list .left p.t2{
	font-size : 15px;
  line-height : 29.32px;
  letter-spacing : 0.3px;
  text-transform : uppercase;
  color : #6B6B6B;
  margin-bottom: 40px;
}
.zhanhui-main .list:nth-child(odd) .left{
	float: left;
}
.zhanhui-main .list:nth-child(odd) .right{
	float: right;
}
.zhanhui-main .list:nth-child(even) .left{
	float: right;
} 
.zhanhui-main .list:nth-child(even) .right{
	float: left;
}
.zhanhui-main .list:nth-child(even) .left p.t3 img{
	transform: rotateY(180deg);
}

.newslist-main {
	width: 1200px;
	margin: 100px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.newslist-main .list {
	width: 32%;
	margin-bottom: 30px;
	padding-bottom: 25px;
	background-color: #ffffff;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0px 0px 10px #cccccc;
	transition: 0.3s all;
}

.newslist-main .list p.t1 {
	display: block;
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 15px;
}

.newslist-main .list p.t1 img {
	display: block;
	width: 100%;
}

.newslist-main .list p.t2 {
	font-family: pingfangL;
	font-size: 18px;
	line-height: 1.7;
	letter-spacing: 0.46px;
	text-transform: uppercase;
	color: #808080;
	padding: 0 25px;
	margin-bottom: 25px;
}

.newslist-main .list p.t3 {
	padding: 0 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: pingfangR;
	font-size: 13px;
	letter-spacing: 0.26px;
	text-transform: uppercase;
	color: #808080;
}

.newslist-main .list p.t3 span:last-child {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.newslist-main .list p.t3 span:last-child i {
	display: block;
	margin-right: 4px;
}

.newslist-main .list:hover {
	background-color: #992D43;
	transition: 0.3s all;
}

.newslist-main .list:hover p.t2,
.newslist-main .list:hover p.t3 {
	color: #ffffff;
	transition: 0.3s all;
}

/* 新闻详情 */
.newsshow-main {
	width: 1200px;
	margin: 70px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.newsshow-main .hr {
	background-color: #C6C6C6;
	width: 1px;
	margin-top: 55px;
}

.newsshow-main .left {
	width: 850px;
}

.newsshow-main .left h1.tit {
	font-family: pingfangM;
	font-size: 30px;
	color: #000000;
}

.newsshow-main .left .times {
	font-family: pingfangL;
	font-size: 13px;
	line-height: 29.32px;
	letter-spacing: 0.26px;
	text-transform: uppercase;
	color: #6B6B6B;
}

.newsshow-main .left .content {
	margin: 45px auto 25px;
	font-family: pingfangL;
	font-size: 15px;
	line-height: 29.32px;
	letter-spacing: 0.26px;
	text-transform: uppercase;
	color: #6B6B6B;
}

.newsshow-main .left .content p {
	margin-bottom: 10px;
}

.newsshow-main .left .content img {
	display: block;
	width: 100%;
	margin: 12px auto;
}

.newsshow-main .left .next {
	font-family: pingfangL;
	font-size: 13px;
	line-height: 17.32px;
	letter-spacing: 0.26px;
	text-transform: uppercase;
	color: #6B6B6B;
	padding: 15px 0;
	border-top: 1px solid #C6C6C6;
	margin-top: 40px;
}

.newsshow-main .left .next:hover {
	color: #008065;
	text-decoration: underline;
}

.newsshow-main .right {
	width: 280px;
	margin-top: 55px;
}

.newsshow-main .right .tit {
	font-family: pingfangR;
	font-size: 24px;
	color: #000000;
	margin-bottom: 15px;
}

.newsshow-main .right .list {
	width: 100%;
	margin-bottom: 25px;
}

.newsshow-main .right .list p.t1 {
	display: block;
	width: 100%;
	margin-bottom: 6px;
}

.newsshow-main .right .list p.t1 img {
	display: block;
	width: 100%;
	border-radius: 4px;
}

.newsshow-main .right .list p.t2 {
	font-family: pingfangR;
	font-size: 14px;
	line-height: 17.32px;
	letter-spacing: 0.26px;
	text-transform: uppercase;
	color: #6B6B6B;
}


.prolist-main-w {
	width: 1200px;
	margin: 80px auto;
}

.prolist-main {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid #C6C6C6;
}

.prolist-main .tit {
	width: 100%;
	margin-bottom: 25px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.prolist-main .tit span {
	font-family: pingfangR;
	font-size: 28px;
	color: #282828;
	display: block;
}

.prolist-main .tit a {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-family: pingfangR;
	font-size: 15px;
	color: #282828;
}

.prolist-main .tit a i {
	display: block;
	margin-left: 7px;
}

.prolist-main .list {
	width: 24%;
	margin-bottom: 45px;
}

.prolist-main .list p.t1 {
	display: block;
	width: 100%;
	background-color: #efefef;
	overflow: hidden;
}

.prolist-main .list p.t1 img {
	display: block;
	width: 100%;
	transition: 0.5s all;
    margin: auto;
}

.prolist-main .list p.t2 {
	font-size: 18px;
	color: #282828;
	margin: 15px 0 10px;
}

.prolist-main .list p.t3 {
	font-family: pingfangR;
	font-size: 13px;
	color: #6D6D6D;
}

.prolist-main .list:hover img{
	transform: scale(1.1,1.1);
	transition: 0.5s all;
}

.prolist-main.proli {
	width: 1200px;
	margin: 80px auto;
	border-bottom: none;
}

.prolist-main.proli .list {
	margin-bottom: 45px;
}

.prolist-main.proli .tit a {
	display: none;
}



.protype-main {
	width: 1200px;
	margin: 120px auto 120px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.protype-main .list a {
	font-size: 16px;
	color: #282828;
}

.protype-main .hr {
	background-color: #C6C6C6;
	width: 1px;
}

.showpro-main01{
	width: 1200px;
	margin: 120px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.showpro-main01 .left{
	width: 40%;
}
.showpro-main01 .left h1.t1{
	font-size : 30px;
  color : #282828;
}
.showpro-main01 .left p.t2{
	width: 60px;
	height: 2px;
	background-color: #282828;
	margin: 15px 0px 40px;
}
.showpro-main01 .left .t3{
	font-size : 15px;
	line-height: 1.7;
  letter-spacing : 0.32px;
  text-transform : uppercase;
  color : #3F3F3F;
}
.showpro-main01 .right{
	width: 35%;
}
.showpro-main01 .right .swiper-wrapper{
	align-items: center;
}
.showpro-main01 .right img {
	display: block;
	width: 100%;
}

.showpro-main01 .right .wm-pagination {
	bottom: 25px !important;
	position: absolute;
	z-index: 99;
	display: flex;
	justify-content: center;
	align-items: center;
}

.showpro-main01 .right .wm-pagination .swiper-pagination-bullet {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	border: 2px solid #000000;
	background-color: transparent;
	opacity: 1;
	margin: 0 12px !important;
}

.showpro-main01 .right .wm-pagination .swiper-pagination-bullet-active {
	background-color: #000000;
	border: 2px solid #000000;
}

.showpro-main02{
	width: 1200px;
	margin: 80px auto;
}
.showpro-main02 img{
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.case-main{
	width: 1200px;
	margin: 80px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.case-main .list{
	width: 32%;
	margin-bottom: 35px;
}
.case-main .list p.t1{
	display: block;
	width: 100%;
	height: 240px;
	background-color: #F6F6F6;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.case-main .list p.t1 img{
	display: block;
	max-width: 60%;
	max-height: 50%;
	margin: auto;
}
.case-main .list p.t2{
	font-size : 15px;
	margin-top: 12px;
  text-transform : uppercase;
  color : #3F3F3F;
}

.showcase-main01{
	width: 1200px;
	margin: 80px auto;
	display: flex;
	justify-content: space-between;
}
.showcase-main01 .hr{
	width: 1px;
	background-color: #3F3F3F;
}
.showcase-main01 .pic-w{
	display: flex;
	justify-content: flex-end;
	width: 45%;
}
.showcase-main01 .pic{
	width: 60%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: right;
}
.showcase-main01 .pic img{
	display: block;
	height: 70px;
	max-width: 90%;
	margin: auto;
	text-align: right;
	 flex-shrink:0;
	 object-fit:contain;
}
.showcase-main01 .text{
	width: 45%;
}
.showcase-main01 .text h1{
	font-size : 46px;
  letter-spacing : 1.04px;
  text-transform : uppercase;
  color : #3F3F3F;
  margin-bottom: 15px;
}
.showcase-main01 .text .desc{
	font-size : 14px;
  line-height : 25.21px;
  letter-spacing : 0.28px;
  text-transform : uppercase;
  color : #6B6B6B;
}

.showcase-main02{
	width: 1200px;
	margin: 30px auto 30px;
}
.showcase-main02 img{
	display: block;
	width: 100%;
}
.showcase-main02 .wm-pagination {
	bottom: 25px !important;
	position: absolute;
	z-index: 99;
	display: flex;
	justify-content: center;
	align-items: center;
}

.showcase-main02 .wm-pagination .swiper-pagination-bullet {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	border: 2px solid #ffffff;
	background-color: transparent;
	opacity: 1;
	margin: 0 12px !important;
}

.showcase-main02 .wm-pagination .swiper-pagination-bullet-active {
	background-color: #ffffff;
	border: 2px solid #ffffff;
}

.showcase-main03{
		width: 1200px;
	margin: 20px auto 80px;
	font-size : 15px;
	line-height: 1.7;
  letter-spacing : 0.32px;
  text-transform : uppercase;
  color : #6B6B6B;
}

.sheji-main01{
	width: 1200px;
	margin: 80px auto;
}
.sheji-main01 p.t1{
	font-size : 32px;
  line-height : 72.71px;
  letter-spacing : 0.78px;
  text-transform : uppercase;
  color : #3F3F3F;
  text-align: center;
}
.sheji-main01 p.t2{
	font-size : 16px;
	line-height: 1.7;
  letter-spacing : 0.36px;
  text-transform : uppercase;
  color : #6B6B6B;
  margin: 40px 0px 65px;
  
}
.sheji-main01 p.t3{
	display: block;
	width: 100%;
}
.sheji-main01 p.t3 img{
	display: block;
	width: 100%;
}
.sheji-main02{
	width: 1200px;
	margin: 80px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sheji-main02 .right{
	width: 50%;
}
.sheji-main02 .right img{
	display: block;
	width: 100%;
}
.sheji-main02 .left{
	width: 45%;
}
.sheji-main02 .left p.t1{
	width: 90px;
	margin: auto;
	display: block;
}
.sheji-main02 .left p.t1 img{
	display: block;
	width: 100%;
}
.sheji-main02 .left p.t2{
	font-size : 16px;
	line-height: 1.8;
  letter-spacing : 0.36px;
  text-transform : uppercase;
  color : #6B6B6B;
  margin-top: 45px;
}

/* 在线留言 */
.liuyan-main{
	width: 1200px;
	margin: 80px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: #ffffff;
	box-shadow: 0px 0px 6px #cccccc;
}
.liuyan-main .left{
	width: 50%;
}
.liuyan-main .left img{
	display: block;
	width: 100%;
}
.liuyan-main .right{
	width: 50%;
	padding: 5% 7%;
}
.liuyan-main .right .index-title{
	margin-bottom: 45px;
}
.liuyan-main .right p.input01{
	width: 100%;
	margin-bottom: 15px;
}
.liuyan-main .right p.input01 input{
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 6px;
	border: none;
	border-bottom: 1px solid #919191;
}
.liuyan-main .right p.input01 button{
	display: block;
	width: 100%;
	height: 55px;
	border: none;
	color: #ffffff;
	background-color: #9B2D43;
	font-family : pingfangM;
	  font-size : 18px;
	  text-transform : uppercase;
	  margin-top: 25px;
}
.liuyan-main .right p.tips{
	font-family : pingfangL;
	text-align: center;
	font-size : 14px;
	  text-transform : uppercase;
	  color : #919191;
}

.liuyan-main01{
	width: 1200px;
	margin: 100px auto;
	display: flex;
	justify-content: space-between;
}
.liuyan-main01 .list{
	width: 20%;
	text-align: center;
}
.liuyan-main01 .list p.t1{
	width: 70px;
	height: 70px;
	display: block;
	margin: auto;
}
.liuyan-main01 .list p.t1 img{
	display: block;
	width: 100%;
}
.liuyan-main01 .list p.t2{
	font-size : 18px;
  text-transform : uppercase;
  color : #3F3F3F;
  margin: 30px auto;
}
.liuyan-main01 .list p.t3{
	font-size : 13px;
  letter-spacing : 0.28px;
  text-transform : uppercase;
  color : #6B6B6B;
}
.liuyan-main01 .hr{
	width: 1px;
	background-color: #9E9E9F;
}

.down-title{
	width: 1200px;
	font-size : 22px;
  letter-spacing : 1.76px;
  color : #595757;
  margin: 80px auto;
}

.down-main{
	width: 1200px;
	margin: 0px auto 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.down-main .list{
	width: 24%;
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 30px;
	border-bottom: 1px solid #9E9E9F;
}
.down-main .list p.t1{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.down-main .list p.t1 img{
	display: block;
	width: 100%;
}
.down-main .list p.t2{
	font-size : 18px;
  letter-spacing : 1.44px;
  color : #595757;
  margin-bottom: 5px;
}
.down-main .list p.t3{
	 font-size : 13px;
  color : #9E9E9F;
}
.down-main .list p.t4{
	width: 20px;
	position: absolute;
	bottom: 35px;
	right: 15px;
}
.down-main .list p.t4 img{
	display: block;
	width: 100%;
}
.down-main.video .list{
	border-bottom: none;
	width: 32%;
}
.down-main.video .list .t5{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #9E9E9F;
	 font-size : 13px;
  color : #9E9E9F;
  line-height: 30px;
}
.down-main.video .list .t5 img{
	height: 15px;
	display: block;
}

.down-main00{
	width: 1200px;
	margin: 80px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.down-main00 .one{
	margin-bottom: 50px;
}
.down-main00 .one p.t1{
	display: block;
	width: 100%;
}
.down-main00 .one p.t1 img{
	display: block;
	width: 100%;
}
.down-main00 .one p.t2{
	display: flex;
	justify-content: center;
	align-items: center;
	 font-size : 18px;
  text-transform : uppercase;
  color : #3F3F3F;
  margin-top: 20px;
}
.down-main00 .one p.t2 img{
	display: block;
	height: 22px;
	margin-right: 10px;
}
.down-main00 .list{
	width: 30%;
}
.down-main00 .list p.t1{
	display: block;
	position: relative;
}
.down-main00 .list p.t1 img.b{
	display: block;
	width: 100%;
}
.down-main00 .list p.t1 span{
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(5,5,5,0.5);
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
}
.down-main00 .list p.t1 span img.s{
	display: block;
	width: 60px;
	margin: 0 auto 30px;
}

.down-main00 .list p.t2 {
	display: block;
	width: 100%;
	margin: 35px auto 100px;
	color: #ffffff;
	text-align: center;
	font-size: 15px;
	line-height: 60px;
	background-color: #992D43;
	transition: 0.3s all;
}
