@import url("style.css");
@charset "utf-8";
a,
body,
dd,
div,
dl,
dt,
em,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
input,
li,
ol,
p,
span,
table,
td,
textarea,
tr,
ul {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    font-weight: normal;
    padding: 0;
    margin: 0
}

body,
html {
    width: 100%;
}

body {
    font-family: "微软雅黑", arial, Helvetica, sans-serif!important;
    font-size: 16px;
    font-size: 0.75em;
    overflow-x: hidden;
    color: #000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
option,
select,
textarea {
    border: none;
    outline: none;
    font-family: "微软雅黑", arial, Helvetica, sans-serif!important;
}

img {
    border: none
}

a,
a:active,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    outline: 0
}

a {
    color: #333;
}

a:hover {
    color: #008c51;
}

ul li {
    margin: 0
}

li,
ul {
    list-style: none
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.left {
    float: left
}

.right {
    float: right
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: normal;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    overflow: hidden
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
    clear: both
}

.none {
    display: none
}

.block {
    display: block
}

.w {
    width: 1400px;
    margin: 0 auto
}

.w2 {
    width: 1200px;
    margin: 0 auto;
    max-width: 94%;
}

.ellipsis {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.ellipsis-3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.ellipsis-4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.ellipsis-5 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

.ellipsis-6 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical
}

::-webkit-input-placeholder {
    color: #fff
}

:-moz-placeholder {
    color: #fff
}

::-moz-placeholder {
    color: #fff
}

:-ms-input-placeholder {
    color: #fff
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-appearance: none
}


/*

 *
 *
 *
 *
 *
 * */

header.fixed .headerNav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    /*background: #fff;*/
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.17);
}

.headerCenter {
    width: 100%;
    height: 157px;
    line-height: 157px;
}

.headerCenter .header-logo {
    float: left;
    display: block;
    font-size: 0;
}

.headerCenter .header-logo img {
    height: 157px;
    vertical-align: middle;
}

.headerCenter .other {
    float: right;
    font-size: 0;
}

.topinfo {
    display: inline-block;
    vertical-align: middle;
}

.topinfo a {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 36px;
}

.topinfo img {
    vertical-align: middle;
    width: 31px;
    margin-right: 5px;
}

.shopnav {
    display: inline-block;
    vertical-align: middle;
    margin-left: 74px;
}

.shopnav img {
    width: 29px;
    display: inline-block;
    vertical-align: middle;
}

.shopnav a {
    font-size: 16px;
    color: #666;
    font-weight: bold;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}
.ny .nav li a {
	color: #fff;
}
.shopnav a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 17px;
    border-left: 1px solid #EAEAEA;
    margin-right: 15px;
}

.shopnav a:first-child:before {
    display: none;
}

.shopnav a:hover {
    opacity: 0.9;
}

@media screen\0 {
	.nav ul>li:hover a,
	.nav ul>li.curr a {
		color: #5f5d5e;
		background: none;
	}
}

.shopnav .nologin {
    display: block;
    line-height: 36px;
    font-weight: normal;
}

.shopnav .nologin img {
    margin-right: 5px;
}

.shopnav .nologin:last-child:before {
    display: none;
}

@media only screen and (max-width: 960px) {
    .shopnav .nologin {
        line-height: 28px;
    }
}

@media only screen and (max-width: 640px) {
    .shopnav .nologin {
        line-height: 20px;
    }
}

.headerNav {
    height: 60px;
    background: #f8f8f8;
    transition: all 0.3s;
}

.headerNav ul {
    width: 100%;
}

.headerNav li {
    float: left;
    width: 12.5%;
    font-size: 14px;
    height: 60px;
    position: relative;
    border-left: 1px solid #d7e6e0;
    position: relative;
    text-align: center;
}

.headerNav li:first-child {
    border-left: none;
}

.headerNav li.cur,
.headerNav li:hover {
    background: #006432;
}

.headerNav li>a {
    color: #006432;
    text-decoration: none;
    height: 60px;
    line-height: 60px;
    display: block;
}

.headerNav li.cur a,
.headerNav li:hover a {
    color: #fff;
}

.headerNav li ol {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 50%;
    background: #fff;
    z-index: 2;
    transform: translateX(-50%);
    display: none;
}

.headerNav li:hover ol {
    display: block
}

.headerNav li ol li {
    float: none;
    height: auto;
    border: none;
    width: 100%;
    text-align: left;
}

.headerNav li ol li a {
    line-height: 20px;
    height: auto;
    padding: 10px 4px;
    color: #00421c!important;
}

.headerNav li ol li:hover {
    background: #f8f8f8;
}

.phone_head {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999;
    height: 50px;
    line-height: 50px;
    /*-moz-box-shadow: 0px 0px 10px #ccc;
    -webkit-box-shadow: 0px 0px 10px #ccc;
    box-shadow: 0px 0px 10px #ccc;*/
}

.phone_head .logo {
    font-size: 0;
}

.phone_head .logo img {
    max-width: 100%;
    height: auto;
    max-height: 45px;
    vertical-align: middle;
}

.phone_head .head_admin {
    height: auto;
    line-height: 55px;
    margin: 0;
    margin-left: 15px;
}

.phone_head .head_admin a {
    color: #1886d1;
    font-size: 12px;
}

.phone-head .menubtn>span.expand {
    vertical-align: middle;
    display: inline-block;
    height: 30px;
    width: 40px;
    background: url(../img/navbg.png) no-repeat center;
    background-size: auto 100%;
}

.phone-head .mask-close {
    background: #006432 none repeat scroll 50% 50% / auto padding-box border-box;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    position: absolute;
    top: 11px;
    right: 18px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    overflow: hidden;
}

.maskbg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

#menu a {
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#menu a:hover {
    color: #fff;
}

#menu h1 {
    font-weight: 300;
}

#menu h2 {
    font-weight: 300;
    margin: 3em 0 1em 0;
}

#menu p {
    margin: 20px 0;
}

#menu .nav {
    height: auto;
    background: #006432;
}

#menu {
    margin: 4em auto;
    width: 100%;
}

#menu {
    background: #006432;
}

.sliding-menu a.back {
    background: #ccc;
}

.sliding-menu a:hover {
    background: #ccc;
}

.h {
    display: none;
    height: 110px;
}


/* footer */

.footer {
    overflow: hidden;
    border-top: 1px solid #EAEAEA;
}

.footerTop {
    height: 60px;
    background: #f8f8f8;
}

.footerTop ul {
    width: 100%;
}

.footerTop li {
    float: left;
    font-size: 14px;
    height: 60px;
    position: relative;
    width: 12.5%;
    text-align: center;
}

.footerTop li>a {
    color: #044b2d;
    height: 60px;
    line-height: 60px;
    display: block;
}

.footerTop li:hover {
    background: url(../images/navBg.png) repeat-x;
;
}

.footerTop li:hover>a {
    display: block;
    color: #fff;
}

.footerCenter {
    width: 100%;
    background: #eaeaea;
    padding: 40px 0;
    color: #202020;
}

.footerCenter .box {
    float: left;
}

.footerCenter .box1 {
    margin-left: 16px;
}

.footerCenter .box1 img {
    display: block;
}

.footerCenter .box2 {
    float: left;
    margin-left: 5.5%;
    width: 52%;
    padding-left: 20px;
    /*margin-top: 24px;*/
    border-left: 1px solid #d2cece;
    border-right: 1px solid #d2cece;
}

.footerCenter .box p {
    font-size: 14px;
    color: #202020;
    margin-bottom: 14px;
}

.footerCenter .box p a {
    color: #fff;
}

.footerCenter .box3 {
    height: 136px;
    line-height: 136px;
    text-align: center;
    float: right;
}

.footerCenter .box3 p {
    margin-top: 10px;
    color: #2d2828;
    font-size: 12px;
}

.footerBottom {
    width: 100%;
    height: 60px;
    text-align: center;
    background: #fff;
    line-height: 60px;
}

.footerBottom p {
    font-size: 12px;
    color: #202020;
}

.footerBottom p a {
    color: #202020;
}

.footerCenter .box3 .share {
    font-size: 0;
}

.footerCenter .box3 .share li {
    margin-left: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.footerCenter .box3 .share li img {
    display: block;
    width: 54px;
    height: auto;
}

.footerCenter .box3 .share li .ewmhover {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 116px;
    transform: translateX(-50%);
    display: none;
    z-index: 2;
}

.footerCenter .box3 .share li:hover .ewmhover {
    display: block
}

.footerCenter .box3 .share li .ewmhover img {
    width: 100%;
}


/*返回顶部*/

.retop ul {
    overflow: hidden;
}

.retop li {
    float: left;
    margin-left: 10px;
}

.retop li img {
    display: block;
}

.rtTop {
    width: 43px;
    height: 43px;
    overflow: hidden;
    position: fixed;
    top: 80%;
    right: 156px;
    cursor: pointer;
    display: none;
}

.rtTop h4 {
    width: 43px;
    height: 43px;
    overflow: hidden;
    position: relative;
}

.rtTop img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.banner img {
    display: block;
    width: 100%;
}

.banner .swiper-container {
    width: 100%;
    margin: 0;
}

.banner .video-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block!important;
    height: 100%;
    z-index: 1;
}

.swiper-container {
    width: 100%;
}

.bannerswiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #1e1e1e;
    opacity: 1;
}

.bannerswiper .swiper-pagination-bullet-active {
    background: #006432;
}

.bannerswiper .swiper-button-next,
.bannerswiper .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 58px;
    height: 58px;
    margin-top: -29px;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
}

.bannerswiper:hover .swiper-button-next,
.bannerswiper:hover .swiper-button-prev {
    opacity: 1;
}

.bannerswiper .swiper-button-prev {
    left: 5%;
    background: url(../images/babot1.png) no-repeat center;
}

.bannerswiper .swiper-button-next {
    background: url(../images/babot2.png) no-repeat center;
    right: 5%;
}


/*

 * index
 * */

.search {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #dedede;
}

.search p {
    float: right;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    color: #333333;
}

.search p a {
    font-size: 14px;
    color: #333333;
    font-weight: normal;
}

.search p a:hover {
    color: #008C51;
}

.search .Input {
    width: 372px;
    height: 35px;
    line-height: 35px;
    float: left;
    margin-top: 17px;
    position: relative;
    background: url(../images/searchBg.png) no-repeat center;
}

.search .Input input {
    font-size: 14px;
    outline: none;
    border: none;
    color: #333333;
    height: 35px;
    line-height: 35px;
    width: 310px;
    padding-left: 18px;
    background: none;
    float: left;
}

.search .Input a {
    display: block;
    width: 44px;
    height: 33px;
    background: url(../images/searchBtn.png) no-repeat center;
    float: right;
}


/* product */

.product {
    width: 100%;
    background: #f8f8f8;
    padding-bottom: 50px;
}

.product .mainCon {
    margin-top: 20px;
}

.product .menu {
    width: 100%;
    text-align: center;
}

.product .menu a {
    display: block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    color: #666666;
    border-right: 1px solid #f2f2f2;
    background: #fff;
}


/*.product .mainCon .menu a:first-child{border-left: 1px solid #f2f2f2;border-radius: 24px 0 0 24px;position: relative;right: -2px;}*/


/*.product .mainCon .menu a.last{border-radius: 0 24px 24px 0;position: relative;left: -2px;}*/

.product .menu a.cur {
    background: #006432;
    color: #fff;
    border-color: #006432;
}

.menuswiper {
    width: 1132px;
    margin: 0 auto;
    position: relative;
    padding: 0 70px;
    max-width: 96%;
}

.menuswiper .swiper-container {
    width: 992px;
    border-radius: 24px;
    border: 1px solid #f2f2f2;
    background: #fff;
    box-sizing: border-box;
    max-width: 100%;
}

.arrow-right,
.arrow-left {
    position: absolute;
    top: 50%;
    width: 51px;
    height: 51px;
    margin-top: -25.5px;
    outline: none;
    z-index: 10;
    cursor: pointer;
}

.arrow-right {
    right: 0;
    background: url(../images/partnerBtn02.png) no-repeat left top;
}

.arrow-right:hover {
    background-position: 0 -51px;
}

.arrow-left {
    left: 0;
    background: url(../images/partnerBtn01.png) no-repeat left top;
}

.arrow-left:hover {
    background-position: 0 -51px;
}

.arrow-right:after,
.arrow-left:after {
    display: none;
}

.menuswiper .swiper-slide {
    width: auto;
}

.product .menu .menuswiper .active-nav a {
    background: #006432;
    color: #fff;
    border-color: #006432;
}

.product .menu .menuswiper .swiper-slide:nth-child(6) a {
    border: none;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.product .mainCon .con {
    margin-top: 23px;
    overflow: hidden;
    position: relative;
}

.product .mainCon .con ul {
    width: 100%;
}

.product .mainCon .con li {
    width: 23.57%;
    float: left;
    margin-right: 1.9%;
    margin-bottom: 27px;
}

.product .mainCon .con li:nth-child(4n) {
    margin-right: 0;
}

.product .mainCon .con li .Pic {
    overflow: hidden;
    display: block;
    border: 1px solid #ececec;
}

.product .mainCon .con li .Pic span {
    overflow: hidden;
    display: block;
    position: relative;
}

.product .mainCon .con li .Pic img {
    display: block;
    width: 100%;
    opacity: 1;
    /*transform: scale(1);transition: all 1s ease-out;*/
    transition: all 1s;
}

.product .mainCon .con li .Pic img:nth-child(2) {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotateY(-180deg);
    transition: all 1s;
}

.product .mainCon .con li .intro {
    height: 136px;
    text-align: center;
    padding-top: 22px;
    position: relative;
    border: 1px solid #f2f2f2;
    border-top: none;
}

.product .mainCon .con li .intro h3 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    padding: 0 16px;
}

.product .mainCon .con li .intro h3 a {
    color: #333333;
    text-decoration: none;
}

.product .mainCon .con li .intro .btn {
    width: 92%;
    overflow: hidden;
    height: 42px;
    background: url(../images/productBg02.png) no-repeat center;
    margin: 0 auto;
    background-size: 100% 100%;
}

.product .mainCon .con li .intro .btn a {
    display: block;
    width: 49%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    float: left;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
}

.product .mainCon .con li .intro .btn a:first-child {
    border-right: 1px solid #eaeaea;
}

.product .mainCon .con li .intro .btn a:hover {
    color: #fff;
}

.product .mainCon .con li .intro .btn a.more:hover {
    background: url(../images/productBg03.png) no-repeat left center;
}

.product .mainCon .con li .intro .btn a.zx:hover {
    background: url(../images/productBg04.png) no-repeat right center;
}


/*.product .mainCon .con li:hover .Pic img{transform: scale(1.2);}*/

.product .mainCon .con li:hover .Pic img {
    opacity: 0;
    transform: rotateY(180deg);
}

.product .mainCon .con li:hover .Pic img:nth-child(2) {
    opacity: 1;
    transform: rotateY(0deg);
}

.product .mainCon .con a.proMore {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 24px;
    background: #006432;
    font-size: 16px;
    color: #fff;
    margin: 18px auto 0;
    text-decoration: none;
}


/* Title */

.Title {
    width: 100%;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    padding-top: 46px;
    margin-bottom: 20px;
}

.Title h2 {
    font-size: 36px;
    color: #333333;
    font-weight: normal;
}

.Title h2 a {
    color: #333333;
    text-decoration: none;
}

.Title i {
    display: block;
    width: 1200px;
    height: 3px;
    margin: 6px 0 16px 0;
}

.Title i img {
    display: block;
    width: 1200px;
    height: 3px;
    max-width: 100%;
}

.Title p {
    font-size: 18px;
    color: #999999;
}


/* about */

.about {
    width: 100%;
    background: url(../images/aboutBg01.jpg) top repeat;
}

.about .conBox1 {
    width: 100%;
    padding: 0 0 20px 0;
}

.about .conBox1 dl {
    background: #fff;
    height: 500px;
    border: 1px solid #eae5e5;
    overflow: hidden;
    padding: 0 60px;
}

.about .conBox1 dt {
    width: 50%;
    /*height: 500px;*/
    height: 458px;
    padding-top: 52px;
    float: left;
    overflow: hidden;
}

.about .conBox1 dt img {
    display: block;
    width: 100%;
    height: 100%;
}

.about .conBox1 dd {
    width: 50%;
    float: left;
    /*margin-left: 60px;*/
    position: relative;
    padding-top: 46px;
    padding-left: 60px;
    height: 354px;
    text-align: justify;
}

.about .conBox1 dd h3 {
    font-size: 25px;
    color: #006432;
    font-weight: bold;
}

.about .conBox1 dd h3 a {
    color: #006432;
    text-decoration: none;
}

.about .conBox1 dd span {
    display: block;
    font-weight: bold;
    font-family: arial;
    font-size: 47px;
    text-transform: uppercase;
    color: #dedede;
    position: absolute;
    right: 0;
    top: 46px;
}

.about .conBox1 dd p {
    line-height: 25px;
    color: #666666;
    margin-top: 24px;
    font-size: 14px;
    max-height: 250px;
    overflow: auto;
}

.about .conBox1 dd p em {
    color: #333333;
    font-weight: bold;
}

.about .conBox1 dd .btn {
    float: left;
    bottom: 36px;
    height: 55px;
    padding-top: 50px;
}

.about .conBox1 dd .btn a {
    height: 55px;
    line-height: 55px;
    width: 160px;
    float: left;
    text-align: center;
    text-decoration: none;
    display: block;
    background: #dedede;
    border-right: 1px solid #fff;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.about .conBox1 dd .btn a:hover {
    background: #006432;
    color: #fff;
}

.about .conBox1 dd .btn a.cur {
    background: #006432;
    color: #fff;
}

.about .conBox2 {
    width: 100%;
    padding: 20px 0;
}

.about .conBox2 .con {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
    margin-top: 50px;
}

.about .conBox2 .con li {
    float: left;
    width: 18.5%;
    margin-right: 1.875%;
    text-align: center;
}

.about .conBox2 .con li:nth-child(5n) {
    margin-right: 0;
}

.about .conBox2 .con li img {
    display: block;
    width: 100%;
    transition: all 1s ease-out;
}

.about .conBox2 .con li span {
    display: block;
    height: 100%;
    overflow: hidden;
}

.about .conBox2 .con li em {
    font-size: 14px;
    color: #333333;
    display: block;
    margin-top: 14px;
}

.about .conBox2 .con li a {
    display: block;
    text-decoration: none;
    cursor: auto;
}

.about .menu .menuswiper .swiper-slide:nth-child(3) a {
    border: none;
}

.video-box {
    height: 100%;
    position: relative;
}

.video-box .video-js .vjs-big-play-button {
    /*opacity: 0;*/
}


/* flow */

.flow {
    width: 100%;
    padding-bottom: 78px;
}

.flow .Title {
    padding-top: 50px;
}

.flow .Title h2 img {
    display: block;
    margin: 0 auto;
}

.flow .Title p {
    color: #666666;
    margin: 8px 0;
}

.flow .mainCon {
    margin-top: 58px;
}

.flow .mainCon img {
    display: block;
    width: 100%;
}

.flow .mainCon ul {
    margin-left: 30px;
    margin-top: 16px;
}

.flow .mainCon li {
    width: 140px;
    margin-left: 60px;
    text-align: center;
    font-size: 16px;
    color: #000000;
    float: left;
}

.flow .mainCon li:first-child {
    margin-left: 0;
}

.flowswiper {
    position: relative;
    padding: 0 50px;
}


/**/

.news {
    padding-bottom: 30px;
}

.news .menu {
    background: url(../images/news_xian.png) no-repeat center;
    width: 100%;
    height: 50px;
    margin: 26px auto 40px;
}

.news .menu .box {
    width: 417px;
    height: 50px;
    overflow: hidden;
    margin: 0 auto;
}

.news .menu a {
    display: block;
    width: 206px;
    height: 48px;
    border: 1px solid #f2f2f2;
    float: left;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
    font-weight: bold;
    background: #fff;
}

.news .menu a:first-child {
    border-right: none;
    border-radius: 24px 0 0 24px;
}

.news .menu a.cur {
    background: #006432;
    color: #fff;
    border-color: #006432;
}

.news .menu a.last {
    border-radius: 0 24px 24px 0;
}

.news .news_con .concase {
    display: none;
}

.news .news_con .concase.cur {
    display: block;
}

.news .news_con .conleft {
    width: 26.71%;
    height: 340px;
    background: #fff;
    border: 1px solid #e4dddd;
}

.news .news_con .conleft img {
    display: block;
    width: 100%;
}

.news .news_con .conleft dt {
    height: 114px;
}

.news .news_con .conleft dd.dd1 {
    height: 90px;
    margin-top: 15px;
    padding: 0 15px 0 110px;
    position: relative;
}

.news .news_con .conleft dd.dd1 span {
    display: block;
    width: 79px;
    height: 75px;
    position: absolute;
    left: 15px;
    top: 10px;
}

.news .news_con .conleft dd.dd1 span i {
    display: block;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background: #008c51;
    color: #fff;
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
    font-family: arial;
}

.news .news_con .conleft dd.dd1 span em {
    display: block;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background: #006432;
    color: #fff;
    font-size: 14px;
}

.news .news_con .conleft dd.dd1 .dd1_p1 {
    padding: 10px 0 15px 0;
    font-size: 18px;
}

.news .news_con .conleft dd.dd1 .dd1_p1 a {
    color: #006432;
    text-decoration: none;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 24px;
}

.news .news_con .conleft dd.dd1 .dd1_p2 {
    font-size: 12px;
}

.news .news_con .conleft dd.dd1 .dd1_p2 i {
    float: left;
    height: 20px;
    line-height: 20px;
    padding-left: 25px;
    background: url(../images/newsicon01.png) no-repeat 5px center;
    margin-right: 15px;
    font-style: normal;
}

.news .news_con .conleft dd.dd1 .dd1_p2 em {
    float: left;
    height: 20px;
    line-height: 20px;
    padding-left: 25px;
    background: url(../images/newsicon02.png) no-repeat 5px center;
}

.news .news_con .conleft dd.dd2 {
    padding: 0 15px;
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 96px;
    color: #666666;
}

.news .news_con .conleft dd.dd2 a {
    color: #666666;
}

.news .news_con .conright {
    width: 71.42%;
}

.news .news_con .conright .r_case {
    padding: 18px 10px 18px 90px;
    position: relative;
    width: 48.2%;
    background: #fff;
    height: 100px;
    margin: 0 3.6% 20px 0;
    border: 1px solid #f1e5e5;
    float: left;
}

.news .news_con .conright .r_case:nth-child(2n) {
    margin-right: 0;
}

.news .news_con .conright .r_case.bdnot {
    margin-left: 0;
}

.news .news_con .conright .r_case span {
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    left: 15px;
    top: 18px;
    background: #999999;
}

.news .news_con .conright .r_case span i {
    display: block;
    padding-top: 8px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
}

.news .news_con .conright .r_case span em {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.news .news_con .conright .r_case .case_p1 {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    height: 19px;
    line-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news .news_con .conright .r_case .case_p2 {
    margin-top: 5px;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-spacing: -1.5px;
}

.news .news_con .conright .r_case:hover {
    border: 1px solid #006432;
}

.news .news_con .conright .r_case:hover span {
    background: #006432;
}

.news .news_con .conright .r_case:hover .case_p1 {
    color: #006432;
}

.newsMore {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 24px;
    background: #006432;
    font-size: 16px;
    color: #fff;
    margin: 18px auto 0;
    text-decoration: none;
}

.newsMore:hover {
    color: #fff;
}


/*

 *
 * */

.fixedv {
    position: fixed;
    right: 0;
    bottom: 200px;
    width: 200px;
    z-index: 999;
}

.fixedv img {
    display: block;
    width: 100%;
}

.fixedv .close {
    position: absolute;
    right: 5px;
    top: -25px;
    z-index: 1000;
    font-size: 0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #006432 url(../img/close1.png) no-repeat center center;
    background-size: 70% 70%;
    text-align: center;
    cursor: pointer;
}

.fixedv .tbox {
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    background: #fff;
}

.fixedv .pic {
    position: relative;
}

.fixedv .pic:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 38px;
    height: 38px;
    background: url(../images/vplay.png) no-repeat center center;
    background-size: cover;
    transform: translate(-50%, -50%);
}


/*

 *  pro
 * */

.proxq-sec {
    background: #fff;
    padding: 0 0 30px;
}

.proxq-sec .main1 {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.proxq-sec .main1 .pic {
    width: 38.4%;
    display: table-cell;
    vertical-align: middle;
}

.bigimg {
    position: relative;
    border: 1px solid #DBDBDB;
}

.zoomico {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 2;
}

.bigimgswiper .swiper-slide {
    background: #fff;
    transition: none!important;
}

.bigimgswiper img {
    display: block;
    width: 100%;
}

.bigimg-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 5;
}

.bigimg-video.active {
    display: block
}

.centerbox {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.smallimg-video {
    position: relative;
    float: left;
    width: 20%;
    padding-top: 20%;
    border: 1px solid #DBDBDB;
    height: 0;
    margin-top: -1px;
}

.smallimg {
    margin-top: 15px;
}

.smallimg li {
    position: relative;
    float: left;
    width: 20%;
    padding-top: 20%;
    border: 1px solid #DBDBDB;
    height: 0;
    margin-top: -1px;
    /*opacity: 0.6;*/
}

.smallimg li.active {
    /*opacity: 1;*/
}

.smallimg img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 97%;
    max-height: 99%;
}

.proxq-sec .main1 .tbox {
    width: 61.6%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.proxq-sec .main1 .tbox .con {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 96%;
    overflow: auto;
}

.proxq-sec .main1 .box1 {
    padding: 10px 25px;
    border-bottom: 1px solid #EEEEEE;
}

.proxq-sec .main1 .box1 .t1 {
    font-size: 21px;
    color: #006432;
}

.proxq-sec .main1 .box1 .t2 {
    margin-top: 15px;
    font-size: 17px;
    color: #444;
}

.proxq-sec .main1 .box2 {
    margin-top: 10px;
    background: #f8f8f8;
    padding: 35px 25px 35px 95px;
    position: relative;
}

.proxq-sec .main1 .box2 label {
    font-size: 20px;
    color: #000;
    position: absolute;
    left: 25px;
    top: 35px;
}

.colorbox li {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    background: #fff;
    padding: 3px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #9c9999;
}

.colorbox li:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 100%;
    border: 2px solid #000;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
}

.colorbox li.active:before {
    opacity: 1;
}

.colorbox li a {
    display: block;
    height: 26px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.colorbox li a:hover {
    opacity: 0.8;
}

.proxq-sec .main1 .box2 .t2 {
    margin-top: 30px;
}

.proxq-sec .main1 .box2 .t2 .numbutton {
    height: 42px;
    line-height: 42px;
    width: 42px;
    background: #ececec;
    text-align: center;
    font-size: 16px;
    display: block;
    float: left;
    cursor: pointer;
}

.proxq-sec .main1 .box2 .t2 .numtext {
    height: 42px;
    line-height: 42px;
    width: 42px;
    background: #fff;
    text-align: center;
    font-size: 14px;
    display: block;
    float: left;
    border: 1px solid #ebebeb;
}

.proxq-sec .main1 .box2 .t3 {
    margin-top: 30px;
}

.proxq-sec .main1 .box2 .t3 a {
    display: inline-block;
    width: 163px;
    height: 41px;
    line-height: 41px;
    background: #888888;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
}

.proxq-sec .main1 .box2 .t3 a i {
    width: 23px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.proxq-sec .main1 .box2 .t3 .add i {
    background: url(../img/cart.png) no-repeat center center;
}

.proxq-sec .main1 .box2 .t3 .collect i {
    background: url(../img/fav.png) no-repeat center center;
}

.proxq-sec .main1 .box2 .t3 .collect.on i {
    background-image: url(../img/fav0.png);
}

.proxq-sec .main1 .box2 .t3 .collect.on {
    background: #006432;
}

.proxq-sec .main1 .box2 .t3 a:hover {
    background: #006432;
}

.proxq-sec .main1 .box3 {
    margin-top: 20px;
    border: 1px solid #DBDBDB;
    font-size: 16px;
    color: #000;
}

.proxq-sec .main1 .box3 .tit {
    font-size: 20px;
    color: #006432;
    line-height: 50px;
    background: #F8F8F8;
    padding: 0 25px;
}

.descriptioncon {
    padding: 6px;
}

.descriptioncon table {
    width: 100%;
    line-height: 32px;
}

.descriptioncon table td:first-child {
    font-weight: bold;
    text-align: right;
    padding-right: 25px;
}

.descriptioncon img {
    max-width: 100%;
}

.proxq-sec .main1 .box3 .pic {
    padding: 20px 10px;
}

.proxq-sec .main1 .box3 .pic img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.proxq-tuijian {
    padding: 50px 0;
    background: #F8F8F8;
}

.proxq-tuijian .tit {
    font-size: 20px;
    color: #000;
    line-height: 24px;
    margin-bottom: 35px;
}

.proxq-tuijian .prolist .product .mainCon .con li {
    width: 100%;
    float: none;
    margin: 0;
}

.tuijianswiper>.swiper-pagination {
    margin-top: 35px;
    position: static;
}

.tuijianswiper .swiper-pagination-bullet {
    background: #006432;
    opacity: 1;
}

.tuijianswiper .swiper-pagination-bullet-active {
    background: #F18200;
}


/*

 * cart-sec
 * */

.cart-sec {
    background: #fff;
    padding: 0 0 50px 0;
}

.cart-sec table {
    width: 100%;
    border: 1px solid #DDDDDD;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #666;
}

.cart-sec .tit {
    display: none;
    color: #666666;
}

.cart-sec table th {
    line-height: 50px;
    background: #006432;
    border: 0;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
}

.cart-sec .pic {
    display: inline-block;
    vertical-align: middle;
    margin: 25px 0;
}

.cart-sec .pic img {
    display: block;
    width: 101px;
}

.cart-sec .tbox {
    display: inline-block;
    vertical-align: middle;
    padding: 0 40px;
    text-align: left;
}

.quantity {
    color: #666666;
}

.quantity .box {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #EDEDED;
    width: 60px;
    height: 40px;
    padding: 10px;
}

.quantity .box input {
    display: block;
    height: 20px;
    line-height: 20px;
    width: 100%;
    text-align: center;
}

.quantity .box {
    position: relative;
}

.quantity .box .numtext {
    padding-right: 20px;
}

.numbuttonbox {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}

.quantity .box .numbutton {
    width: 15px;
    height: 9px;
    font-size: 0;
    cursor: pointer;
}

.quantity .box .jian {
    background: url(../img/jia.jpg) no-repeat center center;
}

.quantity .box .jia {
    background: url(../img/jian.jpg) no-repeat center center;
}

.quantity .box .numbutton:hover {
    opacity: 0.8;
}

.cart-sec .btns {
    text-align: right;
    margin-top: 35px;
}

.cart-sec .submit {
    display: inline-block;
    width: 172px;
    height: 54px;
    line-height: 54px;
    border-radius: 25px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background: #006432;
    cursor: pointer;
}

.cart-sec .submit:hover {
    opacity: 0.9;
}


/*

 *
 * */

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0px;
    left: 42%!important;
    width: 200px;
    height: 200px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

div.zoomMask {
    position: absolute;
    background: url(../img/mask.png) repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}


/*

 *
 * */

.join_sec {
    margin-bottom: 60px;
}

.join_sec .c-li {
    margin-bottom: 10px;
}

.join_sec .c-t {
    overflow: hidden;
    cursor: pointer;
    line-height: 57px;
    height: 57px;
    font-size: 18px;
    color: #878787;
    background: #fff;
}

.join_sec .tit {
    background: #006432;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    margin-bottom: 10px;
}

.c-x {
    float: left;
    width: 22.75%;
    text-align: center;
}

.c-x span {
    display: none;
}

.c-name,
.c-num,
.c-year,
.c-address,
.c-time {
    /*width: 22.75%;*/
}

.c-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.c-xq {
    width: 9%;
    text-align: left;
    background: url(../img/down.jpg) no-repeat center center;
    text-align: center;
    text-indent: -9999px;
}

.c-xq:hover {
    opacity: 0.8;
}

.join_sec .c-b {
    position: relative;
    border: 6px solid #E6E6E6;
    background: #F8F8F8;
    padding: 35px;
    display: none;
    overflow: hidden;
}

.job_details {
    font-size: 16px;
    color: #666;
    line-height: 32px;
}

.join_sec .btns {
    margin-top: 30px;
    text-align: right;
}

.btns1,
.btns2 {
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    border-radius: 25px;
}

.btns1 {
    color: #fff;
    background: #006432;
}

.btns1:hover {
    color: #fff;
    opacity: 0.9;
}

.btns2 {
    margin-top: 20px;
    color: #888888;
    background: #fff;
    border: 1px solid #eeeeee;
}

.btns2:hover {
    color: #ef4122;
    border-color: #ef4122;
}


/*

 *  info
 * */

.infoform {
    margin-bottom: 110px;
}

.infoform ul {
    margin-bottom: 50px;
}

.infoform li {
    margin-bottom: 20px;
}

.infoform label {
    font-size: 16px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    text-align: right;
    margin-right: 20px;
}

.infoform .text {
    display: inline-block;
    vertical-align: middle;
    width: 260px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #E4DDDD;
    font-size: 16px;
    color: #000;
    text-indent: 10px;
}

.infoform .submit {
    display: block;
    width: 172px;
    height: 54px;
    line-height: 54px;
    border-radius: 25px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background: #006432;
    cursor: pointer;
    margin: 0 0 0 270px;
}

.infoform .submit:hover {
    opacity: 0.9;
}

.infoform {}


/*

 *
 * */

.pages2 {
    position: relative;
    margin: 50px 0;
}

.pages2 a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #000;
    width: 50%;
    float: left;
    padding: 0 60px;
    height: 51px;
    line-height: 51px;
}

.pages2 .prev {}

.pages2 .next {
    text-align: right;
}


/*

 *
 * */


/*

 *
 *
 *
 *
 *
 * */

.rightlayout {
    float: right;
    width: 78.57%;
}

.prolist .product .mainCon,
.prolist .product .mainCon .con {
    margin-top: 0;
}

.prolist .product .mainCon .con li {
    width: 24%;
    float: left;
    margin-right: 1.33%;
    margin-left: 0;
    margin-bottom: 40px;
}

.prolist .product .mainCon .con li:nth-child(4n) {
    margin-right: 0;
}

.prolist .product .mainCon .con li .intro {
    width: 100%;
    height: auto;
    padding-top: 12px;
    border: none;
}

.prolist .product .mainCon .con li .intro h3 {
    font-size: 16px;
}

.prolist .product .mainCon .con li .Pic,
.product .mainCon .con li .Pic span,
.product .mainCon .con li .Pic img {
    width: 100%;
    height: auto;
}

.prolist .product .mainCon .con li .intro .btn {
    width: 100%;
    background-size: 100% 100%;
}

.prolist .product .mainCon .con li .intro .btn a {
    width: 49%;
    font-size: 14px;
    color: #444;
}

.prolist .product .mainCon .con li .intro .btn i {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 22px;
    margin-right: 5px;
    background: url(../img/cartico.jpg) no-repeat center center;
}

.prolist .product .mainCon .con li .intro .btn .collect i {
    background-image: url(../img/favivo.png);
}

.prolist .product .mainCon .con li .intro .btn .collect.on i {
    background-image: url(../img/favico0.png);
}


/*

 * 响应式
 * */

@media only screen and (max-width:1680px) {}

@media only screen and (max-width:1440px) {
    .w {
        width: 1280px;
    }
    .Title {
        width: 100%;
    }
}


/**/

@media only screen and (max-width:1366px) {
    .w {
        width: 1200px;
    }
    .about .conBox1 dd {
        padding-top: 20px;
    }
    .about .conBox1 dd .btn {
        padding-top: 20px;
    }
}


/**/

@media only screen and (max-width:1280px) {
    .product .mainCon .con li .intro .btn a {
        font-size: 14px;
    }
}


/**/

@media only screen and (max-width:1200px) {
    .w {
        width: 1024px;
    }
    .Title i {
        width: 600px;
        margin: 10px auto;
    }
    .headerCenter {
        height: 137px;
        line-height: 137px;
    }
    .headerCenter .header-logo img {
        height: 100px;
    }
}


/**/

@media only screen and (max-width:1024px) {
    .w {
        width: 960px;
    }
    .footerCenter .box1 {
        display: none;
    }
    .footerCenter .box2 {
        margin-left: 0;
    }
    .prolist .product .mainCon .con li .intro .btn i {
        width: 17px;
        height: 16px;
        background-size: cover;
    }
}


/**/

@media only screen and (max-width:960px) {
    .w {
        width: 100%;
        padding: 0 3%;
    }
    .headerNav {
        display: none;
    }
    .headerCenter .header-logo {
        display: none;
    }
    .headerCenter .other {
        width: 100%;
        float: none;
        overflow: hidden;
    }
    .headerCenter {
        height: 60px;
        line-height: 60px;
    }
    .topinfo img {
        width: 25px;
    }
    .topinfo a {
        line-height: 28px;
    }
    .shopnav {
        float: right;
    }
    .phone_head {
        display: block;
        border-top: 1px solid #EAEAEA;
    }
    header {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 999;
    }
    .h {
        display: block;
    }
    .search .Input {
        width: 217px;
        background-size: 100% 100%;
    }
    .search .Input input {
        width: 155px;
    }
    .fixedv {
        width: 90px;
    }
    .Title h2 {
        font-size: 26px;
    }
    .Title p {
        font-size: 16px;
    }
    .Title i {
        width: 100%;
    }
    .footerTop {
        display: none;
    }
    .m_dh {
        border-bottom: 1px dotted #DBDBDB;
    }
    .proxq-sec .main1 .box2 .t3 a {
        width: 130px;
    }
}


/**/

@media only screen and (max-width:780px) {}


/**/

@media only screen and (max-width:640px) {
    .topinfo img {
        width: 17px;
    }
    .topinfo a {
        line-height: 20px;
        font-size: 13px;
    }
    .headerCenter {
        height: 40px;
        line-height: 40px;
    }
    .phone_head {
        top: 40px;
    }
    .h {
        height: 100px;
    }
    .shopnav {
        margin: 0;
    }
    .shopnav img {
        width: 17px;
    }
    .shopnav a {
        font-size: 13px;
        margin-left: 5px;
    }
    .shopnav a:last-child:before {
        margin-right: 5px;
    }
    .search {
        height: auto;
    }
    .search .Input {
        width: 100%;
    }
    .search .Input input {
        width: 80%;
    }
    .search p {
        width: 100%;
        float: right;
        height: auto;
        line-height: 30px;
    }
    .Title {
        padding-top: 30px;
    }
    .Title h2 {
        font-size: 22px;
    }
    .join_sec .c-t {
        line-height: 22px;
        height: auto;
        font-size: 14px;
        color: #333333;
        padding: 20px;
    }
    .arrow-right,
    .arrow-left {
        width: 31px;
        height: 31px;
        margin-top: -15.5px;
        background-size: cover;
    }
    .arrow-right:hover {
        background-position: 0 -31px;
    }
    .arrow-left:hover {
        background-position: 0 -31px;
    }
    .menuswiper {
        padding: 0 40px;
    }
    .product .mainCon .con li {
        width: 48%;
        margin-right: 4%;
    }
    .prolist .product .mainCon .con li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }
    .product .mainCon .con li:nth-child(4n),
    .prolist .product .mainCon .con li:nth-child(4n) {
        margin-right: 4%;
    }
    .product .mainCon .con li:nth-child(2n),
    .prolist .product .mainCon .con li:nth-child(2n) {
        margin-right: 0;
    }
    .product .mainCon .con li .intro .btn a {
        font-size: 12px;
    }
    .product .mainCon .con li .intro .btn {
        background: none;
        border: 1px solid #eaeaea;
        border-radius: 25px;
    }
    .product .mainCon .con li .intro h3 {
        font-size: 16px;
    }
    .product .mainCon .con li .intro {
        height: 116px;
    }
    .about .conBox1 dl {
        height: auto;
        padding: 0;
    }
    .about .conBox1 dt {
        width: 100%;
        height: 200px;
        padding-top: 0;
    }
    .about .conBox1 dd {
        width: 100%;
        margin-left: 0;
        padding: 30px;
        height: auto;
    }
    .about .conBox1 dd h3 {
        font-size: 20px;
    }
    .about .conBox1 dd p {
        max-height: none;
    }
    .about .conBox1 dd .btn {
        float: none;
        padding-top: 0;
        margin-top: 20px;
    }
    .about .conBox2 .con li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }
    .about .conBox2 .con li:nth-child(5n) {
        margin-right: 4%;
    }
    .about .conBox2 .con li:nth-child(2n) {
        margin-right: 0;
    }
    .about .conBox2 .con {
        margin-top: 20px;
    }
    .product .menu a,
    .menuswiper .swiper-container {
        border: 0;
    }
    .product {
        padding-bottom: 20px;
    }
    .news .news_con .conleft {
        width: 100%;
        height: auto;
    }
    .news .news_con .conright {
        width: 100%;
        margin-top: 20px;
    }
    .news .news_con .conright .r_case {
        width: 100%;
        height: 100px;
        margin: 0 0 20px 0;
    }
    .footerCenter .box2 {
        width: 100%;
        border: 0;
        padding: 0;
    }
    .footerCenter {
        padding: 20px 0;
    }
    .footerCenter .box3 {
        height: auto;
        line-height: 40px;
        width: 100%;
        margin-right: 0;
    }
    .footerCenter .box3 .share li img {
        width: 40px;
    }
    .rtTop {
        right: 30px;
    }
    .footerBottom {
        height: auto;
        padding: 10px 0;
        line-height: 24px;
    }
    .cart-sec table {
        border: none!important;
        text-align: left;
    }
    .cart-sec table th {
        display: none;
    }
    .cart-sec table td {
        display: block;
        width: 100%;
        border: none!important;
        border-bottom: 1px dotted #DDDDDD!important;
        padding: 10px 20px;
    }
    .cart-sec table td:last-child {
        border: none!important;
    }
    .cart-sec table tr {
        display: block;
        border: 1px solid #DDDDDD;
        margin-bottom: 20px;
    }
    .cart-sec .tit {
        display: inline-block;
        vertical-align: middle;
    }
    .cart-sec .tbox {
        padding: 0;
    }
    .cart-sec .colorbox,
    .quantity,
    .cart-sec .del {
        display: inline-block;
        vertical-align: middle;
    }
    .cart-sec .pic {
        margin: 0;
    }
    .cart-sec .btns {
        margin-top: 25px;
    }
    .cart-sec .submit {
        width: 122px;
        height: 44px;
        line-height: 44px;
    }
    .join_sec .tit {
        display: none;
    }
    .c-x {
        width: 100%;
        text-align: left;
    }
    .c-x span {
        display: inline-block;
    }
    .c-name,
    .c-num,
    .c-year,
    .c-address,
    .c-time {
        width: 100%;
        text-align: left;
    }
    .c-xq {
        width: 100%;
        line-height: 30px;
        margin-top: 10px;
        background-color: #fbfdfa;
    }
    .join_sec .c-b {
        padding: 20px;
    }
    .job_details {
        width: 100%;
    }
    .btns {
        position: static;
        width: 100%;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        transform: translateY(0%);
    }
    .btns1,
    .btns2 {
        display: block;
        width: 100%;
        margin: 0;
        height: 40px;
        line-height: 40px;
    }
    .infoform .text {
        width: 225px;
    }
    .infoform ul {
        margin-bottom: 20px;
    }
    .infoform .submit {
        margin: 0 auto;
        width: 60%;
        height: 44px;
        line-height: 44px;
        font-size: 18px;
    }
    .prolist .product .mainCon .con li .intro .btn a {
        font-size: 0;
    }
    .prolist .product .mainCon .con li .intro .btn i {
        margin: 0;
    }
    .bannerswiper .swiper-button-next,
    .bannerswiper .swiper-button-prev {
        display: none;
    }
    .proxq-sec .main1 .pic {
        width: 100%;
        display: block;
    }
    .proxq-sec .main1 .tbox {
        display: block;
        width: 100%;
        position: relative;
    }
    .proxq-tuijian {
        padding: 30px 0;
    }
    .zoomico {
        display: none;
    }
    .proxq-tuijian .tit {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .proxq-sec .main1 .tbox .con {
        height: auto;
        position: static;
        width: 100%;
    }
    .proxq-sec .main1 .box1 {
        padding: 10px 0;
    }
    .proxq-sec .main1 .box2 {
        padding: 25px;
    }
    .proxq-sec .main1 .box2 label {
        font-size: 18px;
        position: static;
    }
    .proxq-sec .main1 .box3 .tit {
        font-size: 18px;
    }
    .pages2 {
        margin: 20px 0;
    }
    .pages2 a {
        padding: 0 40px;
        height: 31px;
        line-height: 31px;
    }
    .infoform li {
        text-align: center;
    }
    .infoform label {
        text-align: left;
    }
    .infoform {
        margin-bottom: 30px;
    }
}


/**/

@media only screen and (max-width:320px) {}


/*

 *
 *
 * */

.bmBox ::-webkit-input-placeholder {
    color: #666
}

.bmBox :-moz-placeholder {
    color: #666
}

.bmBox ::-moz-placeholder {
    color: #666
}

.bmBox :-ms-input-placeholder {
    color: #666
}


/*.open-modal {
	position: fixed;
	left: 0px;
	top: 0px;
	overflow-y: auto;
	right: 0px;
	bottom: 0px;
	z-index: 1200;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-overflow-scrolling: touch;
}*/

.open-modal {
    width: 650px;
    display: none;
}

.align-vertical {
    height: 100%;
    width: 100%;
    position: relative;
    display: table;
}

.vertical-inner {
    display: table-cell;
    vertical-align: middle;
}

.bmBox {
    font-size: 14px;
    background-color: #ffffff;
    padding: 30px 40px 30px;
}

.open-content {
    margin: 0px auto;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.bmBox .t {
    font-size: 30px;
    background: url(../img/submission_ico2.png) no-repeat scroll left center;
    padding-left: 48px;
    color: #006432;
}

.bmBox .line {
    border-bottom: 1px solid #006432;
    border-top: 1px solid #006432;
    height: 4px;
    margin: 24px 0px 35px;
}

.yzmbox {
    padding-right: 196px;
    position: relative;
    margin-bottom: 30px;
}

.bmtxt {
    border: 1px solid #d1d1d1;
    padding: 16px 5%;
    width: 90%;
}

.scbox {
    position: relative;
    overflow: hidden;
}

.scbtnfile {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    filter: alpha(opacity=0);
    opacity: 0;
    height: 46px;
    line-height: 46px;
    width: 48%;
}

.scbtn {
    width: 48%;
    background-color: #006432;
    height: 46px;
    line-height: 46px;
    text-align: center;
    display: block;
    color: #fff;
    margin-bottom: 22px;
    cursor: pointer;
}

.scbtn .txt {
    background: url(../img/down.png) no-repeat scroll left center;
    padding-left: 42px;
    color: #fff;
    line-height: 20px;
    display: inline-block;
}

.bmBtn {
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: block;
    color: #fff;
    background-color: #006432;
}

.bmBtn:hover {
    color: #fff;
    background-color: #666666;
}

.layer-demo1 .layui-layer-setwin .layui-layer-close2 {
    right: 0;
    top: 20px;
}

.layui-layer .open-modal {
    display: block
}


/* footer */

.footer {
    width: 100%;
}

.footerTop {
    height: 60px;
    background: #f8f8f8;
}

.footerTop ul {
    width: 100%;
}

.footerTop li {
    float: left;
    font-size: 14px;
    height: 60px;
    position: relative;
}

.footerTop li>a {
    color: #044b2d;
    height: 60px;
    line-height: 60px;
    display: block;
}

.footerTop li:hover {
    background: url(../images/navBg.png) repeat-x;
;
}

.footerCenter .box3 .share {
    font-size: 0;
}

.footerCenter .box3 .share li {
    margin-left: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding-bottom: 25px;
    height: 82px;
}

.footerCenter .box3 .share li img {
    display: block;
    /*width: 54px;*/
    width: 70px;
    height: auto;
}

.footerCenter .box3 .share li .ewmhover {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 116px;
    transform: translateX(-50%);
    display: none;
}

.footerCenter .box3 .share li:hover .ewmhover {
    display: block
}

.footerCenter .box3 .share li .ewmhover img {
    width: 100%;
}

.footerCenter .box3 .share li .t {
    line-height: 20px;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footerCenter .box3 .share li:hover .t {
    color: #006432;
}

.video-js,
.vjs-poster {
    background-color: transparent!important;
    background-size: cover!important;
}

.cat_list .video-js,
.cat_list .vjs-poster,
.video_list .video-js,
.video_list .vjs-poster {
    background: #fff!important;
}

.forgotpwd {
    font-size: 14px;
    color: #777777;
    margin-top: 15px;
    text-align: center;
}

.forgotpwd a {
    color: #777777;
}

.video-js .vjs-tech:focus,
.vjs-poster,
.video-js {
    outline: none!important;
}


/*

 *
 *
 * */

@media only screen and (max-width: 640px) {
    .open-modal {
        width: 300px;
        margin: 0 auto;
    }
    .bmBox .t {
        font-size: 22px;
    }
    .yzmbox {
        padding-right: 0;
    }
    .bmtxt {
        width: 100%;
    }
    .scbtnfile,
    .scbtn {
        width: 100%;
    }
    .layer-demo1 .layui-layer-setwin .layui-layer-close2 {
        right: 180px;
    }
    .banner .video-box{
    	display: none;
    }
    .banner>img {
    min-height: 70px;
}
}