/* CSS Document */
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,tr,dl,dd,select,option{ margin:0; padding:0;}
body{ font:12px/22px "Arial","Microsoft YaHei","SimSun"; font-size:100%; background:#FFFFFF; overflow-x: hidden;}

ul,li,ol{ list-style:none}
a{ text-decoration:none !important; cursor:pointer !important;}
.img-position-absolute{position: absolute;	top: 0;	bottom: 0; left: 0;	right: 0; max-width: 100%; max-height: 100%;display: block;	margin:auto;padding:auto;}
.no-margin{ margin:0 !important;}
.no-padding{ padding:0 !important;}
.container-fluid{ max-width:1230px !important;}
.overflow{white-space:nowrap; overflow:hidden;}
.overflow-text{white-space:nowrap; overflow:hidden;text-overflow:ellipsis;}
.overflow-text2{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;overflow:hidden;}
.img{background-repeat:no-repeat;background-position:center;background-size:cover; widform-controlth:100%; height:100%;}
.main{ padding:40px 0; width:100%; overflow:hidden; max-width: 1920px; margin: 0 auto; }
.wCenter{height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; 
    -webkit-box-pack: center; 
        -ms-flex-pack: center; 
            justify-content: center;
    -webkit-justify-content: center; 
    -webkit-box-align: center; 
        -ms-flex-align: center; 
            align-items: center; 
    -webkit-align-items: center;
}
.wCenter2{height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; 
    -webkit-box-pack: center; 
        -ms-flex-pack: center; 
            justify-content: center;
    -webkit-justify-content: center; 
}

@font-face{font-family:'iconfont';src:url('http://at.alicdn.com/t/font_1432720974_1547027.eot');src:url('http://at.alicdn.com/t/font_1432720974_1547027.eot?#iefix') format('embedded-opentype'),url('http://at.alicdn.com/t/font_1432720974_1547027.woff') format('woff'),url('http://at.alicdn.com/t/font_1432720974_1547027.ttf') format('truetype'),url('http://at.alicdn.com/t/font_1432720974_1547027.svg#iconfont') format('svg')}
@font-face{font-family:'Pacifico';font-style:normal;font-weight:400;src:local('Pacifico Regular'),local('Pacifico-Regular'),url(http://fonts.gstatic.com/s/pacifico/v7/Q_Z9mv4hySLTMoMjnk_rCfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2')}

.fa{display:inline-block;font-family:"iconfont";font-size:20px;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0.2px;-moz-osx-font-smoothing:grayscale}
.fa-icon-qq:before{content:"\e604"}
.fa-icon-weibo:before{content:"\e600"}
.fa-icon-weixin:before{content:"\e605"}
.fa-icon-zaixianzixun:before{content:"\e608"}

/*手机底部*/
.hot{width:100%; height:58px; background:#0092ed; position:fixed; bottom:0; left:0;z-index:99; border-top:solid 2px #c3c3c3;}
.hot span{ color:#fff; font-size:16px; line-height:20px;}
.hot h6{ font-size:12px; line-height:20px;}
.hot .row div a{ display:block; color:#fff; padding:7px 0;}
.hot .row>div.text-center{ border-right:1px solid #fff;}
.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:after{ content: ""; position: absolute; left:50%; bottom:-6px; z-index: 1; width:25%; height:6px; background: url(../images/icon/dbtc_jt.png) no-repeat center;}
.dbbox .dbs.fenxiang-box:after{ content: ""; position: absolute; left:75%; bottom:-6px; z-index: 1; width:25%; height:6px; background: url(../images/icon/dbtc_jt.png) no-repeat center;}*/
.dbbox .dbs.ewm-box img{ max-width: 140px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li{ position: relative; padding: 6px 0; width: 20%; height: 44px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a{ position: absolute; left: 50%; top:6px; margin:0 0 0 -16px; float: inherit !important; display: block; }


.topTop{ padding: 0; font-size: 14px; line-height: 40px; color: #fff; 
    background: -webkit-gradient(linear, left top, right top, from(#7dbf2a), color-stop(#0faf36), to(#7dbf2a)); 
    background: linear-gradient(to right, #7dbf2a, #0faf36, #7dbf2a);
}
.topTop a{ color: #fff; margin: 0 5px; }
.topTop a:hover{ text-decoration: underline !important; }
.topTop p{ margin-left: 10px; position: relative; margin-top: 5px; }
.topTop p .form-control{ border: none; height: 30px; border-radius: 15px; padding-left: 36px; }
.topTop p .btn{ width: 30px; height: 30px; padding: 0; background: none; position: absolute; top: 0; left: 0px; border-right: 1px solid #eee; }



/*header*/
.top-header{ width: 100%; z-index: 1000; position: absolute; top: 0; background: rgba(255,255,255,.9); }

.top-head{ width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.top-logo{ width: 38%; }
.header-nav{ width: 62%; }
.top-nav{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.top-nav .nav-li{ width: 14.285%; position:relative; z-index:2; text-align: center; padding: 0 10px; }
.top-nav .nav-li .nav-link{ font-size:16px; width: 100%; line-height:28px; text-align:center; white-space:nowrap; position:relative; color: #333333; margin: 38px 0 34px; display: inline-block; }
.top-nav .nav-li:hover .nav-link,
.top-nav .nav-li .navAct{color: #f80012; font-weight: bold; }

.top-nav a{ color:#333333;display: block; }



/*二级导航*/
.top-subnav{display:none; width: 100%; position: absolute; top: 100%; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); z-index: 3; padding:5px 0; background: #fff; -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .6); box-shadow: 0 1px 4px rgba(0, 0, 0, .6); }
.top-subnav a{white-space:nowrap; overflow:hidden; font-size:14px; line-height:35px; text-align:center; color: #333; -webkit-transition: all 0.3s; transition: all 0.3s; border-bottom: 1px solid #ddd;  }
.top-subnav li:first-child .subnav-link{ border-top: 1px solid #ddd; }
.top-subnav a:hover{ background: #0faf36; color: #fff; } 


/*轮播图*/
.banner{ max-width:1920px; margin:0 auto; overflow:hidden; position:relative; width:100%; height:100%;}
.banpc{ width:100%; height:100%; overflow:hidden;}
.focus{ width:100%; height:100%; position:relative;}
.focusbox{width:100%;height:100%;overflow:hidden;}
.focusbox li{width:100%;height:100%;overflow:hidden;}
.focusbox li a{width:100%;float:left;overflow:hidden;}
/*.focusbox li a img{ width: 100%;}*/
/* .focusbox li .img{ padding-top: 500px; } */

.rslides {
	width: 100%;
	height: 100%;
	position: relative;
	list-style: none;
	padding: 0
}

.rslides_nav {
	height: 51px;
	width: 31px;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 50%;
	left: 0;
	opacity: 0.8;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	background: url(../images/prev.jpg) no-repeat center center;
	margin-top: -28px
}

.rslides_nav:active {
	opacity: 1.0
}
.rslides_nav.next{left:auto;background:url(../images/next.jpg) no-repeat center center;right:0}
.rslides_tabs{width:100%; position:absolute;left:0;bottom:0px; z-index:2; text-align:center;  }
.rslides_tabs li{display:inline-block;width:10px;height:10px;margin:0 3px;*display:inline;zoom:1;}
.rslides_tabs a{display:inline-block;width:10px;height:10px;line-height:40px;overflow:hidden;background:rgba(255,255,255,0); border:1px solid #fff;cursor:pointer; border-radius:50%;}
.rslides_tabs .rslides_here a{background:rgba(255,255,255,1)}


/*phone*/
.phone{ width:100%; overflow:hidden;}
.phone .swiper-slide img{ width: 100%;}


.index_tit{ width: 100%; margin-bottom: 20px; line-height: 30px; font-weight: bold; }
.index_tit .p1{ font-size: 24px; letter-spacing: 3px; color: #0faf36;
    background-image:-webkit-linear-gradient(right,#7dbf2a, #0faf36, #7dbf2a); 
            -webkit-background-clip:text; 
            -webkit-text-fill-color:transparent;
}
.index_tit .p2{ font-size: 18px; color: #999999; letter-spacing: 2px; text-transform: uppercase; position: relative; font-family: arial; }
.index_tit .p2::after,
.index_tit .p2::before{ content: ''; display: inline-block; width: 25px; background: #999999; height: 1px; position: relative; top: -5px; margin: 0 5px; }

/*wrap1*/
.proTab{ width: 100%; text-align: center; margin-bottom: 20px; }
.proTab li{ display: inline-block; }
.proTab li a{ display: block; font-size: 14px; line-height: 1; margin: 3px 0; padding: 0 20px; border-left: 1px solid #00ad38; color: #333333;font-weight: bold;  }
.proTab li:first-child a{ border: none; }
.proTab li a:hover,
.proTab li.cur a{ color: #00ad38; }

.swiperPro{ padding: 2px; }
.swiperPro a{ width: 100%; border: 1px solid #cecece; overflow: hidden; display: block; }
.swiperPro a .imgs{ width: 100%; overflow: hidden; position: relative; }
.swiperPro a .imgs::before{ content: ''; display: block; padding-top: 64.64%; }
.swiperPro a h3{ border-top: 1px solid #cecece; line-height: 46px; color: #666666; text-align: center; font-size: 16px; -webkit-transition: all .3s; transition: all .3s; }
.swiperPro a:hover{ border-color: #7dbf2a; }
.swiperPro a:hover h3{ border-color: #7dbf2a; color: #fff; 
    background: -webkit-gradient(linear, left top, right top, from(#7dbf2a), color-stop(#0faf36), to(#7dbf2a)); 
    background: linear-gradient(to right, #7dbf2a, #0faf36, #7dbf2a);
}

/* wrap2 */
.wrap2{ background: #f9f9f9; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0; }
.wrap2 .abRh,
.wrap2 .abLf{ width: 50%; overflow: hidden; }
.abLf .w600{ width: 600px; max-width: 100%; float: right; padding: 40px 30px 40px 15px; }
.abLf .ab_tit{ background: url(../images/ab_icon.png) no-repeat left center; font-size: 25px; font-weight: bold; color: #0faf36; line-height: 30px; letter-spacing: 7px; padding-left: 25px; margin-bottom: 20px; }
.abLf .ab_tit span{ color: #fff; font-size: 18px; font-family: 'Arial'; text-transform: uppercase; margin-left: 5px; letter-spacing: 3px; }
.abLf .ab_txt{ font-size: 13px; line-height: 30px; color: #666666; max-height: 240px; overflow: hidden; }
.abLf .ab_a{ display: block; width: 125px; line-height: 37px; text-align: center; font-size: 17px; font-weight: bold; color: #fff; border-radius: 5px; margin-top: 15px; 
    background: -webkit-gradient(linear, left top, right top, from(#7dbf2a), color-stop(#0faf36), to(#7dbf2a)); 
    background: linear-gradient(to right, #7dbf2a, #0faf36, #7dbf2a);
}
.abLf .ab_a:hover{ opacity: .8; }

.swiperAb{ height: 100%; }
.swiperAb .swiper-slide{ overflow: hidden; }
.swiperAb a{ display: block; padding-top: 51%; }
.swiperAb .swiper-pagination{ width: auto; }



/* wrap3 */
.swiperCase a{ display: block; }
.swiperCase a .imgs{ width: 100%; overflow: hidden; }
.swiperCase a .imgs .img{ padding-top: 126.59%; -webkit-transition: all .5s; transition: all .5s; }
.swiperCase a:hover .imgs .img{ -webkit-transform: scale(1.1); transform: scale(1.1); }
.swiperCase a h3{ font-size: 16px; line-height: 32px; color: #333; padding-top: 20px; }
.swiperCase a h3::after{ content: ''; display: block; width: 30px; height: 1px; background: #cdcdcd; margin: 15px auto 0; }
.swiperCase a:hover h3{ color: #00ad38; }


/* wrap4 */
.wrap4{ background: url(../images/new_bj.jpg) no-repeat center; background-size: cover; }
.xwClear{ overflow: hidden; }
.xwli01{ width: 40%; float: left; }
.xwli01 a{ display: block; }
.xwli01 .imgs{ width: 100%; overflow: hidden; }
.xwli01 .imgs .img{ padding-top: 57.5%; -webkit-transition: all .4s; transition: all .4s; }
.xwli01 a:hover .imgs .img{ -webkit-transform: scale(1.1); transform: scale(1.1); }
.xwli01 .xw_t{ background: #fff; padding: 20px 30px; color: #333333; }
.xwli01 .xw_t .tit{ font-size: 16px; line-height: 30px; }
.xwli01 a:hover .xw_t .tit{ color: #00ad38; }
.xwli01 .xw_t .txt{ font-size: 13px; line-height: 25px; height: 50px; margin: 5px 0; color: #666666; }
.xwli01 .xw_t .xw_b{ width: 100%; position: relative; font-size: 13px; line-height: 30px; color: #7dbf2b; padding-right: 30px; }
.xwli01 .xw_t .xw_b span{ margin-left: 5px; color: #666666; }
.xwli01 .xw_t .xw_b::after{ content: ''; display: block; width: 27px; height: 27px; background: url(../images/xw_icon1.png) no-repeat center; position: absolute; right: 0; top: 1px; }

.xwli02{ width: 58%; float: right; margin-bottom: 12px; }
.xwli02 a{ display: block; overflow: hidden; background: #fff; -webkit-transition: all .3s; transition: all .3s; padding-right: 45px; position: relative; }
.xwli02 a::after{ content: ''; display: block; width: 27px; height: 27px; background: url(../images/xw_icon1.png) no-repeat center; position: absolute; right: 18px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.xwli02 .xwTime{ width: 110px; height: 100px; text-align: center; float: left; color: #999999; font-size: 18px; line-height: 30px; }
.xwli02 .xwTime span{ display: block; font-weight: bold; font-size: 30px; }
.xwli02 .xwtxt{ overflow: hidden; line-height: 30px; padding: 10px 0; }
.xwli02 .xwtxt .tit{ font-size: 16px; color: #333333; }
.xwli02 .xwtxt .span{ width: 21px; height: 4px; background: #7dbf2b; margin: 8px 0; }
.xwli02 .xwtxt .txt{ font-size: 13px; color: #666666; }

.xwli02 a:hover{ 
    background: -webkit-gradient(linear, left top, right top, from(#7dbf2a), color-stop(#0faf36), to(#7dbf2a)); 
    background: linear-gradient(to right, #7dbf2a, #0faf36, #7dbf2a);
}
.xwli02 a:hover::after{ background: url(../images/xw_icon2.png) no-repeat center; }
.xwli02 a:hover .xwTime,
.xwli02 a:hover .xwtxt .tit,
.xwli02 a:hover .xwtxt .txt{ color: #fff; }
.xwli02 a:hover .xwtxt .span{ background: #fff; }


/* wrap5 */
.wp5Clear{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.wp5Clear .li{ overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.wp5Clear .li img{ float: left; margin-right: 10px; }
.wp5Clear .li .li_t{ overflow: hidden; font-size: 18px; line-height: 36px; color: #666666; }
.wp5Clear .li .li_t p{ font-size: 24px; color: #333333; }



/*footer*/
.footer{ background: #4e4e4e; text-align: center; font-size: 14px; line-height: 25px; color: #fff; padding: 0; }
.footer a{ color: #FFFFFF; margin: 0 5px; }
.footer a:hover{ text-decoration: underline !important; }
.footer .p1{ padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.3); }
.footer .p2{ padding: 15px 0; }



/*mbox*/
.mainBox{ min-height: 400px; font-size: 14px; line-height: 30px; color: #333333;}


.mboxlf{ width: 240px; float: left; }
.itemtit{ width: 100%; color: #FFFFFF; font-size: 25px; line-height: 60px; position: relative; text-align: center; background: url(../images/item_bj.jpg) no-repeat center; background-size: cover; font-weight: bold; }


.accordion{ width: 100%; border-top: 0; }
.accordion li{ margin-top: 3px; text-align: center; }
.accordion a{ display: block; width: 100%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; padding: 0 10px; }
.accordion li > a{  color: #333333; font-size: 16px; line-height: 50px; background: #f2f2f2; position: relative; border: 1px solid #f2f2f2; }
.accordion li > a::after,
.accordion li > a::before{ content: ''; display: block; width: 3px; height: 14px; background: #7dbf2b; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); visibility: hidden; opacity: 0; }
.accordion li > a::after{ right: 0; }
.accordion li > a::before{ left: 0; }
.accordion li > a:hover::after,
.accordion li > a:hover::before,
.accordion li.on > a::after,
.accordion li.on > a::before{ visibility: visible; opacity: 1; }
.accordion li > a:hover,
.accordion li.on > a{ background: #fff; border-color: #e1dfdf; color: #f80012; font-weight: bold; }

.accordion li.on .submenu{ display: block; }
.submenu{ display: none; width: 100%; padding: 10px 0; }
.submenu a{  text-align: center; font-size: 14px; line-height: 36px; color: #666666; }
.submenu a:hover{color: #f80012; }

.mbot{ width: 100%; margin-top: 25px; }
.mbot img{ width: 100%; margin: 3px 0; }
.mbot .p1{ font-size: 18px; line-height: 24px; color: #7dbf2b; font-weight: bold; padding: 10px 0; }
.mbot .p1 p{ font-size: 13px; color: #333; font-family: 'arial'; font-weight: normal; }
.mbot .p2{ font-size: 13px; line-height: 24px; color: #666666; }


.mboxRh{ overflow: hidden; padding-left: 25px; }
.rhtit{ width: 100%; border-bottom: 1px solid #7dbf2b; font-size: 14px; line-height: 40px; color: #333; margin-bottom: 20px; }
.rhtit a{ color: #333; }
.rhtit a:hover{ color: #7dbf2b; }
.rhtit img{ position: relative; margin-right: 5px; top: -1px; }

.rhCont{ width: 100%; font-size: 14px; line-height: 30px; color: #333; }


.li01{ padding:0 5px 15px; }
.li01 a{ width: 100%; border: 1px solid #cecece; overflow: hidden; display: block; }
.li01 a .imgs{ width: 100%; overflow: hidden; position: relative; }
.li01 a .imgs::before{ content: ''; display: block; padding-top: 64.64%; }
.li01 a h3{ border-top: 1px solid #cecece; line-height: 46px; color: #666666; text-align: center; font-size: 16px; -webkit-transition: all .3s; transition: all .3s; }
.li01 a:hover{ border-color: #7dbf2a; }
.li01 a:hover h3{ border-color: #7dbf2a; color: #fff; 
    background: -webkit-gradient(linear, left top, right top, from(#7dbf2a), color-stop(#0faf36), to(#7dbf2a)); 
    background: linear-gradient(to right, #7dbf2a, #0faf36, #7dbf2a);
}


.li04{ width: 100%; margin-bottom: 20px; }
.li04 a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-justify-content: space-between;
}
.li04 .imgs{ width: 185px; overflow: hidden; }
.li04 .imgs .img{ -webkit-transition: all .4s; transition: all .4s; }
.li04 a:hover .imgs .img{ -webkit-transform: scale(1.1); transform: scale(1.1); }
.li04 .xw_text{ padding:0px 0px 0px 20px;
    width: calc(100% - 185px);
    width: -o-calc(100% - 185px);
}
.li04 .xw_text .tits{ width: 100%; font-size: 17px; line-height: 25px; font-weight: bold; color: #333; position: relative; padding-right: 61px; }
.li04 .xw_text .tits span{ font-size: 12px; color: #aaaaaa; position: absolute; top: 0; right: 0; font-weight: normal; }
.li04 .xw_text .txts{ font-size: 12px; line-height: 20px; color: #888888; height: 60px; -webkit-line-clamp: 3; margin: 5px 0; }
.li04 .xw_text .more{ width: 80px; text-align: center; font-size: 14px; line-height: 27px; background: #ddd; color: #888; }
.li04 a:hover .xw_text .tits{ color: #7dbf2a; }
.li04 a:hover .xw_text .more{ background: #7dbf2a; color: #fff; }


/*分页样式*/
div.page {padding-right: 3px; padding-left: 3px; padding-bottom: 3px; margin:10px 3px; padding-top: 3px; text-align: left;}
div.page a {border-right: #dedfde 1px solid; padding-right: 6px; background-position: 50% bottom; border-top: #dedfde 1px solid; padding-left: 6px; padding-bottom: 2px; border-left: #dedfde 1px solid; color: #35B532; margin-right: 3px; padding-top: 2px; border-bottom: #dedfde 1px solid; text-decoration: none;}
div.page a:hover {border-right: #000 1px solid; border-top: #000 1px solid; background-image: none; border-left: #000 1px solid; color: #fff; border-bottom: #000 1px solid; background-color: #777777;}
div.page a:active {border-right: #000 1px solid; border-top: #000 1px solid; background-image: none; border-left: #000 1px solid; color: #fff; border-bottom: #000 1px solid; background-color: #777777;}
div.page span.current {padding-right: 6px; padding-left: 6px; font-weight: bold; padding-bottom: 2px; color: #35B532; margin-right: 3px; padding-top: 2px;}
div.page span.disabled {padding-right: 6px; padding-left: 6px; padding-bottom: 2px; color: #adaaad; margin-right: 3px; padding-top: 2px;}