* {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    outline: none;
    box-sizing: border-box;
}

html, body {
    font-size: 62.5%;
    font-family: "PingFangSC-Light", "微软雅黑", Arial, Tahoma, sans-serif;
}
 .tab_box embed {
        width: 800px !important;
    }

  .tab_box p {
        text-indent: 0px;
    }
a { text-decoration: none; color: inherit;}

ol, ul { list-style: none; }

table { border-collapse: collapse; border-spacing: 0; }

img { border: 0; max-width: 100%; }

input{ -webkit-appearance:none;-moz-appearance:none;appearance:none;}

p { font-size: 14px; line-height: 24px; color: #333;  text-align:Justify; text-justify:inter-ideograph;}

.float-left { float: left; }
.float-right { float: right; }
.clear { clear: both; }

html, body{
    position: relative;
    width: 100%;
    height: 100%;
}
body{
    background: #fff;
    color: #595757;
    font-size: 1.4rem;
}
.flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.justify{
    -webkit-box-pack: justify;-webkit-justify-content: space-between;-moz-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
}
.column{
    -webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-flow: column;-moz-box-orient: vertical;-moz-box-direction: normal;-ms-flex-flow: column;flex-flow: column;
}
.cont{
    position: relative;
    width: 1100px;
    margin: 0 auto;
}
.webinfo{
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #9fa0a0;
}
.webinfo .cont a{
    margin-left: 32px;
}
.otherinfo::before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #76a70f;
    margin-right: 6px;
    margin-bottom: 3px;
}
.webtitle{
    height: 120px;
}
.webtitle .logo{
    height: 120px;
    line-height: 120px;
}
.webtitle .logo img{
    display: inline-block;
    margin-top: 27px;
    height: 66px;
}
.webtitle .logo span{
    display: inline-block;
    position: relative;
    top: -27px;
    font-size: 2.4rem;
    font-weight: 400;
}
.webtitle .logo span::before{
    content: '';
    display: inline-block;
    width: 1px;
    height: 40px;
    background-color: #9fa0a0;
    margin: 0 6px;
    position: relative;
    top: 12px;
}
.webtitle .social{
    position: relative;
    margin-top: 45px;
    height: 30px;
}
.webtitle .social img{
    display: inline-block;
    width: 30px;
    height: 30px;
}
.webtitle .social input[type="search"]{
    display: inline-block;
    position: absolute;
    top: 0;
    right: 34px;
    width: 185px;
    height: 30px;
    padding-left: 6px;
    border-radius: 6px 0 0 6px;
    border: 1px solid #9fa0a0;
}
.webtitle .social button[type="submit"]{
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 30px;
    background: url(../images/searchbutton.png);
    background-size: cover;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
}
.webtitle .social a{
    display: inline-block;
    margin-left: 16px;
}
.navbar{
    height: 50px;
    margin-bottom: 6px;
}
.navbar .navlist a{
    display: block;
    width: 130px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    transition: all 0.5s;
}
.navbar .navlist a.active{
    background-color: #76a70f;
    color: #fff;
}
.navbar .navlist>li>a:hover{
    background-color: #76a70f;
    color: #fff;
}
.navbar .navlist li>ul{
    position: relative;
    z-index: 999;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.navbar .navlist li>ul>li{
    background-color: #dbdbdb;
    border-bottom: 1px solid #eaeaea;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}
.navbar .navlist li.current>ul{
    display: block;
}
.navbar .navlist li>ul>li.current{
    background-color: #eaeaea;
}
.banner{
    width:100%;
    height:300px;
    margin:0;
    position:relative;
    left:50%;
    -webkit-transform:translate(-50%,0);transform:translate(-50%,0);
}
.banner .swiper-wrapper .swiper-slide{
    text-align: center;
}
.system-nav{
    height: 74px;
    padding-top: 17px;
    background-color: #76a70f;
}
.system-nav .systemlist{
    width: 100%;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.system-nav .systemlist a{
    display: inline-block;
    width: 200px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #fff;
    line-height: 40px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.system-nav .systemlist a:hover{
    background-color: #fff;
    color: #76a70f;
}
.aboutinfo{
    /*height: 600px;*/
    padding: 25px 0;
    margin-top: 25px;
    background-color: #76a70f;
}
.aboutinfo .video{
    width: 800px;
    height: 450px;
    background-color: #000;
    margin-right: 20px;
}
.aboutinfo .brand-prove ul{
    height: 450px;
}
.aboutinfo .brand-prove ul li span{
    font-size: 18px;
    color: #fff;
    line-height: 80px;
}
.aboutinfo .brand-prove .brand-pic{
    width: 80px;
    height: 80px;
    margin-right: 10px;
    border-radius: 50px;
    border: 2px solid #fff;
    background-color: #fff;
}
.aboutinfo .brand-prove .brand-pic img{
    width: 100%;
    height: 100%;
}
.aboutcont{
    position: relative;
    width: 500px;
    height: 290px;
}
h4{
    font-size: 20px;
    color: #76a70f;
    line-height: 30px;  
}
.aboutcont h4::after{
    content: '';
    display: block;
    width: 48px;
    height: 2px;
    background-color: #76a70f;
}
h5{
    text-transform:uppercase;
}
.aboutcont p{
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);transform: translate(0,-50%);
}
.aboutcont a{
    display: block;
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    color: #76a70f;
    border: 1px solid #76a70f;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.aboutinfo .video-bg{
    padding:20px;
    background-color: #333333;
}
.aboutcont a:hover{
    background-color: #76a70f;
    color: #fff;
}
.service-item{
    margin-top: 50px;
    position: relative;
    background-color: #76a70f;
    padding: 20px 0;
}
.service-item .cont{
    position: relative;
    text-align: center;
}
.service-item .cont a.more{
    display: block;
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translate(-50%,0);
    width: 100px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.service-item .cont a.more:hover{
    background-color: #fff;
    color: #76a70f;
}
.service-item .cont h4::after{
    content: '';
    display: block;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%,0);transform: translate(-50%,0);
    width: 48px;
    height: 2px;
    background-color: #76a70f;
}
.item-bg{
    height: 280px;
    background-color: #76a70f;
    margin-top: -275px;
}
.service-item-list{
    margin-top: 10px;
    -webkit-box-pack: justify;-webkit-justify-content: space-between;-moz-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
}
.service-item-list li{
    width: 262px;
    height: 246px;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.service-item-list li:hover{
    margin-top: -8px;
}
.service-item-list li a{
    display: block;
    width: 262px;
    height: 171px;
}
.service-item-list li a img{
    width: 100%;
    height: 100%;
}
.service-item-list li p{
    text-indent: 0;
    text-align: center;
    margin: 0;
}
.service-item-list li p span{
    font-size: 24px;
    line-height: 70px;
    color: #76a70f;
}
.trends{
    margin-top: 50px;
    height: 280px;
}
.trends .trendscont{
    width: 500px;
    height: 280px;
    position: relative;
    overflow: hidden;
}
.trends .trendscont h4::after{
    content: '';
    display: block;
    width: 48px;
    height: 2px;
    background-color: #76a70f;
}
.trends .trendscont a.more{
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    color: #76a70f;
    border: 1px solid #76a70f;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.trends .trendscont a.more:hover{
    background-color: #76a70f;
    color: #fff;
}
.trends .trendscont .trends-list{
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);transform: translate(0,-50%);
}
.trends .trendscont .trends-list li{
    height: 2.4rem;
    border-bottom: 1px dotted #959595;
    margin-bottom: 6px;
}
.trends .trendscont .trends-list li a::before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #76a70f;
    margin-right: 6px;
    margin-bottom: 3px;
}
.trends .trendscont .swiper-slide a{
    display: block;
    height: 280px;
    width: 500px;
    position: relative;
}
.trends .trendscont .swiper-slide a .img-name{
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0;
    background-color: rgba(0,0,0,.6);
    line-height: 40px;
    padding-left: 20px;
    color: #fff;
}
.trends .trendscont .swiper-slide img{
    width: 100%;
    height: 100%;
}
.trends .trends-tab{
    width: 500px;
    height: 280px;
    border: 1px solid #959595;
    overflow: hidden;
}
.trends .trends-tab .trends-toggle{
    height: 42px;
}
.trends .trends-tab .trends-toggle ul li{
    height: 42px;
    width: 299px;
    border-bottom: 1px solid #959595;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}
.trends .trends-tab .trends-toggle ul li.active{
    border-bottom: 1px solid #76a70f;
    background-color: #76a70f;
    color: #fff;
}
.trends .trends-tab .swiper-slide ul{
    margin: 20px;
    overflow: hidden;
}
.trends .trends-tab .swiper-slide ul li{
    margin-bottom: 10px;
}
.trends .trends-tab .swiper-slide ul li a::before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #76a70f;
    margin-right: 6px;
    margin-bottom: 3px;
}
.gain{
    position: relative;
    margin-top: 60px;
    text-align: center;
}
.gain h4{
  line-height: 30px;
  font-size: 20px;
}
.gain .slogan-title span{
    font-size: 30px;
    line-height: 50px;
}
.gain .slogan-title{
    position: relative;
    margin: 0 auto;
    width: 800px;
    height: 80px;
    margin-top: 40px;
    text-align: center;
    color: #76a70f;
/*    background: -moz-linear-gradient(top,  #FFB300 0%, #FF7B00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFB300), color-stop(100%,#FF7B00));
    background: -webkit-linear-gradient(top,  #FFB300 0%,#FF7B00 100%);
    background: -o-linear-gradient(top,  #FFB300 0%,#FF7B00 100%);
    background: -ms-linear-gradient(top,  #FFB300 0%,#FF7B00 100%);
    background: linear-gradient(to bottom,  #FFB300 0%,#FF7B00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFB300', endColorstr='#FF7B00',GradientType=0 );*/
}
.gain .slogan-title::before{
    content: '';
    display: block;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-left: 30px solid #fff;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
}
.gain .slogan-title::after{
    content: '';
    display: block;
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-right: 30px solid #fff;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
}
.gain .good-point{
    width: 1100px;
    height: 700px;
    background: url(../images/xiangli-bg.jpg) center no-repeat;
}
.gain .good-point>ul>li>ul{
    height: 700px;
    padding: 40px 0;
}
.gain .good-point>ul>li>ul>li{
    width: 320px;
    height: 200px;
    margin-left:60px;
}
.gain .good-point>ul>li>ul>li>h6{
    height: 30px;
    line-height: 30px;
    text-align: left;
    color: #FF7B00;
    font-size: 20px;
}
.gain .good-point>ul>li>ul>li>h6>span{
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 15px;
    background-color: #FF7B00;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.gain .good-point>ul>li>ul>li>h6>span::before{
    content: '';
    display: block;
    position: absolute;
    z-index: 99;
    top: -5px;
    left: -5px;
    width: 38px;
    height: 38px;
    border-width: 1px;
    border-color: #FF7B00;
    border-style: dashed dashed none dashed;
    border-bottom: 1px solid #fff;
    border-radius: 19px;
}
.gain .good-point>ul>li>ul>li>h6>span::after{
    content: '';
    display: block;
    position: absolute;
    left: 30px;
    width: 290px;
    border-bottom: 1px dashed #FF7B00;
}
.gain .good-point>ul>li>ul>li>p{
    height: 140px;
    margin-top: 10px;
    padding: 10px;
    /*background-color: rgba(255,255,255,.7);*/
    /*color: #FF7B00;*/
    /*overflow: scroll;*/
}
.gain .good-point>ul>li:nth-child(1)>ul>li:nth-child(2){
    margin-left: 50px;
}
.gain .good-point>ul>li:nth-child(1)>ul>li:nth-child(3){
    margin-left: 70px;
}
.gain .good-point>ul>li:nth-child(2)>ul>li:nth-child(2){
    margin-left: -50px;
}
.gain .good-point>ul>li:nth-child(2)>ul>li:nth-child(3){
    margin-left: -90px;
}
.gain-cont{
    position: relative;
    margin-top: 100px;
    text-align: center;
}
.gain-list li,.news-list li{
    margin-bottom: 40px;
}
.gain-list ul li{
    position: relative;
    height: 92px;
}
.gain-list .project-img{
    height: 92px;
    -webkit-box-flex: 0;-webkit-flex: 0 0 129px;-moz-box-flex: 0;-ms-flex: 0 0 129px;flex: 0 0 129px;
    margin-right: 11px;
}
.gain-list .project-info{
    position: relative;
    text-align: left;
    padding-left: 70px;
    width: 100%;
    border-bottom: 1px dotted #959595;
}
.gain-list .project-info .project-item{
    position: relative;
    width: 600px;
}
.gain-list .project-info .project-item .project-name{
    margin-bottom: 12px;
}
.gain-list .project-info .project-item .project-name::before{
    content: '公司名称：';
    display: inline-block;
    position: absolute;
    left: -70px;
}
.gain-list .project-info .project-item .project-intro::before{
    content: '公司简介：';
    display: inline-block;
    position: absolute;
    left: -70px;
}
.gain-list .project-info .project-link{
    position: absolute;
    right: 0;
    color: #76a70f;
}
.news-cont{
    margin-top: 40px;
    text-align: center;
}
.news-list li{
    border-bottom: 1px dotted #959595;
}
.news-list .news-info{
    padding-top: 12px;
    text-align: left;
}
.news-list .news-info .news-name{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}
.news-list .news-time{
    min-width: 70px;
    height: 70px;
    background-color: #76a70f;
    padding-top: 12px;
    margin-right: 24px;
    margin-bottom: 6px;
}
.news-list .news-time p{
    text-align: center;
    text-indent: 0;
    color: #fff;
}
.news-list .news-time p.time-date{
    font-size: 24px;
}
.news-cont .news-type{
    width: 600px;
    margin: 80px auto 0;
}
.news-cont .news-type ul{
    -webkit-justify-content: space-around;-ms-flex-pack: distribute;justify-content: space-around;
}
.news-cont .news-type ul li a{
    display: block;
    width: 180px;
    height: 50px;
    border-radius: 25px;
    font-size: 16px;
    line-height: 50px;
    background-color: #f5f5f5;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.news-cont .news-type ul li a.active{
    background-color: #76a70f;
    color: #fff;
}
.news-cont .news-type ul li a:hover{
    background-color: #76a70f;
    color: #fff;
}
.gain h4::after,.gain-cont h4::after,.news-cont h4::after{
    content: '';
    display: block;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%,0);transform: translate(-50%,0);
    width: 48px;
    height: 2px;
    background-color: #76a70f;
}
.gain .gain-show{
    margin-top: 10px;
    -webkit-box-pack: justify;-webkit-justify-content: space-between;-moz-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
    -webkit-box-align: center;-webkit-align-items: center;-moz-box-align: center;-ms-flex-align: center;align-items: center;
}
.gain .gain-show .swiper-cont{
    width: 1026px;
    height: 73px;
    overflow: hidden;
}
.gain-show .swiper-container3 .swiper-slide a{
    display:block;
    padding:0 6px;
}
.gain-show ul li{
    width: 300px;
    margin: 20px;
}
.gain-show ul li img{
    width: 300px;
    height: 200px;
}
.gain-show ul li h5{
    font-size: 20px;
    color: #76a70f;
}
#gain-prev,#gain-next{
    cursor: pointer;
}
.gain a.more{
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,0);transform: translate(-50%,0);
    margin-top: 40px;
    width: 100px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    color: #76a70f;
    border: 1px solid #76a70f;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.gain a.more:hover{
    background-color: #76a70f;
    color: #fff;
}
.regis-info{
    margin-top: 30px;
    padding: 40px;
    background-color: #3e3e3e;
}
.regis-info .regis-list{
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);transform: translate(0,-50%);
}
.regis-info .regis-list li{
    color: #fff;
    height: 2.4rem;
    line-height: 2.4rem;
}
.regis-info .scan-info{
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0,-50%);transform: translate(0,-50%);
}
.artical-detail{
    position: relative;
    padding: 80px 0 100px 0;
}
.artical-detail .news-deatil{
    width: 820px;
    position: relative;
    top: 0;
    left: 0;
}
.artical-detail .news-deatil .share-link{
    position: relative;
    padding-left: 54px;
}
.artical-detail .news-deatil .artical-media{
    position: relative;
    padding-left: 40px;
}
.artical-detail .news-deatil .artical-author{
    position: relative;
    padding-left: 40px;
}
.artical-detail .news-deatil .artical-date{
    position: relative;
    padding-left: 70px;
}
.artical-detail .news-deatil .artical-info{
    padding: 2px 20px;
    -webkit-box-pack: justify;-webkit-justify-content: space-between;-moz-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
}
.artical-detail .news-deatil .share-link a{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 2px;
}
.artical-detail .news-deatil .artical-media::before{
    content: '来源：';
    display: inline-block;
    position: absolute;
    left: 0px;
}
.artical-detail .news-deatil .artical-author::before{
    content: '作者：';
    display: inline-block;
    position: absolute;
    left: 0px;
}
.artical-detail .news-deatil .artical-date::before{
    content: '发布日期：';
    display: inline-block;
    position: absolute;
    left: 0px;
}
.artical-detail .news-deatil .share-link::before{
    content: '分享到：';
    display: inline-block;
    position: absolute;
    left: 0px;
}
.artical-detail .news-deatil .artical-intro{
    width: 100%;
    padding: 6px;
    background-color: #f5f5f5;
    line-height: 30px;
}
.artical-detail .news-deatil .artical-intro p{
    text-align: left;
    font-size: 14px;
    text-indent: 28px;
}
.artical-detail .news-deatil h3{
    font-size: 20px;
    color: #76a70f;
    margin-bottom: 40px;
}
.artical-detail .news-deatil article{
    padding: 0 20px;
}
.artical-detail .news-deatil article p{
    margin-top: 40px;
}
.artical-detail .sidebar{
    position: absolute;
    right: 0;
    top: 172px;
    width: 168px;
}
.foot-web{
    position: relative;
    height: 50px;
    background-color: #292929;
}
.foot-web li{
    height: 50px;
    line-height: 50px;
    color: #fff;
}
.foot-web li img{
    height: 40px;
    margin-top: 5px;
}
.foot-web li a::before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #76a70f;
    margin-right: 6px;
    margin-bottom: 3px;
}
.gainbg{
    height: 250px;
    /*background: url(../images/gainbg.png) center no-repeat;*/
}
/*分页器样式*/
.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.pagination2{
    position: absolute;
    z-index: 20;
    right: 20px;
    bottom: 10px;
    width: 100%;
    text-align: right;
}
.pagination2 .swiper-pagination-switch{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 0;
    background: #D6D6D6;
    margin: 0 5px;
    cursor: pointer;
}
.pagination2 .swiper-active-switch{
    background: #FFA714;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    cursor: pointer;
}
.swiper-active-switch {
    background: #fff;
}
.sidebar .inquire{
    width: 170px;
    height: 280px;
    border: 1px solid #b5b5b5;
}
.sidebar .inquire .inquire-name{
    height: 28px;
    margin: 1px;
    background-color: #76a70f;
    color: #fff;
    line-height: 28px;
}
.sidebar .inquire .inquire-intro{
    height: 63px;
    margin: 1px;
    border-bottom: 1px solid #b5b5b5;
    line-height: 63px;
}
.sidebar .search-bar .search-bar-submit{
    position: relative;
    height: 40px;
}
.sidebar .search-bar{
    height: 80px;
}
.sidebar form input[type=search]{
    height: 30px;
    width: 135px;
    position: absolute;
    left: 0px;
    padding-left: 4px;
    border-radius: 6px 0 0 6px;
    border: 1px solid #b5b5b5;
}
.sidebar form button[type=submit]{
    height: 30px;
    width: 35px;
    position: absolute;
    cursor: pointer;
    right: 0px;
    top: 0px;
    border-radius: 0 6px 6px 0;
    background: url(../images/searchbutton.png);
}
.sidebar .inquire form div{
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
}
.sidebar .inquire form input[type=submit]{
    margin: 20px auto;
    width: 80px;
    height: 24px;
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid #76a70f;
    color: #76a70f;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.sidebar .inquire form input[type=submit]:hover{
    background-color: #76a70f;
    color: #fff;
}
.artical-foot{
    margin-top: 80px;
    text-align: left;
}
.artical-foot div{
    margin-top: 10px;
}
.artical-foot .prev a::before{
    content: '上一篇：';
}
.artical-foot .next a::before{
    content: '下一篇：';
}
/*单选复选框样式*/
input[type=checkbox]{
    -webkit-appearance: checkbox;-moz-appearance: checkbox;appearance: checkbox; display: none;
}
input[type=radio]{
    -webkit-appearance: radio;-moz-appearance: radio;appearance: radio; display: none;
}
input[type=checkbox] + label{
    display: inline-block;
    width: 50px;
    height: 20px;
    padding-left: 20px;
    position: relative;
}
input[type=checkbox] + label::before{
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #76a70f;
    position: absolute;
    left: 0;
    top: 0;
}
input[type=checkbox] + label::after{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 99;
    -webkit-transition: all 0.5s;
    transition: all 0.2s;
}
input[type=checkbox]:checked + label::after{
    background-color: #76a70f;
}
input[type=radio] + label{
    display: inline-block;
    width: 80px;
    height: 30px;
    padding-left: 20px;
    position: relative;
}
input[type=radio] + label::before{
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #76a70f;
    position: absolute;
    left: 0;
    top: 6px;
}
input[type=radio] + label::after{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 10px;
    left: 4px;
    z-index: 99;
    -webkit-transition: all 0.5s;
    transition: all 0.2s;
}
input[type=radio]:checked + label::after{
    background-color: #76a70f;
}
.news-example{
    margin: 20px;
}
.chaxun{
    width: 800px;
    height: 200px;
    padding: 50px 0;
    -webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-flow: column;-moz-box-orient: vertical;-moz-box-direction: normal;-ms-flex-flow: column;flex-flow: column;
}
.chaxun .cxkuang input{
    width: 700px;
    height: 38px;
    padding: 0 20px;
    border-radius: 4px 0 0 4px;
    border: 1px solid #76a70f;
    background-color: #fff;
    font-size: 16px;
}
.chaxun .cxsubmit a{
    display: block;
    cursor: pointer;
    width: 100px;
    height: 38px;
    border-radius: 0 4px 4px 0;
    border-top: 1px solid #76a70f;
    border-right: 1px solid #76a70f;
    border-bottom: 1px solid #76a70f;
    color: #fff;
    font-size: 16px;
    line-height: 38px;
    background: -moz-linear-gradient(top,  #FFB300 0%, #FF7B00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFB300), color-stop(100%,#FF7B00));
    background: -webkit-linear-gradient(top,  #FFB300 0%,#FF7B00 100%);
    background: -o-linear-gradient(top,  #FFB300 0%,#FF7B00 100%);
    background: -ms-linear-gradient(top,  #FFB300 0%,#FF7B00 100%);
    background: linear-gradient(to bottom,  #FFB300 0%,#FF7B00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFB300', endColorstr='#FF7B00',GradientType=0 );
}
.chaxun .cxsubmit a:hover{
    background: #FF7B00;
}
.chaxun .cxnumber li{
    width: 48px;
    height: 38px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    line-height: 38px;
    background: -moz-linear-gradient(top,  #A7D7EF 0%, #83BFE8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A7D7EF), color-stop(100%,#83BFE8));
    background: -webkit-linear-gradient(top,  #A7D7EF 0%,#83BFE8 100%);
    background: -o-linear-gradient(top,  #A7D7EF 0%,#83BFE8 100%);
    background: -ms-linear-gradient(top,  #A7D7EF 0%,#83BFE8 100%);
    background: linear-gradient(to bottom,  #A7D7EF 0%,#83BFE8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A7D7EF', endColorstr='#83BFE8',GradientType=0 );
}
.chaxun .cxnumber li:hover{
    background: #3683B7;
}
.toushu{
    width: 300px;
    height: 200px;
    position: relative;
}
.toushu a{
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);transform: translate(0, -50%);
    display: block;
    width: 218px;
    height: 90px;
    border-radius: 8px;
    border:2px solid #fff;
    background: url(../images/gn_btn_ts.png) center no-repeat;
    background-size: cover;
}
.scenery-cont{
    padding: 25px 0;
}
.scenery-cont .scenery{
    padding: 0 20px;
}
.scenery-video{
    width: 400px;
    height: 225px;
}
.scenery-video video{
    background-color: #000;
}
.scenery .scenery-pic ul li img{
    width: 320px;
    height: 240px;
}
.scenery .scenery-pic ul li h6{
    color: #76a70f;
}
.scenery .scenery-text{
    padding: 10px 0;
}
.foot-nav{
    margin-bottom: 40px;
}
.foot-nav li a{
    display: block;
    width: 100px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #6A6A6A;
    color: #D8D8D8;
}
.foot-nav li a:hover{
    background-color: #6A6A6A;
    color: #fff;
}
.other-info li h5{
    color: #fff;
    font-size: 16px;
}
.other-info li span{
    color: #A4A4A4;
}
.other-info>ul>li:nth-child(1) h5,.other-info>ul>li:nth-child(2) h5,.other-info>ul>li:nth-child(3) h5{
    margin-bottom: 20px;
}
.other-info>ul>li:nth-child(4) img{
    width: 128px;
    height: 128px;
}
.other-info>ul>li:nth-child(2) a{
    color: #A4A4A4;
    margin-right: 20px;
}
.other-info>ul>li:nth-child(2) a:hover{
    color: #fff;
}
.walkin-cont{
    margin: 30px 0;
}
.walkin-cont #sidebar{
    width: 100px;
    text-align: center;
}
.walkin-cont #sidebar ul li a{
    display: block;
    width: 100px;
    height: 38px;
    border-bottom: 1px solid #fff;
    background-color: #76a70f;
    line-height: 38px;
    color: #fff;
}
.walkin-cont #sidebar ul li a.current,.walkin-cont #sidebar ul li a:hover{
    background-color: #8FC717;
}
.walkin-cont #content{
    width: 1000px;
    padding: 0 40px;
}
.walkin-cont #content ul li{
    margin-bottom: 30px;
    text-align: center;
}
.walkin-cont #content ul li h4{
    text-align: left;
    border-bottom: 1px solid #76a70f;
}
.walkin-cont #content ul li h5{
    font-size: 16px;
    font-weight: 600;
}
.walkin-cont #content ul li p{
    margin-top: 20px;
}
.fixed{
    position: fixed;
    top: 30px;
}
.pic-1{
    text-align: center;
}
.pic-1,.pic-3,.pic-4,.pic-full{
    margin-top: 20px;
}
.pic-1 img{
    width: 600px;
    height: 480px;
}
.pic-2 img{
    width: 480px;
    height: 360px;
}
.pic-3 img{
    width: 300px;
    height: 200px;
}
.pic-4 img{
    width: 220px;
    height: 180px;
}
.pic-full img{
    width: 100%;
    height: 300px;
}
.report-cont h4{
    margin: 30px 0;
}
.report-cont form{
    padding: 40px;
    border: 1px solid #EBEBEB;
}
.report-cont form div{
    margin-bottom: 20px;
}
.report-cont form label{
    display: inline-block;
    width: 120px;
    height: 38px;
    line-height: 38px;
    text-align: right;
    margin-right: 10px;
}
.report-cont form label span{
    color: red;
}
.report-cont form input{
    height: 38px;
    padding: 0 10px;
}
.report-cont form input[type=date]{
    border: 1px solid #BFBFBF;
    width: 200px;
}
.report-cont form textarea{
    border: 1px solid #BFBFBF;
    vertical-align:top;
}
.report-cont form input[type=text]{
    border: 1px solid #BFBFBF;
    width: 300px;
}
.report-cont form .fileup{
    position: relative;
}
.report-cont form .fileup a{
    display: inline-block;
    cursor: pointer;
    width: 100px;
    height: 38px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    line-height: 38px;
    background: -moz-linear-gradient(top,  #FFB300 0%, #FF7B00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFB300), color-stop(100%,#FF7B00));
    background: -webkit-linear-gradient(top,  #FFB300 0%,#FF7B00 100%);
    background: -o-linear-gradient(top,  #FFB300 0%,#FF7B00 100%);
    background: -ms-linear-gradient(top,  #FFB300 0%,#FF7B00 100%);
    background: linear-gradient(to bottom,  #FFB300 0%,#FF7B00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFB300', endColorstr='#FF7B00',GradientType=0 );
}
.report-cont form input[type=file]{
    position: absolute;
    top: 0;
    left: 130px;
    z-index: 99;
    width: 100px;
    opacity:0;
    filter:alpha(opacity=0);
}
.report-cont form input[type=file]:hover + a{
    background: #FF7B00;
}
.report-cont form input[type=submit]{
    width: 100px;
    height: 38px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    background: -moz-linear-gradient(top,  #ADD400 0%, #689700 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ADD400), color-stop(100%,#689700));
    background: -webkit-linear-gradient(top,  #ADD400 0%,#689700 100%);
    background: -o-linear-gradient(top,  #ADD400 0%,#689700 100%);
    background: -ms-linear-gradient(top,  #ADD400 0%,#689700 100%);
    background: linear-gradient(to bottom,  #ADD400 0%,#689700 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ADD400', endColorstr='#689700',GradientType=0 );
}
.report-cont form input[type=submit]:hover{
    background: #689700;
}
.tab_box .hide{
    display:none;
}
.tab-cont{
    position: relative;
}
.tab-cont .tab_menu li{
    width: 100px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    background-color: #EBEBEB;
    cursor: pointer;
}
.tab-cont .tab_menu li:hover{
    background-color: #76a70f;
    color: #fff;
}
.tab-cont .tab_menu li.current{
    background-color: #76a70f;
    color: #fff;
}
.tab-cont .tab_box{
    border: 1px solid #EBEBEB;
    padding: 30px;
}
.tab-cont .tab_box .lists li{
    margin-bottom: 20px;
}
.tab-cont .tab_box .lists li a:hover{
    color: #76a70f;
}
.yema a{
    padding: 4px;
    cursor: pointer;
}
.yema a.active{
    color: #FF7B00;
}
.tvlist li{
    margin: 0 auto;
    width: 800px;
    height: 450px;
    background-color: #000;
    margin-bottom: 20px;
}
.newsdetail{
    border: 1px solid #BFBFBF;
    padding: 40px;
    height: 1000px;
    overflow: scroll;
}
.newsdetail h4{
    height: 80px;
    line-height: 80px;
    text-align: center;
}
.newsdetail .detail-info{
    padding: 0 40px;
    height: 32px;
    line-height: 32px;
    background-color: #DCF3C0;
}
.newsdetail p{
    margin: 10px 0;
}
.detail-yema{
    margin: 20px 0;
}
.detail-yema a{
    height: 32px;
    line-height: 32px;
}
.detail-yema a:hover{
    color: #F96156;
}
.detail-yema>div:nth-child(1)>a{
    padding: 0 10px;
    display: inline-block;
    border: 1px solid #BFBFBF;
    margin-bottom: 20px;
}
.detail-yema>div:nth-child(1)>a:hover{
    background-color: #76a70f;
    color: #fff;
    border: 1px solid #76a70f;
}
.localtion{
    height: 40px;
}
.localtion a{
    color: #76a70f;
    margin: 0 10px;
}
.localtion span{
    margin: 0 10px;
}
.qiye-detail{
    border: 1px solid #BFBFBF;
    padding: 40px;
}
.qiye-detail h4{
    height: 80px;
    line-height: 80px;
    text-align: center;
}
.qiye-detail h5{
    color: #76a70f;
    font-size: 16px;
    border-bottom: 1px solid #76a70f;
    margin-bottom: 20px;
}
.qiye-detail .qiye-info{
    position: relative;
    border: 1px solid #BFBFBF;
    padding: 20px;
    margin-bottom: 40px;
}
.qiye-detail .qiye-info>ul{
    position: relative;
}
.qiye-detail .qiye-info>ul::after{
    content: '';
    display: block;
    width: 180px;
    height: 180px;
    position: absolute;
    z-index: 99;
    bottom: 20px;
    right: 240px;
    background: url(../images/yin.png) center no-repeat;
}
.qiye-detail .qiye-info>ul>li:nth-child(2n) li{
    width: 140px;
    height: 48px;
    background-color: #F3F3F3;
    line-height: 48px;
    padding: 0 10px;
    text-align: right;
    border-top: 1px solid #BFBFBF;
}
.qiye-detail .qiye-info>ul>li:nth-child(2n) li:nth-child(6){
    border-bottom: 1px solid #BFBFBF;
}
.qiye-detail .qiye-info>ul>li:nth-child(1){
    width: 232px;
    padding: 10px;
    text-align: center;
    border: 1px solid #BFBFBF;
}
.qiye-detail .qiye-info>ul>li:nth-child(2n+1) li{
    width: 232px;
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
    text-align: left;
    border-top: 1px solid #BFBFBF;
    border-left: 1px solid #BFBFBF;
    border-right: 1px solid #BFBFBF;
}
.qiye-detail .qiye-info>ul>li:nth-child(2n+1) li:nth-child(6){
    border-bottom: 1px solid #BFBFBF;
}
.qiye-detail .qiye-info>ul>li:nth-child(1) img{
    width: 212px;
    height: 228px;
}
.chaxun-title{
    height: 80px;
    padding-top: 50px;
}
.chaxun-title span{
    color: #fff;
    line-height: 30px;
    font-size: 30px;
}
.shipin-title{
    height: 80px;
    text-align: center;
    color: #fff;
    font-size: 30px;
}
.tab-cont2 ul{
    width: 180px;
}
.tab-cont2 .tab_menu.column li{
    width: 100%;
}
.tab-cont2 .tab_box video{
    background-color: #000;
}
.com-search input[type="search"]{
    display: inline-block;
    position: absolute;
    top: 0;
    right: 59px;
    width: 235px;
    height: 30px;
    padding-left: 6px;
    border: 1px solid #9fa0a0;
}
.com-search  button[type="submit"]{
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 30px;
    background-color: #76a70f;
    color: #fff;
    cursor: pointer;
}