/* banner */
.banner{
	position: relative;
}
.banner img{
	width:100%;
}
.banner .swiper-pagination{
	bottom: 26px;
}
.banner .swiper-pagination-bullet {
    width: 47px;
	height: 4px;
    border-radius: 0px;
    background: #fff;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .3);
}
.banner .swiper-pagination-bullet-active {
	opacity:1;
    background: #fff;
}
/* 公共样式 */
.indexTitle{
	text-align: center;
	padding:66px 0 54px;
}
.indexTitle .title{
	font-size: 26px;
	font-weight:bold;
}
.indexTitle .title span{
	color:#003371;
}
.indexTitle .sub{
	font-size: 14px;
	color:#545454;
	margin-top: 10px;
}
.indexTitle .sub img{
	padding:0 10px;
}
.indexTitle .sub img:last-child{
	transform: scaleX(-1);
}
.lookmore{
	padding:50px 0;
	text-align: center;
}
.lookmore a{
	display: inline-block;
	border:1px solid #003371;
	padding:16px 80px;
	color:#003371;
	transition: all .3s;
	font-size: 18px;
}
.lookmore a:hover{
	background-color: #003371;
	color: #fff;
}
/* 产品系列 */
.index1{
	width:1400px;
	margin:0 auto;
	margin-bottom: 50px;
}
.index3 .index1 {
	margin-bottom: 70px;
}
.index4 .index01{
	padding-top: 0px;
}
.index01 {
	display: flex;
	justify-content: space-between;
	padding-top: 60px;
	align-items: end;
}
.index02 b{
	font-size: 20px;
	font-weight: bold;
	color: #171717;
}
.index02 p{
	font-size: 20px;
	font-weight: bold;
	color: #171717;
}
.index02 div:nth-of-type(1){
	font-size: 18px;
	color: black;
	padding-top: 20px;
	font-weight: bold;
}
/* 产品系列 */
.index2 {
	margin-top: 36px;
	display: flex;
	justify-content: space-between;
}
.index201s{
	display: none;
}
.index2s {
	width: 438px;
	height: 282px;
	text-align: center;
	padding: 10px;
	border-radius:25px;
	border: 1px solid rgba(0, 0, 0, .2);
	/* overflow: hidden; */
}
.index2s img{
	max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
	border-radius:25px;
}
.index4s1:hover .index2s img{
	transform: scale(1.1);
	transition: all .5s;
}
.index3s {
	width: 444px;
	height: 113px;
	background-color: #212b8c;
	border-radius:25px;
	margin-bottom: 50px;
	display: flex;
	color: #ffff;
	font-size: 16px;
	justify-content: space-around;
	align-items: center;
	cursor: pointer;
}
.ind_Carousel .swiper-scrollbar-drag{
	width: 100px !important;
	background-color: #e7483f;
}
.index3s img{
	width: 30px;
	height: 25px;
}
.index3s .ind_btn{
	width: 89px;
	height: 30px;
	border-radius: 25px;
	position: relative;
	background-color: #ffffff;
	cursor: pointer;
}
.index3s .ind_btn1{
	position: absolute;
	width: 86px;
	top: 0px;
	border: 1px solid #212b8c;
	color: #ffff;
	height: 28px;
	background: linear-gradient(to left, #ffffff, 8% , #212b8c 60%);
	border-radius: 20px;
	text-align: center;
	font-size: 15px;
	line-height: 27px;
}
.index3s .ind_btn1:hover{
	transition: all 0.5s;
	background: linear-gradient(to left, #ffffff, 20% , #212b8c 60%);
}
/* 产品展示 */
.index3{
	background-color: #f0f4ff;
}
.index3_show {
	padding-top: 49px;
	display: flex;
	flex-wrap: wrap;
	cursor: pointer;
	justify-content: space-between;
}
.index3_show01s:hover img{
	transform: scale(1.1);
	transition: all .5s;
}
.index3_show01s{
	width: 448px;
	height: 338px;
	overflow: hidden;
	text-align: center;
	background-color: #ffff;
	border-radius: 20px;
	margin-bottom: 30px;
	position: relative;

}
.index3_show05s{
	width: 448px;
	padding: 20px;
	height: 283px;
}
.index3_show06s{
	text-align: center;
	margin: 0 auto;	
	color: #ffff;
	background-color: #212b8c;
	padding: 10px;
	border-radius: 20px;
	margin-bottom: 35px;
}
.index3_show06s a{
	padding: 0 30px;
}
.index3_show06s:hover{
	background-color: #0f6bb9;
}
.index3_show01s img{
	max-width: 100%;
    max-height: 83%;
    width: auto;
    height: auto;
}
.index3_show02s {
	display: flex;
	position: relative;
	width: 454px;
	height: 92px;
}
.index3_show03s {
	position: absolute;
	left: -5px;
	top: -34px;
	width: 454px;
	height: 92px;
	background: url(../images/show.png) no-repeat;
}
.index4_show {
	display: none;
}
.index3_show04s p{
	position: relative;
	font-size: 16px;
	color: #b0b0b0;
}
.index3_show04s p i{
	padding-right: 22px;
}
.index3_show .icon-yousanjiao{
	position: relative;
	font-size: 42px;
	color: #e22319;
	padding-left: 20px;
}
.sw {
	color: #fff !important;
}
.index3_show .icon-youjiantou{
	position: relative;
	padding-left: 130px;
	font-size: 31px;
	color: #b0b0b0;
}
.index3_show04s {
	display: flex;
	align-items: center;
	position: absolute;
	z-index: 2;
}
.index4{
	width:1400px;
	margin:0 auto;
	margin-bottom: 100px;
}
.index4s {
	margin-top: 70px;
	display: flex;
}
.logistics3 {
	color: #ffff !important;
}
.serve1 {
	background-color: #e22319 !important;
}
.index4_serve {
	width: 237px;
	height: 237px;
	cursor: pointer;
	text-align: center;
	border: 1px solid #f5f5f5;
}
.index4_serve span{
	display: block;
	padding-top: 65px;
	font-size: 40px;
}
.index4_serve .index4_serve1{
	padding-top: 20px;
}
.index4_serve2 {
	font-size: 16px;
}
.index4_serve1 p{
	font-size: 12px;
}
/* 公司简介 */
.index5 {
	width: 100%;
	height: 820px;
	background: url(../images/111\(2\).jpg) no-repeat;
	background-size: 100% 100%;
}
.index5_synopsis{
	display: flex;
	justify-content: flex-end;
}
.index5_synopsis1{
	width: 1064px;
	padding: 16px 162px 41px 90px;
	background-color: #212b8c;
}
.index5_synopsis1 .index01 .index02 b{
	color: #ffff;
}
.index5_synopsis1 .index01 .index02 p{
	color: #ffff;
}
.index5_synopsis1 .index01 .index02 div:nth-of-type(1){
	color: #ffff;
}
.index5_synopsis2 {
	font-size: 16px;
	color: #ffffff;
	line-height: 44px;
	font-family: MicrosoftYaHei;
	text-align: justify;
}
.index5_synopsis3 {
	display: flex;
	justify-content: flex-end;
}
.index5_synopsis4{
	position: relative;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background-color: #e22319;
	cursor: pointer;
}
.index5_synopsis4 div:nth-of-type(1){
	width: 200px;
	color: #fff;
	top: 12px;
	display: flex;
	align-items: center;
	left: 36px;
	position: absolute;
}
.index5_synopsis4 div:nth-of-type(1):hover{
	left: 40px;
}
.index5_synopsis4 div:nth-of-type(1) .icon-xiangyou-jiantou{
	font-size: 31px;
}
.index5_synopsis5 {
	width:1400px;
	margin:0 auto;
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
}
.index5_synopsis6{
	width: 410px;
	cursor: pointer;
	background-color: #ffff;
	padding: 38px 55px 73px 49px;
	border-radius: 6px;
	box-shadow: 0px 0 20px rgba(0, 0, 0, .2);
}
.index5_synopsis7 {
	width: 54px;
	height: 54px;
	border: 2px solid #838383;
	border-radius: 50%;
	text-align: center;
}
.synopsis {
	color: #fff !important;
}
.synopsis1 {
	border: 2px solid #ffff;
	color: #fff ;
}
.index5_synopsis7 span{
	font-size: 41px;
	color: #838383;
}
.index5_synopsis8 {
	font-size: 70px;
	font-weight: bold;
	color: #353535;
}
.index5_synopsis8 span {
	display: block;
	width: 38px;
	height: 3px;
	background-color: #e22319;
	border-radius: 2px;
}
.index5_synopsis9 {
	padding-top: 37px;
	font-size: 18px;
	color: 353535;
	font-weight: bold;
}
.index5_synopsis10 {
	padding-top: 44px;
	font-size: 18px;
	color: 353535;
}
/* 案例展示 */
.index6 {
	width: 100%;
	background-color: #f6f6f6;
	padding: 0 55px;
	display: block;
}
.index6_case {
	width: 1400px;
	margin: 0 auto;
	padding-top: 200px;
}
.index6_case1 {
	width: 391px;
	height: 54px;
	color: #fff;
	text-align: center;
	line-height: 54px;
	cursor: pointer;
	background-color: #171717;
}
.index6_case2{
	display: flex;
}
.index6_case1:nth-of-type(1){
	margin-right: 20px;
}
.case1 {
	background-color: #e22319;
}
.index6_case3 {
	margin-top: 98px;
	display: flex;
	padding-bottom: 60px;
	justify-content: space-between;
}
.index6_case4{
	width: 430px;
	height: 377px;
	cursor: pointer;
	background-color: #fff;
	box-shadow: 0px 0 20px rgba(0, 0, 0, .2);
}
.index6_case4:hover .index6_case_T img{
	transform: scale(1.1);
	transition: all .5s;
}
.index6_case4:hover .index6_case_B {
	color: #003371;
}
.index6_case_T {
	width: 430px;
	height: 307px;
	overflow: hidden;
}
.index6_case_T img{
	width: 100%;
	height: 100%;
}
.index6_case_B {
	width: 430px;
	height: 70px;
	line-height: 70px;
	padding: 0 24px;
	display: flex;
	font-weight: bold;
	font-size: 16px;
	justify-content:space-between;
}
.index6_case_right .icon-xiangyou-jiantou{
	font-size: 21px;
}
.index7 {
	display: none;
}
/* 新闻动态 */
.index8 {
	width: 1400px;
	margin: 0 auto;
	display: block;
}
.index9 {
	display: none;
}
.index8_news{
	display: flex;
	flex-wrap: wrap;
	cursor: pointer;
	justify-content: space-between;
}
.index8_news1 {
	width: 50%;
	height: 249px;
	padding-top: 32px;
	margin-bottom: 48px;
	padding-right: 50px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}
.index8_news1:hover .index8_news_right .index8_news_right_T {
	color: #212b8c;
}
.index8_news1:hover .index8_news_left  .index8_news_T{
	color: #212b8c;
}
.index8_news1:hover .index8_news_left  .index8_news_B{
	color: #212b8c;
}
.index8_news1:nth-child(n+1){
	padding-left: 10px;
}
.index8_news1:nth-child(4n-1){
	border-bottom: 0px solid;
}
.index8_news1:nth-child(4n){
	border-bottom: 0px solid;
}
.index8_news_left {
	padding-right: 20px;
}
.index8_news_left .index8_news_T {
	width: 100px;
	font-size: 45px;
	color: #171717;
	font-weight: bold;
}
.index8_news_left .index8_news_B {
	font-size: 20px;
	color: #2e2e2e;
}
.index8_news_right .index8_news_right_T {
	font-size: 16px;
	font-weight: bold;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 1;  
	overflow: hidden; 
}
.index8_news_right .index8_news_right_B{
	font-size: 14px;
	margin-top: 33px;
	line-height: 27px;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2;  
	overflow: hidden; 
}
.index8_news_Btn {
	margin-top: 30px;
	width: 118px;
	height: 33px;
	text-align: center;
	line-height: 30px;
	border: 1px solid rgba(0, 0, 0, .2);
}
/* 在线留言 */
#allmap {
    width: 100%;
    height: 444px;
}
.proSwiper .swiper-slide{
	background-color: #f5f5f5;
	padding-bottom: 20px;
}
.proSwiper .swiper-slide:hover{
	background-color: #003371;
}
.proSwiper .swiper-slide:hover h2{
	color: #fff;
}
.proSwiper .swiper-slide img{
	width: 100%;
}
.proSwiper .swiper-slide h2{
	font-size: 16px;
	color: #434343;
	text-align: center;
	font-weight: normal;
	padding-top: 20px;
	transition: all .3s;
}
.proSwiper .lrbtn{
	position: absolute;
	top:55px;
	right: 0;
	width:104px;
}
.proSwiper .swiper-button-next,.proSwiper .swiper-button-prev{
	position: inherit;
	display: inline-block;
	font-size: 30px;
	width: 38px;
	height:38px;
	border-radius: 30px;
	text-align: center;
	border:1px solid rgba(0,51,113,.3);
	line-height: 25px;
	color:#444444;
	transition: all .3s;
}
.proSwiper .swiper-button-next:hover, .swiper-button-prev:hover{
	background-color: #003371;
	color: #fff;
}
.proSwiper .swiper-button-next:after, .swiper-button-prev:after{
	display: none;
}




.patSwiper .swiper-slide{
	background-color: #f5f5f5;
	padding-bottom: 20px;
	
}
.patSwiper .swiper-slide:hover{
	background-color: #003371;
}
.patSwiper .swiper-slide:hover h2{
	color: #fff;
}
.patSwiper .swiper-slide img{
	width: 100%;
}
.patSwiper .swiper-slide h2{
	font-size: 16px;
	color: #434343;
	text-align: center;
	font-weight: normal;
	padding-top: 20px;
	transition: all .3s;
}
.patSwiper .lrbtn{
	position: absolute;
	top:55px;
	right: 0;
	width:104px;
}
.patSwiper .swiper-button-next,.patSwiper .swiper-button-prev{
	position: inherit;
	display: inline-block;
	font-size: 30px;
	width: 38px;
	height:38px;
	border-radius: 30px;
	text-align: center;
	border:1px solid rgba(0,51,113,.3);
	line-height: 25px;
	color:#444444;
	transition: all .3s;
}
.patSwiper .swiper-button-next:hover, .swiper-button-prev:hover{
	background-color: #003371;
	color: #fff;
}
.patSwiper .swiper-button-next:after, .swiper-button-prev:after{
	display: none;
}

/* 案例 */

/* footer pc */
.footers{
	width: 100%;
	padding-top: 500px;
	margin-top: 217px;
	height: 565px;
	padding-bottom: 100px;
	background: url(../images/footer.jpg) no-repeat ;
	color:#fff;
	position: relative;
	background-size: 100% 100%;
}
.footers .contPub{
	position: absolute;
	top: -179px;
	height: 665px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #212b8c;
	width: 1400px;
	margin:0 auto;
	display: flex;
}
.footers .contPub1{
	padding-left: 80px;
	padding-top: 100px;
}
.footers .contPub1s{
	font-size: 32px;
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
}
.footers .contPub2s{
	padding-top: 170px;
}
.footers .contPub2s p{
	padding-top: 10px;
}
.contPub2 {
	flex: 1;
	padding-top: 60px;
	padding-left: 38px;
	cursor: pointer;
}
.contPub2 ul{
	display: flex;
	justify-content:space-around
}
.contPub2 ul li p:hover{
	color: #0f6bb9;
}
.contPub2 ul li b:hover{
	color: #0f6bb9;
}
.contPub2 ul li b{
	font-size: 16px;
	color: #ffffff;
}
.contPub2 ul li p{
	font-size: 14px;
	color: #ffffff;
	margin-top: 20px;
}
.contPub2 ul li p:nth-of-type(1){
	margin-top: 30px;
}
.contPub3 {
	padding-top: 90px;
	padding-right: 75px;
	padding-left: 34px;
}
.contPub3 .contPub3s{
	width: 448px;
	height: 53px;
	border: 1px solid #c8c8cad0;
	font-size: 16px;
	margin-bottom: 20px;
}
.contPub3 .contPub3s input{
	line-height: 53px;
	padding-left: 12px;
	font-size: 18px;
	color: #c8c8cad0;
}
input::-webkit-input-placeholder {
	color: #b9b6b6;	
}
textarea::-webkit-input-placeholder {
	color: #b9b6b6;
  }
.contPub3 .contPub3s i{
	float: left;
	padding-top: 10px;
	padding-left: 20px;
	font-size: 25px;
	color: #c8c8cad0;
}
.contPub5s {
	width: 448px;
	height: 150px;
	display: flex;
	border: 1px solid #c8c8cad0;
}
.contPub5s i{
	color: #c8c8cad0;
	font-size: 25px;
	padding-top: 20px;
	padding-left: 20px;
}
.contPub5s textarea{
	font-size: 18px;
	color: #c8c8cad0;
	padding-left: 12px;
	padding-top: 20px;
}
.contPub3 .button {
	cursor: pointer;
	margin-top: 20px;
	width: 100%;
	height: 53px;
	color: #ffff;
	font-size: 18px;
	text-align: center;
	line-height: 53px;
	background-color: #e22319;
	margin-bottom: 100px;
}
.information1 {
	width: 73.5%;
	margin: 0 auto;
}
.information {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.information_left_T {
	font-size: 16px;
}
.information_left_T i{
	font-size: 23px;
	font-style: normal;
}
.information_left_B {
	font-size: 16px;
	margin-top: 10px;
}
.information_right {
	font-size: 16px;
}
/* 关于我们 */
.contPub {
    width: 75%;
    margin: 0 auto;
}
.enterIn1{
	padding-bottom: 50px;
}
.enterIn1 .Intitle{
	font-size: 24px;
	color: #0e2d6d;
	font-weight: bold;
	border-bottom: 3px solid #f0f0f0;
	padding-top: 90px;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 30px;
}
.enterIn1 p{
	font-size:16px;
	color:#6b6b6b;
	line-height:32px;
	text-indent:2em;
}
.enterIn1 ul{
	display:flex;
	justify-content: space-between;
	padding-top:96px;
}
.enterIn1 ul .lit{
	font-size:16px;
	color:#6b6b6b;
}
.enterIn1 ul .lin{
	font-size:20px;
	color:#0f6bb9;
}
/* 产品展示 */
.centre{
	padding-top:100px;
}
.centre ul li h3{
	font-size:18px;
	padding:20px;
	text-align: center;
}
.centre ul li{
	width: 31%;
	margin-right:3.25%;
	position: relative;
	cursor: pointer;
	background-color: #f5f5f5;
	margin-bottom: 30px;
	transition: all .3s;
}
.centre ul li:hover{
	background-color: #212b8c;
	color: #fff;
}
.centre ul li:nth-child(3n){
	margin-right: 0;
}
.centre ul li .imgs {
    text-align: center;
	border: 1px solid rgba(0, 0, 0, .2);
}
.centre ul li .imgs img {
    max-width: 100%;
    max-height: 100%;
	width: auto;
	height: auto;
}
.centre .none{
	text-align: center;
	padding:50px 0;
}
/* 案例 */
.caseList ul li{
	background-color: #fff;
	overflow: hidden;
	width: 31%;
	margin-right:3.25%;
	height: 409px;
	position: relative;
	cursor: pointer;
	margin-bottom: 30px;
	border: 1px solid rgba(0, 0, 0, .2);
}
.caseList ul li:hover{
	border: 1px solid #212b8c;
}
.caseList ul li:hover h3{
	background-color: #212b8c;
	color: #fff;
}
.caseList ul li .imgs{
	padding:0;
	height: auto;
	font-size:0;
	line-height: auto;
	overflow: hidden;
}
.caseList ul li .imgs img{
	width: 100%;
}
.caseList ul li img{
	transition: all .5s;
}
.caseList ul li h3 {
	text-align: center;
	border-top: 1px solid rgba(0, 0, 0, .2);
    font-size: 18px;
    padding: 17px 0;
}
.caseList ul li p{
	font-size: 14px;
	color: #929292;
}
.caseList ul li:nth-child(3n){
	margin-right: 0;
}
.caseList ul li:hover img{
	transform: scale(1.1);
}
/* 新闻中心 */
.newsList{
	padding:50px 0;
}
.newsList ul li{
	width:31%;
	margin-bottom:30px;
}
.newsList ul li:nth-child(3n-1){
	margin:0 3.5%;
}
.newsList ul li a{
	display:block;
}
.newsList ul li h3{
	font-size:20px;
	color:#222222;
	padding:30px 0 20px;
	transition:all .3s;
}
.newsList ul li p{
	font-size:14px;
	color:#999999;
	line-height:26px;
	height:52px;
}
.newsList ul li img{
	width: 100%;
	height:309px;
}
.pro {
	text-align: center;
	margin-bottom: 20px;
}
.product_details {
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin-bottom: 30px;
	background-color:#f1f1f3d0;
}
.product_details1{
	width: 181px;
	height: 60px;
	text-align: center;
	background-color: #ffff;
	border-top: 3px solid #0f6bb9;
}
.newsList ul li a:hover h3{
	color:#003371;
}
.newsList ul li a:hover h3::before{
	content: '';
	display:inline-block;
	width:50px;
	height:2px;
	background-color: #003371;
	margin-right:10px;
	margin-top:-10px;
	vertical-align: middle;
}
/* 资料下载 */
.downList .uls{
	padding-top:50px;
}
.downList ul li h3{
	font-weight:normal;
	margin-bottom: 10px;
	transition: all .3s;
	font-size: 18px;
	border-left: 2px solid #003371;
	padding-left: 10px;
}
.downList ul li h3 span{
	float: right;
	color: #939393;
	font-size:14px;
}
.downList ul li p{
	margin-bottom:30px;
	color:#939393;
	
}
.downList ul li:hover h3{
	color: #003371;
}
/* 联系我们 */
.map_all{
	margin-top: 2px;
	height:500px;
}
.map_all .map{
	width:100%;
	height:100%;
}
.map_all #platform{
	left: -117px !important;
	top: 3px !important;
}
.map_all .BMapLabel{
	border:  transparent !important;
	background-color: transparent !important;
	font-size: 20px !important;
	padding: 0px !important;
	color: #003371;
}
.amap-marker-label{
	border: 1px solid transparent !important;
	background:transparent !important;
}
.con {
	width: 1400px;
	margin: 0 auto;
}
.formfk {
	clear: both;
	overflow: hidden;
	margin-top: 30px;
    margin-bottom: 150px;
}

.formfk li {
	width: 48%;
	height: 50px;
	background: #EAECF3;
	float: left;
	margin-bottom: 20px;
	margin-right: 4%;
	padding: 20px;
	font-size: 16px;
	font-weight: 400;
	color: #464646;
}

.formfk li:nth-child(2n) {
	margin-right: 0;
}

.formfk .text {
	clear: both;
	overflow: hidden;
    height: 220px;
	background: #EAECF3;
	width: 100%;
    padding: 20px;
    font-size: 16px;
	font-weight: 400;
	color: #464646;
}
input {
	border: 0;
	display: block;
	outline: none;
	background: none;
	box-sizing: border-box;
}

textarea {
	border: 0;
	display: block;
	outline: none;
	background: none;
	box-sizing: border-box;
	resize: none;
	width: inherit;
}
.formfk .button {
	width: 268px;
    height: 45px;
	background: #212b8c;
    line-height: 45px;
	margin: 0 auto;
    margin-top: 45px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.formfk .button:hover {
	background: #0f6bb9;
	transition: 0.5s;
}
.liuyb .titb {
	margin-top: 20px;
    text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #464646;
}

.contantInfo{
	background:rgba(255,255,255,1);
	padding:10px;
	border-radius:10px;
}
.contantInfo h5{
	font-size:18px;
	height:40px;
	padding-top: 10px;
	/* font-weight:normal; */
}
.contantInfo p{
	font-size:16px;
	color:#2e2e2e;
	margin-bottom:14px;
}
.jion h5 {
    text-align: center;
    font-size: 30px;
    color: #3d3d3d;
    padding: 50px 0;
}
.contant{
	padding: 50px 30px;
	background-color:#f2f2f2;
	margin:50px auto;
}
.contant .fr{
	width: 565px;
	margin-bottom: 30px;
}
.contant .fr img{
	width: 100%;
}
.contant .fl h5{
	font-size: 24px;
}
.contant .fl span{
	font-size: 30px;
	padding-right: 10px;
	vertical-align: middle;
}
.contant p{
	color: #646363;
	font-size: 16px;
	line-height: 32px;
	margin-top:30px;
}
.contant .phone{
	width: 546px;
	height: 234px;
	border-radius: 10px;
	box-shadow:0 0 20px #cbd7e5;
	background:url(../images/1.png) no-repeat 50px 72px;
	padding:30px 20px;
	padding-left: 175px;
	margin-bottom: 30px;
}
.contant .phone h6{
	font-size: 16px;
	font-weight: normal;
	color: #8b8888;
	margin-bottom: 30px;
	padding-top: 10px;
}
.contant .phone p{
	font-size: 16px;
	color: #003371;
}
.contant .phone p span{
	padding-right: 10px;
	font-size: 20px;
}
.contant .address{
	background:url(../images/2.png) no-repeat 50px 72px;
}




.contant .online{
	position: fixed;
	top: 50%;
	right: 0;
	text-align: center;
	z-index: 999;
	width: 100px;
	padding:10px;
	cursor: pointer;
	background: #e2e1e1;
	border-radius: 10px;
}
.contant .online img{
	width: 70%;
}
.contant .online h3{
	font-size: 18px;
	padding-top: 5px;
}
.contant .el-input{
	height: 100%;
}
.contant .el-form-item__content{
	height: 50px;
}
.contant .text .el-form-item__content{
	height: 130px;
}
.contant .text .el-textarea__inner{
	height: 130px;
}
.contant .el-button{
	width: 100%;
	padding:20px 0;
	font-size: 16px;
	background-color: #003371;
	border: 1px solid #003371;
}
.mcontent .cont{
	padding:0 .3rem;
}
.mcontent .cont h5{
	font-size: .36rem;
}
.mcontent .cont span{
	font-size:.4rem;
	vertical-align: middle;
	padding-right: .2rem;
}
.mcontent .cont p{
	font-size: .28rem;
	line-height: .45rem;
	color: #646363;
	margin-bottom: .1rem;
}
.mcontent .el-input{
	height: 100%;
}
.mcontent .el-form-item__content{
	height: 40px;
}
.mcontent .text .el-form-item__content{
	height: 130px;
}
.mcontent .text .el-textarea__inner{
	height: 130px;
}
.mcontent .el-button{
	width: 100%;
	padding:.3rem 0;
	font-size: 16px;
	background-color: #003371;
	border: 1px solid #003371;
}
.PCabout01 {
	display: none;
}



/* 详情页样式 */
.details h4 {
    text-align: center;
    font-size: 26px;
    color: #171717;
    border-bottom: 1px solid #f0f0f0;
	padding: 60px 0 40px;
    padding-bottom: 20px;
	font-weight:normal;
}
.details .tiem {
    padding: 15px 0;
    color: #7a7a7a;
    font-size: 14px;
	text-align:center;
}
.details .detail_cont{
    font-size: 16px;
    color: #4c4c4c;
    line-height: 32px;
    margin-bottom: 50px;
}
.details .updown {
    padding: 30px 0;
	color:#333;
	font-size:14px;
}
.details .updown p{
	margin-bottom:10px;
}

/* -----------------------分页----------------------- */
.pagination{
    padding:50px 0;
	width: 500px;
	margin: 0 auto;
}
.el-pager li {
    margin: 0 6px !important;
    color: #7c7c7c !important;
    width:36px !important;
    border:1px solid #d9d9d9 !important;
    transition: all .3s;
    font-size: 16px !important;
    height: 36px !important;
    font-weight: normal;
    border-radius: 4px;
	line-height: 36px !important;
}
.el-pagination.is-background .btn-prev{
	border:1px solid #d9d9d9 !important;
	height: 36px;
}
.el-pagination.is-background .btn-next{
	border:1px solid #d9d9d9 !important;
	height: 36px;
}
.pagination .el-pager li:hover{
    color:#fff !important;
    background: #1b80c3 !important;
}
.el-pagination{
    width:50% !important;
}
.el-pager li.is-active {
	color:#fff !important;
}
.el-pagination button .el-icon{
    font-weight: normal !important;
    display: block;
    width:85px;
    height:36px;
    border:1px solid #d9d9d9 !important;
    line-height: 36px;
	border-radius: 4px;
	color: #7c7c7c;
}
.el-pagination button .el-icon:hover{
    background-color: #1b80c3;
    color:#fff !important;
}
.pagination .home{
    cursor: pointer;
    display: inline-block;
    width:70px;
    height: 36px;
    border:1px solid #d9d9d9 !important;
    line-height: 36px;
    text-align: center;
    box-sizing: border-box;
	font-size:16px;
	border-radius: 4px;
	color: #7c7c7c;
}
.pagination .home:hover{
    background-color: #1b80c3;
    color:#fff !important;
}
.pagination .home1{
    margin-right:6px;
    float: left;
    margin-top:2px;
    box-sizing: border-box;
	font-size:16px;
	border-radius: 4px;
}
.el-pager li.active{
    background-color: #1b80c3;
    color:#fff !important;
}
.path02{
	padding-top:30px;
	width: 73%;
	margin:0 auto;
	color:#1b80c3;
	font-size:18px;
	margin-bottom:35px;
	border-bottom: 1px solid #eeeeee;
	white-space: nowrap;
	overflow-x: auto;
	padding-bottom: 10px;
}
.path02::-webkit-scrollbar{
	height: 6px;
	background: #ccc;
}
.path02::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background:#003371;
}
.path02s span{
	display: inline-block;
	padding:10px 0;
	margin:0 25px;
	color:#535353;
	border:0;
	cursor: pointer;
}
.path02s span.active{
	color:#fff;
	background-color: #003371;
}
/* 左侧列表样式 */
.policy_left{
    width:270px;
    height: 100%;
    box-shadow: 0 0 20px #f0efef;
    border-radius:10px;
	margin-top:55px;
}
.policy_left .one_box{
    background: url(../images/pl.png) no-repeat;
    height: 132px;
    background-size:100% auto;
    color: #fff;
    text-align: center;
}
.policy_left .one_box h3{
    font-size: 25px;
    padding-top:28px;
    font-weight: bold;
}
.policy_left .one_box h6{
    font-size: 12px;
    color:#9fb8eb;
    padding-top:18px;
    text-transform:uppercase;
	font-weight: normal;
}
.policy_left ul{
	margin-top:46px;
	display: block;
	padding-top:0;
}
.policy_left ul li{
	margin-bottom:5px;
	position:relative;
}
.policy_left ul li:after{
	content:'';
	position: absolute;
	bottom:-6px;
	left:16px;
	width:240px;
	border-bottom:1px dashed #dfdfdf;
}
.policy_left ul li a{
    display: block;
    color:#454545;
    font-size:16px;
	text-align: center;
	padding:16px 0;
	border-radius: 10px;
	position: relative;
}
.policy_left ul li a span{
	position: absolute;
	top:0;
	right: 0;
	width:40px;
	height: 100%;
	line-height:59px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	font-size:18px;
}
.policy_left ul li.active a{
	background: #212b8c;
}
.policy_left ul li.active a{
	color: #fff;
}
.policy_left ul li.active a span{
	background: #e64710;
}
.policy_right{
	width: calc(100% - 300px);
}
.policy_right img{
	max-width: 100%;
	height: auto;
}
/* 手机样式 */
@media screen and (max-width:800px){
	.banner .swiper-pagination{
		bottom: 12px;
	}
	.mnav{
		position: fixed;
		top:0;
		left:0;
		background-color: #fff;
		z-index: 10;
		width: 100%;
	}
	.hed .mright{
		position: absolute;
		top:.3rem;
		right:.2rem;
	}
	.hed .mright span{
		font-size:34px;
		color:#182547;
	}
	.hed .mlogo{
		padding:.3rem 0;
		padding-left: .2rem;
	}
	.hed .mlogo img{
		/* width:50.4%; */
		width: 5rem;
	}
	.hed .mnavlist{
		  width: 100%;
		  height: calc(100vh - .65rem);
		  background: #fff;
		  position: fixed;
		  left: 0;
		  top: 1rem;
		  z-index: 999;
		  overflow-y: scroll;
	}
	.hed .mnavlist .mnavlist_list{
		  height: 1rem;
		  text-align: center;
		  border-bottom: 1px solid #ddd;
		  line-height: 1rem;
	}
	.banner {
	    padding-top: 1.2rem;
	}
	.index1{
		width: 100%;
		padding:0 .2rem;
		margin-bottom: 0px;
	}
	.indexTitle {
	    padding: 0.5rem 0;
	}
	.indexTitle .title {
	    font-size: .38rem;
	}
	.indexTitle .sub {
	    font-size: .22rem;
		margin-top: 0.2rem;
	}
	.indexTitle .sub img {
	    padding: 0 0.2rem;
	    width: 1rem;
	}
	.index1 .allnums .nums {
	    font-size: .5rem;
	}
	.index1 .allnums li {
	    display: inline-block;
	    padding: 0;
	    width: 33.3%;
	}
	.index1 .allnums .text {
	    font-size: .24rem;
	}
	.index1 .cont {
	    max-width: 100%;
	    font-size: .24rem;
	    text-indent: 2em;
	    margin: 0.4rem auto;
	    line-height: .4rem;
	}
	.index1 .imgs li {
	    width: 48%;
	}
	.index1 .imgs li img{
		width: 100%;
	}
	.index1 .imgs li:last-child{
		display: none;
	}
	.index1 .imgs li:nth-child(2) {
	    margin: 0;
		float: right;
	}
	.index1 .imgs li .text {
	    position: absolute;
	    top: 0.6rem;
	    left: 10%;
	    margin-left: 0;
	    width: 80%;
	    height: auto;
	    text-align: center;
	    color: #fff;
	}
	.index1 .imgs li .text h5 {
	    font-size: .4rem;
	    padding-bottom: 0.25rem;
	}
	.index1 .imgs li .text p {
	    font-size: .24rem;
	    margin-top: 1px;
	    border-top: 1px solid #fff;
	    padding-top: 0.1rem;
	}
	.lookmore {
	    padding: 0.6rem 0;
	}
	.lookmore a {
	    padding: 0.2rem 0.8rem;
	    font-size: .28rem;
	}
	.index2{
		display: none;
	}
	.index201s {
		display: block;
		margin-top: 30px;
		display: flex;
		flex-wrap: wrap;
	}
	.index4s1 {
		width: 50%;
	}
	.index2s {
		width: 99%;
		height: 65%;
	}
	.index2s img{
		width: 100%;
		height: 100%;
	}
	.index3s {
		width: 99%;
		height: 20%;
		color: #ffff;
		font-size:.24rem;
	}
	.index3s img{
		padding-left: .3rem;
	}
	.ind_Carousels .swiper-scrollbar-drag{
		width: 30% !important;
		background-color: #e7483f;
	}
	.mindex2 .tabs{
		margin-bottom: .3rem;
	}
	.mindex2 .slides{
		background-color: #fff;
		padding:.4rem .2rem;
	}
	.index3s .ind_btn{
		width: 32%;
		height: 53%;
	}
	.index3s .ind_btn1{
		width: 97%;
		height: 97%;
		font-size: .24rem;
		line-height: 146%;
	}
	.index3_show {
		display: none;
	}
	.index4_show {
		display: block;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.index4_show01s {
		width: 49%;
		height: 50%;
		margin-bottom: .2rem;
		background-color: #ffff;
		text-align: center;
	}
	.index4_show02s {
		width: 100%;
		height: 40%;
		padding: .2rem;
	}
	.index4_show03s{
		margin: 0 auto;
		padding: .2rem .3rem;
		border-radius: .4rem;
		color: #fff;
		margin-bottom: .3rem;
		background-color: #212b8c;
	}
	.index4_show03s {
		

	}
	.index4_show01s img{
		width: 100%;
	}
	.index4_show01s div:nth-of-type(2){
		font-size: .3rem;
		background-color: #212b8c;
		padding: .2rem .2rem;
		color: #ffff;
	}
	.index4{
		width: 100%;
		padding:0 .2rem;
		margin-bottom:49px
	}
	.index4s{
		flex-wrap: wrap;
	}
	.index4_serve{
		width: 33%;
		height: 2.3rem;
	}
	.index4_serve span{
		font-size: .5rem;
		padding-top: .45rem;
	}
	.index4_serve .index4_serve1{
		padding-top: .1rem;
	}
	.index4_serve2{
		font-size: .3rem;
	}
	.index4_serve1 p{
		font-size: .2rem;
	}
	.index5{
		width: 100%;
		height: 13.3rem;
	}
	.index5_synopsis1 {
		width: 100%;
		height: 100%;
		padding:0 .2rem;
		padding-bottom: 1rem;
	}
	.index5_synopsis3 {
		display: flex;
		justify-content: flex-start;
		padding-left: .5rem;
	}
	.index5_synopsis4{
		position: relative;
		width: 54px;
		height: 54px;
		border-radius: 50%;
		background-color: #e22319;
		cursor: pointer;
	}
	.index5_synopsis5{
		display: none;
	}
	/* 案例展示 */
	.index6{
		display: none;
	}
	.index7 {
		display: block;
		width: 100%;
		padding: 0 .2rem;
	}
	.index6_case3 {
		flex-wrap: wrap;
	}
	.index7_case1 {
		display: flex;
		flex-wrap: wrap;
		margin-top: 0.3rem;
		justify-content: space-between;
	}
	.index7_case2 {
		width: 3.35rem;
		height: 3.3rem;
		margin-bottom: .3rem;
		background-color: #ffff;
		box-shadow: 0px 0 20px rgba(0, 0, 0, .2);
	}
	.index7_case3 {
		width: 3.35rem;
	}
	.index7_case3 img{
		width: 100%;
		height: 100%;
	}
	.index7_case4 {
		width: 3.35rem;
		height: 0.78rem;
		padding: 0 .2rem;
		line-height: 0.78rem;
		display: flex;
		justify-content: space-between;
	}
	/* 新闻动态 */
	.index8 {
		width: 100%;
		padding: 0 .2rem;
		margin-bottom: 2rem;
		display: none;
	}
	.index9 {
		width: 100%;
		padding: 0 .2rem;
		margin-bottom: 2rem;
		display: block;
	}
	.index8_news1 {
		width: 100%;
		height: 3.7rem;
		margin-bottom: .2rem;
		padding-top: .4rem;
		border-bottom: 1px solid rgba(0, 0, 0, .2);
	}
	.index8_news_left{
		padding-right: .4rem;
	}
	.index8_news_right .index8_news_right_B {
		margin-top: .3rem;
	}
	.index8_news_Btn{
		margin-top: .3rem;
	}
	.index8_news1:nth-child(4n-1){
		border-bottom: 1px solid rgba(0, 0, 0, .2);
	}
	.index8_news1:nth-child(4n){
		border-bottom: 1px solid rgba(0, 0, 0, .2);
	}
	.contPub {
	    width: 100%;
	    margin: 0 auto;
	    padding: 0 0.32rem;
	}
	.centre{
		padding:0 .3rem;
		width: 100%;
	}
	.centre ul li {
		width: 47.5% !important;
		margin-right: 0;
		background-color: #f5f5f5;
		height: auto;
		position: relative;
		cursor: pointer;
		margin-bottom: 0.3rem;
	}
	.centre ul li:nth-child(2n){
		float: right;
	}
	.centre ul li .imgs {
		padding:.2rem 0;
		height: 2rem;
		line-height: 2rem;
		text-align: center;
	}
	.centre ul li h3 {
	    font-size: .3rem;
	    padding: 0.3rem 0.2rem;
	}
	.caseList ul{
		padding:.5rem 0;
	}
	.caseList ul li {
	    width: 100%;
	    border: 0;
	    margin: 0;
	    height: auto;
	    margin-bottom: 0.3rem;
	}
	.caseList ul li h3 {
		font-size: .32rem;
		padding: 0.2rem;
		padding-bottom: 0.1rem;
	}
	.caseList ul li p {
		font-size: .24rem;
		padding: 0 0.2rem;
		margin-bottom: 0.1rem;
		height: auto;
	}
	.newsList ul{
		padding:.5rem 0;
	}
	.newsList ul li{
		width: 100%;
		margin:0;
		padding-bottom:.5rem;
	}
	.newsList ul li:nth-child(3n-1){
		margin:0;
	}
	.newsList ul li h3 {
		font-size: .3rem;
		padding: 0.3rem 0 0.1rem;
		color: #003371;
	}
	.newsList ul li img{
		height:auto;
	}
	.newsList ul li p {
		font-size: .24rem;
		line-height: .36rem;
		height: auto;
	}
	.downList ul{
		padding-top:.3rem;
	}
	.downList ul li h3{
		font-size: .32rem;
		padding-left: .2rem;
		color: #003371;
		font-weight: bold;
	}
	.downList ul li h3 span{
		float: right;
		color: #939393;
		font-size:.28rem;
	}
	.downList ul li p{
		margin-bottom:.5rem;
		color:#939393;
		font-size: .27rem;
		
	}
	.pro {
		display: flex;
		justify-content: center;
	}
	.map_all{
		margin-top: 2px;
		height:5rem;
	}
	.pubBlock1 {
		display: block;
	}
	.map_all .map{
		width:100%;
		height:100%;
	}
	.pubNone {
		display: block;
	}
	/* 在线留言*/
	.con {
		width: 100%;
		padding: 0 .2rem;
	}
	.formfk li{
		width: 100%;
	}
	.jion h5{
		font-size:.38rem;
		padding:.3rem 0;
	}
	.contant p{
		text-align: center;
		font-size:.24rem;
		padding-top:.1rem;
	}
	.footM{
		background-color: #fff;
	}
	.footM .b{
		font-size: .22rem;
		text-align: center;
		color: #373737;
		padding-bottom: 1.7rem;
		padding-top: .3rem;
	}
	.footM ul{
		background-color: #182547;
		color:#fff;
		display: flex;
		justify-content: space-evenly;
		padding:.2rem 0;
		text-align: center;
		position: fixed;
		bottom:0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	.footM ul li span{
		font-size: .6rem;
	}
	.footM ul li .text{
		font-size: .28rem;
	}
	.enterIn1 .Intitle {
	    font-size: .36rem;
	    padding-top: 0.5rem;
	    padding-bottom: 0.4rem;
	}
	.enterIn1 img{
		max-width: 100%;
	}
	.path02 {
	    padding-top: 0.3rem;
	    width: 100%;
	    margin: 0 auto;
	    color: #1b80c3;
	    font-size: .32rem;
	    margin-bottom: 0.3rem;
	    border-bottom: 1px solid #eeeeee;
	    white-space: nowrap;
	    overflow-x: auto;
		padding-bottom: 0;
	}
	.path02s span {
	    display: inline-block;
	    padding: 0.2rem .3rem;
	    margin: 0;
		font-size: .28rem;
	}
	.centre .none {
	    padding: 2rem 0;
	}
	.details img{
		max-width: 100%;
		height: auto;
	}
	.details h4 {
	    font-size: .32rem;
	    padding: 0.6rem 0 0.4rem;
	    padding-bottom: 0.2rem;
	}
	.details .tiem {
	    padding: 0.2rem 0;
	    font-size: .26rem;
	}
	.product_details {
		height: 1rem;
		line-height: 1rem;
	}
	.product_details1 {
		width: 30%;
		height: 3rem;
		text-align:initial;
	}
	.hed .mnavs .cen {
		float: right;
	    padding: 0.1rem 0.2rem;
		cursor: pointer;
		background-color: #2d3743;
		color: #ffffff;
		font-size: .24rem;
		border-radius: 16px;
		position: absolute;
		top: 0.38rem;
		right: 1.2rem;
	}
	/* 手机二级页样式 */
	.policy_right{
		width: 100%;
		padding: 0 0.3rem;
		font-size: .28rem;
		line-height: .6rem;
		text-indent: 2em;
		color: #6b6b6b;
		padding-bottom: .8rem;
	}
	.policy_right img{
		max-width: 100%;
		height: auto;
	}
	.policy_right p{
		text-indent: 0 !important;
		margin-left: 0;
	}
	.mpubNav .titleBg{
		width: 100%;
		height: 1.4rem;
		background: #0e2d6d;
		margin-top: 0.3rem;
		position: relative;
		overflow: hidden;
	}
	.mpubNav .titleBg .centerwen{
		width: 3.5rem;
		height: 0.4rem;
		background: url(../images/linebg.png) no-repeat;
		background-size: 100% 100%;
		position: absolute;
		left: 50%;
		margin-left: -1.8rem;
		bottom: .25rem;
		color: #ffff;
		font-size: .24rem;
		text-align: center;
		line-height: .4rem;
		text-transform: uppercase;
	}
	.mpubNav .titleBg p{
		text-align: center;
		font-size: .36rem;
		color: #fff;
		margin-top: 0.15rem;
		text-indent: 0;
	}
	.aboutul{
		overflow: hidden;
		padding-top: .3rem;
	}
	.aboutul .aboutli {
		line-height: .8rem !important;
		position: relative;
		color: #646566;
		font-size: .26rem !important;
		cursor: pointer;
		background:#efefef;
		border-radius: 10px;
		margin-left:.3rem;
		text-align: center;
		float:left;
		padding:0 .3rem;
		min-width:2rem;
		box-sizing: border-box;
		margin-bottom:.2rem;
	}
	.aboutul .aboutli.active {
		background: #0e2d6d !important;
		color: #fff !important;
	}
	.mabout ul{
		padding:0 .3rem;
		margin-bottom: 1.5rem;
	}
	.mabout ul li{
		width: 47.5% !important;
		margin-right: 0;
		background-color: #f5f5f5;
		height: auto;
		position: relative;
		cursor: pointer;
		margin-bottom: 0.3rem;
	}
	.mabout ul li .imgs {
	    text-align: center;
	}
	.mabout ul li .imgs img {
	    max-width: 100%;
	    max-height: 100%;
	    width: auto;
	    height: auto;
	}
	.mabout ul li:nth-child(2n){
		float: right;
	}
	.mabout ul li h3 {
		font-size: .3rem;
		padding: 0.3rem 0.2rem;
		text-align: center;
		color: #003371;
	}
	.mabout .lookMore{
		text-align: center;
		font-size: .28rem;
		border:1px solid #003371;
		padding:.2rem 0;
		width: 80%;
		margin:0 auto;
		border-radius: 20px;
		color: #003371;
	}
	.details .policy_right{
		padding:0;
	}
	.mcases ul li{
		width: 100% !important;
		background: #fff;
	}
	.mcases ul li .imgs {
	    padding: 0;
	    height: auto;
	    line-height: auto;
	    text-align: center;
	}
	.mcases ul li h3 {
	    padding: 0.3rem 0;
		color: #003371;
		text-align: left;
	}
	.promSwiper .swiper-slide{
		text-indent: 0;
	}
	.promSwiper .swiper-slide img{
		width: 100%;
	}
	.promSwiper .swiper-button-next{
		right: 20px;
	}
	.promSwiper .swiper-button-prev{
		position: absolute;
		top: 50%;
		width: calc(var(--swiper-navigation-size)/ 44 * 27);
		height: var(--swiper-navigation-size);
		margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
		z-index: 10;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		color: var(--swiper-navigation-color,var(--swiper-theme-color));
		border:0;
	}
	.promSwiper .swiper-button-prev span{
		font-size: 46px;
	}
	.promSwiper .cont h2{
		font-size: .36rem;
		text-align: center;
	}
	
	
	
	
	.patmSwiper .swiper-slide{
		text-indent: 0;
	}
	.patmSwiper .swiper-slide img{
		width: 100%;
	}
	.patmSwiper .swiper-button-next{
		right: 20px;
	}
	.patmSwiper .swiper-button-prev{
		position: absolute;
		top: 50%;
		width: calc(var(--swiper-navigation-size)/ 44 * 27);
		height: var(--swiper-navigation-size);
		margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
		z-index: 10;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		color: var(--swiper-navigation-color,var(--swiper-theme-color));
		border:0;
	}
	.patmSwiper .swiper-button-prev span{
		font-size: 46px;
	}
	.patmSwiper .cont h2{
		font-size: .36rem;
		text-align: center;
	}
	.PCabout01 {
		display: block;
	}
	
	
	.mcontent .online{
		position: fixed;
		top: 40%;
		right: 0;
		text-align: center;
		z-index: 999;
		width: 1rem;
		padding:.2rem;
		cursor: pointer;
		background: #e2e1e1;
		border-radius: 10px;
	}
	.mcontent .online img{
		width: 70%;
	}
	.mcontent .online h3{
		font-size: .32rem;
		padding-top: .1rem;
	}
	.contantInfo h5{
		font-size: .26rem;
	}
	
}