/* 大事记 */
.swiper-tab-items {
  display: none;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}
.swiper-box {
	background: #907AF9;
	padding: 70px 0px 0px;
	margin-bottom: -30px;
}
.swiper-box .mySwiper {
	position: relative;
}
.swiper-box .swiper-tab-items {
	margin: 60px 100px -20px;
	width: 82%;
	overflow-x: scroll;
	padding-bottom: 30px;
}
.swiper-box .swiper-tab-items .swiper-in-scroll{
	/* width: 1460px; */
	width: 900px;
	display: flex;
}
.swiper-box .swiper-tab-items li{
	display: inline-block;
	font-size: 20px;
	text-align: center;
	color: #fff;
	border-bottom: 1px solid #fff;
	position: relative;
	cursor: pointer;
	padding: 0px 20px 30px;
}
.swiper-box .swiper-tab-items li img{
	width: 20px;
	position: absolute;
	bottom: -11px;
	left: 38%;
}
.swiper-box .swiper-tab-items li.hover div{
	font-weight: bold;
	text-shadow:rgba(255,255,255,0.2) 3px 4px 5px;
}
.swiper-box .swiper-tab-items li.hover .active-img{
	display: inline-block;
}
.swiper-box .swiper-tab-items li.hover .active-grey{
	display: none;
}
.show-pc-ver{
	display: block;
}
.show-mb-ver{
	display: none;
}
.swiper-box .swiper-slide-visible {
	margin-right: 0px !important;
}

.my-swiper .swiper-button-next,.my-swiper .swiper-button-prev{
	top: 10%;
}
*[data-swiper-out="my-swiper-out"] .inner-slide{
	background: #fff;
	margin: 100px 100px 0px;
	padding: 40px;
	border-radius: 10px;
	box-shadow: 2px 2px 4px 5px rgb(0 0 0 / 5%);
	display: flex;
	align-items: center;
}
.my-swiper .inner-slide .l-img-area{
	width: 232px;
}
.my-swiper .inner-slide .l-img-area img{
	width: 100%;
}
.my-swiper .inner-slide .c-text-area{
	padding: 0px 20px;
	width: 460px;
}
.my-swiper .inner-slide .c-text-area h3{
	font-size: 24px;
	font-weight: 700;
	color: #0e1421;
	line-height: 26px;
	padding-bottom: 24px;
}
.my-swiper .inner-slide .c-text-area h4{
	font-size: 14px;
	font-weight: 400;
	color: #333;
	line-height: 24px;
}
.my-swiper .inner-slide .c-text-area p{
	font-size: 16px;
	color: #0e1421;
	line-height: 24px;
}
.my-swiper .inner-slide .r-time-area{
	font-size: 80px;
	font-family: DINEngschriftStd;
	font-weight: 400;
	color: #EFEFEF;
}

/* 视频区域 */
.video-box {
	padding-top:70px;
	background-color: #fff;
}

.video-box h1,
.map-box h1 {
	font-size: 32px;
}
.team-box h1 {
	font-size: 32px;
	font-weight: 700;
	color: #0e1421;
	line-height: 52px;
}
.swiper-box h1 {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	line-height: 54px;
}
.subscribe-box h1 {
	font-size: 32px;
	font-weight: 700;
	color: #0F1421;
	line-height: 54px;
}

.video-box .video-area-wp {
	padding-top: 20px;
	text-align:center;
	margin-left:5px;
	margin-right:5px;
}

.video-box .video-play-btn img {
	width:100%;
}

.video-box .video-intro-area {
	padding-left: 10px;
}

.video-box .video-text-p {
	font-size: 14px;
	color: #727171;
	line-height: 25px;
	text-align:left;
}

.video-box .video-intro-area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0;
}

.video-box .video-intro-area li {
	margin-bottom: 20px;
}

.video-box .video-intro-area .t-num-area {
	line-height: 1;
}

.video-box .t-num-area .t-num-big {
	font-size: 50px;
	font-family: DIN Condensed;
	font-weight: bold;
	color: #A39DED;
	position: relative;
}

.video-box .t-num-area .t-num-small {
	font-size: 27px;
	font-weight: 500;
	color: #A39DED;
	line-height: 42px;
}

.video-box .video-intro-area .b-num-area {
	font-size: 16px;
	color: #727171;
	line-height: 20px;
	padding: 12px 0px;
	border-top: 1px solid #b8b8b8;
	border-bottom: 1px solid #b8b8b8;
}

*[data-tip="num-tip"]::after {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
}


.tab-bar-box {
	background: #EDEDFE;
	padding-top:20px;
	padding-left:0px;
	padding-right:0px;
}

.tab-bar-box ul {
	display: flex;
	flex-wrap: wrap;
}

.tab-bar-box li {
	width: 31%;
	color: #fff;
	background: #907AF9;
	padding: 28px;
	margin-left:20px;
	margin-right:5px;
	box-shadow: 2px 5px 10px 4px rgba(0, 0, 0, 0.05);
}


.tab-bar-box li .item1 {
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 49px;
	position: relative;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
}

.tab-bar-box li .item1 img {
	width: 42px;
	position: absolute;
	right: 0px;
}

.tab-bar-box li .item2 {
	padding-top: 24px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 25px;
}

.tab-bar-box li .item2 p {
	display: flex;
	justify-content: space-between;
}

.tab-bar-box li .item2 p span:first-child {
	width: 20%;
}

.tab-bar-box li .item2 p span:last-child {
	width: 86%;
}

.team-box {
	padding: 70px 0px 40px;
}

.team-people ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 70px;
}

.team-people ul li {
	width: 24%;
	margin-bottom: 20px;
	border-radius: 5px;
	box-shadow: 2px 4px 8px 5px rgba(0, 0, 0, 0.05);
}
.team-people ul li .team-p-img img{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.team-people ul li .team-name-intro{
	padding-left: 12px;
}
.team-people ul li .team-people-intro{
	padding:0px 12px 20px;
}
/* .team-people ul li:hover{
	border-radius: 5px;
	box-shadow: 2px 4px 8px 5px rgba(0, 0, 0, 0.05);
}
.team-people ul li:hover .team-p-img img{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.team-people ul li:hover .team-name-intro{
	padding-left: 12px;
}
.team-people ul li:hover .team-people-intro{
	padding:0px 12px 20px;
}
 */
.team-people .team-p-img img {
	width: 100%;
}

.team-people .team-name-intro {
	padding-top: 20px;
	padding-bottom: 10px;
	color: #0e1421;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}

.team-people .team-people-intro p {
	font-size: 14px;
	color: #727171;
	line-height: 25px;
	padding-left: 10px;
	position: relative;
	/* padding-top: 10px; */
}
.team-people .team-people-intro p::after{
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #F65D53;
	position: absolute;
	left: 0px;
	top: 9px;
	border-radius: 50px;
}

/* grid */
.grid {
	padding-top: 70px;
	background: #fff;
}

.grid .grid-t-intro h3 {
	font-size: 32px;
	font-weight: 700;
	color: #0e1421;
	line-height: 52px;
	padding-bottom: 20px;
}

.grid .grid-t-intro p {
	font-size: 14px;
	font-weight: 400;
	color: #595757;
	line-height: 25px;
}

.grid-box
{
text-align:center;
}
.grid-box .box {
	height: 248px;
	background: #fff;
	margin: 10px auto 40px;
	padding: 66px 30px 10px 30px;
	cursor: pointer;
	border-radius: 5px;
	overflow: hidden;
	transition: all .3s;
	box-shadow: 2px 9px 4px 1px rgba(248, 240, 255, 0.55);
}
.grid-box .box1 {
padding-top:10px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
}

.grid-box .box1 img {
	width:85%;
	height:auto;
	border-radius: 10px;
}

.grid-box .box .box-animate {
	transform: translateY(0);
	transition: inherit;
	position: relative;
}

.grid-box .box .box-animate .box-img-area {
	display: flex;
	margin-bottom: 18px;
	align-items: end;
}

.grid-box .box img {
	height: 52px;
	margin-right: 10px;
}

.grid-box .box:hover {
	background: #F2F3FF;
	border: 1px dashed #6969FF;
}

.grid-box .box:hover .box-animate {
	transform: translateY(-120px);
}

.grid-box .box:hover .bth-out {
	display: block;
}

.grid-box .box .bth-out {
	margin-top: 20px;
	display: none;
	text-align: center;
}

.grid-box .box .bth {
	width: 90px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #6969FF;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
}

.grid-box .box .bth:hover {
	background: linear-gradient(to right, #E050D8 0%, #F65D53 100%);
}

.grid-box .box p {
	font-size: 20px;
	color: #262626;
	padding: 5px 0;
	margin: 0;
	font-weight: 700;
}

.grid-box .box span {
	display: block;
	font-size: 14px;
	color: #9fA0A0;
}
.grid .text-center
{
	font-size:32px;
}
.cotom-box .text-center
{
	font-size:32px;
}

.map-box {
	padding-top:70px;
	text-align:center;
}

.map-box .map-area {
	padding-top: 70px;
}

.map-box .nav-pills-ul {
	border: 1px solid #CACACA;
	border-radius: 10px;
	margin-bottom: 20px;
	width: 100%;
	overflow-x: scroll;
}

.map-box .nav-pills-ul .s-nav-o{
	width: 2700px;
}

.map-box .nav-pills-ul li {
	width: 124px;
	padding: 20px 0px;
	display: inline-block;
	text-align: center;
	color: #595757;
	cursor: pointer;
	position: relative;
}

.map-box .nav-pills-ul li::after {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 40px;
	background: #CACACA;
	right: 0px;
	top: 27%;
}

.map-box .nav-pills-ul li span {
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
}

.map-box .nav-pills-ul li.active-nav {
	background: #907AF9;
	color: #fff;
}

.map-box .nav-pills-ul li.active-nav::after {
	display: none;
}

.map-box .nav-pills-ul li:nth-of-type(1).active-nav {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.map-box .nav-pills-ul li:last-of-type.active-nav {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.map-box .nav-pills-ul li:last-of-type::after {
	display: none;
}
.map-box .show-map-out .show-active-li {
	padding: 18px;
	display: flex;
	align-items: center;
	/* flex-wrap: wrap; */
}

.map-box  .map-img #map {
	width: 582px;
	height: 330px;
}
.map-box  .map-img img {
	width: 582px;
	height: 330px;
}
.show-map-out {
	display: block;
	border: 1px solid #CACACA;
	border-radius: 10px;
	padding: 18px;
}
.map-box .show-map-out li {
	display: none;
}
.map-box .map-text {
	margin-left: 40px;
}

.map-box .map-text img {
	width: 32px;
}

.map-box .map-text span {
	font-size: 22px;
	font-weight: bold;
	color: #0e1421;
	line-height: 28px;
	padding-left: 10px;
}

.map-box .map-text .map-area-t {
	padding-top: 40px;
}

.map-box .map-text .map-area-t p {
	font-size: 15px;
	font-weight: 400;
	color: #727171;
	line-height: 32px;
}


.map-box .box {
	margin-bottom:50px;
	position:relative;
	border: 1px solid #CACACA;
    border-radius: 10px;
    /* padding: 6px 0px; */
}
.map-box .c-menu {
	height:60px;
	overflow:hidden;
	width:100%;
	margin-right:60px;
}
.map-box .list-group {
	margin-bottom:0px;
}
.map-box .btn {
	display:inline-block;
	float:right
}
.map-box .c-item {
	border-radius:0px !important;
	float:left;
	display:inline-block;
}
.map-box .c-item a {
	float:left;
	padding:20px 33px;
	color:#595757;
	display:inline-block;
}
.map-box .active-nav a{
	color: #fff;
	background:#907AF9;
}
.map-box .first-active-nav a{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.map-box .last-active-nav a{
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.map-box .c-item a:hover {
	color: #fff;
	background:#907AF9;
}
.map-box .c-item .icon {
	margin-top:4px;
	margin-left:3px;
	float:right;
}
.map-box .btn-arrow {
	background:RGBA(144, 122, 249, 0.9);
	margin-left:1px;
	outline:none;
	padding:2px 8px;
	border-radius: 50px;
	position: absolute;
	border: 0px;
    top: 12px;
	box-shadow: 2px 1px 8px 2px RGBA(144, 122, 249, 0.2);
}
/* .map-box .btn-arrow */
.map-box .btn-arrow img{
	width: 18px;
    padding: 2px;
}
.map-box #left {
	left: -48px;
}
.map-box #right {
	right: -48px;
}
.map-box .btn-arrow[disabled]{
    cursor: default;
	background: rgba(144, 122, 249, 0.3);
}







.subscribe-box {
	margin-top: 20px;
	padding: 60px 0 70px;
	background-image: url('../images/index/subscribe.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.subscribe-box h6 {
	font-size: 18px;
	font-weight: 400;
	color: #646464;
	line-height: 32px;
	padding-bottom: 30px;
}

.subscribe-btn {
	margin: 20px auto;
	width: 210px;
	height: 42px;
	background-color: #8B6EF4;
	border-radius: 8px;
	text-align: center;
	line-height: 42px;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
}

.subscribe-btn:hover {
	background: linear-gradient(to right, #E050D8 0%, #F65D53 100%);
}

.swiper-button {
	width: 150px;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: 90%;
}

.swiper-button .swiper-button-prev,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	width: 50 px;
	height: 50 px;
	font-size: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	color: #8B8B8B;
}
/* 底部输入框 */
.subscribe-box .subscribe-btn-out {
	display: flex;
	justify-content: space-around;
}
.subscribe-box #basic-addon3 img{
	width: 18px;
	margin-right: 10px;
}
.subscribe-box #basic-addon3{
	position: absolute;
	z-index: 100;
	width: 200px;
	height: 56px;
	border-radius: 50px;
	color: #fff;
	line-height: 56px;
	right: 0px;
	font-size: 18px;
	color: #fff;
	display: inline-block;
	padding: 0px;
	background: linear-gradient(to right, #E050D8 0%, #F65D53 100%);
}
.subscribe-box .form-control{
	width: 530px;
	height: 56px;
	border-radius: 50px;
	border-color: transparent;
	box-shadow: 0px 0px 27px 0px rgba(6, 0, 1, 0.1);
	padding-right: 200px;
	padding-left: 20px;
}
.input-group #toTrailPhone1 {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
/*合作伙伴*/
.cotom-box
{
background-color: #FFFFFF;
text-align:center;
padding-top:70px;
}
.h-logo-list
{
	display: inline-block;
	text-align:center;
	width:90%;
}
.h-logo-list ul{
    padding-top:10px;
	padding-left:30px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
}
.h-logo-list ul li{
	    padding: 10px 0px;
    display: flex;
    justify-content: space-between;

}

.h-logo-list ul li .client-logs-out {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.h-logo-list ul li .client-logs-inner {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
	width:100%;
}

.h-logo-list ul li div{
	width: 25%;
    display: inline-block;

}

.h-logo-list ul li div img{
	width: 90%;
    border-radius: 10px;
    padding: 0px 10px;
    box-shadow: 1px 3px 10px 6px rgb(0 0 0 / 5%);
}
/*渠道加盟*/
.part03-kj {
    background: #fff;
    padding: 1px 0 1px;
	text-align:center;
}
.part03 {
    width: 98%;
	text-align:center;
}
.part03 h3 {
    text-align: center;
    color: #20242b;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    height: 55px;
    padding-top: 23px;
    background-size: 501px;
}
.part03 .zcnr {
    width: 98%;
    color: #737c8b;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.part03 .div-img {
    width: 98%px;
    margin-top:10px;
	margin-left:10px;
	text-align:center;
}
.part03 .div-img img {
    width: 85%;
    display: block;
    margin: auto;
}
.part03 .shengtai {
    width: 98%;
    margin-top:20px;
}
.part03 .shengtai ul {
    padding: 0;
    list-style: none;
}
.part03 .shengtai ul li {
    list-style: none;
    float: left;
    width: 20%;
    height: 132px;
    text-align: center;
    color: #383a3c;
}

.part03 .shengtai ul li img {
    width: 90px;
    display: block;
    margin: 0 auto 10px;
}
.part03 .shengtai ul li p.t01 {
    font-size: 16px;
    line-height: 16px;
    color: #737c8b;
    text-align: center;
}



/*超大型屏幕pc ≥1920px屏幕 */
@media screen and (min-width: 1920px) {
}

/*大型屏幕pc 1920>=pc>=1200 超大屏*/
@media screen and (min-width:1200px) and (max-width: 1450px){
	.subscribe-box .form-control {
		width: 450px;
		height: 46px;
		padding-right: 200px;
	}
	.subscribe-box #basic-addon3 {
		width: 160px;
		height: 46px;
		line-height: 46px;
	}
}

/*中型屏幕/平板 1200>=pc>=992 超大屏*/
@media screen and (min-width: 992px) and (max-width: 1200px) {
}

/* 平板 */
@media screen and (min-width: 480px) and (max-width: 1199px) {
}

/* 手机端 */
@media screen and (max-width: 480px) {
	.video-box .video-intro-area{
		padding-left: 0px;
		margin-top: 40px;
	}

	.team-people ul li{
		width: 48%;
	}
	.swiper-box .swiper-tab-items{
		margin: 0 auto;
	}
	.show-pc-ver{
		display: none;
	}
	.show-mb-ver{
		display: block;
	}
	.tab-bar-box li{
		width: 100%;
		margin-top:20px;
		margin-left: 0px;
    	margin-right:0px;
	}

	.grid-box .box {
		height: auto;
		padding: 20px;
		margin-bottom: 20px;
	}
	.grid-box .col-xs-6{
		width: 100%;
		text-align:center;
	}
	.team-people ul{
		padding-top: 30px;
	}
	.team-box h1,.team-people h1,.video-box h1, .map-box h1,.swiper-box h1,.swiper-box h1,.subscribe-box h1 ,.grid .grid-t-intro h3{
		line-height: 32px;
		font-size: 20px;
	}
	.team-people h6, .video-box h6, .map-box h6, .swiper-box h6, .subscribe-box h6 {
		line-height: 24px;
		font-size: 14px;
		margin: 0px 14px;
	}
	.subscribe-box{
		background: url('../images/index/subscribe.png') center no-repeat;
		background-size: cover;
	}
	.grid-box .box:hover .box-animate {
		transform: translateY(-80px);
	}
	.grid .grid-t-intro p{
		font-size: 14px;
		line-height: 24px;
	}
	.grid-t-intro{
		margin-bottom: 20px;
	}
	.video-box .t-num-area .t-num-big{
		font-size: 45px;
	}
	.video-box .video-intro-area .b-num-area{
		font-size: 14px;
	}
	.video-box .video-intro-area ul{
		margin-bottom: 10px;
	}
	*[data-swiper-out="my-swiper-out"] .inner-slide{
		margin: 30px 50px 0px 40px;
		flex-wrap: wrap;
		padding: 20px;
	}
	*[data-swiper-out="my-swiper-out"] .swiper-button-prev:after,
	.swiper-container-rtl .swiper-button-next:after,
	.swiper-button-next:after,
	.swiper-container-rtl .swiper-button-prev:after {
		width: 50 px;
		height: 50 px;
		font-size: 30px;
		text-align: center;
		line-height: 50px;
		color: #fff;
	}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
		left: 0px;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
		right: 0px;
	}
	.my-swiper .swiper-button-next, .my-swiper .swiper-button-prev{
		top: 45%;
	}
	.my-swiper .inner-slide .l-img-area{
		width: 100%;
		margin-bottom: 20px;
	}
	.my-swiper .inner-slide .c-text-area{
		padding: 0px;
	}
	.my-swiper .inner-slide .c-text-area h3{
		font-size: 20px;
		padding-bottom: 10px;
	}
	.my-swiper .inner-slide .r-time-area{
		line-height: 1.2;
	}
	.swiper-box .swiper-tab-items li{
		font-size: 14px;
		padding-bottom: 20px;
	}
	.swiper-box .swiper-tab-items li img{
		width: 14px;
		bottom: -7px;
	}
	.swiper-box .swiper-tab-items{
		width: 100%;
		padding-bottom: 10px;
	}
	.tab-bar-box li .item1{
		font-size: 24px;
		line-height: 1;
	}
	.tab-bar-box li .item1 img{
		width: 24px;
	}
	.tab-bar-box li .item2{
		font-size: 16px;
	}
	.tab-bar-box{
		padding: 20px 0px 20px;
	}
	.swiper-box{
		margin-bottom: -70px;
	}
	.swiper-box .swiper-tab-items .swiper-in-scroll{
		width: 750px;
	}
	.map-box .map-area {
		padding-top: 70px;
		display: flex;
		flex-wrap: wrap;
	}
	.map-box .nav-pills-ul{
		display: none;
		width: 40%;
		margin-right: 10px;
	}
	.map-box .nav-pills-ul li{
		width: 100%;
		padding:4px 0px;
		border-bottom: 1px solid #c5c5c5;
	}
	.map-box .nav-pills-ul li:last-of-type{
		border-bottom: 0px solid #c5c5c5;
	}
	.map-box .nav-pills-ul li span{
		font-size: 12px;
	}
	.map-box .show-active .show-active-li{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	.map-box .nav-pills-ul .s-nav-o{
		display: block;
		width: 100%;
	}
	.map-box .map-img #map{
		width: 260px;
		height: 180px;
	}
	.map-box .map-img img{
		width: 100%;
		height: 200px;
	}
	.map-box .box{
		margin: 0px 40px 40px 40px;
	}
	.map-box .c-menu{
		height: 50px;
	}
	.map-box .c-item a {
		float: left;
		padding: 15px 20px;
	}
	.map-box .btn-arrow{
		top: 6px;
	}
	.map-box .map-text{
		margin-left: 0px;
		margin-top: 36px;
	}
	.map-box .nav-pills-ul li:nth-of-type(1).active-nav {
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		border-bottom-left-radius: 0px;
	}
	.map-box .nav-pills-ul li::after{
		width: 0px;
	}
	.map-box .show-active .show-active-li{
		padding: 0px;
	}
	.map-box .map-text img{
		width: 16px;
	}
	.map-box .map-text span{
		font-size: 16px;
		padding-left: 4px;
	}
	.map-box .map-text .map-area-t {
		padding-top: 30px;
	}
	.map-box .map-text .map-area-t p{
		font-size: 13px;
	}
	.map-box .nav-pills-ul li:last-of-type.active-nav {
		border-top-right-radius: 0px;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
	}
	.subscribe-box .form-control{
		width: 100%;
		height: 36px;
		line-height: 36px;
		padding-right: 80px;
		border: 1px solid #F5F5F5;
	}
	.subscribe-box #basic-addon3{
		width: 100px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}
	.subscribe-box #basic-addon3 img{
		width: 14px;
		margin-right: 4px;
	}
	
	.h-logo-list ul li img {
		width: 100%;
	}

	.part03 .shengtai {
		margin-left:10px;
	}
	.part03 .shengtai ul li img {
		width: 45px;
	}
	.part03 .shengtai ul li p.t01 {
		font-size: 8px;
	}
	.grid .text-center
	{
		font-size:20px;
	}
	.cotom-box .text-center
	{
		font-size:20px;
	}
}





