* {

	margin: 0;

	padding: 0;

}



a {

	text-decoration: none;

}



ul li {

	list-style: none;

}



input,

textarea,

select {

	outline: none;

}



.wrap {

	width: 1300px;

	margin: 0 auto;

}



/* 标题公共 */

.bt {

	/*font-size: 24px;*/
  
   font-size: 48px;
  
   font-weight: bold;
  
	line-height: 50px;

	letter-spacing: 2px;

	color: #333333;

	text-align: center;

	padding-bottom: 20px;

	position: relative;

}

.proLun{
    
  padding: 0 50px;
  
}

.swiper {
  
	width: 100%;

	height: 100%;

}



.swiper-slide {

	text-align: center;

	font-size: 18px;

	/* background: #fff; */

	/* Center slide text vertically */

	display: -webkit-box;

	display: -ms-flexbox;

	display: -webkit-flex;

	display: flex;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	-webkit-justify-content: center;

	justify-content: center;

	-webkit-box-align: center;

	-ms-flex-align: center;

	-webkit-align-items: center;

	align-items: center;

}



.swiper-slide img {

	display: block;

	object-fit: cover;

}



.bt::after {

	content: '';

	width: 24px;

	height: 3px;

	background-color: #1a439a;

	position: absolute;

	left: 0;

	right: 0;

	bottom: 0;

	margin: auto;

}



/* header */

/*header {

	width: 100%;

	height: 90px;

	background-color: #fff;

	position: fixed;

	top: 0;

	left: 0;

	z-index: 9;

}



.head {

	display: flex;

	justify-content: space-between;

	align-items: center;

	height: 100%;

}



.logo {

	width: 130px;

}



.logo img {

	display: block;

	width: 100%;

}



.head>ul {

	display: flex;

	justify-content: space-between;

	width: 770px;

	height: 100%;

	align-items: center;

}



.head>ul>li {

	position: relative;

}



.head>ul>li>a {

	display: block;

	font-size: 16px;

	font-weight: normal;

	font-stretch: normal;

	line-height: 45px;

	letter-spacing: 0px;

	color: #333333;

	transition: all .6s;

	position: relative;

}



.head>ul>li a:hover {

	color: #1A439A;

}



.head>ul .hadActive>a {

	color: #1A439A;

}



.head>ul>li>a::after {

	content: '';

	height: 2px;

	width: 0;

	background: #1A439A;

	position: absolute;

	left: 0;

	bottom: 0;

	transition: all .6s;

}



.head>ul>li a:hover::after {

	width: 100%;

}



.head>ul .hadActive>a::after {

	width: 100%;

}



.head>ul>li .hadSun {

	width: 260px;

	box-sizing: border-box;

	position: absolute;

	left: -100px;

	margin: auto;

	background-color: #fff;

	padding: 15px 0;

	display: none;

	transition: all .6s;

}



.head>ul>li:hover .hadSun {

	display: block;

}



.hadSun li {

	position: relative;

	padding: 0 20px;

}



.head>ul>li>a .iconfont {

	display: none;

}



.hadSun>li:hover {

	background-color: #E8ECEF;

}



.hadSun li a {

	display: flex;

	justify-content: space-between;

	font-size: 15px;

	font-weight: normal;

	font-stretch: normal;

	line-height: 40px;

	letter-spacing: 0px;

	color: #333333;

}



.hadChildren {

	width: 100%;

	background-color: #E8ECEF;

	position: absolute;

	top: 0;

	right: -240px;

	box-sizing: border-box;

	padding: 15px 0;

	display: none;

	transition: all .6s;

}



.hadSun>li:hover .hadChildren {

	display: block;

}



.hadChildren li a {

	font-size: 13px;

	line-height: 30px;

}*/



.shearch {

	width: 190px;

	height: 40px;

	border-radius: 20px;

	border: solid 1px #c7c7c7;

	position: relative;

	overflow: hidden;

	box-sizing: border-box;

	padding-left: 55px;

}



.shearch input[type="text"] {

	display: block;

	width: 100%;

	height: 100%;

	border: none;

}



.shearch button {

	width: 25px;

	height: 25px;

	position: absolute;

	top: 0;

	bottom: 0;

	left: 15px;

	margin: auto;

	text-align: center;

	background: none;

	padding: 0;

	line-height: 25px;

	border: none;

}



.shearch button .iconfont {

	font-size: 20px;

	color: #9E9E9E;

	font-weight: 600;

}



/* menu */

/*.menu {

	display: none;

}



.menu p {

	width: 30px;

	height: 30px;

	position: relative;

}



.menuTu {

	display: flex;

	align-items: center;

	text-align: right;

	justify-content: flex-end;

}



.menuTu span {

	display: block;

	width: 80%;

	height: 2px;

	background-color: #1A439A;

	border-radius: 2px;

	transition: all .6s;

}



.menuTu:hover span {

	width: 100%;

}



.menuTu span::before,

.menuTu span::after {

	content: '';

	display: inline-block;

	width: 30px;

	height: 2px;

	background-color: #1A439A;

	border-radius: 2px;

	position: absolute;

	left: 0;

	transition: all .6s;

}



.menuTu span::before {

	top: 0;

}



.menuTu span::after {

	bottom: 0;

}



.menuTu.menuTuActive span {

	width: 0;

}



.menuTu.menuTuActive span::before {

	top: 13px;

	transform: rotate(-45deg);

}



.menuTu.menuTuActive span::after {

	top: 13px;

	transform: rotate(45deg);

}*/



/* 补位 */

.comp {

	height: 60px;

}



/* banner */

.banner {

	width: 100%;

	display: block;

	overflow: hidden;

	position: relative;

}



.banner img {

	display: block;

	width: 100%;

}



.banSwiper .swiper-button-prev,

.banSwiper .swiper-rtl .swiper-button-next,

.banSwiper .swiper-button-prev:after,

.banSwiper .swiper-rtl .swiper-button-next:after,

.banSwiper .swiper-button-next.swiper-button-disabled,

.banSwiper .swiper-button-prev.swiper-button-disabled,

.banSwiper .swiper-button-next,

.banSwiper .swiper-rtl .swiper-button-prev,

.banSwiper .swiper-button-next:after,

.banSwiper .swiper-rtl .swiper-button-prev:after {

	color: #fff;

	width: 68px;

	height: 68px;

	text-align: center;

	line-height: 68px;

	border-radius: 50%;

	background-color: #000;

}



.banSwiper .swiper-pagination-bullet {

	background-color: #fff;

	opacity: 1;

	position: relative;

}



.banSwiper .swiper-pagination-bullet-active::after {

	content: '';

	width: 14px;

	height: 14px;

	border-radius: 50%;

	border: 1px solid #fff;

	position: absolute;

	top: 0;

	bottom: 0;

	left: -3px;

	right: 0;

	margin: auto;

}



.banTxt {

	height: 280px;

	position: absolute;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	margin: auto;

	text-align: left;

}



.banTxt h1 {

	font-size: 40px;

	font-weight: normal;

	font-stretch: normal;

	line-height: 60px;

	letter-spacing: 1px;

	color: #ffffff;

}



.banTxt span {

	display: block;

	width: 28px;

	height: 5px;

	background-color: #ffffff;

	margin: 25px 0 30px;

}



.banTxt p {

	font-size: 18px;

	font-weight: normal;

	font-stretch: normal;

	line-height: 32px;

	letter-spacing: 1px;

	color: #ffffff;

}



.lokMore {

	display: block;

	width: 165px;

	height: 55px;

	border: solid 1px rgba(255, 255, 255, .5);

	font-size: 18px;

	font-weight: normal;

	font-stretch: normal;

	line-height: 55px;

	letter-spacing: 0px;

	color: #ffffff;

	text-align: center;

	margin-top: 30px;

	transition: all .6s;

}



.lokMore:hover {

	background-color: rgba(2, 116, 164, .8);

	border-color: rgba(2, 116, 164, .5);

}



/* dynamics */

.dynamics {

	padding: 50px 0 50px;

	background-color: #fff;
  
}



.dynaList {

	margin-top: 50px;

	display: flex;

	justify-content: space-between;

	overflow: hidden;

}



.dynLeft {

	width: 600px;

	position: relative;

	left: -500px;

}



.dynMg {

	width: 100%;

	overflow: hidden;

}



.dynMg img {

	display: block;

	width: 100%;

	transition: all .6s;

}



.dynMg:hover img {

	transform: scale(1.2);

}



.dynLeft p {

	font-size: 16px;

	font-weight: normal;

	font-stretch: normal;

	line-height: 40px;

	letter-spacing: 0px;

	color: #333333;

}



.dynMore {

	display: block;

	width: 190px;

	height: 50px;

	background-color: #1a439a;

	border-radius: 24px;

	font-size: 16px;

	font-weight: normal;

	font-stretch: normal;

	line-height: 50px;

	letter-spacing: 0px;

	color: #ffffff;

	text-align: center;

}



.dynRight {

	width: 650px;

	position: relative;

	right: -500px;

}



.dyNews li {

	padding-bottom: 10px;

	margin-bottom: 10px;

	border-bottom: 1px solid #efefef;

	padding-left: 10px;

	color: #999;

	list-style: disc;

}



.dyNews li:last-child {

	border: none;

	margin: 0;

}



.dyNews li a {

	display: block;

}



.dyNews li h5 {

	position: relative;

	padding-right: 50px;

}



.dyNews li h5 p {

	font-size: 16px;

	font-weight: normal;

	font-stretch: normal;

	line-height: 45px;

	letter-spacing: 0px;

	color: #333333;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

	transition: all .6s;

}



.dyNews li h5 span {

	display: block;

	font-size: 16px;

	font-weight: normal;

	font-stretch: normal;

	line-height: 45px;

	letter-spacing: 0px;

	color: #999999;

	position: absolute;

	top: 0;

	bottom: 0;

	right: 0;

	margin: auto;

	transition: all .6s;

}



.dyNews li:hover,

.dyNews li:hover h5 p,

.dyNews li:hover h5 span {

	color: #1a439a;

}



.dyNews li p {

	font-size: 14px;

	font-weight: normal;

	font-stretch: normal;

	line-height: 26px;

	letter-spacing: 0px;

	color: #999999;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;

	overflow: hidden;

}



.product {

	padding: 60px 0 45px;

	/*background-color: #F3F3F3;*/

  	background-color: #FFF;
  
}

/*关于我们*/
.about {
	padding:50px 0 50px;
	/*background-color: #fff;*/
  	background-color: #F3F3F3;
}
.about .about_box {
	width:100%;
	margin-top:60px;
}
.about .about_box .text {
	float:left;
	width:50%;
	padding:50px 60px 60px 60px;
	height:400px;
}
.about .about_box .text .p1 {
	float:left;
	width:100%;
	color:#333333;
	font-size:18px;
	font-family:Arial;
	line-height:36px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:6;
	overflow:hidden;
}
.about .about_box .text .more {
	float:left;
	width:100%;
	margin-top:30px;
}
.about .about_box .text .more a {
	float:left;
	width:140px;
	height:40px;
	border:1px solid #dedede;
	font-family:Arial;
	text-transform:uppercase;
	color:#888888;
	font-size:16px;
	text-align:center;
	line-height:40px;
}
.about .about_box .video {
	float:left;
	width:50%;
	position:relative;
}
.about .about_box .video video {
	float:left;
	width:100%;
	height:400px;
	cursor:pointer;
	object-fit:fill;
}
.about .about_box .hValueButton {
	position:absolute;
	width:100%;
	height:100%;
	background:#000;
	background:rgba(0,0,0,0.2);
}
.about .about_box .hValueButton span {
	position:absolute;
	width:86px;
	height:86px;
	left:50%;
	margin-left:-43px;
	top:50%;
	margin-top:-43px;
}
@media screen and (max-width: 767px){
.about .about_box .text {
  width: 100%;
  padding:0 0 20px 0;
  height: auto;
}
.about .about_box .text .p1 {
  font-size: 14px;
  line-height: 26px;
}
.about .about_box .text .more {
  margin-top: 20px;
}
  .about .about_box .video {
  width: 100%;
  }
  .about .about_box .video video {
  height: auto;
  }
  .about .about_box .hValueButton span {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
}
}

/* product */

.proLun {

	position: relative;

	margin-top: 30px;

}



.proSwiper .swiper-slide {

	flex-wrap: wrap;

	transition: all .6s;

}



.proSwiper .swiper-slide:hover {

	background-color: #fff;

}



.proMg {

	width: 100%;

	background-color: #fff;

	display: flex;

	align-items: center;

	justify-content: center;

	min-height: 280px;

	overflow: hidden;

}



.proMg img {

	display: block;

	max-width: 100%;

	position: relative;

	bottom: -150px;

	opacity: 0;

}



.proSwiper .swiper-slide p {

	font-size: 16px;

	font-weight: normal;

	font-stretch: normal;

	line-height: 45px;

	letter-spacing: 1px;

	color: #666666;

	/*margin-top: 30px;*/

}

.proLun .swiper-button-next,

.proLun .swiper-button-prev,

.proSwiper .swiper-button-next,

.proSwiper .swiper-button-prev {

	width: 35px;

	height: 35px;

	border-radius: 50%;

	border: 2px solid #666;

}

.proLun .swiper-button-prev:after, 

.proLun .swiper-rtl .swiper-button-next:after, 

.proLun .swiper-button-next:after, 

.proLun .swiper-rtl .swiper-button-prev:after, 

.proSwiper .swiper-button-prev:after,

.proSwiper .swiper-rtl .swiper-button-next:after,

.proSwiper .swiper-button-next:after,

.proSwiper .swiper-rtl .swiper-button-prev:after {

	font-size: 20px;

	font-weight: 600;

	color: #666;

}

.proLun .swiper-button-next:hover, 

.proLun .swiper-button-prev:hover, 

.proSwiper .swiper-button-next:hover,

.proSwiper .swiper-button-prev:hover {

	background-color: #1A439A;

}

.proLun .swiper-button-prev:hover:after, 

.proLun .swiper-rtl .swiper-button-next:hover:after, 

.proLun .swiper-button-next:hover:after, 

.proLun .swiper-rtl .swiper-button-prev:hover:after, 

.proSwiper .swiper-button-prev:hover:after,

.proSwiper .swiper-rtl .swiper-button-next:hover:after,

.proSwiper .swiper-button-next:hover:after,

.proSwiper .swiper-rtl .swiper-button-prev:hover:after {

	color: #fff;

}



/* case */

.case {

	padding: 55px 0 65px;

	background: url(../images/caseBj.jpg) center no-repeat;

	background-size: 100% 100%;

}



.case h3 {

	color: #fff;

}



.case h3::after {

	background-color: #fff;

}



.caseList {

	display: flex;

	margin-top: 50px;

}



.caseList li {

	width: 25%;

}



.caseList li a {

	display: block;

	width: 100%;

	height: 100%;

}



.caseTxt,

.caseMg {

	height: 220px;

}



.caseTxt {

	background-color: #315dbb;

	box-sizing: border-box;

	padding: 25px 30px;

	position: relative;

	z-index: 3;

}



.caseTxt h5 {

	font-size: 16px;

	font-weight: normal;

	font-stretch: normal;

	line-height: 45px;

	letter-spacing: 1px;

	color: #ffffff;

}



.caseTxt p {

	font-size: 14px;

	font-weight: normal;

	font-stretch: normal;

	line-height: 26px;

	letter-spacing: 0px;

	color: #ffffff;

	opacity: 0.5;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;

	overflow: hidden;

}



.caseTxt span {

	display: block;

	font-size: 14px;

	font-weight: normal;

	font-stretch: normal;

	line-height: 46px;

	letter-spacing: 1px;

	color: #ffffff;

	opacity: 0.5;

}



.caseMg {

	width: 100%;

	overflow: hidden;

	display: flex;

	align-items: center;

}



.caseMg img {

	display: block;

	min-width: 100%;

	position: relative;

	/* transition: all .6s; */

}



.caseList li:hover .caseMg img {

	transform: scale(1.1);

}



.caseList li:nth-child(even) .caseMg img {

	top: -150px;

}



.caseList li:nth-child(odd) .caseMg img {

	bottom: -150px;

}



.caseList li:nth-child(even) {

	transform: rotate(180deg);

}



.caseList li:nth-child(even) .caseTxt,

.caseList li:nth-child(even) .caseMg {

	transform: rotate(-180deg);

}



.caseList li:nth-child(odd) .caseTxt::after,

.caseList li:nth-child(even) .caseTxt::before {

	content: '';

	width: 0;

	height: 0;

	border-width: 20px;

	border-style: solid;

	position: absolute;

	left: 0;

	right: 0;

	margin: auto;

}



.caseList li:nth-child(odd) .caseTxt::after {

	border-color: #315DBB transparent transparent transparent;

	bottom: -35px;

}



.caseList li:nth-child(even) .caseTxt::before {

	border-color: transparent transparent #315DBB transparent;

	top: -35px;

}



.caseMore {

	display: block;

	width: 200px;

	height: 50px;

	border-radius: 24px;

	border: solid 1px rgba(213, 213, 213, .5);

	font-size: 16px;

	font-weight: normal;

	font-stretch: normal;

	line-height: 50px;

	letter-spacing: 0px;

	color: #ffffff;

	text-align: center;

	margin: 50px auto 0;

	transition: all .6s;

}



.caseMore:hover {

	background-color: #315DBB;

	border-color: rgba(49, 93, 187, .5);

}



/* inter */

.inter {

	background: #F3F3F3;

	padding: 60px 0 65px;

}



.intUl {

	margin-left: -30px;

	margin-top: 45px;

	font-size: 0;

}



.intUl li {

	width: 300px;

	margin-left: 30px;

	display: inline-block;

	vertical-align: top;

	transition: all .6s;

}



.intUl li:hover {

	box-shadow: 1px 1px 15px rgba(0, 0, 0, .5);

}



.intMg {

	width: 100%;

}



.intMg img {

	display: block;

	width: 100%;

	opacity: 0;

}



.intUl li p {

	font-size: 16px;

	font-weight: normal;

	font-stretch: normal;

	line-height: 75px;

	letter-spacing: 1px;

	color: #666666;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

	text-align: center;

}



.intUl li:hover {

	background-color: #fff;

}



.intUl li:hover p {

	color: #1a439a;

}



/* jio jio */

.cont {

	background: #2D2E31;

	padding: 35px 0;

}



.cont .wrap {

	display: flex;

	justify-content: space-between;

}



.cont p {

	font-size: 24px;

	font-weight: 600;

	font-stretch: normal;

	line-height: 46px;

	letter-spacing: 1px;

	color: #ffffff;

}



.cont a {

	display: block;

	width: 188px;

	height: 48px;

	border-radius: 24px;

	border: solid 1px rgba(213, 213, 213, .5);

	font-size: 16px;

	font-weight: normal;

	font-stretch: normal;

	line-height: 48px;

	letter-spacing: 0px;

	color: #ffffff;

	text-align: center;

}



.fot {

	background-color: #27282A;

	padding: 60px 0 25px;

}



.fotList {

	display: flex;

	justify-content: space-between;

}



.fotList li {

	width: 350px;

}



.fotList li h5 {

	font-size: 16px;

	font-weight: normal;

	font-stretch: normal;

	line-height: 45px;

	letter-spacing: 1px;

	color: #ffffff;

	margin-bottom: 30px;

	border-bottom: 1px solid #7D7E7F;

	padding-bottom: 15px;

}



.fotSon {

	display: flex;

	flex-wrap: wrap;

	justify-content: space-between;

}



.fotSon>a {

	display: block;

	width: 48%;

}



.fotSon p {

	width: 100%;

}



.fotSon p,

.fotSon a {

	font-size: 14px;

	font-weight: normal;

	font-stretch: normal;

	line-height: 46px;

	letter-spacing: 0px;

	color: #7D7E7F;

	/* color: #ffffff;

	opacity: 0.4; */

}



footer hr {

	width: 100%;

	height: 1px;

	border: none;

	background-color: #7D7E7F;

	margin: 25px 0 30px;

}



.fotP {

	font-size: 14px;

	font-weight: normal;

	font-stretch: normal;

	line-height: 46px;

	letter-spacing: 1px;

	color: #ffffff;

	opacity: 0.4;
  
   text-align: center;

}

.fotP a{

    padding-left:10px; 

    color:#fff;

}





@media screen and (max-width:1600px) {



	.wrap {

	width: 1400px;

	}



/*	.head>ul {

		width: 650px;

	}*/



	.banTxt {

		left: 150px;

	}



	.dynLeft {

		width: 650px;

	}



	.dynRight {

		width: 680px;

	}



	.intUl li {

		width: 327px;

	}



}





@media screen and (max-width:1500px) {



	.wrap {

		width: 1200px;

	}



/*	.head>ul {

		width: 600px;

	}*/



	.dynLeft {

		width: 600px;

	}



	.dynRight,

	.dynLeft {

		width: 570px;

	}



	.swiper-button-next,

	.swiper-rtl .swiper-button-prev {

		right: 0;

	}



	.swiper-button-next,

	.swiper-button-prev {

		position: absolute;

		top: 40%;

	}



	.swiper-button-prev,

	.swiper-rtl .swiper-button-next {

		left: 0;

	}



	.caseTxt,

	.caseMg {

		height: 190px;

	}



	.intUl li {

		width: 277px;

	}



}





@media screen and (max-width:1300px) {



	.wrap {

		width: 1000px;

	}



/*	.head>ul {

		width: 550px;

	}*/



	.dynRight,

	.dynLeft {

		width: 47%;

	}



	.dyNews li {

		padding-bottom: 20px;

		margin-bottom: 25px;

	}



	.caseTxt,

	.caseMg {

		height: 155px;

	}



	.intUl {

		margin-left: -20px;

	}



	.intUl li {

		width: 235px;

		margin-left: 20px;

	}



	.fotList li {

		width: 300px;

	}



	.fotSon p,

	.fotSon a {

		font-size: 12px;

		line-height: 40px;

	}



}





@media screen and (max-width:1200px) {



	.wrap {

		width: 1000px;

	}



/*	.head>ul {

		width: 500px;

	}*/



	.banSwiper .swiper-button-prev,

	.banSwiper .swiper-rtl .swiper-button-next,

	.banSwiper .swiper-button-prev:after,

	.banSwiper .swiper-rtl .swiper-button-next:after,

	.banSwiper .swiper-button-next.swiper-button-disabled,

	.banSwiper .swiper-button-prev.swiper-button-disabled,

	.banSwiper .swiper-button-next,

	.banSwiper .swiper-rtl .swiper-button-prev,

	.banSwiper .swiper-button-next:after,

	.banSwiper .swiper-rtl .swiper-button-prev:after {

		width: 48px;

		height: 48px;

		line-height: 48px;

		font-size: 30px;

	}



	.banTxt {

		left: 50px;

	}



	.banTxt h1 {

		font-size: 34px;

		line-height: 40px;

	}



	.banTxt p {

		font-size: 16px;

		line-height: 25px;

	}



	.banTxt span {

		margin: 10px 0 20px;

	}





	.lokMore {

		width: 155px;

		height: 45px;

		font-size: 16px;

		line-height: 45px;

	}



	.banTxt {

		height: 150px;

	}



	.caseTxt,

	.caseMg {

		height: 140px;

	}



	.caseTxt {

		padding: 15px 20px;

	}



	.caseTxt h5 {

		font-size: 15px;

		line-height: 25px;

	}



	.caseTxt p {

		font-size: 13px;

		line-height: 20px;

	}



	.intUl li {

		width: 23%;

	}



	.fotList li {

		width: 285px;

	}



}





@media screen and (max-width:980px) {



	.wrap {

		width: 600px;

	}



	.banner img {

		width: 150%;

	}



	.banSwiper .swiper-slide-active {

		z-index: 3;

	}



	.dynaList {

		flex-wrap: wrap;

	}



	.dynRight,

	.dynLeft {

		width: 100%;

	}



	.dynRight {

		margin-top: 30px;

	}



	.dynLeft p {

		line-height: 50px;

	}



	.caseTxt,

	.caseMg {

		height: 120px;

	}



	.caseMg img {

		height: 100%;

	}



	.intUl li {

		width: 135px;

	}



	.bt {

		font-size: 20px;

		line-height: 30px;

		padding-bottom: 10px;

	}



	.intUl li p {

		font-size: 14px;

	}



	.cont p {

		font-size: 18px;

	}



	.cont a {

		display: block;

		width: 168px;

		height: 40px;

		border-radius: 20px;

		font-size: 16px;

		line-height: 40px;

	}



	.fotList li {

		width: 185px;

	}



}





@media screen and (max-width:980px) {



	.wrap {

		width: 600px;

	}



/*	.logo img {

		width: 120%;

	}



	.menu {

		display: flex;

	}*/



	.shearch {

		display: none;

	}



/*	.head>ul {

		width: 100%;

		box-sizing: border-box;

		padding: 20px 50px;

		position: absolute;

		top: 90px;

		left: 0;

		display: none;

		height: auto;

		background: rgba(255, 255, 255, .8);

	}



	.head>ul>li>a {

		position: relative;

		box-sizing: border-box;

		padding-right: 50px;

	}



	.head>ul>li>a .iconfont {

		display: block;

		position: absolute;

		top: 0;

		right: 10px;

		font-size: 30px;

		transform: rotate(90deg);

		font-weight: 300;

	}



	.head>ul>li .hadSun {

		position: relative;

		left: 0;

		width: 100%;

	}



	.hadChildren {

		background: rgba(232, 236, 239, .3);

		position: relative;

		top: 0;

		right: 0;

	}



	.hadSun li a .iconfont {

		font-size: 28px;

		transform: rotate(90deg);

	}*/



}



@media screen and (max-width:780px) {



	.wrap {

		width: 90%;

	}

   

	.banner img {

		width: 100%;

	}



	.banTxt h1 {

		font-size: 30px;

		line-height: 40px;

	}



	.banTxt span {

		margin: 5px 0 10px;

	}



	.banTxt p {

		font-size: 12px;

		line-height: 20px;

		width: 90%;

	}



	.lokMore {

		width: 135px;

		height: 35px;

		font-size: 13px;

		line-height: 35px;

		margin-top: 15px;
      
     display:none;

	}



	.banSwiper .swiper-button-prev,

	.banSwiper .swiper-rtl .swiper-button-next,

	.banSwiper .swiper-button-prev:after,

	.banSwiper .swiper-rtl .swiper-button-next:after,

	.banSwiper .swiper-button-next.swiper-button-disabled,

	.banSwiper .swiper-button-prev.swiper-button-disabled,

	.banSwiper .swiper-button-next,

	.banSwiper .swiper-rtl .swiper-button-prev,

	.banSwiper .swiper-button-next:after,

	.banSwiper .swiper-rtl .swiper-button-prev:after {

		display: none;

	}



	.caseList {

		flex-wrap: wrap;

	}



	.caseList li {

		width: 50%;

	}



	.caseTxt,

	.caseMg {

		height: 150px;

	}



	.intUl {

		display: flex;

		flex-wrap: wrap;

		justify-content: space-between;

		margin: 0;

	}

	

	.intUl li {

	    width: 160px;

		margin: 15px 0;

	}

	

	.cont p {

	    font-size: 16px;

	    line-height: 30px;

	}

	

	.fotList{

		flex-wrap: wrap;

	}



	.fotList li {

	    width: 49%;

	}

  .fotP{
    padding-bottom: 40px;
  }

}
html .sdl-application-social-media-share-vertical {
	display:none;
	position:fixed;
	left:20px;
   top: calc(50% - 100px);
	margin-top:20px;
	margin-bottom:20px;
	z-index:40
}
@media (min-width:1340px) {
	html .sdl-application-social-media-share-vertical {
	display:block;
}
}html .sdl-application-social-media-share-vertical_list {
	width:40px
}
html .sdl-application-social-media-share-vertical_list li {
	margin-bottom:10px
}
html .sdl-application-social-media-share-vertical_list li a,html .sdl-application-social-media-share-vertical_list li button {
	display:block;
	color:#626469
}
html .sdl-application-social-media-share-vertical_list li a.facebook:hover,html .sdl-application-social-media-share-vertical_list li button.facebook:hover {
	color:#3b5998
}
html .sdl-application-social-media-share-vertical_list li a.twitter:hover,html .sdl-application-social-media-share-vertical_list li button.twitter:hover {
	color:#1ea1f3
}
html .sdl-application-social-media-share-vertical_list li a.googleplus:hover,html .sdl-application-social-media-share-vertical_list li button.googleplus:hover {
	color:#ce1616
}
html .sdl-application-social-media-share-vertical_list li a.linkedin:hover,html .sdl-application-social-media-share-vertical_list li button.linkedin:hover {
	color:#0077b5
}
html .sdl-application-social-media-share-vertical_list li a.print:hover,html .sdl-application-social-media-share-vertical_list li button.print:hover {
	color:#333
}
html .sdl-application-social-media-share-vertical_list li a.email:hover,html .sdl-application-social-media-share-vertical_list li button.email:hover {
	color:#42b4e6
}
html .sdl-application-social-media-share-vertical_list li a svg,html .sdl-application-social-media-share-vertical_list li button svg {
	width:40px;
	height:40px;
	background: #fff;
	border-radius:50%;
	fill-opacity:.4
}
html .sdl-application-social-media-share-vertical_list li a:hover svg,html .sdl-application-social-media-share-vertical_list li button:hover svg {
	border:1px solid #626469;
	fill-opacity:1
}
html .sdl-application-social-media-share-vertical_list li button {
	margin:0;
	padding:0;
	border:0;
	background:transparent;
	cursor:pointer
}
      
