@charset "utf-8";

@import url(public.css);

/* 头部 */
.header{width: 100%; position: relative;}
.header .header_top{height: 45px; background-color: #EEEEEE; overflow: hidden;}
.header .header_top .txt{float: left; line-height: 45px; font-size: 14px; color: #000000;}
.header .header_top .link{float: left;}
.header .header_top .link a{float: left; position: relative; font-size: 14px; color: #666666; line-height: 45px; padding: 0 10px;}
.header .header_top .link a:before{content: ""; position: absolute; top: 0; bottom: 0; left: 0; margin: auto; width: 1px; height: 12px; background-color: #666666;}
.header .header_top .link a:nth-child(1):before{display: none;}
.header .header_top .language{float: left; height: 30px; margin-top: 7.5px; background-color: #50AC65; border-radius: 30px; border: 1px solid #50AC65; overflow: hidden;}
.header .header_top .language a{font-size: 14px; color: #fff; padding: 0 10px 0 35px; line-height: 28px; float: left; overflow: hidden;}
.header .header_top .language a:nth-child(1){background-image: url(../images/language1.png); background-repeat: no-repeat; background-position: 10px center;}
.header .header_top .language a:nth-child(2){background-image: url(../images/language2.png); background-repeat: no-repeat; background-position: 10px center;}
.header .header_top .language .act{background-color: #fff; border-radius: 30px; color: #333;}
/**/
.header .header_box{height:110px; overflow:hidden; position: relative;}
.header .header_box .left{display: flex; display: -webkit-flex; align-items: center}
.header .header_box .right{display: flex; display: -webkit-flex; align-items: center}
.header .header_box .box{height: 100%; display: flex; display: -webkit-flex; align-items: center; justify-content: space-between;}
.header .header_box .logo{float: left;}
.header .header_box .logo img{max-width: 100%; width: 384px; height:auto;}
.header .header_box .header_txt{float: left; position: relative; padding-left: 15px; margin-left: 15px;}
.header .header_box .header_txt img{max-width: 100%; height: auto;}
.header .header_box .header_tel{text-align: right;}
.header .header_box .header_tel .txt1{font-size: 14px; color: #424242; display: inline-block; line-height: 25px; background: url(../images/header_tel.png) no-repeat left center; padding-left: 25px;}
.header .header_box .header_tel .txt2{font-size: 30px; color: #20ab36; line-height: 30px; font-weight: bold;}
/**/
.header .navbar-toggle{position:absolute; top: 0; bottom: 0; right: 15px; margin: auto; padding: 0; height: 29px; display:block; cursor:pointer;}
.header .navbar-toggle .icon-bar{background:#0C8E30; width:35px; height:5px;}
.header .navbar-toggle .icon-bar+.icon-bar{ margin-top:6px;}
.tx .icon-bar:nth-child(1){ margin-top:10px; transform:rotateZ(45deg);}
.tx .icon-bar:nth-child(2){ opacity:0;}
.tx .icon-bar:nth-child(3){ top:50%; position:absolute; margin:0 !important; transform:translate(0,-50%) rotateZ(135deg);}
/**/
.header .header_nav{width: 100%; position: relative; background-color: #fff; border-top: 1px solid #E8E8E8; box-shadow: 0px -2px 5px 0px #e8e8e8;}
.header .header_nav nav{max-width: 1200px; height: auto; margin: 0 auto;}
.header .header_nav ul{width: 100%; float: left;}
.header .header_nav .top_li{float: left; width: 12.5%; height: 60px; position: relative; text-align: center;}
.header .header_nav .top_li>a{color: #292929; font-size: 16px; line-height: 60px; display: block; overflow: hidden; position: relative; text-transform: uppercase;}
.header .header_nav .top_li>a::before{content: ""; position: absolute; top: 0; left: 0; right: 0; margin: auto; width: 0; height: 3px; background-color: #0C8E30; transition: all 0.4s; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s;}
.header .header_nav .top_li:after{content: ""; display: block; width: 1px; height: 100%; position: absolute; right: -1px; top: 0; bottom: 0; margin: auto; background: #E8E8E8;}
.header .header_nav .top_li:nth-child(1)::before{content: ""; display: block; width: 1px; height: 100%; position: absolute; left: -1px; top: 0; bottom: 0; margin: auto; background: #E8E8E8;}
.header .header_nav .top_li:hover>a{color: #0C8E30;}
.header .header_nav .top_li:hover>a::before{width: 100%;}
.header .header_nav .top_li ul{display: none; position:absolute; top:100%; width: 130%; left: -15%; z-index:99999;}
.header .header_nav .top_li ul .er{padding:0; height: 40px; background: rgba(0,0,0,0.7); transition:all 0.3s; margin-bottom: 3px;}
.header .header_nav .top_li ul .er a{line-height:40px;  color:#fff; transition:all 0.3s; border-bottom: none; display: block; background: none; padding: 0 12px;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.header .header_nav .top_li ul .er:hover{background: #0C8E30;}
.header.small .header_nav{position: fixed; top: 0; left: 0; z-index: 9; box-shadow: 5px 5px 5px #ddd;}
.banner{width: 100%;}
.banner img{width: 100%;}
.banner .swiper-pagination-bullet-active{background: #0C8E30;}
.banner .banner-next, .banner .banner-prev{position: absolute; top: 0; bottom: 0; margin: auto; width: 30px; height: 60px; line-height: 60px; font-size: 48px; color: #fff; z-index: 9; opacity: 0;}
.banner .banner-next{left: 2%;}
.banner .banner-prev{right: 2%;}
.banner:hover .banner-next, .banner:hover .banner-prev{opacity: 1;}

/*手机底部*/
.hot{width:100%;background:#191919; position:fixed; bottom:0; left:0; z-index:99; border-top:solid 2px #fff;}
.hot span{ color:#fff; font-size:16px; line-height:20px;display: block;}
.hot h6{ font-size:12px; line-height:20px;}
.hot .row .decoration{ display:block; color:#fff; padding:7px 0;}
.hot .row .col-xs-3{border-right: 1px solid rgba(255,255,255,0.3);}
.dbbox{ position: fixed; left: 0; bottom:70px; z-index:99; width: 100%; }
.dbbox .dbs{ position: relative; padding: 0 15px; display:none;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px;}
.dbbox .dbs.ewm-box{ text-align:center; }
.dbbox .dbs.ewm-box img{ max-width: 140px; }
.view-wecht-icon{position: relative;}
.view-wecht-icon a{width:100%;position: absolute;left: 0;top: 0;z-index: 5;background: #191919;}
.view-wecht-icon button{ position: relative; z-index: 2; padding: 0; width:100%; height:100%; border:none;background:none;}
.view-wecht-icon input{ display: block; position: absolute; left: 10px; top: 10px; z-index: 1; width: 40px; height: 40px; opacity: 0;}
.view-wecht-box{position: fixed; left:0; top:0; z-index: 99999999999999; width: 100%; height: 100%; background: rgba(0,0,0,.6); overflow: hidden; visibility: hidden; opacity: 0; transition: all 0.3s;}
.view-wecht-box .view-wecht{ position: absolute; left:5%; right: 5%; top: 50%; margin-top: -150px; background: #fff; border-radius: 20px; box-shadow:0 0 15px rgba(0,0,0,.1); transform: scale(1.2); transition: all 0.3s;}
.view-wecht-box .view-wecht .view-wecht-container{ padding:30px 30px 0 30px;font-size:12px;}
.view-wecht-box .view-wecht .view-wecht-container .mc{ font-size:18px; color: #333; line-height: 24px; font-weight: bold;}
.view-wecht-box .view-wecht .view-wecht-container .textbox{ margin-bottom: 15px; font-size: 12px; color: #333; line-height:18px;}
.view-wecht-box .view-wecht .view-wecht-container .textbox span{ font-family:'Impact';font-size:14px;}
.view-wecht-box .view-wecht .view-wecht-container .queren{width:30px;height: 30px; font-size: 16px; color: #fff;position: absolute;left:50%;bottom:-38px;border:1px solid #fff;transform:translateX(-50%);border-radius: 50%;display:flex;justify-content: center;align-items: center}
.view-wecht-box .view-wecht .view-wecht-container img{display:block;max-width:150px; margin:2% auto;}
.view-wecht-box.active{ visibility: visible; opacity: 1;}
.haoma{width: 100%;background-color:#f5f5f5;position: fixed;left: 0;bottom: 0;z-index: 999999;overflow: hidden;display: none;box-shadow: 0 0 5px rgba(0, 0, 0,0.3);}
.haoma a, .haoma .quxiao{display: block;background-color: #fff;line-height: 44px;color:#333;text-align: center;border-bottom: 1px solid #ddd; font-size:15px;}
.haoma .quxiao{margin-top: 6px;border-top: 1px solid #ddd;}
.haoma .quxiao:hover, .haoma a:hover{background:#ddd;}
.foot-bbj{width:100%;height: 100%;position: fixed;left: 0;top: 0;background-color: rgba(0,0,0,0.6);display: none;z-index: 999;}

/*  */
.titleIndex{text-align: center; position: relative; overflow: hidden;}
.titleIndex .titleBox{position: relative; display: inline-block; padding: 0 100px; z-index: 2;}
.titleIndex .titleBox::before, .titleIndex .titleBox::after{content: ""; position: absolute; top: 0; bottom: 0; margin: auto; width: 286px; height: 7px; background: url(../images/title_gang.png) no-repeat; background-size: 100% 100%;}
.titleIndex .titleBox::before{left: 100%;  transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); -webkit-transform:rotate(180deg); -o-transform:rotate(180deg);}
.titleIndex .titleBox::after{right: 100%;}
.titleIndex .title1{font-size: 28px; color: #424242; font-weight: bold;}
.titleIndex .title2{font-size: 14px; color: #949494;}
.titleIndex .title3{font-size: 72px; color: #2f2f2f; opacity: 0.05; position: absolute; top: 0; left: 0; text-align: center; width: 100%; line-height: 1; font-family: Arial; font-weight: bold;}
.content{margin-top: 50px;}
/*  */
.index1{width: 100%; padding: 60px 0; overflow: hidden;}
.index1 .left{width: 240px; float: left;}
.index1 .right{width: calc(100% - 240px); float: left; padding-left: 20px;}
.index1 .sideBar{border: 5px solid #E0E0E0;}
.index1 .sideBar .sideBar_title{background: #86CD0F; text-align: left; position: relative; padding: 12px 15px;}
.index1 .sideBar .sideBar_title .title1{font-size: 20px; color: #ffffff; margin-bottom: 5px; font-weight: bold;}
.index1 .sideBar .sideBar_title .title2{font-size: 16px; color: #ffffff; font-family: Arial; text-transform: uppercase;}
.index1 .sideBar .sideBar_title .sideBar_icon{position: absolute; right: 15px; top: 12px; font-size: 22px; color: #ffffff;}
.index1 .sideBar ul{display: none;}
.index1 .sideBar .sideBar_ul{background-color: #ffffff;}
.index1 .sideBar .sideBar_ul>li{width: 100%; position: relative; border-top: 5px solid #E0E0E0;}
.index1 .sideBar .sideBar_ul>li>a{display: block; position: relative; height: 50px; line-height: 50px; font-size: 16px; color: #2f2f2f; text-align: left; padding: 0 4px;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.index1 .sideBar .sideBar_ul>li:hover>a{background-color: #86CD0F; color: #fff;}
.index1 .sideBar .sideBar_down{width: 100%; overflow: hidden;}
.index1 .sideBar .sideBar_down li{width: 100%; position: relative; text-align: left;}
.index1 .sideBar .sideBar_down li a{line-height: 40px; height: 40px; border-bottom: 1px dotted #c9ccce; overflow: hidden; display: block; font-size: 14px; color: #000; padding-left: 30px;}
.index1 .sideBar .sideBar_down li a:hover{color: #86CD0F;}
.index1 .list{width: calc(100% + 20px);}
.index1 .list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0;}
.index1 .item{width: 100%; border: 1px solid #EFEFEF;}
.index1 .item a{display: block; width: 100%; height: 100%;}
.index1 .item .imgbox{position: relative; overflow: hidden;}
.index1 .item .imgbox::before{content: ""; display: block; padding-top: 50%;}
.index1 .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.index1 .item .txt{height: 45px; line-height: 45px; text-align: center; font-size: 16px; color: #333; background-color: #fff;}
.index1 .item:hover .imgbox .img{transform: scale(1.1);}
.index1 .item:hover .txt{color: #86CD0F;}
/*  */
.index2{width: 100%; padding: 60px 0 0 0; /*background: url(../images/idx2_bg.jpg) no-repeat center center; background-size: cover;*/background-color: #F2F2F2;}
.index2 .titleIndex .title1{color: #424242;}
.index2 .titleIndex .title2{color: #949494;}
.index2 .titleIndex .title3{color: #fff;}
.index2 .left{width: 78%;}
.index2 .left .txtbox{font-size: 14px; color: #fff; line-height: 25px; background-color: #86CD0F; padding: 20px;}
.index2 .left .txtbox a{color:#fff;}
.index2 .right{width: 22%; padding-left: 15px;}
.index2 .list li{margin-top: 15px;}
.index2 .list li:nth-child(1){margin: 0;}
.index2 .list li a{display: block; height: 70px; line-height: 70px; overflow: hidden; text-align: center; background-image: url(../images/idx2_kuang1.png); background-repeat: no-repeat; background-position: left center; background-size: 100% 100%;}
.index2 .list li a span{display: inline-block; padding-left: 45px; font-size: 16px; color: #fff; background-image: url(../images/idx2_icon1.png); background-repeat: no-repeat; background-position: left center;}
.index2 .list li:nth-child(1) a{background-image: url(../images/idx2_kuang1.png);}
.index2 .list li:nth-child(1) a span{background-image: url(../images/idx2_icon1.png);}
.index2 .list li:nth-child(2) a{background-image: url(../images/idx2_kuang2.png);}
.index2 .list li:nth-child(2) a span{background-image: url(../images/idx2_icon2.png);}
.index2 .list li:nth-child(3) a{background-image: url(../images/idx2_kuang3.png);}
.index2 .list li:nth-child(3) a span{background-image: url(../images/idx2_icon3.png);}
.index2 .list li a:hover{background-size: 800% 100%;}
/*  */
.index3{width: 100%; padding: 20px 0; background-color: #F2F2F2;}
.index3 .left{width: 22%; padding-right: 15px; overflow: hidden;}
.index3 .right{width: 78%; overflow: hidden;}
.index3 .list{width: calc(100% + 10px);}
.index3 .list li{width: calc(100% / 2 - 10px); float: left; margin: 0 10px 10px 0;}
.index3 .list .item{border: 1px solid #d6d6d6; padding: 20px 10px;}
.index3 .list .item .icons{position: relative; overflow: hidden;}
.index3 .list .item .icons::before{content: ""; display: block; padding-top: 37%;}
.index3 .list .item .icons .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 100%;}
.index3 .list .item .txt{font-size: 14px; color: #333; text-align: center; margin-top: 14px; line-height: 20px; height: 20px; overflow: hidden;}
.index3 .right .imgbox{overflow: hidden; position: relative;}
.index3 .right .imgbox::before{content: ""; display: block; padding-top: 25%}
.index3 .right .imgbox .img{width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.index3:hover .imgbox .img{transform: scale(1.1);}
.index3 .list .item:hover .icons .img{transform:rotateY(360deg); -ms-transform:rotateY(360deg); -moz-transform:rotateY(360deg); -webkit-transform:rotateY(360deg); -o-transform:rotateY(360deg);}
.index3 .idx3_prev, .index3 .idx3_next{position: absolute; top: 0; bottom: 0; margin: auto; font-size: 24px; color: #fff; width: 30px; height: 30px; line-height: 30px; text-align: center; z-index: 9}
.index3 .idx3_prev{left: 0}
.index3 .idx3_next{right: 0}
  /**/
.index4{width: 100%; padding: 10px 0; background-color: #fff; overflow: hidden;}
.index4 .item{width: 100%;}
.index4 .item a{display: block; width: 100%; height: 100%;}
.index4 .item .imgbox{position: relative; overflow: hidden;}
.index4 .item .imgbox::before{content: ""; display: block; padding-top: 110%;}
.index4 .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.index4 .item .mask{position: absolute; left: 0; bottom: 0; width: 100%; padding: 10px 5px 10px 15px; background-color: rgba(0,0,0,0.45);}
.index4 .item .mask span{display: block; line-height: 30px; font-size: 17px; color: #fff; font-weight: bold; background: url(../images/idx4_icon1.png) no-repeat left center; padding-left: 40px;}
.index4 .item:hover .imgbox .img{transform: scale(1.1);}
/*  */
.index5{width: 100%; padding: 60px 0; background-color: #F2F2F2;}
.index5 .left{width: 50%;}
.index5 .left .hd ul li{float: left; margin-right: 10px;}
.index5 .left .hd ul li a{display: block; width: 174px; text-align: center; background-color: #313131; border-radius: 38px; overflow: hidden;}
.index5 .left .hd ul li a span{display: inline-block; height: 38px; line-height: 38px; font-size: 16px; color: #fff; padding-left: 30px;}
.index5 .left .hd ul li:nth-child(1) a span{background: url(../images/idx5_icon1.png) no-repeat left center;}
.index5 .left .hd ul li:nth-child(2) a span{background: url(../images/idx5_icon2.png) no-repeat left center;}
.index5 .left .hd ul .on a{background-color: #0C8E30;}
.index5 .left .bd{margin-top: 30px;}
.index5 .left .list li{border-bottom: 1px solid #E1E8F0; padding-bottom: 20px; margin-bottom: 20px;}
.index5 .left .item{width: 100%; height: 135px; overflow: hidden; position: relative; top: 0;}
.index5 .left .item a{display: block; width: 100%; height: 100%;}
.index5 .left .item .imgbox{width: 185px; height: 100%; float: left; overflow: hidden;}
.index5 .left .item .imgbox .img{width: 100%; height: 100%;}
.index5 .left .item .txtbox{width: calc(100% - 185px); height: 100%; float: left; padding: 0 10px;}
.index5 .left .item .txtbox .title{font-size: 18px; color: #2b2b2b; font-weight: bold; margin-bottom: 10px;}
.index5 .left .item .txtbox .time{font-size: 12px; color: #696969; margin-bottom: 10px;}
.index5 .left .item .txtbox .txt{font-size: 14px; color: #535353; height: 75px; line-height: 25px; overflow: hidden;}
.index5 .left .item:hover{box-shadow: 4px 4px 4px #bbb; top: -5px;}
.index5 .left .item:hover .txtbox .title{color: #86CD0F;}
.index5 .more{text-align: left;}
.index5 .more a{display: inline-block; width: 195px; height: 45px; line-height: 45px; text-align: center; background-color: #0C8E30; font-size: 16px; color: #fff;}
.index5 .right{width: 50%; padding-left: 100px;}
.index5 .right .title2{display: block; width: 190px; text-align: center; background-color: #313131; border-radius: 38px; overflow: hidden;}
.index5 .right .title2 span{display: inline-block; height: 38px; line-height: 38px; font-size: 16px; color: #fff; padding-left: 30px; background: url(../images/idx5_icon1.png) no-repeat left center;}
.index5 .right .list2{margin-top: 30px;}
.index5 .right .list2 li{border-bottom: 1px solid #F2F2F2;}
.index5 .right .list2 li span{height: 48px; line-height: 48px; padding: 0 30px 0 20px; background-color: #fff; display: block; position: relative;}
.index5 .right .list2 li span::before{content: "+"; position: absolute; top: 0; right: 15px; font-size: 18px; color: #333;}
.index5 .right .list2 li .txts{display: none; font-size: 14px; color: #535353; line-height: 25px; padding: 15px;}
.index5 .right .list2 .act span{background-color: #0D8E2E; color: #fff;}
.index5 .right .list2 .act span::before{content: "-"; color: #fff;}
.index5 .right .list2 li .act2{display: block;}
.index5 .right .list2 li .txts a{color:#535353;}
.index5 .right .list2 li .txts a:hover{color:#0D8E2E;}

/*  */
.footer1{width: 100%; padding: 40px 0; background: url(../images/foot1_bg.jpg) no-repeat center center; background-size: cover;}
.footer1 .title{font-size: 18px; color: #fff; font-weight: bold; margin-bottom: 20px;}
.footer1 .left{width: 40%; float: left; padding-right: 20px;}
.footer1 .left dl{float: left; width: 25%; padding-right: 10px; margin-bottom: 10px;}
.footer1 .left dl dt{font-size: 14px; color: #fff; margin-bottom: 10px;}
.footer1 .left dl dd a{font-size: 14px; color: #bababa; display: block; line-height: 25px;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.footer1 .left dl dd a:hover{text-decoration:underline!important;}
.footer1 .right{width: 60%; display: flex; display: -webkit-flex; justify-content: space-between;}
.footer1 .right .box1 .kuang{position: relative; padding-bottom: 20px;}
.footer1 .right .box1 .kuang::before{content: ""; position: absolute; left: 0; bottom: 0; width: 30px; height: 2px; background-color: #9CD939;}
.footer1 .right .box1 .foot_tel{margin-bottom: 10px;}
.footer1 .right .box1 .foot_tel .txt1{font-size: 14px; color: #fff;}
.footer1 .right .box1 .foot_tel .txt2{font-size: 30px; color: #fff; font-family: Impact;}
.footer1 .right .box1 .zixun{width: 168px; height: 34px; line-height: 34px; padding: 0 0 0 20px; display: inline-block; font-size: 14px; color: #fff; background: url(../images/foot_lx.png) no-repeat; background-size: 100% 100%;}
.footer1 .right .box2{font-size: 14px; color: #fff; line-height: 25px;}
.footer1 .right .QR .item{float: right; text-align: center;}
.footer1 .right .QR .item img{width: 126px; height: 126px;margin-right:5px;}
.footer1 .right .QR .item .txt{font-size: 14px; color: #fff; margin-top: 10px;}
.footer2{width: 100%; border-bottom: 1px solid #EEEEEE; padding: 30px 0;}
.footer2 .list{display: flex; display: -webkit-flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.footer2 .list li{overflow: hidden;}
.footer2 .list .foot_icon{width: 60px; height: 60px; position: relative; float: left; border-radius: 50%; background-color: #0C8E30;}
.footer2 .list .foot_icon img{position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; max-height: 100%; max-width: 100%;}
.footer2 .list .txtbox{float: left; padding: 10px 0 0 15px;}
.footer2 .list .txtbox .txt1{font-size: 16px; color: #292929; line-height: 22px; font-weight: bold;}
.footer2 .list .txtbox .txt2{font-size: 14px; color: #696969; line-height: 22px;}
.footer3{width: 100%; padding: 15px 0;}
.footer3 .txt1{float: left; font-size: 14px; color: #292929; line-height: 25px;}
.footer3 .txt2{float: left; font-size: 14px; color: #292929; line-height: 25px; margin-left: 50px;}
.footer3 .txt3{float: right; font-size: 14px; color: #292929; line-height: 25px;}
.footer3 .txt1 a,.footer3 .txt2 a,.footer3 .txt3 a{color: #333;}

/*  */
.inner_page{width: 100%; padding: 30px 0; overflow: hidden; background-color: #F1F1F1;}
.inner_page .left{width: 240px; float: left;}
.inner_page .right{width: calc(100% - 240px); float: left; padding-left: 20px;}
.inner_page .sideBar{border: 5px solid #E0E0E0;}
.inner_page .sideBar .sideBar_title{background: #86CD0F; text-align: left; position: relative; padding: 12px 15px;}
.inner_page .sideBar .sideBar_title .title1{font-size: 20px; color: #ffffff; margin-bottom: 5px; font-weight: bold;}
.inner_page .sideBar .sideBar_title .title2{font-size: 16px; color: #ffffff; font-family: Arial; text-transform: uppercase;}
.inner_page .sideBar .sideBar_title .sideBar_icon{position: absolute; right: 15px; top: 12px; font-size: 22px; color: #ffffff;}
.inner_page .sideBar ul{display: none;}
.inner_page .sideBar .sideBar_ul{background-color: #ffffff;}
.inner_page .sideBar .sideBar_ul>li{width: 100%; position: relative; border-top: 5px solid #E0E0E0;}
.inner_page .sideBar .sideBar_ul>li>a{display: block; position: relative; height: 50px; line-height: 50px; font-size: 16px; color: #2f2f2f; text-align: left; padding: 0 4px;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.inner_page .sideBar .sideBar_ul>li:hover>a{background-color: #86CD0F; color: #fff;}

.inner_page .sideBar .sideBar_ul>li.act>a{background-color: #86CD0F; color: #fff;}


.inner_page .sideBar .sideBar_down{width: 100%; overflow: hidden;}
.inner_page .sideBar .sideBar_down li{width: 100%; position: relative; text-align: left;}
.inner_page .sideBar .sideBar_down li a{line-height: 40px; height: 40px; border-bottom: 1px dotted #c9ccce; overflow: hidden; display: block; font-size: 14px; color: #000; padding-left: 30px;}
.inner_page .sideBar .sideBar_down li a:hover{color: #86CD0F;}
.inner_page .titleInner{border-bottom: 1px solid #E0E0E0; position: relative; padding-bottom: 10px;}
.inner_page .titleInner::before{content: ""; position: absolute; left: 0; bottom: 0; width: 70px; height: 4px; background-color: #87CD11;}
.inner_page .titleInner .title1{float: left; font-size: 16px; color: #525252; line-height: 20px;}
.inner_page .titleInner .title2{float: right; font-size: 14px; color: #b0b0b0; line-height: 20px;}
.inner_page .titleInner .title2 a{color: #b0b0b0;}

/*  */
.about_page{width: 100%; padding: 20px 0; min-height: 500px;}
.about_page .imgbox{text-align: center; overflow: hidden; margin-bottom: 20px;}
.about_page .imgbox img{max-width: 100%; height: auto;}
.about_page .txtbox{font-size: 14px; color: #333; line-height: 25px; margin-bottom: 20px;}
.about_page .txtbox img{max-width: 100%;height: auto;}


/*  */
.product_page{width: 100%; padding: 20px 0; min-height: 500px;}
.product_page .list{width: calc(100% + 20px);}
.product_page .list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0;}
.product_page .item{width: 100%; border: 1px solid #EFEFEF;}
.product_page .item a{display: block; width: 100%; height: 100%;}
.product_page .item .imgbox{position: relative; overflow: hidden;background: #fff;}
.product_page .item .imgbox::before{content: ""; display: block; padding-top: 100%;}
.product_page .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.product_page .item .txt{height: 45px; line-height: 45px; text-align: center; font-size: 16px; color: #333; background-color: #fff;}
.product_page .item:hover .imgbox .img{transform: scale(1.1);}
.product_page .item:hover .txt{color: #86CD0F;}




.product_page1{width: 100%; padding: 20px 0; min-height: 500px;}
.product_page1 .list{width: calc(100% + 20px);}
.product_page1 .list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0;}
.product_page1 .item{width: 100%; border: 1px solid #EFEFEF;}
.product_page1 .item a{display: block; width: 100%; height: 100%;}
.product_page1 .item .imgbox{position: relative; overflow: hidden;background: #fff;}
.product_page1 .item .imgbox::before{content: ""; display: block; padding-top: 50%;}
.product_page1 .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.product_page1 .item .txt{height: 45px; line-height: 45px; text-align: center; font-size: 16px; color: #333; background-color: #fff;}
.product_page1 .item:hover .imgbox .img{transform: scale(1.1);}
.product_page1 .item:hover .txt{color: #86CD0F;}


/*  */
.productShow_page{width: 100%; padding: 20px 0; min-height: 500px;}
.productShow_page .title{font-size: 18px; color: #333; font-weight: bold; margin-bottom: 15px;text-align: center;}
.productShow_page .txtbox{font-size: 14px; color: #787878; line-height: 25px; margin-bottom: 15px;}
.productShow_page .tableImg{text-align: center; overflow: hidden;}
.productShow_page .tableImg img{max-width: 100%; height: auto;}
.productShow_page .cp_img img{max-width: 100%; height: auto;display: block;margin:0 auto;padding:20px 0px;}
.productShow_page .txtbox table{width: 100%;}
.productShow_page .txtbox  img{max-width: 100%; height: auto;}

/*  */
.qyzz_page{width: 100%; padding: 20px 0; min-height: 500px;}
.qyzz_page .list{width: calc(100% + 20px);}
.qyzz_page .list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0;}
.qyzz_page .item{width: 100%; border: 1px solid #EFEFEF;}
.qyzz_page .item a{display: block; width: 100%; height: 100%;}
.qyzz_page .item .imgbox{position: relative; overflow: hidden;background: #fff;}
.qyzz_page .item .imgbox::before{content: ""; display: block; padding-top: 72%;}
.qyzz_page .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.qyzz_page .item .txt{height: 45px; line-height: 45px; text-align: center; font-size: 16px; color: #333; background-color: #fff;}
/*.qyzz_page .item:hover .imgbox .img{transform: scale(1.1);}*/
.qyzz_page .item:hover .txt{color: #86CD0F;}

/*  */
.zlbz_page{width: 100%; padding: 20px 0; min-height: 500px;}
.zlbz_page .list{width: calc(100% + 20px);}
.zlbz_page .list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0;}
.zlbz_page .item{width: 100%; border: 1px solid #EFEFEF;}
.zlbz_page .item a{display: block; width: 100%; height: 100%;}
.zlbz_page .item .imgbox{position: relative; overflow: hidden;background: #fff;}
.zlbz_page .item .imgbox::before{content: ""; display: block; padding-top: 71%;}
.zlbz_page .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.zlbz_page .item .txt{height: 45px; line-height: 45px; text-align: center; font-size: 16px; color: #333; background-color: #fff;}
.zlbz_page .item:hover .imgbox .img{transform: scale(1.1);}
.zlbz_page .item:hover .txt{background-color: #86CD0F; color: #fff;}

/*  */
.news_page{width: 100%; padding: 20px 0; min-height: 500px;}
.news_page .item{width: 100%; height: 150px; overflow: hidden; margin-bottom: 20px; position: relative; top: 0;}
.news_page .item a{width: 100%; height: 100%; display: block; overflow: hidden;}
.news_page .item .imgbox{width: 200px; height: 100%; float: left; overflow: hidden;background: #fff; }
.news_page .item .imgbox .img{width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.news_page .item .txtbox{width: calc(100% - 200px); height: 100%; float: left; padding: 5px 10px;}
.news_page .item .txtbox .title{font-size: 16px; color: #000; line-height: 1.5;font-weight: bold;}
.news_page .item .txtbox .date{font-size: 12px; color: #000; line-height: 1.5; margin-top: 10px; }
.news_page .item .txtbox .txt{font-size: 14px; color: #000; height: 72px; line-height: 24px; overflow: hidden; margin-top: 10px;}
.news_page .item:hover{box-shadow: 4px 4px 4px #ddd; top: -4px;}
.news_page .item:hover .txtbox{background-color: #86CD0F;}
.news_page .item:hover .txtbox .title{color: #fff;}
.news_page .item:hover .txtbox .date{color: #fff;}
.news_page .item:hover .txtbox .txt{color: #fff;}
/*  */
.newsShow_page{width: 100%; margin-top: 20px; min-height: 600px;}
.newsShow_page .title{text-align: center; border-bottom: 1px dotted #aaa; padding-bottom: 10px; margin-bottom: 20px;}
.newsShow_page .title h4{font-size: 18px; color: #333;}
.newsShow_page .title h5{font-size: 13px; color: #aaa; margin-top: 10px;}
.newsShow_page .imgbox{text-align: center; overflow: hidden; margin-bottom: 20px;}
.newsShow_page .imgbox img{max-width: 100%; height: auto;}
.newsShow_page .txtbox{margin-bottom: 20px;font-size: 14px; color: #333; line-height: 24px;}
.newsShow_page .txtbox img{max-width: 100%;height: auto;}

/*  */
.contact_page{width: 100%; padding: 20px 0; min-height: 500px;}
.contact_page .txtbox{font-size: 14px; color: #333; line-height: 2; margin-bottom: 20px;}
.contact_page .map{text-align: center; overflow: hidden;}
.contact_page .map img{width: 100%; height: auto;}




@media (max-width:1199px){
    .index1 .left{width: 220px;}
	.index1 .right{width: calc(100% - 220px);}
    .footer1 .left{width: 45%;}
    .footer1 .right{width: 55%;}
    /*  */
    .inner_page .left{width: 220px;}
	.inner_page .right{width: calc(100% - 220px);}
}

@media (max-width:991px){
    .header .header_box{height: 90px;}
    .header .header_nav{position: absolute; top: 100%; right: 0; display: none; width: 130px; z-index: 99999; height: auto;}
    .header .header_nav ul{padding: 0;}
    .header .header_nav .top_li{width: 100%; height: 40px; background: none;}
    .header .header_nav .top_li:after{display: none;}
    .header .header_nav .top_li>a{font-size: 14px; line-height: 40px; border-bottom: none;}
    .header .header_nav .top_li ul{display: none!important;}
    .content{margin-top: 30px;}
    .titleIndex .title3{font-size: 50px;}
    .index1{padding: 40px 0;}
    .index1 .list li{width: calc(100% / 2 - 20px);}
    .index2{padding: 40px 0 0 0;}
    .index3 .left{width: 100%; padding: 0;}
    .index3 .right{width: 100%;}
    .index3 .list li{width: calc(100% / 4 - 10px);}
    .index4{padding: 40px 0;}
    .index5 .left{width: 100%;}
    .index5 .right{width: 100%; padding: 0; margin-top: 20px;}
    .footer1{display: none;}
    /*  */
    .product_page .list li{width: calc(100% / 2 - 20px);}
    .product_page1 .list li{width: calc(100% / 2 - 20px);}
    .zlbz_page .list li{width: calc(100% / 2 - 20px);}
    .qyzz_page .list li{width: calc(100% / 2 - 20px);}

}

@media (min-width: 750px){
    .index1 .sideBar .sideBar_ul{display: block!important;}
    .inner_page .sideBar .sideBar_ul{display: block!important;}
}

@media (max-width: 767px){
	.index2 .left .txtbox{line-height: 25px;height:214px;overflow:hidden; padding: 10px;}
    .container{padding-left: 15px; padding-right: 15px;}
	.header .header_top{display: none;}
    .header .header_box{height: 80px;}
	.header .header_box .logo{width: 85%;}
	.header .header_box .logo img{width: 300px;}
    .header .header_box .head_form{display: none;}
    /*  */
    .titleIndex .titleBox{padding: 0 20px;}
    .titleIndex .title1{font-size: 20px;}
    .titleIndex .title2{font-size: 12px;}
    .titleIndex .title3{font-size: 40px;}
    .content{margin-top: 20px;}
    .index1{padding: 25px 0;}
	.index1 .left{width: 100%;}
	.index1 .right{width: 100%; padding: 0; margin-top: 20px;}
	.index1 .sideBar .sideBar_title{padding: 9px;}
	.index1 .sideBar .sideBar_title .title1{margin-bottom: 0; font-size: 20px;}
	.index1 .sideBar .sideBar_title .title2{display: none;}
    .index1 .sideBar .sideBar_ul>li>a{height: 40px; line-height: 40px; font-size: 14px;}
    .index1 .list{width: calc(100% + 10px);}
    .index1 .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .index1 .item .txt{height: 35px; line-height: 35px; font-size: 14px;}
    .index2{padding: 25px 0 0 0;}
    .index2 .left{width: 100%;}
    .index2 .right{width: 100%; padding: 0; margin-top: 15px}
    .index2 .list li a{height: 50px; line-height: 50px;}
    .index3 .list li{width: calc(100% / 2 - 10px);}
    .index4{padding: 25px 0;}
    .index4 .item .mask{padding: 5px 2px 5px 10px;}
    .index4 .item .mask span{font-size: 14px;}
    .index5{padding: 25px 0;}
    .index5 .left .hd ul li a{width: 150px;}
    .index5 .left .hd ul li a span{height: 30px; line-height: 30px; font-size: 14px;}
    .index5 .left .bd{margin-top: 20px;}
    .index5 .left .list li{margin-bottom: 15px; padding-bottom: 15px;}
    .index5 .left .item{height: 110px;}
    .index5 .left .item .imgbox{width: 140px;}
    .index5 .left .item .txtbox{width: calc(100% - 140px);}
    .index5 .left .item .txtbox .title{font-size: 15px; margin-bottom: 8px;}
    .index5 .left .item .txtbox .time{margin-bottom: 8px;}
    .index5 .left .item .txtbox .txt{font-size: 13px; height: 60px; line-height: 20px;}
    .index5 .more a{width: 150px; height: 35px; line-height: 35px; font-size: 14px;}
    .index5 .right .title2{width: 165px;}
    .index5 .right .title2 span{height: 30px; line-height: 30px; font-size: 14px;}
    .footer2{padding: 15px 0;}
    .footer2 .list li{width: 100%; margin-bottom: 15px;}
    .footer2 .list .txtbox{width: calc(100% - 60px);}
    .footer3 .txt1{width: 100%;}
    .footer3 .txt2{width: 100%; margin: 0;}
    .footer3 .txt3{width: 100%;}
    /*  */
    .inner_page{padding: 25px 0;}
    .inner_page .left{width: 100%;}
	.inner_page .right{width: 100%; padding: 0; margin-top: 20px;}
	.inner_page .sideBar .sideBar_title{padding: 9px;}
	.inner_page .sideBar .sideBar_title .title1{margin-bottom: 0; font-size: 20px;}
	.inner_page .sideBar .sideBar_title .title2{display: none;}
    .inner_page .sideBar .sideBar_ul>li>a{height: 40px; line-height: 40px; font-size: 14px;}
    .product_page .list{width: calc(100% + 10px);}
    .product_page .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .product_page .item .txt{height: 35px; line-height: 35px; font-size: 14px;}


    .product_page1 .list{width: calc(100% + 10px);}
    .product_page1 .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .product_page1 .item .txt{height: 35px; line-height: 35px; font-size: 14px;}


    .qyzz_page .list{width: calc(100% + 10px);}
    .qyzz_page .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .qyzz_page .item .txt{height: 35px; line-height: 35px; font-size: 14px;}
    .zlbz_page .list{width: calc(100% + 10px);}
    .zlbz_page .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .zlbz_page .item .txt{height: 35px; line-height: 35px; font-size: 14px;}

	.news_page .item {height: auto;margin-bottom: 10px;}
	.news_page .item a{float: left;display: flex;}
	.news_page .item .imgbox{width: 120px; height: auto;}
	.news_page .item .txtbox{width: calc(100% - 120px);}
	.news_page .item .txtbox .title{line-height: 30px; height: 30px; overflow:hidden;}
	.news_page .item .txtbox .date{line-height: 1; margin-top: 5px; }
	.news_page .item .txtbox .txt{height: 60px; line-height: 20px; margin-top: 5px;}
}

.jlfanye{ width:100%;margin:0 auto; text-align: center; }
.jlfanye a{ padding:5px 6px;  border: solid 1px #dedede; float:none; display: inline-block; min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#c41313;}


.contact_map {
  width: 100%;
  overflow: hidden;
  height: 350px;
  border: none;
  margin-top: 20px;
}

