.public-top {
	background: url(../img/banner.jpg) no-repeat;
	background-size: 100% 100%;
}

.top-nav {
	display: inline-block;
	width: 310px;
	height: 110px;
	margin: 140px 25px;
	color: #555555;
	cursor: pointer;
	background-color: #ffffff;
}

.nav-bg {
	position: relative;
	height: 70px;
	overflow: hidden;
}

#about-honor {
	height: auto;
    display: flex;justify-content: flex-start;
    flex-wrap: wrap;
}
#about-honor .honor-page{
    width: 100%;
}

.nav-bg p {
	position: absolute;
	top: 0;
	line-height: 70px;
	width: 310px;
	font-size: 1.5em;
	color: #FFFFFF;
	background-color: #1fdb6f;
	background: -moz-linear-gradient(left, rgba(30, 220, 111, 0.9), rgba(28, 197, 210, 0.9));
	background: -webkit-linear-gradient(left, rgba(30, 220, 111, 0.9), rgba(28, 197, 210, 0.9));
	background: -o-linear-gradient(left, rgba(30, 220, 111, 0.9), rgba(28, 197, 210, 0.9));
}

.top-nav .nav-bg img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.top-nav:hover img {
	-webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.current-nav {
	-webkit-box-shadow: 0 10px 20px rgba(127, 255, 170, 0.2);
	box-shadow: 0 10px 20px rgba(127, 255, 170, 0.2);
}

.top-nav>p {
	line-height: 40px;
	font-size: 1.5rem;
	width: 310px;
	border: 1px solid rgb(238, 238, 238);
}

.about-title {
	height: 250px;
	padding-top: 100px;
}

.title-cont {
	position: relative;
	height: 80px;
}

.title-cont h2 {
	line-height: 80px;
}

.title-cont p {
	position: absolute;
	bottom: -8px;
	right: 530px;
	color: #CCCCCC;
	font-size: 1.5rem;
}

.title-cont:before {
	content: "";
	width: 120px;
	height: 1px;
	background-color: rgb(238, 238, 238);
	position: absolute;
	top: 0;
	left: 400px;
}

.title-cont:after {
	content: "";
	width: 120px;
	height: 1px;
	background-color: rgb(238, 238, 238);
	position: absolute;
	bottom: 0;
	right: 400px;
}

.about-nav {
	height: 150px;
	padding: 12px 0 0;
	background-color: rgb(247, 247, 247);
}

.nav-item {
	display: inline-block;
	cursor: pointer;
	height: 126px;
	width: 126px;
	margin: 0 50px;
	background-color: rgb(247, 247, 247);
	border-radius: 100%;
	padding-top: 10px;
}

.nav-item:hover,
.current-item {
	background-color: rgb(207, 169, 114);
}

.nav-item:hover p,
.nav-item.current-item p,
.nav-item.current-item i,
.nav-item:hover i {
	color: #FFF5EE;
}

.nav-item i {
	font-size: 5rem;
	color: rgb(170, 170, 170);
}

.nav-item p {
	font-size: 1.4rem;
	color: rgb(170, 170, 170);
}

#about-intr {
	padding-top: 80px;
	height: 1050px;
}

#about-intr>div {
	float: left;
}

#about-intr>div.width-half {
	padding-bottom: 70px;
  border-bottom: 1px solid rgb(238, 238, 238);
}

.front-img,
.back-img {
	width: 450px;
	height: 500px;
	background-size: 100% 100%;
}

.front-img {
	float: left;
	margin-left: 150px;
	background-image: url(../img/introduction01.jpg);
}

.back-img {
	margin-top: 50px;
	background-image: url(../img/introduction02.jpg);
}

#about-intr>div.intr-word {
	padding: 50px 80px 110px 80px;
	height: 621px;overflow: auto;
}

.intr-word p {
	font-size: 1.5rem;
	text-align: left;
	line-height: 2.5rem;
	color: rgb(102, 102, 102);
}

.intr-bottom {
	height: 320px;
	padding-top: 60px;
}

.intr-bt-logo {
	position: relative;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	display: inline-block;
}

.intr-bottom>div:nth-child(2) {
	margin: 0 250px;
}

.circle-bg {
  position: absolute;
  display: none;
  z-index: -1;
  top: -15px;
  left: -15px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(30, 220, 111, 1);
  background: -moz-linear-gradient(left, rgba(30, 220, 111, 1) 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, rgba(30, 220, 111, 1) 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, rgba(30, 220, 111, 1) 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, rgba(30, 220, 111, 1) 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, rgba(30, 220, 111, 1) 10%, rgba(255, 255, 255, 0) 42%);
  -webkit-animation: load3 3s infinite linear;
  animation: load3 3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.circle-point {
  position: absolute;
  top: -6px;
  left: 90px;
  z-index: 1;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.intr-bottom>div:hover .circle-bg {
  display: block;
}

.circle-bg:before {
	width: 50%;
  height: 50%;
  background: rgba(30, 220, 111, 1);
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.circle-bg:after {
	background: #FFFFFF;
  width: 98%;
  height: 98%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.intr-bt-logo p {
	line-height: 150px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #FFFFFF;
}

.intr-bottom>div {
	display: inline-block;
}

.intr-bottom>div>p {
	margin-top: 20px;
	font-size: 1.5rem;
	color: rgb(102, 102, 102);
}

#about-develop {
	height: 1400px;
}

#about-develop .width-half {
	float: left;
	padding-top: 80px;
}

#about-develop p {
	display: inline-block;
}

#about-develop>div>div:hover p {
	color: #1edc6f;
	background-image: -webkit-gradient(linear, 0 50%, 100% 50%, from(rgba(30, 220, 111, 1)), to(rgba(28, 197, 210, 1)));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#about-develop>div.developRight>div:hover img {
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

#about-develop>div.developLeft>div:hover img {
	-webkit-transform-origin: 100% 0 0;
	transform-origin: 100% 0 0;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

#about-develop img {
	margin-top: 20px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.developLeft {
	position: relative;
	border-right: 1px solid rgb(238, 238, 238);
	padding: 0 80px 40px 0;
	text-align: right;
}

.developRight {
	padding-left: 80px;
	text-align: left;
}

.develop-time {
	font-size: 2.5rem;
	font-weight: bold;
}

.develop-detail {
	font-size: 1.3rem;
}

.developLeft div,
.developRight div {
	position: relative;
}

.developLeft div:first-child p {
	color: #1edc6f;
	background-image: -webkit-gradient(linear, 0 50%, 100% 50%, from(rgba(30, 220, 111, 1)), to(rgba(28, 197, 210, 1)));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.developLeft div:last-child p {
	color: #1edc6f;
	background-image: -webkit-gradient(linear, 0 50%, 100% 50%, from(rgba(30, 220, 111, 1)), to(rgba(28, 197, 210, 1)));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.developLeft div:after {
	content: "";
	width: 9px;
	height: 9px;
	background-color: #1fdb6f;
	background: -moz-linear-gradient(top, rgba(30, 220, 111, 1), rgba(28, 197, 210, 1));
	background: -webkit-linear-gradient(top, rgba(30, 220, 111, 1), rgba(28, 197, 210, 1));
	background: -o-linear-gradient(top, rgba(30, 220, 111, 1), rgba(28, 197, 210, 1));
	position: absolute;
	top: 12px;
	right: -85px;
	border-radius: 50%;
}

.developRight div:before {
	content: "";
	width: 9px;
	height: 9px;
	background-color: #1fdb6f;
	background: -moz-linear-gradient(top, rgba(30, 220, 111, 1), rgba(28, 197, 210, 1));
	background: -webkit-linear-gradient(top, rgba(30, 220, 111, 1), rgba(28, 197, 210, 1));
	background: -o-linear-gradient(top, rgba(30, 220, 111, 1), rgba(28, 197, 210, 1));
	position: absolute;
	top: 12px;
	left: -85px;
	border-radius: 50%;
}

#about-structure {
	position: relative;
	height: 2000px;
}

#about-structure img {
	width: 1000px;
}

#structureBig {
	width: 0;
}

#about-structure #structureBig img {
	width: 0;
}

.mid-item,
.left-item {
	font-size: 15px;
	width: 112px;
	height: 38px;
	line-height: 38px;
	color: #FFFFFF;
}

.mid-item {
	position: relative;
	margin: 0 auto 15px;
	background-color: rgb(14, 120, 196);
}

.mid-item:before {
	content: "";
  width: 50px;
  height: 2px;
  background: rgb(238, 238, 238);
  position: absolute;
  bottom: -130px;
  left: -100px;
}

.mid-mid.mid-item:before {
	width: 155px;
}

.mid-last.mid-item:before {
	content: "";
  width: 2px;
  height: 105px;
  background: rgb(238, 238, 238);
  position: absolute;
  bottom: -75px;
  left: -50px;
}

.mid-item:after {
	content: "";
	width: 2px;
	height: 15px;
	background: rgb(238, 238, 238);
	position: absolute;
	bottom: -15px;
	right: 56px;
}

.mid-last.mid-item:after {
	bottom: -150px;
	height: 150px;
}

.vertical-item:before {
	content: "";
  width: 2px;
  height: 40px;
  background: rgb(238, 238, 238);
  position: absolute;
  top: -40px;
  right: 25px;
}

.left-model {
	position: absolute;
	left: 330px;
	top: 150px;
}

.left-model:after {
	content: "";
	width: 20px;
	height: 2px;
	background: rgb(238, 238, 238);
	position: absolute;
	top: 15px;
	right: 10px;
}

.left-item {
	margin-bottom: 15px;
	background-color: rgb(2, 156, 230);
}

.vertical-item {
	position: relative;
	float: left;
	color: #FFFFFF;
	width: 50px;
	height: 350px;
	font-size: 13px;
	padding: 13px;
	margin: 0 25px;
	background-color: rgb(92, 189, 234);
}

#about-structure .vertical-model {
	position: relative;
	margin-left: 205px;
	padding-top: 180px;
}

.vertical-model:before {
	content: "";
  width: 700px;
  height: 2px;
  background: rgb(238, 238, 238);
  position: absolute;
  bottom: 40px;
  left: 48px;
}

.about-honor {
	height: 700px;
}

.honor-item {
	width: 400px;
	height: 250px;
	padding-top: 25px;
	margin-top: 50px;
	float: left;
	cursor: pointer;
}

.honor-item img {
	width: 230px;
	height: 178px;
}

.big-bar {
	position: absolute;
  	margin-left: 85px;
	width: 230px;
	height: 178px;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
}

.honor-item:hover .big-bar {
	opacity: 1;
}

.big-bar i {
	font-size: 4rem;
  color: #ffffff;
  line-height: 178px;
}

.honor-item p {
	margin-top: 10px;
	color: rgb(170, 170, 170);
}

.honor-page {
	height: 100px;
	padding-top: 30px;
}

.honor-page div {
	display: inline-block;
	cursor: pointer;
	width: 12px;
	height: 12px;
	margin: 15px;
	background: rgb(247, 247, 247);
	border-radius: 6px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	/* Firefox 4 */
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s;
	/* Opera */
}

.honor-page div:hover,
.honor-page div.current-honor {
	width: 28px;
	background-color: #1fdb6f;
	background: -moz-linear-gradient(left, rgba(30, 220, 111, 1), rgba(28, 197, 210, 1));
	background: -webkit-linear-gradient(left, rgba(30, 220, 111, 1), rgba(28, 197, 210, 1));
	background: -o-linear-gradient(left, rgba(30, 220, 111, 1), rgba(28, 197, 210, 1));
}

.brand-item {
	height: 500px;
}

.brand-item .width-half {
	float: left;
}

.brand-item img {
	width: 580px;
	height: 440px;
}

.brand-item .brand-img {
	line-height: 500px;
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.brand-item .brand-img:hover {
	-webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.brand-item .brand-img-small {
	line-height: 400px;
}

.brand-item .brand-img-small img {
	height: 340px;
}

.brand-item .brand-word {
	line-height: 2.2rem;
}

.brand-item .brand-word p {
	color: rgb(136, 136, 136);
}

.brand-word h3 {
	position: relative;
	margin-bottom: 50px;
}

.brand-word h3:after {
	content: "";
	width: 50px;
	height: 1px;
	background-color: #1fdb6f;
	background: -moz-linear-gradient(top, rgba(30, 220, 111, 1), rgba(28, 197, 210, 1));
	background: -webkit-linear-gradient(top, rgba(30, 220, 111, 1), rgba(28, 197, 210, 1));
	background: -o-linear-gradient(top, rgba(30, 220, 111, 1), rgba(28, 197, 210, 1));
	position: absolute;
	top: 12px;
	left: 110px;
}

.brand-word {
	padding: 70px 60px 0 60px;
	text-align: left;
}

.brand-data {
	height: 200px;
	padding-top: 50px;
}

.brand-data div {
	width: 20%;
	float: left;
}

.brand-num {
	font-size: 5rem;
}

.brand-title {
	color: rgb(136, 136, 136);
}

.channel-h {
	height: 90px;
	margin-bottom: 30px;
}

.channel-h h3 {
	position: relative;
	width: 100px;
	margin: 0 auto;
	line-height: 90px;
}

.channel-h h3:after {
	content: "";
	width: 50px;
	height: 1px;
	background-color: #1fdb6f;
	background: -moz-linear-gradient(top, rgba(30, 220, 111, 1), rgba(28, 197, 210, 1));
	background: -webkit-linear-gradient(top, rgba(30, 220, 111, 1), rgba(28, 197, 210, 1));
	background: -o-linear-gradient(top, rgba(30, 220, 111, 1), rgba(28, 197, 210, 1));
	position: absolute;
	top: 45px;
	left: 120px;
}

.brand-channel {
	height: 300px;
	width: 100%;
	margin-bottom: 50px;
	background: url(../img/channel.jpg) no-repeat;
	/*background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: contain;*/
}

.channel-item {
	width: 33%;
	float: left;
	padding: 40px 70px;
}

.channel-item p {
	color: #FFFFFF;
	font-size: 1.5rem;
}

.channel-item div {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #FFFFFF;
	margin: 0 auto 10px;
}

.channel-item i {
	font-size: 3rem;
	line-height: 60px;
}

p.channel-detail {
	text-align: left;
	font-size: 1.2rem;
	margin-top: 20px;
}

#echarts-div {
	width: 900px;
	height: 700px;
}
.subcompany-list{
	width: 480px;
	height: 220px;
	bottom: 10%;
	right: 0.5%;
	padding-left: 5px;
    -webkit-box-shadow: 0 10px 50px rgba(85, 85, 85, 0.1);
    box-shadow: 0 10px 50px rgba(85, 85, 85, 0.1);	
}
.subcompany-con{
	width: 100%;
	height: 100%;
	padding: 20px 30px;
}
.subcompany_tit{
	font-size: 40px;
	font-weight: 400;
	left: 0;
	top: 0;
	z-index: 2;
	padding-right: 30px;
	background: #fff;
}
.subcompany_head:after{
	width: 100%;
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #eee;
	top: 25px;
	left: 0;
	z-index: 1;
}
.subcompany *{
	text-align: left;
}
.subcompany_body{
	margin-top: 70px;
}
.subcompany_body h3{
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.sc-block{
	padding-right:80px!important;
}
.sc-block p{
	margin-top: 8px;
}
.con-t-btns *{
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	/* Firefox 4 */
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s;
	/* Opera */
}
.con-t-btns{
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	overflow: hidden;
	padding: 1px;
	cursor: pointer;
	margin-right: 20px;
}
.con-t-btns>div{
	padding: 0px 14px;
	height: 28px;
	border-radius: 14px;
	display: inline-block;
}
.con-t-btns:hover,.con-t-btns.active{
    background-color: #1fdb6f;
    background: -moz-linear-gradient(left, rgba(30, 220, 111, 1), rgba(28, 197, 210, 1));
    background: -webkit-linear-gradient(left, rgba(30, 220, 111, 1), rgba(28, 197, 210, 1));
    background: -o-linear-gradient(left, rgba(30, 220, 111, 1), rgba(28, 197, 210, 1));	
}
.con-t-btns:hover>div span,.con-t-btns.active>div span{
	font-size: 15px;
	display: inline-block;
	color: #1edc6f !important;
	background-image: -webkit-gradient(linear, 0 50%, 100% 50%, from(rgba(30, 220, 111, 1)), to(rgba(28, 197, 210, 1)));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.subcompany-con-b i{
	color:#cfa972;
	vertical-align: baseline;
	margin-right: 5px;
}
.subcompany-con-b span{
	margin-right: 15px;
}
.contact-bg{
	height: 180px;
	background: url(../img/bottom_04.jpg);
    background-attachment: fixed;
    background-position: center 2px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;	
}
.contact-bg>.bg{
	position: absolute;	
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.7);
	width: 100%;
	height: 100%;
}

.intr-logo-01 {
	background: url(../img/intr_bt_01.jpg) 50% 50%;
}

.intr-logo-02 {
	background: url(../img/intr_bt_02.jpg) 50% 50%;
}

.intr-logo-03 {
	background: url(../img/intr_bt_03.jpg) 70% 70%;
}

.honor-r-border {
	border-right: 1px solid rgb(238,238,238);
}

.developLeft div:nth-child(2) {
	margin-top: 110px;
}

.developLeft div:nth-child(3) {
	margin-top: 60px;
}

.developLeft div:nth-child(4) {
	margin-top: 90px;
}

.developLeft div:nth-child(5) {
	margin-top: 80px;
}

.developRight div:nth-child(1) {
	margin-top: 125px;
}

.developRight div:nth-child(2) {
	margin-top: 80px;
}

.developRight div:nth-child(3) {
	margin-top: 90px;
}

.developRight div:nth-child(4) {
	margin-top: 95px;
}

.big-show {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-box-orient: vertical;
    text-align: center;
    z-index: 999;
}

.big-show img {
	width: 690px;
    height: 534px;
    z-index: 1000;
}

@media screen and (max-width: 1199px) {
	#about-cont {
		overflow: hidden;
	}
	.width-1200 {
		width: 100%;
	}

	.top-nav {
		width: 25%;
		height: 50px;
		margin: 30px 10px;
	}

	.nav-bg {
		height: 30px;
	}

	.nav-bg p {
		line-height: 30px;
		font-size: 0.5em;
		width: 100%;
	}

	.top-nav>p {
		line-height: 20px;
		font-size: 12px;
		width: 100%;
	}

	.about-title  {
		width: 100%;
    height: 70px;
		padding-top: 0;
		margin-top: 50px;
	}

	.title-cont {
		height: 50px;
	}

	.title-cont::before {
		width: 60px;
		left: 40px;
	}

	.title-cont::after {
		width: 60px;
		right: 40px;
	}

	.title-cont h2 {
		font-size: 1.5rem;
		line-height: 50px;
	}

	.title-cont p {
		font-size: 12px;
		right: 110px;
	}

	.about-nav {
		height: 90px;
		padding-top: 10px;
	}

	.about-nav>div {
		width: 100%;
	}

	.nav-item {
		height: 65px;
    width: 65px;
		margin: 0 5px;
		padding-top: 5px;
	}

	.nav-item i {
		font-size: 2.3rem;
	}

	.nav-item p {
		font-size: 12px;
	}

	.about-cont {
		width: 100%;
	}

	#about-intr {
		padding-top: 40px;
		height: 1200px;
	}

	#about-intr>div.width-half {
		height: 500px;
		border-bottom: none;
		width: 100%;
	}

	#about-intr>div.intr-word {
		padding: 0 10%;
    font-size: 12px;
    line-height: 12px;
	height: 420px;
	}

	.front-img, .back-img {
		width: 80%;
    height: 400px;
		margin-left: 5%;
	}

	.front-img {
		margin-left: 10%;
	}

	.intr-word p {
		font-size: 12px;
		line-height: 1.5rem;
	}

	.intr-bottom {
		padding-top: 0;
		height: 180px;
	}

	.intr-bottom>div {
		position: relative;
	}

	.intr-bt-logo {
		width: 80px;
    height: 80px;
	}

	.intr-bt-logo p {
		line-height: 80px;
    font-size: 1.5rem;
	}

	.intr-bottom>div>p {
		margin-top: 10px;
    font-size: 12px;
    position: absolute;
    width: 100px;
    left: -10px;
	}

	.intr-bottom>div:nth-child(2) {
		margin: 30px;
	}

	#about-develop {
		height: 1200px;
	}

	#about-develop .width-half {
		padding-top: 40px;
	}

	.developLeft {
		padding-right: 20px;
	}

	.develop-time {
		font-size: 1.8rem;
	}

	.develop-detail {
		font-size: 12px;
	}

	#about-develop img {
		margin-top: 10px;
    width: 80%;
	}

	.developLeft div:after {
		right: -25px;
		top: 8px;
	}

	.developRight {
		padding-left: 20px;
	}

	.developRight div:before {
		left: -25px;
		top: 8px;
	}

	.mid-item, .left-item {
		font-size: 12px;
    width: 65px;
    height: 30px;
    line-height: 30px;
	}

	.mid-item:after {
		right: 32px;
	}

	.left-model {
		left: 10px;
    top: 145px;
	}

	.mid-item:before {
		left: -80px;
	}

	.mid-mid.mid-item:before {
		width: 112px;
	}

	.mid-last.mid-item:before {
		height: 92px;
		bottom: -85px;
    left: -32px;
	}

	#about-structure .vertical-model {
		margin-left: 0;
	}

	.vertical-item {
		width: 8%;
    height: 300px;
    font-size: 12px;
    padding: 5px;
    margin: 0 2%;
	}

	.vertical-item:before {
		right: 40%;
	}

	.vertical-model:before {
		width: 85%;
		left: 6%;
	}

	#about-structure {
    height: 1200px;
	}

	#about-structure img {
		width: 100%;
	}

	#structureBig {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		overflow: auto;
		z-index: 10000;
		width: 100%;
	}

	#about-structure #structureBig img {
		width: 700px;
	}

	#about-honor {
		height: 1900px;
	}

	.honor-item {
		width: 100%;
	}

	.big-bar {
		display: none;
	}

	.honor-item:hover .big-bar {
		display: none;
	}

	.brand-item .brand-word {
		line-height: 1.5rem;
    		padding: 20px;
	}

	.brand-word {
		padding: 25px 20px 0 20px;
	}

	.brand-item img {
		width: 90%;
    height: 250px;
	}

	.brand-word h3 {
		margin-bottom: 30px;
    font-size: 2rem;
	}

	.brand-item .brand-word p {
		font-size: 12px;
	}

	.brand-word h3:after {
		width: 30px;
		left: 90px;
	}

	.brand-num {
		font-size: 3rem;
	}

	.brand-title {
		font-size: 12px;
	}

	.brand-data {
		height: 150px;
    padding-top: 25px;
	}

	.brand-channel {
		height: 850px;
		width: 100%;
		background-size: 100% 100%;
	}

	.channel-item {
		width: 100%;
		padding: 20px 0;
	}

	.channel-item i {
		font-size: 5rem;
		line-height: 120px;
	}

	.channel-item div {
		width: 120px;
    height: 120px;
	}

	p.channel-detail {
		font-size: 12px;
		margin-top: 10px;
    padding: 0 20px;
	}

	.brand-item .brand-img-small {
		line-height: 200px;
	}

	.brand-item .brand-img-small img {
		height: 250px;
	}

	.posrel {
		display: none;
	}

	.subcompany {
		margin-top: 20px;
	}

	.subcompany_tit {
		font-size: 25px;
	}

	.subcompany_body {
		margin-top: 30px;
	}

	.subcompany_body .color888 i,	.subcompany_body .color888 span  {
		margin-right: 10px;
	}

	.subcompany_body .color888 span {
		font-size: 12px;
	}

	.sc-block{
		padding-right: 0 !important;
	}

	.contact-bg {
		height: 90px;
	}

	.brand-item {
		height: 650px;
	}

	.brand-item .brand-img {
		line-height: 300px;
		height: 300px;
	}

	.brand-item .width-half {
		width: 100%;
	}

	.circle-point {
		top: -5px;
		left: 50px;
	}

	.circle-bg {
		width: 110px;
		height: 110px;
	}
}

