body {
    font-size: 1.6rem;
    line-height: 1.6;
    font-family: "Microsoft YaHei" arial, courier new, courier, "宋体", monospace;
}

* {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
    font-style: normal;
}

input,
textarea,
a {
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearboth {
    clear: both;
}

a {
    text-decoration: inherit;
}

a:hover,
a.active {
    text-decoration: inherit;
}

p {
    margin-bottom: 0;
}

button.btn-danger,
button.btn-primary {
    margin: 10px 0;
}


.clear {
    clear: both;
    font-size: 0px;
    line-height: 0;
    height: 0;
}
.huibg{
	background-color: #f7f7f7;
}
/* 手机（小于等于 600px） */
@media (max-width: 600px) {
	.contbox {
		padding-top: 80px;
		margin: 0;
	}
}

/* 小屏幕（平板，大于等于 600px） */
@media (min-width: 600px) {
	.contbox {
		padding-top: 80px;
		margin: 0 10px;
	}
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
	.contbox {
		padding-top: 80px;
		margin: 0 50px;
	}
}
/* 二级面包屑导航 */
.navTitle{
	padding: 20px 15px;
	font-size: 14px;
	color: #222;
}
.navTitle a{
	color: #858585;
	margin-right: 6px;
}
.navTitle span{
	margin-left: 6px;
}
/*---------------------导航栏  strat----------------------*/

/* .navbar-default {
    background: none;
	line-height: 100px;
}
 */
.navbox {
    padding: 0;
}

.navbar-default {
	/* padding: 0 50px; */
    width: 100%;
    z-index: 999;
    margin-bottom: 0;
    position: fixed;
	/* top必须有高度才可以导航变色 */
	top: 0px;
	background-color: rgba(255, 255, 255, 0.9);
	border-bottom: 1px #f5f3f3 solid;
}

.navbar-fixd {
    position: fixed;
    top: 0;
    background: #006d30;
    -webkit-box-shadow: 0 0 16px 0 rgba(161, 161, 161, .2);
    box-shadow: 0 0 16px 0 rgba(161, 161, 161, .2);
    color: #fff;
}

.navbar-nav {
    width: 100%;
	margin: 0;
}

.navbar-default .navbar-collapse {
    width: 100%;
    padding: 0;
    float: right;
}

.navbar-default .logoimg {
    float: left;
    height: 80px;
	line-height: 80px;
}

.navbar-default .navbar-nav>li>a {
    color: #222;
		min-width: 95px;
}
.navbar-default .navbar-nav>li>a i.icon{
	display: block;
	height: 36px;
	width: 40px;
	background: url(../images/numeicon.png) no-repeat 1px 0px;
	background-size: 90%;
	margin: 0 auto 4px;
}
.navbar-default .navbar-nav>li>a i.icon1{
	background: url(../images/numeicon.png) no-repeat 1px -92px;
	background-size: 90%;
}
.navbar-default .navbar-nav>li>a i.icon2{
	background: url(../images/numeicon.png) no-repeat 1px -195px;
	background-size: 90%;
}
.navbar-default .navbar-nav>li>a i.icon3{
	background: url(../images/numeicon.png) no-repeat 1px -293px;
	background-size: 90%;
}
.navbar-default .navbar-nav>li>a i.icon4{
	background: url(../images/numeicon.png) no-repeat 1px -397px;
	background-size: 90%;
}
.navbar-default .navbar-nav>li>a i.icon5{
	background: url(../images/numeicon.png) no-repeat 1px -511px;
	background-size: 90%;
}
.navbar-default .navbar-nav>li>a i.icon6{
	background: url(../images/numeicon.png) no-repeat 1px -627px;
	background-size: 90%;
}
.navbar-default .navbar-nav>li:hover>a,
.navbar-default .navbar-nav>li>a.active {
    color: #fff;
    background-color: #006d30;
}
.navbar-default .navbar-nav>li:hover>a i,
.navbar-default .navbar-nav>li>a.active i {
    background: url(../images/numeicon.png) no-repeat 1px -45px;
	background-size: 90%;
}
.navbar-default .navbar-nav>li:hover>a i.icon1,
.navbar-default .navbar-nav>li>a.active i.icon1 {
    background: url(../images/numeicon.png) no-repeat 1px -143px;
	background-size: 90%;
}
.navbar-default .navbar-nav>li:hover>a i.icon2,
.navbar-default .navbar-nav>li>a.active i.icon2 {
    background: url(../images/numeicon.png) no-repeat 1px -243px;
	background-size: 90%;
}
.navbar-default .navbar-nav>li:hover>a i.icon3,
.navbar-default .navbar-nav>li>a.active i.icon3 {
    background: url(../images/numeicon.png) no-repeat 1px -342px;
	background-size: 90%;
}
.navbar-default .navbar-nav>li:hover>a i.icon4,
.navbar-default .navbar-nav>li>a.active i.icon4 {
    background: url(../images/numeicon.png) no-repeat 1px -456px;
	background-size: 90%;
}
.navbar-default .navbar-nav>li:hover>a i.icon5,
.navbar-default .navbar-nav>li>a.active i.icon5 {
    background: url(../images/numeicon.png) no-repeat 1px -566px;
	background-size: 90%;
}
.navbar-default .navbar-nav>li:hover>a i.icon6,
.navbar-default .navbar-nav>li>a.active i.icon6 {
    background: url(../images/numeicon.png) no-repeat 1px -679px;
	background-size: 90%;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	color: #fff;
	background-color: #006d30;
}
.navbar-default .navbar-nav>.open>a i.icon1, .navbar-default .navbar-nav>.open>a:focus i.icon1, .navbar-default .navbar-nav>.open>a:hover i.icon1{
	background: url(../images/numeicon.png) no-repeat 1px -143px;
	background-size: 90%;
}
.navbar-default .navbar-nav>.open>a i.icon2, .navbar-default .navbar-nav>.open>a:focus i.icon2, .navbar-default .navbar-nav>.open>a:hover i.icon2{
	background: url(../images/numeicon.png) no-repeat 1px -243px;
	background-size: 90%;
}
.navbar-default .navbar-nav>.open>a i.icon3, .navbar-default .navbar-nav>.open>a:focus i.icon3, .navbar-default .navbar-nav>.open>a:hover i.icon3{
	background: url(../images/numeicon.png) no-repeat 1px -342px;
	background-size: 90%;
}
.navbar-default .navbar-nav>.open>a i.icon4, .navbar-default .navbar-nav>.open>a:focus i.icon4, .navbar-default .navbar-nav>.open>a:hover i.icon4{
	background: url(../images/numeicon.png) no-repeat 1px -456px;
	background-size: 90%;
}
.navbar-default .navbar-nav>.open>a i.icon5, .navbar-default .navbar-nav>.open>a:focus i.icon5, .navbar-default .navbar-nav>.open>a:hover i.icon5{
	background: url(../images/numeicon.png) no-repeat 1px -566px;
	background-size: 90%;
}
.dropdown-menu{
	padding: 10px 0;
}
.navbar-default .logoimg img {
    height: 40px;
    width: auto;
}
.nav>li>a{
	padding: 10px 15px;
}

.navSty {
    /*position: absolute; */
    z-index: 99;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);	
}

.navSty li {
    width: 100%;
}

.navSty li:last-child {
    border-right: none;
}

.navSty li{
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #222;
    text-align: center;
    padding: 0px;
}


.navbar-collapse {
    float: left;
}

.navbar-default .navbar-right {
    float: right;
    padding: 16px 0;
}

.navbar-default .navbar-right img {
    margin-top: 10px;
    margin-right: 6px;
}

.navbar-toggle {
    margin-right: 20px;
	margin-top: 22px;
}

.toplogo {
    padding: 10px 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
}

.dropdown-menu li{
	width: 100%;
	text-align: center;
	height: 36px;
	line-height: initial;
	display: inherit;
	align-items: inherit;
}
.dropdown-menu li:hover a{
	background-color: initial;
	color: #006d30;
}
/*-------小屏幕下的菜单下拉按钮---------*/

.navbar-toggle {
    padding: 4px 10px 2px;
    color: #ddd;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    color: #222;
}


/*------------------------轮播图 --------------------------- */

.banner {
    position: relative;
	padding-top: 80px;
	padding-left: 50px;
		padding-right: 50px;
}

.banner .swiper-container {
    width: 100%;
    /*height: 180px;*/
}

.banner .swiper-slide {
    background-position: center;
    background-size: cover;
	position: relative;
}
.banner .txt{
	width: 80%;
	position: absolute;
	left: 10%;
	top: 16%;
	text-align: center;
	color: #fff;
}
.banner .txt h3{
	font-size: 26px;
	margin-bottom: 8px;
	letter-spacing: 6px;
		background: -webkit-linear-gradient(#006d30, #006d30);
		-webkit-background-clip: text;
		-webkit-text-fill-color: #fff;
		-webkit-text-stroke: 2px transparent;
}
.banner .txt p{
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 4px;
		background: -webkit-linear-gradient(#006d30, #006d30);
		-webkit-background-clip: text;
		-webkit-text-fill-color: #fff;
		-webkit-text-stroke: 2px transparent;
}
.banner .swiper-slide img {
    width: 100%;
		height: 40vw;
}

.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: .5;
}

.banner .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #006d30;
    width: 26px;
    height: 10px;
    border-radius: 10px;
    opacity: 1;
}

.banner .swiper-button-prev {
    background: url(../images/arrowlf.png) no-repeat left top;
    position: absolute;
    left: 20px;
    top: 55%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    z-index: 999;
}
.banner .swiper-button-prev:hover{
	background: url(../images/arrowlf.png) no-repeat left bottom;
}
.schoolState .swiper-button-prev {
    background: url(../images/starrowlf.png) no-repeat left top;
	left: 0;
}


.banner .swiper-button-next {
    background: url(../images/arrowrt.png) no-repeat left top;
    position: absolute;
    right: 20px;
    top: 55%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    z-index: 999;
} 
.banner .swiper-button-next:hover{
	background: url(../images/arrowrt.png) no-repeat left bottom;
}
.schoolState .swiper-button-next {
    background: url(../images/starrowrt.png) no-repeat left top;
	right: 0;
} 

.xuqbox {
	width: 100%;
    position: absolute;
    z-index: 3;
	text-align: center;
}

.xuqbox img {
	width: 35%;
}
/* 向下箭头 */
.jiant {
	display: flex;
	justify-content: center;
	margin-top: 10%;
	position: absolute;
	right: 30px;
	bottom: 16px;
	z-index: 9999;
}

.jiant .arrow {
	position: absolute;
	width: 2.1rem;
	height: 0.48rem;
	opacity: 0;
	transform: scale(0.3);
	animation: move-arrow 3s ease-out infinite;
}

.jiant .arrow:first-child {
	animation: move-arrow 3s ease-out 1s infinite;
}

.jiant .arrow:nth-child(2) {
	animation: move-arrow 3s ease-out 2s infinite;
}

.jiant .arrow:before,
.jiant .arrow:after {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: 50%;
	background: #fff;
}

.jiant .arrow:before {
	left: 0;
	transform: skewY(30deg);
}

.jiant .arrow:after {
	right: 0;
	width: 50%;
	transform: skewY(-30deg);
}

.jiant .text {
	margin-top: 60px;
	color: #fff;
	font-size: 10px;
}

@keyframes move-arrow {
	25% {
		opacity: 1;
	}

	33.3% {
		opacity: 1;
		transform: translateY(2.28rem);
	}

	66.6% {
		opacity: 1;
		transform: translateY(3.12rem);
	}

	100% {
		opacity: 0;
		transform: translateY(4.8rem) scale(0.5);
	}
}

/*轮播图  */

/* -------------------------企业简介-----------------------=== */
.compbox{
	padding: 30px 15px;
}
.compbox .compinfor{
	margin-bottom: 30px;
}
.compbox .compinfor .title p{
	font-size: 16px;
	margin-bottom: 10px;
}
.compbox .compinfor .title h2{
	margin: 0;
	font-size: 28px;
	font-weight: bold;
}
.compbox .compinfor .title h2 img {
	height: 34px;
	width: auto;
}
.compbox .compinfor .txt p{
	font-size: 14px;
	line-height: 32px;
	color: #333;
	margin: 30px 0;
	text-indent: 2em;
	}
	
	.compbox .compinfor .txt2 {
		margin: 30px 0;
	}
	
	.compbox .compinfor .txt2 p {
		font-size: 16px;
		color: #666;
		margin: 5px 0 !important;
}
.morebtn{
	display: block;
	font-size: 14px;
	width: 160px;
	text-align: center;
	line-height: 42px;
	background: rgba(0,109,48,1);
	color: #fff;
	border-radius: 42px;
}
.morebtn img{
	height: 18px;
	margin-left: 10px;
}
.morebtn:hover{
	background: rgba(0,109,48,0.88);
	color: #fff;
}
.compbox .compimg{
	padding: 0 20px 0 20px;
}
.compbox .compimg img{
	width: 100%;
}


/* -------------------------旗下产业--------------------------- */
.industry{
	background-color: #f7f7f7;
	padding: 30px 0;
}
.bktitle h2{
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	margin: 0 0 10px 0;
	color: #000;
}
.bktitle p{
	font-size: 18px;
	text-align: center;
	color: #000;
}
.bktitle .titleill{
	width: 100%;
	font-size: 16px;
	color: #222;
	text-align: center;
	margin: 20px auto 40px;
}
/* ----------手风琴样式-------------- */
.industrycont{
	
}
.dowebok {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    font-family: sans-serif;
}

.dowebok .credit {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #000;
}

.dowebok .options {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
    min-width: 600px;
    max-width: 1200px;
    width: calc(100% - 100px);
    height: 400px;
}
/* 
@media screen and (max-width: 718px) {
   .dowebok .options {
        min-width: 520px;
    }

    .dowebok .options .option:nth-child(5) {
        display: none;
    }
}

@media screen and (max-width: 638px) {
    .dowebok .options {
        min-width: 440px;
    }

    .dowebok .options .option:nth-child(4) {
        display: none;
    }
}

@media screen and (max-width: 558px) {
    .dowebok .options {
        min-width: 360px;
    }

    .dowebok .options .option:nth-child(3) {
        display: none;
    }
}

@media screen and (max-width: 478px) {
    .dowebok .options {
        min-width: 280px;
    }

    .dowebok .options .option:nth-child(2) {
        display: none;
    }
} */
.dowebok .options .option .fa img{
	width: 20px;
	height: auto;
}
.dowebok .options .option {
    position: relative;
    overflow: hidden;
    min-width: 60px;
    margin: 10px;
    background: var(--optionBackground, var(--defaultBackground, #E6E9ED));
    background-size: auto 120%;
    background-position: center;
    cursor: pointer;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}



.dowebok .options .option.active {
    flex-grow: 10000;
    -webkit-transform: scale(1);
    transform: scale(1);
    max-width: 600px;
    margin: 0px;
    border-radius: 40px;
    background-size: auto 100%;
    /*&:active {
     transform:scale(0.9);
  }*/
}

.dowebok .options .option.active .shadow {
    box-shadow: inset 0 -80px 80px -80px black, inset 0 -80px 80px -100px black;
}

.dowebok .options .option.active .label {
    bottom: 20px;
    left: 20px;
}

.dowebok .options .option.active .label .info>div {
    left: 0px;
    opacity: 1;
}

.dowebok .options .option:not(.active) {
    flex-grow: 1;
    border-radius: 30px;
}

.dowebok .options .option:not(.active) .shadow {
    bottom: -40px;
    box-shadow: inset 0 -80px 0px -80px black, inset 0 -80px 0px -100px black;
}

.dowebok .options .option:not(.active) .label {
    bottom: 10px;
    left: 3px;
}

.dowebok .options .option:not(.active) .label .info>div {
    left: 20px;
    opacity: 0;
}

.dowebok .options .option .shadow {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 80px;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.dowebok .options .option .label {
    display: flex;
	align-items: center;
    position: absolute;
    right: 0px;
    height: 40px;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.dowebok .options .option .label .icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: white;
    color: var(--defaultBackground);
}

.dowebok .options .option .label .info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 10px;
    color: white;
    white-space: pre;
}

.dowebok .options .option .label .info>div {
    position: relative;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
}

.dowebok .options .option .label .info .main {
    font-weight: bold;
    font-size: 16px;
	text-align: left;
	margin-bottom: 6px;
}

.dowebok .options .option .label .info .sub {
    transition-delay: .1s;	
}
/* 小屏幕下的样式 */
/* .mindowebox .mindowelist{
	padding: 0px 15px;
} */
.mindowebox .mindowelist li{
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}
.mindowebox .mindowelist li img{
	max-width: 100%;	
}
.mindowebox .mindowelist li .txt{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	box-shadow: inset 0 -80px 80px -80px black, inset 0 -80px 80px -100px black;
	height: 80px;
	transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.mindowebox .mindowelist li .txt .icon{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	min-width: 40px;
	max-width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: white;
	color: var(--defaultBackground);
	margin-right: 10px;
	margin-left: 10px;
}
.mindowebox .mindowelist li .txt .icon img{
	width: 20px;
}
.mindowebox .mindowelist li .txt .miaos{
	margin-right: 10px;
}
.mindowebox .mindowelist li .txt h3{
	font-size: 16px;
	color: #fff;
	margin-bottom: 4px;
	margin-top: 0;
}
.mindowebox .mindowelist li .txt p{
	font-size: 14px;
	color: #fff;
	/* overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; */
}

/* ------------------------主业板块----------------------------- */
.platebox{
	padding: 30px 0;
}
.platebox .plateinfor{
	overflow: hidden;
	/* background: url(../images/linebg.png) repeat-x center; */
	padding: 50px 0px 0px;
}
.platebox .plateitem{
	position: relative;
	text-align: center;
	background: none;
	border-radius: 10px;
	padding: 40px 0px 30px;
	transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
	margin-bottom: 20px;
}
.platebox .plateitem p{color: #222;}
.platebox .plateitem .plicon{
	display: block;
	text-align: center;
	width: 72px;
	height: 60px;
	margin: 0 auto;
	background: url(../images/plateimg.png) no-repeat 0px 0px;
}
.platebox .plateitem .plicon.bg2{
	background: url(../images/plateimg.png) no-repeat 0px -103px;
}
.platebox .plateitem .plicon.bg3{
	background: url(../images/plateimg.png) no-repeat 0px -214px;
}
.platebox .plateitem .plicon.bg4{
	background: url(../images/plateimg.png) no-repeat 0px -306px;
}
.platebox .plateitem .plicon.bg5{
	background: url(../images/plateimg.png) no-repeat 0px -415px;
}
.platebox .plateitem .plicon.bg6{
	background: url(../images/plateimg.png) no-repeat 0px -516px;
}
.platebox .plateitem .line{
	width: 100%;
	height: 1px;
	background-color: #999;
	margin: 20px 0;
	position: relative;
}
.platebox .plateitem  .line .circle{
	display: block;
	width:22px;
	height: 22px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px #006d30 solid;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.platebox .plateitem h2{
	font-family: '苹方', Light, Arial, sans-serif;
	font-size: 66px;
	color: #006D30;
	font-weight: lighter;
}
.platebox .plateitem:hover{
	cursor: pointer;
	background: url(../images/platebg.png) no-repeat 100%;
	background-size:cover;
	color: #fff;
}
.platebox .plateitem2:hover {
	background: rgba(0, 0, 0, 0.67) url(../images/platebg2.png) no-repeat 100% !important;
	background-size: 100% 100% !important;
	background-blend-mode: darken;
}

.platebox .plateitem4:hover {
	background: rgba(0, 0, 0, 0.67) url(../images/platebg4.png) no-repeat 100% !important;
	background-size: 100% 100% !important;
	background-blend-mode: darken;
}
.platebox .plateitem:hover p{
	color: #fff;
}
.platebox .plateitem .xqbtn{
	display: block;
	width: 120px;
	height: 42px;
	line-height: 42px;
	background-color: #006D30;
	color: #fff;
	text-align: center;
	margin: 50px auto 30px;
	border-radius: 6px;
	display: none;
}
.platebox .plateitem:hover .line{
	background-color: #fff;
}
.platebox .plateitem:hover  .line .circle{
	background-color: #006D30;
	border: 1px #fff solid;
}
.platebox .plateitem:hover h2{
	color: #fff;
	/* margin-top: 46px; */
}
.platebox .plateitem:hover .xqbtn{
	display: block;
}
.platebox .plateitem:hover .plicon{
	background: url(../images/plateimg.png) no-repeat -123px 0px;
}
.platebox .plateitem:hover .plicon.bg2{
	background: url(../images/plateimg.png) no-repeat -123px -103px;
}
.platebox .plateitem:hover .plicon.bg3{
	background: url(../images/plateimg.png) no-repeat -123px -214px;
}
.platebox .plateitem:hover .plicon.bg4{
	background: url(../images/plateimg.png) no-repeat -123px -306px;
}
.platebox .plateitem:hover .plicon.bg5{
	background: url(../images/plateimg.png) no-repeat -123px -415px;
}
.platebox .plateitem:hover .plicon.bg6{
	background: url(../images/plateimg.png) no-repeat -123px -516px;
}

/* ------------------------新闻资讯--------------------------- */
.newsbox{
	background: #F7F7F7;
	padding: 30px 0;
}
.newsbox .bktitle{
	margin-bottom: 50px;
}
.newbanner{
	margin-bottom: 30px;
}
.newbanner .swiper-slide a{
	display: block;
	border-radius: 6px;
	overflow: hidden;
}
.newbanner .swiper-slide a .img{
	height: auto;
	width: auto;
	max-width: 100%;
	overflow: hidden;
	background-color: #f7f7f7;
}
.newbanner .swiper-slide a .img img{
	width: 100%;
	height: auto;
	transition: .5s all;
	-webkit-transition: .5s all;
}
.newbanner .swiper-slide a:hover .img img{
	transform: scale(1.2);
}
.newbanner .swiper-slide a .txt{
	background-color: #fff;
	padding: 15px 10px 5px 10px;
}
.newbanner .swiper-slide a .txt p.cont{
	color: #222;
	font-size: 14px;
	line-height: 28px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;					
	-webkit-box-orient: vertical;
	/* height: 50px; */
}
.newbanner .swiper-slide a:hover .txt p.cont{
	color: #006D30;
}
.newbanner .swiper-slide .time {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
		padding: 15px 10px 5px 10px;
}
.newbanner .swiper-slide .time p {
	color: #999;
	font-size: 12px;	
}
.newbanner .swiper-slide .time p i {
	margin-right: 10px;
}
.newbanner .swiper-container-horizontal>.swiper-pagination-bullets, .newbanner .swiper-pagination-custom, .newbanner .swiper-pagination-fraction{
	bottom: 0;
}
.newslist{
	padding-left: 15px;
	width: 100%;
}
.myscroll { width: 100%; height: 382px;  overflow: hidden;}
.newslist ul li a{
	display: block;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px #ddd solid;
}
/* .newslist ul li a:last-child{
	border-bottom: none;
} */
.newslist ul li a .title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.newslist ul li a .title h2{
	font-size: 16px;
	color: #222;
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 ;
}
.newslist ul li a .title span{
	color: #999;
	font-size: 12px;
}
.newslist ul li a p{
	color: #666;
	font-size: 14px;
	line-height: 28px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.newslist ul li a:hover h2{
	color: #006D30;
}
.newsbtn{
	clear: both;
	display: block;
	width: 160px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #006D30;
	background-color: #f7f7f7;
	border: 1px #006D30 solid;
	border-radius: 42px;
	font-size: 14px;
	margin: 0 auto;
}
.newsbtn:hover{
	background-color: #006D30;
	color: #fff;
}
.adv img{
	width: 100%;
	max-width: 100%;
	height: auto;
}



/* --------------------友情链接------------------------- */
.youlian{
	background-color: #f7f7f7;
	padding: 0 15px 15px;
}
.youlian .ylTitle{
	color: #006d30;
	font-size: 16px;
	line-height: 52px;
	border-bottom: 1px #ddd solid;
	margin-bottom: 10px;
	position: relative;
}
.youlian .ylTitle span{
	display: block;
	width: 68px;
	height: 2px;
	background-color: #006d30;
	position: absolute;
	left: 0;
	bottom: 0;
}
.youlian ul li a{
	display: block;
	font-size: 14px;
	color: #585858;
	float: left;
	margin-right: 20px;
	line-height: 28px;
}
/* -----------------bottom-------------------- */
.bottom{
	background: url(../images/footerbg.png) no-repeat center;
	background-size:cover;
	padding: 30px 15px 15px;
}
.bottom .btmlogo{
	height: 180px;
	width: auto;
}
.bottom .btmtxt h2{
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.bottom .btmtxt ul li{
	font-size: 12px;
	line-height: 28px;
	color: #fff;
}
.bottom .ewmbox{
	width: 100%;
	float: right;
	text-align: center;
}
.bottom .ewmbox img{
	width: 160px;
	height: auto;
	margin: 0 auto;
}
.bottom .ewmbox p{
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 28px;
}





/* ----------footer------------ */
.footer{
	background-color: #000000;
	text-align: center;
	padding: 15px 0;
}
.footer p{
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}
.footer p img{
	margin: 0 3px;
}

/* 内页banner */
.zpbanner{
	max-width: 100%;	
	overflow: hidden;	
}
.zpbanner img{
	max-width: initial;
    width: auto;
    display: inline-block;
    margin-left: -150px;
    height: 180px;
}






/*--------------------------------------右侧浮动------------------------------------------*/

.cndns-right {
    position: fixed;
    right: 0px;
    bottom: 100px;
    z-index: 300;
}

.cndns-right-meau {
    position: relative;
}

.heitbg {
    background: rgba(0, 0, 0, .5);
    border-radius: 3px;
    padding: 0 10px;
    margin-bottom: 10px;
}

.cndns-right-btn {
    width: 100%;
    text-align: center;
    display: block;
    border-bottom: 1px #c3c3c3 solid;
    padding: 12px 0;
}

.meau-code .cndns-right-btn,
.meau-top .cndns-right-btn {
    border-bottom: none;
}

.meau-top {
    background: rgba(0, 0, 0, .5);
    border-radius: 3px;
}

.cndns-right-box {
    position: absolute;
    top: -15px;
    right: 32px;
    padding-right: 25px;
    display: none;
}

.cndns-right-box .box-border {
    border-radius: 3px;
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    position: relative
}

.cndns-right-box .box-border .arrow-right {
    display: block;
    width: 13px;
    height: 16px;
    background: url(../images/arrow.png) no-repeat;
    position: absolute;
    right: -13px;
    top: 26px;
}

.cndns-right-box .box-border .sev-t {
    float: left;
}

.cndns-right-box .box-border .sev-t span {
    font-size: 42px;
    float: left;
    display: block;
    line-height: 56px;
    margin-right: 20px;
    color: #d3d3d3
}

.cndns-right-box .box-border .sev-t p {
    float: left;
    color: #cf2121;
    font-size: 24px;
    line-height: 28px;
}

.cndns-right-box .box-border .sev-t p i {
    display: block;
    font-size: 14px;
    color: #aaa;
}

.cndns-right-box .box-border .sev-b {
    float: right;
    margin-top: 5px;
}

.cndns-right-box .box-border .sev-b a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/q1.gif) no-repeat left 3px;
    line-height: 40px;
}

.cndns-right-box .box-border .sev-b li a:hover {
    color: #cf2121
}

.meau-sev .cndns-right-box .box-border {
    width: 430px;
}

.meau-contact .cndns-right-box .box-border {
    width: 230px;
}

.meau-code .cndns-right-box {
    top: inherit;
    bottom: -35px;
}

.meau-code .cndns-right-box .box-border {
    width: 300px;
    text-align: center;
    border-top: 1px solid #ccc;
}

.meau-code .cndns-right-box .box-border i {
    display: block;
    color: #222;
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px;
}

.meau-code .cndns-right-box .box-border .arrow-right {
    top: inherit;
    bottom: 50px;
}

.meau-zs .cndns-right-btn span {
    color: #fff
}

.meau-zs .cndns-right-btn p {
    color: #fff
}

.code-item {
    margin-right: 20px;
}

.cndns-right-meau:hover .cndns-right-box {
    display: block;
}


/*----------------------------分页样式-------------------------------*/


/*分页样式*/

div.zxf_pagediv {
    /* text-align: center; */
    color: #585858;
    margin: 20px 0;
}

div.zxf_pagediv a {
    text-decoration: none;
}

div.zxf_pagediv a:hover {
    color: initial;
}

div.zxf_pagediv span,
div.zxf_pagediv a {
    display: inline-block;
    box-sizing: border-box;
    margin: 0 6px;
	text-align: center;
	font-size: 14px;
}

span.disabled {
    height: 32px;
    width: 62px;
    line-height: 32px;
    background: #f2f2f2;
    margin: 0 5px;
}

.current {
    color: #ffffff;
    background: #006d30;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 0 5 px;
}

.zxfPagenum {
    color: #585858;
    background: #FFFFFF;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #dfdfdf;
    margin: 0 5px;
}

.nextpage {
    color: #006d30;
    margin: 0 5px;
    border: 1px solid #006d30;
}

.nextbtn,
.prebtn {
    color: #585858;
    background: #FFFFFF;
    width: 62px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #dfdfdf;
}

.zxfinput {
    width: 32px;
    height: 32px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #dfdfdf;
    margin: 0 12px;
}

.zxfokbtn {
    width: 42px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #dfdfdf;
}


/*-----------------内页banner---------------------*/

.zpbanner {
    max-width: 100%;
    overflow: hidden;
	position: relative;
}

.zpbanner img {
    max-width: initial;
    width: auto;
    display: inline-block;
    margin-left: -100px;
    height: 180px;
}

/* 内页tab */
.tabtitle{
	position: absolute;
	bottom: 0;
	left: 0;	
	height: 56px;
	line-height: 56px;
	background: rgba(0,0,0,0.45);
	width: 100%;
	margin-bottom: 0;
}
.tabtitle ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tabtitle ul li{
	font-size: 14px;
	width: 25%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
}
.tabtitle.mainbusititle ul li{
	font-size: 14px;
}
.tabtitle ul li.active{
	background: rgba(0,109,48,0.66);
}
.tabtitle ul li i{
	display: none;
	width: 30px;
	height: 27px;
	margin-right: 6px;
	background: url(../images/tabicon.png) no-repeat 0px 0px;
}
.tabtitle ul li i.icon1{
	background: url(../images/tabicon.png) no-repeat 0px -41px;
}
.tabtitle ul li i.icon2{
	background: url(../images/tabicon.png) no-repeat 0px -84px;
}
.tabtitle ul li i.icon3{
	background: url(../images/tabicon.png) no-repeat 0px -126px;
}
.tabtitle ul li i.icon4{
	background: url(../images/tabicon.png) no-repeat 0px -164px;
}
.tabtitle ul li i.icon5{
	background: url(../images/tabicon.png) no-repeat 0px -205px;
}

.tabtitle ul li i.icon7{
	background: url(../images/tabicon.png) no-repeat 0px -239px;
}
.tabtitle ul li i.icon8{
	background: url(../images/tabicon.png) no-repeat 0px -278px;
}
.tabtitle ul li i.icon9{
	background: url(../images/tabicon.png) no-repeat 0px -317px;
}
.tabtitle ul li i.icon10{
	background: url(../images/tabicon.png) no-repeat 0px -355px;
}
.tabtitle ul li i.icon11{
	background: url(../images/tabicon.png) no-repeat 0px -393px;
}
.tabtitle ul li i.icon12{
	background: url(../images/tabicon.png) no-repeat 0px -426px;
}
.tabtitle ul li i.icon13{
	background: url(../images/tabicon.png) no-repeat 0px -460px;
}
.tabtitle ul li i.icon14{
	background: url(../images/tabicon.png) no-repeat 0px -497px;
}
.tabtitle ul li i.icon15{
	background: url(../images/tabicon.png) no-repeat 0px -539px;
}

.tabtitle ul li i.icon16{
	background: url(../images/tabicon.png) no-repeat 0px -576px;
}
.tabtitle ul li i.icon17{
	background: url(../images/tabicon.png) no-repeat 0px -615px;
}
.tabtitle ul li i.icon18{
	background: url(../images/tabicon.png) no-repeat 0px -654px;
}
.tabtitle ul li i.icon19{
	background: url(../images/tabicon.png) no-repeat 0px -696px;
}
.tabcont{
	display: none;
	padding: 36px;
		background-color: #fff;
	}
	
	.tabcont .tabTitle {
		text-align: center;
		font-size: 35px;
		font-weight: bold;
		border-bottom: 1px solid #dedddd;
		margin-bottom: 16px;
	}
/* 手机（小于等于 600px） */
@media (max-width: 600px) {
	.tabcont .tabTitle {
		/* line-height: 10px; */
	}
}

/* 小屏幕（平板，大于等于 600px） */
@media (min-width: 600px) {
	.tabcont .tabTitle {
		line-height: 45px;
	}
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
	.tabcont .tabTitle {
		line-height: 80px;
	}
}

.tabcont img{
	max-width: 100%;
}
.pagination>li>a, .pagination>li>span{
	color: #006D30;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background-color: #006D30;
	border-color: #006D30;
}


/* @media only screen and (max-width: 735px) {
    .swiper-slide {
        transform: scale(.9);
        padding: 0;
        width: 85vw;
        margin: 0 0;
        min-width: 272px;
    }
} */

/* 小屏幕（平板，小于 768px） */
@media (max-width:768px){
	.navbar-default .logoimg img {
	    height: 35px;
	    width: auto;
		margin-left: 15px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a{
		color: #222;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
		color: #222;
		text-decoration: underline;
	}
}	

/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
	.industrycont{
		width: 800px;
	}
    .navbox {
        padding: 0px;
    }
    .big_container {
        width: 94%;
        margin: 0 auto;
    }
    .navbar-fixd {
        position: fixed;
        top: 0;
        -webkit-box-shadow: 0 0 16px 0 rgba(161, 161, 161, .2);
        box-shadow: 0 0 16px 0 rgba(161, 161, 161, .2);
    }
    .navSty {
        position: initial;
        background: none;
        width: initial;
    }
	.navbar-nav{
		margin: 0;
	}
    .navSty li {
        width: auto;
    }
    .navSty li {
        width: auto;
    	font-size: 14px;
    }
	.nav>li>a{
		padding: 10px 5px;
	}
    /* .navSty li a {
        padding: 2px 8px;
    } */
    .navbox .logoimg {
        margin-top: 0px;
        margin-right: 20px;
    }
	.navbar-default .logoimg img{
		height: 30px;
	}
    .navbar-default .navbar-collapse {
        width: auto;
        padding: 0;
    }
	.xuqbox {
	    bottom: 120px;
	}
    /*---nav end-----*/  
	
	/* 内页banner */
	.zpbanner img{
		max-width: 100%;
		width: 100%;
		display: inline-block;
		margin-left: initial;
		height: auto;
	}
	.navTitle{
		padding: 20px 0px;
	}
	/* 轮播图 */
	.banner .txt{
		width: 80%;
		left: 10%;
		top: 36%
	}
	.banner .txt h3{
		font-size: 38px;
		margin-bottom: 15px;
		-webkit-text-stroke: 4px transparent;
	}
	.banner .txt p{
		font-size: 14px;
	}
	.bktitle .titleill{
		width: 80%;
	}
	.compbox .compimg{
		padding: 0 0px 0 20px;
	}
	.newbanner .swiper-slide a .img{height: auto;}
	.newbanner .swiper-slide a .img img{
		width: 100%;
		height: auto;
	}
	.platebox .plateinfor{
		padding: 50px 30px 0px;
	}
	.compbox{
		padding: 40px 15px;
	}
	.industry,.platebox,.newsbox{
		padding: 40px 0;
	}
	.bktitle h2{
		font-size: 34px;
	}
	.bktitle p{
		font-size: 22px;
	}
	.newslist ul li a .title h2{
		font-size: 18px;
		width: 85%;
	}
	.newslist ul li a .title span{
		font-size: 14px;
	}
	.bottom .ewmbox{
		width: 160px;
		float: right;
	}
	.bottom .ewmbox img{
		width: 100%;
		height: auto;
	}
	/* tab */
	.tabtitle{
		height: 66px;
		line-height: 66px;
	}
	.tabtitle ul li i{
		display: inline-block;
		margin-right: 6px;
	}
	.tabtitle ul li{
		font-size: 15px;
	}
	.tabtitle.mainbusititle ul li{
		font-size: 15px;
	}
}


/* 中等屏幕（桌面显示器，大于等于 992px） */

@media (min-width: 992px) {
	.industrycont{
		width: 970px;
	}
    .navbox {
        padding: 0px;
    }
    .big_container {
        width: 96%;
        margin: 0 auto;
    }
    .navbar-fixd {
        position: fixed;
        top: 0;
        -webkit-box-shadow: 0 0 16px 0 rgba(161, 161, 161, .2);
        box-shadow: 0 0 16px 0 rgba(161, 161, 161, .2);
    }
    .navSty {
        position: initial;
        background: none;
        width: initial;
    }
    .navSty li {
        width: auto;
		font-size: 14px;
    }
	.nav>li>a{
		padding: 10px 15px;
	}
    /* .navSty li a {
        padding: 5px 10px;
    } */
	.navbar-default .logoimg img{
		height: 40px;
	}
    .navbox {
        padding: 0px;
    }
    .navbox .logoimg {
        margin-top: 0px;
    }
    .navbar-default .navbar-collapse {
        width: auto;
        padding: 0;
    }
    .xuqbox {
        bottom: 125px;
    }	
    /*---nav end-----*/
	
	.zpbanner img{
		max-width: 100%;
		width: 100%;
		display: inline-block;
		margin-left: initial;
		height: auto;
	}
	.navTitle{
		padding: 20px 0px;
	}
	/* 轮播图 */
	.banner .txt{
		width: 80%;
		left: 10%;
		top: 36%;
	}
	.banner .txt h3{
		font-size: 44px;
		margin-bottom: 15px;
		-webkit-text-stroke: 5px transparent;
	}
	.banner .txt p{
		font-size: 16px;
	}
	.bktitle .titleill{
		width: 60%;
	}
	.compbox .compimg{
		padding: 0 0px 0 20px;
	}
	.newbanner .swiper-slide a .img{height: 270px;}
	.newbanner .swiper-slide a .img img{
		width: auto;
		height: 270px;
	}
	.platebox .plateinfor{
		padding: 50px 40px 0px;
	}
	.compbox{
		padding: 50px 15px;
	}
	.industry,.platebox,.newsbox{
		padding: 50px 0;
	}
	.bktitle h2{
		font-size: 34px;
	}
	.bktitle p{
		font-size: 22px;
	}
	.newslist ul li a .title h2{
		font-size: 18px;
		width: 85%;
	}
	.newslist ul li a .title span{
		font-size: 14px;
	}
	.bottom .ewmbox{
		width: 160px;
		float: right;
	}
	.bottom .ewmbox img{
		width: 100%;
		height: auto;
	}
	/* tab */
	.tabtitle{
		height: 72px;
		line-height: 72px;
	}
	.tabtitle ul li i{
		display: inline-block;
		margin-right: 6px;
	}
	.tabtitle ul li{
		font-size: 16px;
	}
	.tabtitle.mainbusititle ul li{
		font-size: 16px;
	}
}


/* 大屏幕（大桌面显示器，大于等于 1200px） */

@media (min-width: 1200px) {
	.industrycont{
		width: 1170px;
	}
    .navbox {
        padding: 0px;
    }
    .big_container {
        width: 98%;
        margin: 0 auto;
    }
    /* .navbar-default .navbar-nav>li>a {
        color: #fff;
    } */
    .navSty {
        position: initial;
        background: none;
        width: initial;
    }
    .navbar-fixd {
        position: fixed;
        top: 0;
        -webkit-box-shadow: 0 0 16px 0 rgba(161, 161, 161, .2);
        box-shadow: 0 0 16px 0 rgba(161, 161, 161, .2);
        color: #333;
    }
    .navSty li {
        width: auto;
		font-size: 16px;
    }
	.nav>li>a{
		padding: 10px 15px;
	}
   /* .navSty li a {
        padding: 6px 20px;
    } */
	.navbar-default .logoimg img{
		height: 40px;
	}
    .navbox {
        padding: 0px;
    }
    .navbox .logoimg {
        margin-top: 0px;
    }
    .navbar-default .navbar-collapse {
        width: auto;
        padding: 0;
    }
    .xuqbox {
        bottom: 140px;
    }
    /*---nav end-----*/
    
	
	.zpbanner img{
		max-width: 100%;
		width: 100%;
		display: inline-block;
		margin-left: initial;
		height: auto;
	}
	.navTitle{
		padding: 20px 0px;
	}
	
	/* 轮播图 */
	.banner .txt{
		width: 80%;
		left: 10%;
		top: 36%;
	}
	.banner .txt h3{
		font-size: 44px;
		margin-bottom: 15px;
		-webkit-text-stroke: 6px transparent;
	}
	.banner .txt p{
		font-size: 16px;
	}
	.bktitle .titleill{
		width: 50%;
	}
	.compbox .compimg{
		padding: 0 0px 0 20px;
	}
.newbanner .swiper-slide a .img {
	height: 350px;
}
	.newbanner .swiper-slide a .img img{
		width: 100%;
			height: 350px;
	}
	.platebox .plateinfor{
			margin: 40px 30px;
	}
	.compbox{
		padding: 60px 15px;
	}
	.industry,.platebox,.newsbox{
		padding: 60px 0;
	}
	.bktitle h2{
		font-size: 36px;
	}
	.bktitle p{
		font-size: 24px;
	}
	.newslist ul li a .title h2{
		font-size: 18px;
		width: 85%;
	}
	.newslist ul li a .title span{
		font-size: 14px;
	}
	.bottom .ewmbox{
		width: 160px;
		float: right;
	}
	.bottom .ewmbox img{
		width: 100%;
		height: auto;
	}
	
	/* tab */
	.tabtitle{	
		height: 80px;
		line-height: 80px;
	}
	.tabtitle ul li i{
		display: inline-block;
		margin-right: 6px;
	}
	.tabtitle ul li{
		font-size: 16px;
	}
	.tabtitle.mainbusititle ul li{
		font-size: 16px;
	}
}

.beian {
	margin-left: 20px;
	color: #F7F7F7;
}

.beian:hover {
	color: #918b8b;
}