@charset "UTF-8";
/*********index**********/
.banner_img_mobile {
	display: none;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.mask {
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 4;
	top: 0%;
	left: 0;
	background: url(../images/mask.png) center;
}
.swiper-slide-active .banner_img {
	visibility: visible;
	animation: zoom1 8s linear 0s infinite;
	-webkit-animation: zoom1 8s linear 0s infinite;
	-moz-animation: zoom1 8s linear 0s infinite;
}
@-webkit-keyframes zoom1 {
0% {
-webkit-transform:scale(1)
}
50% {
-webkit-transform:scale(1.1)
}
100% {
-webkit-transform:scale(1)
}
}
@-moz-keyframes zoom1 {
0% {
-moz-transform:scale(1)
}
50% {
-moz-transform:scale(1.1)
}
100% {
-moz-transform:scale(1)
}
}
@keyframes zoom1 {
0% {
transform:scale(1)
}
50% {
transform:scale(1.1)
}
100% {
transform:scale(1)
}
}
 @-webkit-keyframes scale-bg {
 0 {
 -webkit-transform:scale(1);
 transform:scale(1);
}
 100% {
 -webkit-transform:scale(1.1);
 transform:scale(1.1);
}
 0 {
 -webkit-transform:scale(1);
 transform:scale(1);
}
}
@keyframes scale-bg {
 0 {
 -webkit-transform:scale(1);
 transform:scale(1);
}
 100% {
 -webkit-transform:scale(1.1);
 transform:scale(1.1);
}
 0 {
 -webkit-transform:scale(1);
 transform:scale(1);
}
}
.banner_mid {
	color: #fff;
	position: absolute;
	width: 100%;
	z-index: 100;
	top: 30%;
	text-align: left;
}
.banner_mid_1 {
	margin-bottom: 0.25em;
	font-size: 4rem;
	color: #fff;
	font-family: "1";
	text-shadow: 0 0 10px #4d4d4d;
	-webkit-text-shadow: 0 0 10px #4d4d4d;
	-moz-text-shadow: 0 0 10px #4d4d4d;
	-o-text-shadow: 0 0 10px #4d4d4d;
}
.banner_mid_2 {
	font-size: 1.8rem;
	color: #fff;
	text-shadow: 0 0 10px #4d4d4d;
	-webkit-text-shadow: 0 0 10px #4d4d4d;
	-moz-text-shadow: 0 0 10px #4d4d4d;
	-o-text-shadow: 0 0 10px #4d4d4d;
}
.banner_mid_3 {
	width: 10%;
	height: 6px;
	background: #006ab6;
	text-align: center;
	margin: 2% auto 0 auto;
}
.indexbanner .swiper-pagination-bullet {
	border-radius: 0;
	background: none;
	background-image: url(../images/img9.png);
	opacity: 1;
	width: 65px;
	height: 3px;
	position: relative;
}
.indexbanner .swiper-pagination-bullet i {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #fff;
}
#swiper-pagination-index-banner {
	width: 100%;
	position: absolute;
	text-align: center;
	bottom: 3%;
}
.swiper-pagination-index-banner {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}
.banner_mid_1 {
}
.index01 {
	width: 100%;
	background: url(../images/bg1.png) no-repeat right bottom;
	margin: 5% 0;
	position: relative;
}
.index01 .abouts {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.abb_left {
	position: relative;
	width: 42.5%;
}
.ttt1 {
	width: 100%;
}
.ttt1 h3 {
	color: #008cd7;
	font-family: "1";
	text-transform: uppercase;
	line-height: 1;
}
.ttt1 span {
	display: block;
	color: #333333;
}
.ttt1 span em {
	font-style: inherit;
}
.abb_left .abbtxt {
	padding: 5% 0;
}
.abb_left .abbtxt p {
	line-height: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.abb_left .cha a {
	display: block;
	width: 195px;
	text-align: center;
	line-height: 44px;
 font-size: .8rem;
	color: #fff;
	text-transform: uppercase;
	background: #1443a9;
}
.abb_left .abbimg {
	margin-top: 2.50625vw;
}
.abb_left .abbimg img {
	max-width: 100%;
	width: 100%;
}
.abb_right {
	position: relative;
	width: 54.35%;
}
.abb_right .number_img img {
	max-width: 100%;
}
.com-img {
	display: block;
	overflow: hidden;
	width: 100%;
}
.com-img img {
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.com-img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.number {
	display: flex;
	margin-top: 3.604vw;
	justify-content: space-between;
	flex-wrap: wrap;
}
.number li {
	position: relative;
	width: 33.333%;
	text-align: center;
}
.number li h3 {
	color: #1443a9;
}
.number li h3 i {
	font-style: inherit;
	color: #138ed1;
	font-family: "1";
	line-height: 1;
}
.number li h3 span {
	display: inline-block;
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background: #977045;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
}
.number li p {
	line-height: 1.7;
	color: #333333;
	padding-top: 5px;
}
 @media (max-width:768px) {
.abb_left {
	width: 100%;
}
.abb_right {
	width: 100%;
	margin-top: 20px;
}
.abb_left .abbtxt {
	padding: 15px 0;
}
}
 @media (max-width:500px) {
.number li {
	margin: 10px 0;
}
.abb_left .abbimg{display:none}
}
/*产品中心*/

.index05 {
	width: 100%;
	padding: 5% 0;
	background: url(../images/bg3.jpg) bottom center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.nav_p {
	margin: 3% 0;
	overflow: hidden;
}
.nav_p a {
	
	width:100%;
	background: #8c8c8c;
	line-height:50px;
	float: left;
	margin: 0;
	color: #fff;
	text-align:center;
display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.nav_p .swiper-slide:nth-child(2n) a{background: #7b7777;}
.nav_p a:hover {
	background: #008cd7
}
.prolist{margin-top:4%;overflow:hidden;}
.proLi {
	position: relative;
	overflow: hidden;
	padding: 10px;
	width: calc(100% / 4);
	float: left;
}
.proLi .pp {
	border: 1px solid #dfdfdf;
	background: #fff;
}
.porTbox {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 90%;
}
.proImg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
	transition: all .5s ease;
}
.porBbox {
	padding: 5% 0;
	text-align: center;
	border-top: 1px solid #dfdfdf;
	width: 80%;
	margin: 0 auto;
}
.porBbox a {
	display: block;
}
.porBbox h2 {
	font-weight: 540;
	margin-bottom: 3%;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.porBbox p {
	color: #838383
}
.porBbox p img {
	margin-left: 10px;
}
.porBbox a:hover h2, .porBbox a:hover p {
	color: #008cd7
}
.showBox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0,0,0,.6);
	transition: all 0.5s ease;
}
.showBoxLink {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 60%;
	color: #fff;
	text-align: center;
	font-size: 1rem;
	padding: 0.5rem 0;
}
.showBoxLink::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	height: 1px;
	background: #fff;
	transition: all .5s ease;
}
.showBoxLink::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	height: 1px;
	background: #fff;
	transition: all .5s ease;
}
.proLi:hover .showBox {
	opacity: 1;
}
.proLi:hover .showBoxLink::before, .proLi:hover .showBoxLink::after {
	width: 10%;
}
 @media (max-width:1200px) {
		.proLi{ 
	padding: 5px }
	 
	 }


 @media (max-width:768px) {
	 .nav_p a {

	line-height:40px;}
	.proLi {

	width: calc(100% / 2); 
	 
	 }

 }






.index02 {
	width: 100%;
	position: relative;
}
.index02:after {
	position: absolute;
	width: 100%;
	content: "";
	left: 0;
	top: 0;
	z-index: 3;
	height: 100%;
	background: url(../images/c1.png) center no-repeat;
	background-size: cover;
}
.inbg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.inbg div, .pro1 div {
	display: none;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.inbg div:first-child, .pro1 div:first-child {
	display: block;
}
.index02 .ttt1 h3, .index02 .ttt1 span {
	color: #fff;
}
.index02 .intrs {
	width: 60%;
	padding-top: 10%;
}
.index02 .intrs .list {
	width: 100%
}
.index02 .intrs .list ul {
	width: 100%;
	margin: 0
}
.index02 .intrs .list ul li {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	display: none
}
.index02 .intrs .list ul li .num h1 {
	display: inline-block;
	background: #fff;
	color: #1b3884;
	font-weight: 500;
	padding: 0 5px;
}
.index02 .intrs .list ul li .num h2 {
	color: #fff;
	font-weight: 500;
}
.index02 .intrs .list ul li .text {
	width: 100%;
	overflow: hidden;
	margin-bottom: 6%;
}
.index02 .intrs .list ul li .text h3 {
	color: #fff;
}
.index02 .intrs .list ul li .text small {
	display: block;
	margin: 2% 0 5% 0;
}
.index02 .intrs .list ul li .text p {
	width: 100%;
	color: #fff;
	line-height: 34px;
	text-align: justify;
}
.more2 {
	display: block;
}
.more2 a {
	display: inline-block;
	padding: 0 2%;
	background: #ec0f0f;
	text-align: center;
	line-height: 40px;
	color: #fff;
}
.more2 a:hover {
	text-decoration: none;
	background: #008cd7
}
.more2 a img {
	margin-left: 30px
}
.index02 .intrs .list ul li.active {
	display: flex
}
.index02 .left {
	width: 30%;
	padding: 5% 0;
	border-right: 1px solid rgba(255,255,255,0.4);
}
.index02 .tabs {
	width: 100%;
	margin-top: 6%;
	position: relative;
	z-index: 11;
	overflow: hidden;
}
.index02 .tabs ul {
	margin: 0;
	width: 100%
}
.index02 .tabs ul li {
	width: 100%;
	padding: 5% 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
}
.index02 .tabs ul li .ico {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}
.index02 .tabs ul li .txt {
	width: 100%;
	background: url(../images/a1.png) no-repeat left center;
	color: #fff;
	padding-left: 35px;
}
.index02 .tabs ul li.active .txt {
	background: url(../images/a1-1.png) no-repeat left center;
	color: #ec0f0f;
}
 @media screen and (max-width:768px) {
.more2 a {
	line-height: 30px;
}
.more2 a img {
	margin-left: 10px;
}
.index02 .left {
	width: 100%;
	border-right: none;
}
.index02 .tabs ul li {
	width: 50%;
	float: left;
	padding: 2% 0;
}
.index02 .tabs ul li .txt {
	padding-left: 25px;
}
.index02 .intrs {
	width: 100%;
	padding-top: 5%;
	padding-bottom: 5%;
}
.index02 .intrs .list ul li .text small {
	margin: 2% 0;
}
.index02 .intrs .list ul li .text p {
	line-height: 26px;
}
}
.index03 {
	width: 100%;
	padding: 5% 0;
}
.partners .ttt1 p {
	margin-top: 5%;
	line-height: 26px;
}
.index03 .partners {
	margin: 0 5%;
	box-shadow: 0 0 30px #d8d8d8;
	position: relative;
}
.partners .dt {
	position: absolute;
	top: 10%;
	left: 2%;
}
.partners .hz {
	position: relative;
	z-index: 33;
	padding: 5% 0;
	height: 580px;
	background: url(../images/h2.png) no-repeat right bottom;
}
.partners .ttt1 {
	width: 35%
}
.partners .right {
	width: 55%;
	margin-top: 5%;
}
.partners .right li {
	width: 33.33%;
	float: left;
	text-align: center;
	margin-bottom: 10%
}
 @media screen and (max-width:1320px) {
.partners .hz {
	height: 530px;
}
.partners .dt {
	top: 5%;
	left: 0;
}
.partners .dt img {
	transform: scale(0.9)
}
}
@media screen and (max-width:1024px) {
.partners .dt img {
	transform: scale(0.7)
}
.partners .hz {
	height: auto;
}
.partners .ttt1 {
	width: 100%
}
.partners .right {
	width: 100%;
}
.partners .ttt1 p {
	margin-top: 2%;
}
.partners .right li {
	margin-bottom: 2%;
	padding: 0 1%
}
}
 @media screen and (max-width:768px) {
.partners .hz {
	background: none
}
.partners .right li {
	width: 50%
}
}
/*新闻中心*/

.index04 {
	width: 100%;
	overflow: hidden;
	background: url(../images/bg7.jpg) no-repeat top center;
	background-size: cover;
	padding: 5% 0;
	background-attachment: fixed;
}
.news .left {
	width: 45%;
}
.news .right a {
	display: block;
	position: relative
}
.news .right .pic {
	overflow: hidden;
}
.news .right .des {
	padding: 3% 8%;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	background: url(../images/img09.png);
}
.news .right .des h1 {
	color: #fff;
	margin-bottom: 2%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.news .right .des p {
	color: #c1c1c0;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news .right a:hover h1 {
	color: #138ed1
}
.news .right {
	width: calc(100% - 50%);
	margin-top: 5%
}
.news .new_t {
	text-align: right
}
.new_t h1 {
	color: #138ed1
}
.new_t h1 span {
	display: block;
}
.new_t p {
	margin-bottom: 0.5em;
}
.new_t small {
	color: #a6a7a5
}
.index04 .ttt1 {
	margin-bottom: 3em;
}
.new_c li {
	width: 100%;
	border-bottom: 1px solid #d8d9d7;
	padding-bottom: 14px;
	margin-bottom: 3%;
	overflow: hidden;
}
.new_c li a {
	display: block;
	width: 100%;
}
.new_c li span:first-child {
	float: left;
	position: relative;
	padding-left: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.new_c li span:first-child:before {
	position: absolute;
	content: "。";
	left: 0;
	bottom: 4px;
	font-size: 22px;
	color: #138ed1
}
.new_c li span:last-child {
	float: right
}
.new_c li a:hover span {
	color: #138ed1
}
 @media screen and (max-width:1200px) {
.news .right {
	margin-top: 10%;
}
}
 @media screen and (max-width:1100px) {
.new_t h1 span {
	display: inline-block
}
}
@media screen and (max-width:900px) {
.news .right {
	width: 100%;
	margin-top: 0;
	margin-bottom: 5%
}
.news .left {
	width: calc(100% - 0%);
}
.news .right .des {
	padding: 3%
}
}
