:root {
	--bgs: #eef0f7;
	--green: #6fb92c;
	--blue: #3071b7;
	--color: #42b1e0;
	--colors: #030000;
	--yellow: linear-gradient(90deg, rgba(17, 54, 147, 1) 0%, rgba(24, 152, 213, 1) 100%);
	--swiper-preloader-color: #014099;
}
@font-face{
	src:url(../fonts/HarmonyOS_Sans_SC_Light.ttf);
	font-family:"myfont";
	}
@font-face{
	src:url(../fonts/HarmonyOS_Sans_SC_Medium.ttf);
	font-family:"title";
	}
@font-face{
	src:url(../fonts/impact.ttf);
	font-family:"nums";
	}
*{
	padding:0;
	margin:0;
	list-style:none;
	font-family:"myfont",Arial,sans-serif;
	}
@font-face {
  font-family: 'iconfont';
  src:url(../icons/iconfont.eot);
  src: url(../icons/iconfont.eot?#iefix) format('embedded-opentype'),
  url(../icons/iconfont.woff) format('woff'),
  url(../icons/iconfont.ttf) format('truetype'),
  url(../icons/iconfont.svg#iconfont) format('svg');
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
input{
	-webkit-appearance: none;
}
input:focus,textarea:focus{
	outline:none;
	}
.clear{
	clear:both;
	}
a{
	text-decoration:none;
	}
p{
	font-size: 1.5rem;
	color: #333;
	line-height: 1.7;
}
body,html{
	font-size: 62.5%;
	background: #fff;
}
.w_all{
	width: 82%;
	margin: 0 auto;
	max-width: 1440px;
}
.w_all2{
	width: 82%;
	margin: 0 auto;
	max-width: 1440px;
}
header{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 22;
}
header.active{
	background: rgba(255, 255, 255, 1);
}
header.active3{
	background: rgba(255, 255, 255, 1);
}
header nav{
	width: 100%;
	padding: 0 4%;
	display: flex;
	box-sizing: border-box;
	align-items: center;
	justify-content: space-between;
}
header .logo img{
	height: 40px;
	transition: all 0.5s linear;
}
header .logo img:last-of-type{
	display:none
}
header.active .logo img{
	height: 35px;
	display: none;
}
header.active .logo :last-of-type{
	display:block
}
header.active3 .logo img{
	display: none;
}
header.active3 .logo :last-of-type{
	display:block
}
header ul{
	display:flex;
}
header ul li{
	position:relative;
	margin-left: 7rem;
}
header ul li > a{
	color:#fff;
	font-size: 2rem;
	line-height: 120px;
	font-family: "title";
	transition: all 0.5s linear;
}
header.active ul li > a{
	line-height: 90px;
	color: rgba(0, 0, 0, 0.8);
}
header.active3 ul li > a{
	color: rgba(0, 0, 0, 0.8);
}
header ul li > a i{
	margin-left: 8px;
	display: none;
}
header ul li > a::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 2px;
	background: var(--colors);
}
header ul li > a.active::before{
	width: 100%;
}
.s_menu{
	position: absolute;
	display:none !important;
	top: 120px;
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	background: #fff;
	padding-top: 10px;
}
header.active .s_menu{
	top: 90px;
}
header.active3 .s_menu{
	top: 90px;
}
.s_menu dd a{
	font-size: 1.5rem;
	padding:1.5rem 2rem;
	text-align: center;
	display: block;
	cursor: pointer;
	color: #1a1a1a;
	transition: all 0.3s linear;
}
.s_menu dd dd:last-of-type a{
	border: none;
}
.s_menu dd a:hover{
    color: var(--color);
}
.navBtn{
    display: none;
}
.animated04 {
	transition: all 0.4s ease;
}
.scroll {
	position: absolute;
	left: 50%;
	bottom: 5%;
	width: 1px;
	height: 9rem;
	z-index: 333;
	background: rgba(255, 255, 255, 0.3);
	transform: translateX(-50%);
}
.scroll span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 40%;
	background: #fff;
	animation: slideInDown 1.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite
}
@keyframes slideInDown {
	0% {
		top: 0%;
	}

	100% {
		top: 60%;
	}
}

.full_slider {
	width: 100%;
	height: 100vh;
	z-index: 2;
	overflow: hidden;
	background: #fff;
}

.full_slider>.swiper-wrapper {
	display: block;
}

.full_item {
	position: relative;
	width: auto;
	height: 100%;
	overflow: hidden;
	background: #fff;
}

.full_item .inner {
	width: 100%;
	height: 100%;
	position: relative;
	box-sizing: border-box;
}
.sec_footer {
	height: auto;
}
.full_pagination {
	position: absolute;
	color: #fff;
	left: 2%;
	top: 40%;
	z-index: 999;
	transform: translateY(-50%);
}
.full_pagination::before{
	content: "SCROLL";
	position: absolute;
	right: -2.5rem;
	bottom: -4rem;
	font-size: 1.4rem;
	transform: rotate(-90deg);
	color: #fff;
	font-weight: bold;
}
.full_pagination span {
	display: block;
	width: 1px !important;
	height: 26px !important;
	background: #fff;
	opacity: 0.5 !important;
}
.full_pagination span.swiper-pagination-bullet-active{
	opacity: 1 !important;
}
.full_pagination.active{
	color: #333;
}
.full_pagination.active:before{
	color: #333;
}
.full_pagination.active span{
	background: #333;
}
.swiper-num {
    position: fixed;
    left: 2rem;
    bottom: 5%;
    font-size: 1.6rem;
    color: #fff;
	line-height: 1;
	display: flex;
	z-index: 999;
	align-items: center;
	letter-spacing: 0.5px;
}
.swiper-num.active{
	color: #333;
}
.swiper-num span {
	line-height: 1;
    margin: 0 6px;
	opacity: 0.5;
	font-weight: bold;
}
.swiper-num span.active {
    font-family: "title";
	opacity: 1;
}
/* banner 第一屏 */
.banner .swiper-slide{
	width: 100%;
	position: relative;
}
.banner .swiper-slide::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.1;
	z-index: 2;
}
.banner video{
	display: block;
	width: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	object-fit: fill;
}
.banner .bgs{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: scale(1);
	transition: all 4s linear;
}
.banner .bgs.active{
	transform: scale(1);
}
.banner .ban_txt{
	position: absolute;
	left: 50%;
	top:52%;
	transform: translate(-50%,-50%);
	z-index: 6;
	text-align: center;
}
.banner .swiper-container{
	height: 100%;
}
.banner h3 {
	color: #fff;
	font-size: 6.4rem;
	line-height: 1.3;
	font-family:"title";
	font-weight: normal;
	text-shadow: 0 2px 10px rgba(17, 54, 147, 0.1);
	transform: translateY(50px);
	width: max-content;
	letter-spacing: 0;
}
.banner .swiper-slide-active h3{
    transform: translateY(0px);
    transition: all 0.5s ease-out;
}
.banPagination{
	z-index: 99;
	display: flex;
	width: 100%;
	bottom: 5%;
	justify-content: center;
}
.banPagination span{
	background: none !important;
	margin: 0 6px;
	width: 7px; 
	height: 7px;
	opacity: 1 !important;
	border: 2px solid #fff;
}
.banPagination span.swiper-pagination-bullet-active{
	background: #fff !important;
	border-color:  #fff;
	border-radius: 10px !important;
}
.more{
	background: var(--color);
	display: flex;
	justify-content: space-between;
	padding: 1.2rem 3rem;
	align-items: center;
	color: #fff;
	font-size: 1.6rem;
	width: max-content;
	margin-top: 6rem;
	letter-spacing: 1px;
	cursor: pointer;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.more img{
	display: block;
	transform: rotate(180deg);
	height: 2.2rem;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
	margin: 3px 0 0 10px;
}
.more b{
	display: flex;
	font-weight: normal;
	overflow: hidden;
}
.more:hover{
	background: var(--colors);
}
.more:hover img{
	transform: rotate(180deg) translateX(-10px);
}
.title h3{
	font-size: 6rem;
    font-weight: bold;
    color: #fff;
	font-family: "title";
	margin: 1rem 0 4rem;
}
.title h6{
	font-size: 2rem;
	text-transform: uppercase;
    color: #fff;
}
.title p{
	font-size: 1.7rem;
    color: #fff;
    margin-top: 2rem;
    line-height: 1.8;
	opacity: 0.9;
}
.containIndex{
	position: absolute;
	left: 50%;
	top: 52%;
	transform: translate(-50%,-50%);
	text-align: center;
	max-width: 80%;
}
.index_pro dl{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.index_pro dd{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.index_pro dd:first-of-type{
	display: block;
}
.index_pro dd {
    transform: scale(1.1);
    transition: 2.5s;
}
.index_pro dd.active{
	transform: scale(1);
}
.index_pro ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:5%;
}
.index_pro ul a{
	width: 19%;
	color: #fff;
	cursor: pointer;
}
.index_pro ul li:after, .index_pro ul li:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid transparent;
    z-index: 1;
    transition: .5s;
    border-radius: 3px;
}
.index_pro ul li:before {
    border-left: none;
    border-top: none;
}
.index_pro ul li:after {
    border-right: none;
    border-bottom: none;
}
.index_pro ul li:hover:before {
    -webkit-animation: hw 1s;
    -o-animation: hw 1s;
    animation: hw 1s;
    border-color: rgba(255, 255, 255, 0.45);
}
.index_pro ul li:hover::after {
    -webkit-animation: wh 1s;
    -o-animation: wh 1s;
    animation: wh 1s;
    border-color: rgba(255, 255, 255, 0.45);
}
@-webkit-keyframes wh {0% {width: 0;height: 0}50% {width: 100%;height: 0}100% {width: 100%;height: 100%}}
@keyframes wh {0% {width: 0;height: 0}50% {width: 100%;height: 0}100% {width: 100%;height: 100%}}
@-webkit-keyframes hw {0% {width: 0;height: 0}50% {width: 0;height: 100%}100% {width: 100%;height: 100%}}
@keyframes hw {0% {width: 0;height: 0}50% {width: 0;height: 100%}100% {width: 100%;height: 100%}}

.index_pro ul li{
	width: 100%;
	position: relative;
	padding: 10% 8%;
	box-sizing: border-box;
}
.index_pro ul li .bb{
	width: 100%;
	transition: all 0.4s ease;
}
.index_pro ul li .imgs{
	margin-bottom: 2rem;
	transition: all 0.4s ease;
	display: none;
}
.index_pro ul li .imgs img{
	height:6rem;
}
.index_pro ul li:hover .imgs{
	transform: rotateY(180deg);
}
.index_pro ul li  h3{
	font-family: "title";
	font-weight: normal;
	font-size: 2.4rem;
	letter-spacing: .5px;
}
.index_pro ul li  h6{
	font-family:"nums";
	font-size: 4rem;
	margin-bottom:1.5rem;
	font-style: italic;
	letter-spacing: 2px;
}
/* 首页关于*/
.index_about .rr{
	color: #fff;
	box-sizing: border-box;
	width: 50%;
	text-align: left;
}
.index_about p{
	font-size: 1.8rem;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}
.index_news{
	background: #f5f5f5;
}
.index_news .title h3{
	color: #1a1a1a;
	margin:2% 0 4%;
}
.index_news .swiper-slide{
	display: block;
	position: relative;
}
.index_news .swiper-slide img{
	width: 100%;
	transition: all 0.3s linear;
	display: block;
}
.index_news .swiper-slide a{
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
    z-index: 3;
}
.index_news .swiper-slide b{
	display: block;
	overflow: hidden;
	width: 100%;
}
.index_news .swiper-slide:hover b img{
	transform: scale(1.08);
	transition: all 0.3s linear;
}
.index_news .tt{
	text-align: left;
	padding: 3rem 0;
	box-sizing: border-box;
	transition: all 0.3s linear;
}
.index_news .tt h3{
	font-size: 2.4rem;
	font-family: "title";
	margin-bottom: 1rem;
	color: #1a1a1a;
	transition: all 0.3s linear;
}
.index_news .swiper-slide:hover .tt h3{
	color: var(--color);
}
.index_news .swiper-slide:hover .tt{
	padding: 3rem;
	background: #fff;
}
.index_news .date{
	display: flex;
	font-size: 1.6rem;
	letter-spacing: 0.5px;
	justify-content: space-between;
	align-items: center;
	color: #333;
}
.index_news .date img{
	width: 20px;
}
.index_news .swiper-slide:after, .index_news .swiper-slide:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border: 3px solid transparent;
    z-index: 1;
    transition: .5s;
    border-radius: 3px;
}
.index_news .swiper-slide:before {
    border-left: none;
    border-top: none;
}
.index_news .swiper-slide:after {
    border-right: none;
    border-bottom: none;
}
.index_news .swiper-slide:hover:before {
    -webkit-animation: hw 1s;
    -o-animation: hw 1s;
    animation: hw 1s;
    border-color: var(--color);
}
.index_news .swiper-slide:hover::after {
    -webkit-animation: wh 1s;
    -o-animation: wh 1s;
    animation: wh 1s;
    border-color: var(--color);
}
.index_news .bottom{
	display: flex;
	align-items: flex-end;
	width: 100%;
	position: relative;
	justify-content: space-between;
	margin-top: 2rem;
}
.index_news .swiper-scrollbar{
	display: block !important;
    width: 85%;
    height: 1px;
    left: 0;
    background: #c4c4c4;
}
.index_news .swiper-scrollbar .swiper-scrollbar-drag {
    height: 3px;
    background: #000;
}
.index_news .btn{
	position: relative;
	display: flex;
	align-items: center;
}
.index_news .btn .ls{
	margin: 0.5rem;
	position: relative;
	padding: 3rem;
	cursor: pointer;
	opacity: 1 !important;
}
.index_news .btn .ls:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.4s linear;
	background: url(../images/xian.png) no-repeat center/contain;
}
.index_news .btn .ls:hover:after{
	transform: rotate(-70deg);
}
.index_news .btn .ls::before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0%;
	height: 0;
	transform: translate(-50%,-50%);
}
.index_news .btn .ll::before{
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 10px solid #333;
}
.index_news .btn .rr::before{
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid #333;
}
.sec_footer {
	padding: 3% 0 ;
	background: var(--colors);
	position: relative;
}
.sec_footer .copy{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sec_footer .logo2 img{
	height: 4.5rem;
}
.sec_footer .copy p{
	font-size: 1.56rem;
	margin: 3px 0;
}
.sec_footer .copy .tr{
	max-width: 80%;
}
.sec_footer .copy .tr a{
	color: rgba(255, 255, 255, 0.8);
}
.sec_footer .copy .tl a{
	color: rgba(255, 255, 255, 0.8);
	margin-right: 2rem;
}
.sec_footer .copy p{
	color: rgba(255, 255, 255, 0.8);
}
.sec_footer ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sec_footer ul li{
	font-family: "title";
	font-size: 2rem;
	transition: all 0.3s linear;
}
.sec_footer ul li:hover{
	color: var(--color);
}
.sec_footer .tt{
	margin: 2rem 0 3rem;
}
.sec_footer .tt2{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sec_footer dl{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sec_footer dl dd img{
	width: 32px;
	margin-left:2rem;
	display: block;
}
.sec_footer dl dd img:last-of-type{
	display: none;
}
.sec_footer dl dd:hover img:first-of-type{
	display: none;
}
.sec_footer dl dd:hover img:last-of-type{
	display: block;
}
.ban {
	position: relative;
	width: 100%;
}
.ban b img{
	width: 100%;
	display: block;
}
.ban .txt{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 18%;
}
.ban h3{
	font-size: 6.4rem;
	font-family: "title";
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
}
.aban .txt{
	bottom: initial;
	top: 32%;
	text-align: center;
}
.allbars{
	padding: 6% 0;
}
.title2 h3{
	font-size: 3.6rem;
	font-family: "title";
}
.title2 h4{
	font-size: 1.7rem;
	margin-bottom: 1rem;
	text-transform: uppercase;
	opacity: 0.7;
}
.a_about .tt2 .title2{
	margin-bottom: 4rem;
}
.a_about .tt2 p{
	margin: 2rem auto;
	font-size: 1.8rem;
	line-height: 1.8;
}
.a_about .tt3{
	margin-top: 5%;
}
.a_about img{
	max-width: 100%;
	margin-top: 5rem;
}
/* 新闻 */
.n_news{
	background: #f6f6f6;
}
.n_news .bar ul{
	display: flex;
	flex-wrap: wrap;
}
.n_news .bar ul li{
	width: 30.6%;
	margin:1.5% 4% 1.5% 0;
	transition: all 0.5s linear;
	position: relative;
}
.n_news .bar ul li a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	cursor: pointer;
}
.n_news .bar ul li:nth-of-type(3n){
	margin-right: 0;
}
.n_news .bar ul li b{
	width: 100%;
	margin:auto;
	display: block;
	overflow: hidden;
}
.n_news .bar ul li b img{
	width: 100%;
	margin:auto;
	display: block;
	transition: all 0.5s ease;
}
.n_news .bar ul li:hover b img{
	transform: scale(1.1);
}
.n_news .bar ul li .txt{
	padding: 8% 0;
	box-sizing: border-box;
	overflow: hidden;
	transition: all 0.5s linear;
}
.n_news .bar ul li h4{
	font-size: 2.4rem;
	margin-bottom: 1rem;
	color: #333;
	font-family: "title";
	transition: all 0.5s ease;
	overflow: hidden;
    word-break: break-all;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.n_news .bar ul li:hover h4{
	color:var(--color);
}
.n_news .bar ul li:hover{
	background: #fff;
}
.n_news .bar ul li:hover .txt{
	padding: 8% ;
}
.n_news .bar ul li p{
	display: flex;
	align-items: center;
	opacity: 0.8;
	letter-spacing: 0.5px;
	font-size: 1.6rem;
}
.n_news .bar ul li p img{
	margin-right: 10px;
}
.n_news .bar ul li:after, .n_news .bar ul li:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border: 3px solid transparent;
    z-index: 1;
    transition: .5s;
    border-radius: 3px;
}
.n_news .bar ul li:before {
    border-left: none;
    border-top: none;
}
.n_news .bar ul li:after {
    border-right: none;
    border-bottom: none;
}
.n_news .bar ul li:hover:before {
    -webkit-animation: hw 1s;
    -o-animation: hw 1s;
    animation: hw 1s;
    border-color: var(--color);
}
.n_news .bar ul li:hover::after {
    -webkit-animation: wh 1s;
    -o-animation: wh 1s;
    animation: wh 1s;
    border-color: var(--color);
}
#pages{
	text-align: center;
	margin-top: 2%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#pages li{
	line-height: 20px;
	padding: 6px;
	min-width: 20px;
	color: #333;
	font-size: 1.5rem;
	border: 1px solid #ccc;
	border-radius: 5px;
	display: inline-block;
	margin: 7px;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#pages li a{
	display: block;
	color: #333;
}
#pages li i{
	color: #333;
	font-size: 1.6rem;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#pages li.active{
	border-color:var(--color);
	background: var(--color);
	color: #fff;
}
#pages li:hover{
	color: #fff;
	background: var(--color);;
	border-color: var(--color);
}
#pages li:hover i{
	color: #000;
}
.news_d h1{
	font-size: 3rem;
	font-family: "title";
	letter-spacing: 1px;
	margin-bottom: 6%;
	line-height: 1.5;
	color: var(--color);
	padding-bottom: 4%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news_d .txt2 span{
	display: flex;
	font-size: 1.4rem;
	margin-bottom: 2rem;
	display: flex;
	align-items: center;
	opacity: 0.8;
	letter-spacing: 1px;
	font-size: 1.3rem;
}
.news_d .txt2 span img{
	margin-right: 10px;
}
.news_d .right img{
	max-width: 100%;
	margin-top: 2rem;
}
.news_d p{
	color: #333;
	margin-bottom: 2rem;
	text-align: justify;
	font-size: 1.7rem;
	line-height: 1.8;
}
.contact ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact ul li{
	width: 30%;
	padding: 3rem;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	text-align: center;
}
.contact ul li h4{
	font-size: 2.4rem;
	font-family: "title";
	margin-bottom: 6%;
}
.contact ul li p{
	font-size: 1.6rem;
	margin: 4px 0;
}
.contact ul li img{
	max-width: 50%;
	display: block;
	margin:5% auto 0;
}
.message{
	background: #f6f6f6;
}
.message .title2 h3{
	text-align: center;
	margin-top: 0rem;
}
.message .bars{
	margin: 2% auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.message .bars p{
	margin: 1% 0;
	opacity: 1;
	width: 48%;
}
.message .bars p .pp{
	box-shadow: none;
	border: none;
	width: 100%;
	box-sizing: border-box;
	display: block;
	border: 1px solid rgba(0,0,0,0.14);
	background: none;
	padding: 16px 20px;
	color: #1a1a1a;
	font-size: 1.7rem;
}
.message .bars .p2{
	width: 100%;
}
.message .bars .p2 textarea{
	min-height: 160px;
}
.submit{
	 margin: 5rem auto 0;
	 cursor: pointer;
	 background: var(--colors);
	 position: relative;
	 padding: 25px 12px;
	 border-radius: 50px;
	 width: 130px;
	 transition: all 0.5s linear;
 }
.submit button{
	box-shadow: none;
	border: none;
	background: none;
	text-align: center;
	font-size: 1.6rem;
	color: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
	cursor: pointer;
}
.submit:hover{
	background: var(--color);
}
.pro {
	position: relative;
	z-index: 3;
	padding-top: 4%;
}

.pro{
	padding-top: 1%;
}
.pro ul li {
	width: 100%;
	margin: 7% 0 0;
}
.pro ul li .bar{
	display: flex;
	justify-content: space-between;
	background: #ebe4d2;
	margin-top: 3%;
	overflow: hidden;
}
.pro ul li .tt{
	width: 50%;
	padding:3rem 5rem 5rem;
	box-sizing: border-box;
}
.pro ul li .tt h4{
	border-bottom: 1px solid #ccc;
	font-size: 2.4rem;
	padding: 2rem 0 2rem 2rem;
	margin-bottom: 2rem;
	font-family: "title";
	line-height: 1.2;
	position: relative;
	transition: all 0.5s linear;
}
.pro ul li .tt h4:before{
	content:'';
	width:4px;
	height: 45%;
	background: var(--color);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.pro ul li .rr{
	width: 50%;
	overflow: hidden;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.pro ul li b img {
	display: block;
	transition: 3s;
	min-width: 100%;
    min-height: 100%;
}
.pro ul li  .swiper-wrapper{
	height: auto;
}
.pro ul li .swiper-slide{
	display: flex;
	justify-content: center;
	position: relative;
}
.pro ul li .swiper-slide h6{
	position: absolute;
	right: 0;
	top: 0;
	background: rgb(235, 154, 3);
	color: #fff;
	font-size: 2.2rem;
	padding: 1rem 2.5rem;
	font-family: "title";
	display: none;
}
.pro ul li#pp1 .swiper-slide h6{
    display: block;
}
.pro ul li#pp1 .swiper-slide h6 span{
    font-weight: bold;
    font-family: "title";
}
.pro ul li .swiper-slide img {
	display: block;
	transition: 3s;
	min-width: 100%;
    min-height: 100%;
}
.pro ul li p {
	font-size: 1.6rem;
	color: #3d3a39;
	font-weight: normal;
	margin: 0 0 0;
	line-height: 1.8;
}

.pro ul li:hover .swiper-slide img {
	transform: scale(1.1);
}

.pro ul li:hover h4{
	color: var(--color);
}
.pro  .swiper-pagination{
	left: 50%;
	transform: translateX(-50%);
	top: initial;
	bottom: 3%;
	display: flex;
	width: 100%;
	justify-content: center;
}
.pro  .swiper-pagination span{
	margin: 5px;
	background: #666;
	opacity: 1 !important;
}
.pro  .swiper-pagination .swiper-pagination-bullet-active{
	background: var(--color) !important;
}
/* 荣誉图片放大 */
.big_box{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.8);
	z-index: 9999999999;
	display: none;
}
.big_imgss{
	position: absolute;
	height: 70%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%) scale(0);
	transform: translate(-50%,-50%) scale(0);
	transition: all 1s cubic-bezier(0.19,1,0.22,1);
	-webkit-transition: all 1s cubic-bezier(0.19,1,0.22,1);
}
.big_imgss.active{
	-webkit-transform: translate(-50%,-50%) scale(1);
	transform: translate(-50%,-50%) scale(1);
}
.big_imgss img{
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: none;
}
.big_imgss img:first-of-type{
	display: block;
}
.big_box .righttop{
	position: fixed;
	right: 0px;
	top:0px;
	z-index: 9;
	padding: 15px;
}
.big_box .righttop div{
	float: right;
	width: 48px;
}
.big_box .righttop img{
	width: 48px;
	padding: 6px;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.big_box .righttop img:hover{
	opacity: 0.6 !important;
}
.big_box .btn{
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
}
.big_box .btn i{
	color: #fff;
	display: block;
	font-size: 3rem;
	cursor: pointer;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	position: relative;
	z-index: 2;
}
.big_box .btn:hover i{
	color: #817d60;
}
.big_box .btn_l{
	left: 2%;
}
.big_box .btn_r{
	right: 2%;
}
.big_box .btn_r i{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.big_box .nums{
	position: fixed;
	left: 50%;
	bottom: 3%;
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.5rem;
}
.big_box .nums span{
	color: #fff;
}

