.bannerWrap .btn{
	display: block;
	background-color: #8c75e1;
	height: 50px;
	width: 240px;
	border-radius: 50px;
	color: #fff;
	line-height: 50px;
	text-align: center;
}
.btn{
	display: block;
}

/****************** main ******************/
.bannerList {
	width: 100%;
}

/************ product programme case ***********/
.product {
	max-width: 1200px;
	margin: auto;
	padding: 60px 0;
}

.case {
	padding: 60px 0;
	background-color: #f2f2f2;
}

.caseList {
	max-width: 1200px;
	margin: auto;
}

.programme {
	padding: 60px 0;
	background-color: #f2f2f2;
}

.classTitle {
	font-family: MicrosoftYaHei;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	margin-bottom: 50px;
}

.programme ul {
	max-width: 1200px;
	margin: auto;
}

.programme ul,
.product ul,
.case ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* padding: 50px 0; */
}

.programme ul li {
	width: 30%;
	height: 500px;
	padding: 40px 20px 20px;
	box-sizing: border-box;
	text-align: center;
	border: solid 1px #f2f2f2;
	color: #333333;
	border-radius: 4px;
	overflow: hidden;
	background-color: #fff;
}

.product ul li,
.case ul li {
	width: 30%;
	height: 500px;
	padding: 40px 20px 20px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	border: solid 1px #f2f2f2;
	color: #333333;
	border-radius: 4px;
	overflow: hidden;
}

.case ul li {
	background-color: #fff;
}

.product ul li .bgImg,
.case ul li .bgImg {
	display: none;
}

.programme ul li .proImg {
	width: 50%;
	margin: 0 auto 20px;
}

.product ul li .proImg,
.case ul li .proImg {
	width: 80px;
	margin: auto;
}

.product ul li .title,
.case ul li .title {
	font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	font-weight: bolder;
	margin: 20px 0;
}

.programme ul li .introduce,
.product li .introduce,
.case li .introduce {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 1px;
}

.product li .btn,
.case li .btn {
	display: block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	border: solid 1px #5394ff;
	border-radius: 20px;
	font-family: PingFangSC;
	font-size: 16px;
	color: #5394ff;
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
	cursor: pointer;
}

.product ul li.active,
.case ul li.active {
	background: linear-gradient(257deg,
		#3081e9 0%,
		#5394ff 100%);
	color: #fff;
	/* background-image: url('../img/blueBg.png'); */
}

.product ul li.active .bgImg,
.case ul li.active .bgImg {
	display: block;
	position: absolute;
	right: -15%;
	bottom: 0;
	z-index: 0;
}

.product ul li.active .btn,
.case ul li.active .btn {
	background-color: #fff;
}

/************ company ***********/
.company {
	max-width: 1200px;
	margin: auto;
	padding: 60px 0;
}

.company .classTitle {
	margin-bottom: 30px;
}

.comTitle {
	text-align: center;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 2px;
	color: #999999;
	margin-bottom: 20px;
}

.comFun {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 30px;
	box-sizing: border-box;
}

.company .mechanismTitle {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.company .mechanismImg {
	width: 30px;
	margin-right: 10px;
}

.company .mechanismName {
	font-family: MicrosoftYaHei;
	font-size: 16;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 2px;
	color: #333333;
}

.company .comFunLeft ul {
	margin-bottom: 50px;
}

.company .comFunLeft li {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 1px;
	color: #333333;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 40px;
}

.company .comFunLeft li::before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: #dddddd;
	margin-right: 5px;
}

.company .btn {
	width: 130px;
	height: 35px;
	line-height: 35px;
	background-color: #5d9aff;
	border-radius: 25px;
	color: #fff;
	text-align: center;
	font-family: MicrosoftYaHei;
	font-size: 14px;
}

.comFunRight {
	width: 500px;
}


/********************* 占据区域 country *********************/
main .country {
	/* background: url("../img/map_balck_whole_bg.jpg") no-repeat center; */
	width: 100%;
	padding: 50px 0 130px;
	/* height: 760px; */
}

main .country .country-content {
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

main .country .country-left {
	display: inline-block;
	padding-top: 50px;
	/* width: 390px; */
	margin-top: 50px;
}

main .country .country-left ul {
	margin-bottom: 80px;
}

main .country .country-left li {
	/* margin-bottom: 30px;
    padding-left: 30px;
	height: 30px; */
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 20px;
}

main .country .country-left li .img {
	margin-right: 15px;
}

/* .li1{
    background: url("../img/icon7.png") no-repeat;
	background-size: 30px 30px;
}
.li2{
    background: url("../img/icon8.png") no-repeat;
	background-size: 30px 30px;
}
.li3{
    background: url("../img/icon13.png") no-repeat;
	background-size: 30px 30px;
} */
main .country .country-left li h1 {
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 2px;
	color: #333333;
	font-weight: bolder;
}

main .country .country-left li p {
	font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 1px;
	color: #333333;
}

main .country .country-left .button {
	/* border: none; */
	/* width: 174px; */
	height: 40px;
	color: #FFFFFF;
	background-color: #5d9aff;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 20px;
	margin-bottom: 50px;
}

main .country .country-left>p span {
	width: 90px;
	padding-left: 21px;
	box-sizing: border-box;
	font-size: 14px;
	height: 14px;
	line-height: 14px;
}

.country-blue {
	background: url("../img/tip_icon_blue.png") no-repeat left;
	color: #00aaff;
}

.country-orange {
	background: url("../img/tip_icon_orange.png") no-repeat left;
	color: #d3810c;
}

.country-gray {
	background: url("../img/tip_icon_black.png") no-repeat left;
	color: #757370;
}

main .country .country-content .country-right {
	background: url("../img/map.png") no-repeat center;
	width: 748px;
	height: 618px;
	display: inline-block;
	transform: translateY(50px);
	position: relative;
	vertical-align: top;
}

/********************* 全国地区，灰色 ************************/
.place-gray {
	display: inline-block;
	position: relative;
	width: 65px;
	height: 65px;
}

.spot-gray {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #a2a9b4;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}

.region1 {
	display: inline-block;
	position: absolute;
	top: 280px;
	left: 280px;
	z-index: 7;
}

.region2 {
	display: inline-block;
	position: absolute;
	top: 490px;
	left: 330px;
	z-index: 7;
}

.place-gray .pulse {
	display: inline-block;
	width: 65px;
	height: 65px;
	position: absolute;
	top: 50%;
	left: 50%;
	/*transform: translate(-50%,-50%);*/
	z-index: 7;
	border-radius: 50%;
}

.pulsegray {
	border: 2px solid #a2a9b4;
	box-shadow: 0 0 4px #82878f, 0 0 10px #82878f inset;
	animation-name: spot-animation;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

/*.spot-gray-active{*/
/**/
/*}*/
/*@keyframes region-gray {*/
/*from{*/
/*width: 0;*/
/*height: 0;*/
/*opacity: 1;*/
/*}*/
/*to{*/
/*width: 65px;*/
/*height: 65px;*/
/*opacity: 0;*/
/*}*/
/*}*/
/********************* 全国地区，橙色 ************************/
.place-orange {
	display: inline-block;
	position: relative;
	width: 65px;
	height: 65px;
}

.region3 {
	display: inline-block;
	position: absolute;
	top: 330px;
	left: 450px;
	color: #333;
}

.spot-orange {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #ff9900;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}

.region3 .city {
	display: inline-block;
	width: 60px;
	padding: 6px 10px;
	position: absolute;
	left: 20px;
	top: 15px;
	text-align: center;
}

.region4 {
	display: inline-block;
	position: absolute;
	top: 365px;
	left: 500px;
	olor: #333;
}

.region4 .city {
	display: inline-block;
	width: 60px;
	padding: 6px 10px;
	position: absolute;
	left: 30px;
	top: 15px;
	text-align: center;
}

.place-orange .pulse {
	display: inline-block;
	width: 65px;
	height: 65px;
	position: absolute;
	top: 50%;
	left: 50%;
	/*transform: translate(-50%,-50%);*/
	z-index: 7;

}

.pulseOrange {
	border: 2px solid #ff9900;
	border-radius: 50%;
	box-shadow: 0 0 4px #ff9900, 0 0 10px #ff9900 inset;
	animation-name: spot-animation;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

/********************* 全国地区，蓝色 ************************/
.place-blue {
	display: inline-block;
	width: 90px;
	height: 90px;
	position: relative;
}

.region5 {
	display: inline-block;
	position: absolute;
	top: 170px;
	left: 605px;
	color: #333;
}

.spot-blue {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #5d9aff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}

.region5 .city {
	display: inline-block;
	width: 60px;
	padding: 6px 10px;
	position: absolute;
	left: 40px;
	top: 27px;
	text-align: center;
}

.region6 {
	display: inline-block;
	position: absolute;
	top: 180px;
	left: 515px;
	color: #333;
}

.region6 .city {
	display: inline-block;
	width: 60px;
	padding: 6px 10px;
	position: absolute;
	left: 40px;
	top: 27px;
	text-align: center;
}

.region7 {
	display: inline-block;
	position: absolute;
	top: 205px;
	left: 440px;
	color: #333;
}

.region7 .city {
	display: inline-block;
	width: 60px;
	padding: 6px 10px;
	position: absolute;
	left: 50px;
	top: 25px;
	text-align: center;
}

.region8 {
	display: inline-block;
	position: absolute;
	top: 260px;
	left: 560px;
	color: #333;
}

.region8 .city {
	display: inline-block;
	width: 60px;
	padding: 6px 10px;
	position: absolute;
	left: 50px;
	top: 25px;
	text-align: center;
}

.region9 {
	display: inline-block;
	position: absolute;
	top: 330px;
	left: 595px;
	color: #333;
}

.region9 .city {
	display: inline-block;
	width: 60px;
	padding: 6px 10px;
	position: absolute;
	left: 50px;
	top: 25px;
	text-align: center;
}

.region10 {
	display: inline-block;
	position: absolute;
	top: 360px;
	left: 360px;
	color: #333;
}

.region10 .city {
	display: inline-block;
	width: 60px;
	padding: 6px 10px;
	position: absolute;
	left: 50px;
	top: 27px;
	text-align: center;
}

.region11 {
	display: inline-block;
	position: absolute;
	top: 470px;
	left: 490px;
	color: #333;
}

.region11 .city {
	display: inline-block;
	width: 60px;
	padding: 6px 10px;
	position: absolute;
	left: -20px;
	top: 30px;
	text-align: center;
}

.region12 {
	display: inline-block;
	position: absolute;
	top: 505px;
	left: 515px;
	color: #333;
}

.region12 .city {
	display: inline-block;
	width: 60px;
	padding: 6px 10px;
	position: absolute;
	left: -20px;
	top: 30px;
	text-align: center;
}

.region13 {
	display: inline-block;
	position: absolute;
	top: 450px;
	left: 580px;
	color: #333;
}

.region13 .city {
	display: inline-block;
	width: 60px;
	padding: 6px 10px;
	position: absolute;
	left: 30px;
	top: 25px;
	text-align: center;
}

.place-blue .pulse {
	display: inline-block;
	width: 90px;
	height: 90px;
	position: absolute;
	top: 50%;
	left: 50%;
	/*transform: translate(-50%,-50%);*/
	z-index: 7;
	border-radius: 50%;

}

.pulseBlue {
	border: 1px solid #5d9aff;
	box-shadow: 0 0 4px #5d9aff, 0 0 10px #5d9aff inset;
	animation-name: spot-animation;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

/*@keyframes spot-orange {*/
/*from{*/
/*width: 0;*/
/*height: 0;*/
/*opacity: 1;*/
/*}*/
/*to{*/
/*width: 90px;*/
/*height: 90px;*/
/*opacity: 0;*/
/*}*/
/*}*/
@keyframes spot-animation {
	from {
		transform: translate(-50%, -50%) scale(0);
		opacity: 1;
	}

	to {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
	}
}

/************** slogin *************/
.sloginWrap {
	position: relative;
}

.sloginWrap .sloginImg img {
	display: block;
}

.sloginActive {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.sloginWrap .slogin {
	font-family: MicrosoftYaHei;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	/* line-height: 26px; */
	letter-spacing: 2px;
	color: #ffffff;
}

.sloginBtn {
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #ffffff;
	border: 1px solid #fff;
	border-radius: 20px;
	text-align: center;
	margin: 0 auto;
	margin-top: 15px;
}

/************** aboutUs *************/
.aboutUsWrap {
	padding: 60px 0;
	background-color: #f2f2f2;
}

.aboutUs {
	max-width: 1200px;
	margin: 0 auto;
}

.companyInfo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}

.aboutUsWrap .aboutImg {
	width: 35%;
}

.aboutUsWrap .companyLogo {
	margin-bottom: 20px;
}

.aboutUsWrap .myCompany {
	width: 60%;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 1px;
	color: #333333;
}

.aboutUsWrap .contactUs {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.aboutUsWrap .contac {
	width: 49%;
}

.aboutUsWrap .contacUsInfo {
	margin-bottom: 30px;
}

.aboutUsWrap .name {
	font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #999999;
	margin-bottom: 5px;
}

.aboutUsWrap .phone {
	font-family: MicrosoftYaHei;
	font-size: 18px;
	color: #333333;
	font-weight: bolder;
}

#container1{
	width: 49%;
	height: 300px;
}


