﻿

* {
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

body {
    overflow-x: hidden;
}

img {
    max-width: 100% !important;
}

a {
    text-decoration: none;
    color: #333;
}

ul,
ol {
    margin: 0;
    margin-bottom: 0;
    list-style: none;
}

#pages a,
#pages span {
    border: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 5px 10px;
}

#pages {
    clear: both;
    margin: 20px 0;
}

#pages span {
    color: #fff;
    font-weight: bold;
    border: 1px solid #64972a;
    background-color: #64972a;
}

.form-control,
.input-text,
textarea {
    font-size: 16px;
    display: block;
    width: 100%;
    line-height: 45px;
    height: 45px;
    padding: 0 15px;
    -webkit-transition: border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

a,
a:hover,
a.text-white:hover,
.text-white a:hover {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration: none;
}

a:hover,
.bread-btn-active,
.nav-active {
    color: #8fb932 !important;
}

.trans {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.text-brand {
    color: #8fb932;
}

.ie-alert {
    font-size: 20px;
    display: none;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: #35731e;
}

.word-break,
.footer-nav {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*常用css样式*/
pre {
    font-family: "微软雅黑";
    font-size: 16px;
    line-height: 1.75em;
    margin: 0;
    padding: 0;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    border: none;
    background-color: transparent;
    overflow-y: hidden;
}

.font-bold {
    font-weight: bold;
}

.text-black {
    color: #323232;
}

.top {
    position: fixed;
    width: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 999;
}

@media (min-width: 1701px) {
    .container {
        width: 1700px;
    }

    body {
        padding-top: 64px;
    }
}


@media (max-width: 768px) {
    .logo {
        height: 60px;
    }
}

.swiper-banner {
    position: relative;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-15 {
    margin-top: 15px;
}

.padding-zero {
    padding: 0;
}

.cat-about-num {
    font-size: 48px;
}

.cat-about-numcontainer {
    border: 1px solid #fff;
    background-color: #fff;
    padding: 80px 0;
}

.cat-about-des {
    font-size: 18px;
}

#cat-num .cat-num-item:nth-of-type(1) .cat-about-numcontainer,
#cat-num .cat-num-item:nth-of-type(4) .cat-about-numcontainer {
    border: 1px solid#35731e;
    background-color: #e5f3eb;
}

.cat-about-brand {
    font-size: 32px;
}

.page-about {
    font-size: 16px;
    line-height: 1.75em;
}

.cat-about-line {
    height: 4px;
    width: 150px;
    background: rgb(43, 20, 109);
    background: -moz-linear-gradient(94deg, rgba(43, 20, 109, 0.37298669467787116) 0%, rgba(49, 56, 128, 1) 0%, rgba(120, 154, 69, 1) 71%, rgba(143, 185, 51, 1) 100%);
    background: -webkit-linear-gradient(94deg, rgba(43, 20, 109, 0.37298669467787116) 0%, rgba(49, 56, 128, 1) 0%, rgba(120, 154, 69, 1) 71%, rgba(143, 185, 51, 1) 100%);
    background: linear-gradient(94deg, rgba(43, 20, 109, 0.37298669467787116) 0%, rgba(49, 56, 128, 1) 0%, rgba(120, 154, 69, 1) 71%, rgba(143, 185, 51, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b146d", endColorstr="#8fb933", GradientType=1);
    margin: 15px 0;
}

.product-container {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 300px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
}

.product-container a {
    display: table-cell;
    width: 100%;
    height: 300px;
    vertical-align: middle;
}

.product-container a img {
    max-width: 100%;
    max-height: 300px;
    margin: 0 auto;
}

.product-name {
    border: 1px solid #ddd;
    border-top: none;
    line-height: 40px;
    margin-bottom: 30px;
}

.cat-about-honor {
    background-color: #f5f5f5;
    padding: 50px 0;
}

.cat-abot-btn {
    padding: 12px 50px;
    color: #fff;
    border-radius: 24px;
    display: inline-block;
    background: rgb(43, 20, 109);
    background: -moz-linear-gradient(94deg, rgba(43, 20, 109, 0.37298669467787116) 0%, rgba(49, 56, 128, 1) 0%, rgba(120, 154, 69, 1) 71%, rgba(143, 185, 51, 1) 100%);
    background: -webkit-linear-gradient(94deg, rgba(43, 20, 109, 0.37298669467787116) 0%, rgba(49, 56, 128, 1) 0%, rgba(120, 154, 69, 1) 71%, rgba(143, 185, 51, 1) 100%);
    background: linear-gradient(94deg, rgba(43, 20, 109, 0.37298669467787116) 0%, rgba(49, 56, 128, 1) 0%, rgba(120, 154, 69, 1) 71%, rgba(143, 185, 51, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b146d", endColorstr="#8fb933", GradientType=1);
}

.cat-abot-btn:hover {
    background-color: #35731e !important;
    color: #fff !important;
}

.cat-pro-brand {
    font-size: 40px;
    padding: 30px 0;
    border-radius: 8px;
    background: rgb(43, 20, 109);
    background: -moz-linear-gradient(180deg, rgba(43, 20, 109, 0.37298669467787116) 0%, rgba(49, 56, 128, 1) 0%, rgba(120, 154, 69, 1) 71%, rgba(143, 185, 51, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(43, 20, 109, 0.37298669467787116) 0%, rgba(49, 56, 128, 1) 0%, rgba(120, 154, 69, 1) 71%, rgba(143, 185, 51, 1) 100%);
    background: linear-gradient(180deg, rgba(43, 20, 109, 0.37298669467787116) 0%, rgba(49, 56, 128, 1) 0%, rgba(120, 154, 69, 1) 71%, rgba(143, 185, 51, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b146d", endColorstr="#8fb933", GradientType=1);
}

.text-white {
    color: #fff;
}

.cat-pro-nav {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 0 15px;
}

.cat-nav-item {
    padding: 15px;
    border-bottom: 1px solid #f5f5f5;
}

.cat-pro-nav .cat-nav-item:last-child {
    border: none;
}

.pro-con:hover .product-name {
    background: rgb(43, 20, 109);
    background: -moz-linear-gradient(94deg, rgba(43, 20, 109, 0.37298669467787116) 0%, rgba(49, 56, 128, 1) 0%, rgba(120, 154, 69, 1) 71%, rgba(143, 185, 51, 1) 100%);
    background: -webkit-linear-gradient(94deg, rgba(43, 20, 109, 0.37298669467787116) 0%, rgba(49, 56, 128, 1) 0%, rgba(120, 154, 69, 1) 71%, rgba(143, 185, 51, 1) 100%);
    background: linear-gradient(94deg, rgba(43, 20, 109, 0.37298669467787116) 0%, rgba(49, 56, 128, 1) 0%, rgba(120, 154, 69, 1) 71%, rgba(143, 185, 51, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b146d", endColorstr="#8fb933", GradientType=1);
}

.pro-con:hover .product-name a {
    color: #fff;
}

.cat-pro-contact {
    padding: 30px 15px;
    line-height: 2em;
}

.show-pro-btn a {
    padding: 15px 30px;
	display: inline-block;
	border-radius: 26px;
	margin-right: 30px;
}

.show-pro-tel {
    background-color: #35731e;
}

.show-pro-mail {
    background-color: #2e367e;
}

.text-white a {
    color: #fff;
}

.cat-news-title a {
    font-size: 22px;
}

.cat-news-img {
    height: 360px;
    border: 1px solid #ddd;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
}

.cat-news-info {
    border: 1px solid #ddd;
    padding: 15px;
    border-top: none;
    border-radius: 8px;
}

.cat-news-time {
    padding: 10px 0;
}

.cat-news-item {
    margin-bottom: 30px;
}

.show-news-time {
    font-size: 22px;
    color: #323232;
}

.cat-about-oration {
    position: relative;
    background-color: #f5f5f5;
    padding: 50px 0;
	overflow:hidden;
}



.swiper-banner {
    position: relative;
}

.swiper-banner img {
    width: 100% !important;
}

#right {
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 9999;
}

.right-item {
    position: relative;
    width: 60px;
    background-color: #fff;
	cursor: pointer;
}

.right-item-info {
    position: absolute;
    width: 200px;
    right: -260px;
	top:0;
	background-color:#fff;
	line-height:60px;
}

.right-contact {
    background-color: #2e367e;
}
.right-item:hover .right-item-info{
	right:60px;
}
.right-contact span {
    width: 16px;
    margin: auto;
    writing-mode: vertical-rl;
    display: block;
    padding-bottom: 10px;
}

.home-brand {
    font-size: 40px;
    text-transform: uppercase;
}

.home-brand-line {
    width: 100px;
    border-bottom: 4px solid #64972a;
    margin: 15px 0;
}

.home-brand-more {
    line-height: 100px;
}

.home-pro-container {
    background: linear-gradient(to right, #d9edff 0%, #a0d2fd 100%);
    padding: 30px;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 30px;
	position: relative;
}

.home-pro-more{
	position: absolute;
	bottom:30px;
	left:30px;
}
.home-pro-more a{
	background-color:#64972a;
    padding: 10px 20px;
    border-radius: 8px;
	display: inline-block;
}

.home-pro-title a {
    font-size: 24px;
}

.home-pro-bg {
    padding: 60px 0;
    background-image: url(../image/home-pro-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.home-about-btn {
    color: #fff;
    background: linear-gradient(to right, #2c3067 27%, #2c3067 27%, #64972a 100%);
    padding: 15px 40px;
    border-radius: 24px;
}

.home-company {
    position: relative;
}

.home-num {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 999;
}

.home-company-item {
    background: linear-gradient(to right, #2c3067 27%, #2c3067 27%, #64972a 100%);
    padding: 15px;
    margin: 15px;
    width: 120px;
    border-radius: 8px;
}

.home-company-item .center-block,
.home-company-item .center-block span {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.home-video-brand {
    font-size: 48px;
}

.home-video {
    position: relative;
}

.video-bg {
    background-color: rgba(0, 0, 0, .5);
    padding: 200px 60px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.home-video img{
	width:100% !important;
}
.home-video-info {
    font-size: 16px;
}

.home-contact{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.home-contact {
    background-image: url(../image/home-contact.jpg);
    padding: 60px 0;
}



.home-contact-item {
    background-color: #fff;
    background-repeat: no-repeat;
    background-image: url(../image/contact-logo.png);
    background-position: bottom right;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 8px #ddd;
}

.footer{
    background: linear-gradient(to right, #2c3067 27%, #2c3067 27%, #64972a 100%);
    padding-top: 30px;
}

.footer-nav a{
    display: block;
    padding: 5px 0;
    color: #fff;
}
.copyright{
    background-color: #2e367e;
    line-height: 40px;
    overflow: hidden;
    padding: 5px 0;
}
.nav{
	width:100%;
	position: fixed;
	top:0;
	left:0;
	z-index:9999;
	background-color:#fff;
}

.home-pro-img img{
	height:200px;
	width:auto !important;
	max-width:auto !important;
}

.footer-fd-item{
	margin-bottom:20px;
}

.btn-feedback{
	background-color:#64972a;
	color:#fff;
}
#message{
	height:120px;
}
#home-contact .home-contact-i{
	float:left;
	padding:0 15px;
}
#home-contact .home-contact-i:nth-of-type(1){
	width:60%;
}
#home-contact .home-contact-i:nth-of-type(2){
	width:40%;
}


.honor-container {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 200px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
}

.honor-container a {
    display: table-cell;
    width: 100%;
    height: 200px;
    vertical-align: middle;
}

.honor-container a img {
    max-width: 100%;
    max-height: 200px;
    margin: 0 auto;
}
.honor-name{
    border:1px solid #ddd;
    border-top:none;
    line-height:40px;
    margin-bottom:30px;
}




@media(max-width:768px){
	body{
		padding-top:60px;
	}
	.home-brand-more{
		display:none;
	}
	.home-pro-img img{
		width:auto !important;
		max-width:auto !important;
		height:auto !important;
	}
	.home-pro-container{
		padding:15px;
	}
	.home-pro-title{
		height:70px;
	}
	.home-company{
		margin-top:50px;
	}
	.home-num{
		position: relative;
	}
	.home-num .clearfix{
		display:none;
	}
	.home-company-item{
		width:33.333333%;
		margin:0;
		padding:0;
		background:none;
	}
	.home-video{
		display:none;
	}
	#home-contact .home-contact-i{
		width:100% !important;
		margin-bottom:30px;
	}
	.margin-top-60{
		margin-top:30px;
	}
	#home-contact{
		padding-top:50px;
	}
	.copyright{
		line-height:1.5em;
	}
	.cat-pro-nav{
		padding-top:30px;
	}
	/* .page-about{
		padding:0 15px;
	} */
	.product-container,.product-container a,.honor-container,.honor-container a{
		height:160px;
	}
	.product-container a img,.honor-container a img{
		max-height:160px;
	}
	.show-pro-btn{
		display:none;
	}
	.footer-fd-item{
		padding:0;
	}
	.home-company-item{
		color:#64972a
	}
	.home-company-item .center-block{
		text-align:left;
	}
	.cat-feedback{
		margin-top:30px;
	}
}
#swipebox-close{
	bottom:0 !important;
	right:15px !important;
	top:auto !important;
	left:auto !important;
}
.sub-text{
	font-size:24px !important;
}
.footer pre{
	color:#fff;
}
.pro-nav-active a{
	color:#8fb932 !important
}

.hide-catname{
	font-size:22px;
}
.banner-c img{
	width:100%;
}
@media(min-width:769px){
	.sub-link span{
	border:1px solid #8fb932;
	padding:8px 15px !important;
	color:#8fb932;
	display:block !important;
	margin-top:15px;
	margin-bottom:15px;
}
.sub-link span:hover{
	background-color:#8fb932 !important;
	color:#fff !important;
	}
}
.banner-video{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.swiper-slide{
	position: relative;
}