/**
 * 初始化样式
 */

*{
    margin: 0;
    padding: 0;
}

ul{
    list-style: none;
    display:block;
}

a{
    color:#595757;
    text-decoration: none;
    -webkit-tap-highlight-color:transparent
}

img{
    border: 0;
    max-width:100%;
    vertical-align:middle;
}

a:hover{
    text-decoration: none;
}

i, cite, em, var, address, dfn {
    font-style:normal;
}

textarea {
    -webkit-appearance: none;
}

body{
	max-width:640px;
	font-size:0.8rem;
	color:#646262;
	font-family: "microsoft yahei","Arial";
	margin:0 auto;
	overflow-x:hidden;
	overflow-y:auto;
    background: #fff;
}
.fl{	float: left;}

.fr{ float:right;}

.cl{ clear:both;}


.header{
	height:5rem;
	padding:3% ;
	background:#bfe3f1;
}
.header img{
	width:100%;
	height:5rem;
}
.nav{
	padding:0 2% 0 4%;
	height:2.5rem;
	line-height:2.5rem;
	background:url(../images/nav_bg.gif) repeat-x;

}
.nav  li{
	float:left;
	width:18%;
	text-align:center;
}
.nav  li.one{
	width:10%;
}
.nav  li a:hover{
	color:#ffff00;
}
.nav  li a{
	float:left;
	display:block;
	margin:0 3%;
	height:2.5rem;
	line-height:2.5rem;
	color:#fff;
}
/* 轮播*/
#banner{
	width:100%;
	height:12rem;
	z-index:1;
}
.focus{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 2;
    text-align: center;
}
 .focus .hd{
	width:100%;
    height: 1.5rem;
	background:rgba(0,0,0,.4);
    position: absolute;
	left: 0%;
    bottom:0%;
    z-index: 5;
}
 .focus .hd ul{
	width:100%;
    height: 0.5rem;
    position: absolute;
    left: 40%;
    bottom:25%;
    z-index: 10;
}
.focus .hd ul li.on{
	border:1px solid rgba(27,163,31,1);
	background:#1ba31f;
	color:#fff;
}
.focus .hd ul li{
	float:left;
	margin-right:1%;
	width:0.5rem;
	height:0.5rem;
	border-radius:50%;
	line-height:0.5rem;
	color:#fff;
	cursor:pointer;
	border:1px solid rgba(255,255,255,1);
	background:#fff;
    font-size: 0;
}

#center{
	margin:3% 3% 4%;
}
#center  img{
	width:70%;
	display:block;
}
.wt_box1 {
	height:12rem;
	border-radius:10px;
	margin-bottom:1rem;
}
.wt_box1_l{
	width:30%;
	height:12rem;
}
.wt_box1_l li{
	width:100%;
	height:5.5rem;
	margin:0 0 1rem;
	border-radius:10px;	
}
.wt_box1_l li.about_icon{
	background:#71a93c;
}
.wt_box1_l li.notice{
	background:#12cb6d;
}
.wt_box1_l  li  img{
	padding:8% 0 0 14%;
}
.wt_box1_r{
	width:70%;
}
.wt_box1_r li{
	float:left;
	width:45%;
	margin-left:5%;
	height:5.5rem;
	border-radius:10px;
	background:#38a9e3;
	margin:0 0 1rem 5%;
}
.wt_box1_r li.mrbtm{
	margin-bottom:0;
}
.wt_box1_r li  img{
	margin:18% auto 0;
}

.wt_box2{
	height:6rem;
	border-radius:10px;
}
.wt_box2_l{
	width:30%;
	height:5rem;
	border-radius:10px;
	background:#14b8d4;
}
.wt_box2_l img{
	margin:16% auto 0;
}
.wt_box2_r{
	width:66%;
	height:5rem;
	margin-left:4%;
}
.wt_box2_r li{
	width:31%;
	float:left;
	height:5rem;
	margin-right:3%;
	border-radius:10px;
}
.wt_box2_r li.online{
	background:#fd9722;
}
.wt_box2_r li.honor{
	background:#ea5a5a;
}
.wt_box2_r li.case{
	background:#f557be;
}
.wt_box2_r li img{
	margin:32% auto 0;
}


/*底部 */

.footer{
	width:100%;
	position: fixed;
	left:0;
	bottom:0;
	z-index:1000;
}
.footer ul{
    width: 100%;
    max-width: 640px;
    margin: auto;
	height:3rem;
	line-height:3rem;
    background:-webkit-linear-gradient(top,#79c21b,#368a0d);
    background:-moz-linear-gradient(top,#79c21b,#368a0d);
    background:linear-gradient(top,#79c21b,#368a0d);
}
.footer  li{
	width:32%;
	float:left;
	border-left:#215e02 1px solid;
	border-right:#a0e64a 1px solid;
}
.footer  li  a{
	color:#fff;
}
.footer  li.nobor_left{
	border-left:0;
}
.footer  li.nobor_right{
	border-right:0;
}
.ft_img{
	width:34%;
	margin:0 5%;
	text-align:right;
}
.ft_tzxt{
	width:40%;
	margin-left:5%;
	text-align:left;
}


/* about.html*/


.fz-time .swiper-slide {
    padding: 0 20px;
}
.fz-time {
    width: 100%;
    height: 3rem;
    line-height: 2.5rem;
    overflow: hidden;
    background: #f7f7f7;
    text-align: center;
}
.fz-time .swiper-wrapper {
    margin: 0 auto;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px,0,0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px,0,0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px,0,0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px,0px);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px,0,0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px,0,0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.fz-time a.currclass {
    border-bottom: 1px #0c8832 solid;
}
.fz-time a {
    font-size: 0.8rem;
    padding-bottom: 2%;
}
.ab-1200 {
    width: 100%;
    padding-bottom:1rem;
}
#list1 {
    width: 96%;
	margin: 0 auto;
}
.ab-ntit {
    text-align: center;
}
.ab-ntit h3 {
    font-size: 1.2rem;
	font-weight: 300;
    padding-top: 3%;
}
.ab-ntit span {
    display: inline-block;
    width: 21px;
    height: 2px;
    background: #595858;
}
#list1 h2 {
    font-size: 1rem;
	color: #333;
	padding: 1.5rem 0 1rem;
    font-weight: 300;
}
#list1 p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5rem;
    padding-top: 2%;
    padding-bottom: 3%x;
}
#list2 .div-td {
    width: 94%;
	margin: 0 auto;
}
.ab-tab-2 .ab-pic {
    padding:2% 0;
}
.ab-pic img {
    width: 100%;
    display: block;
	margin:auto;
}
.ab-tit div {
    font-size: 1rem;
    color: #333;
    padding: 4% 0 1%;
}
.ab-tit p {
	font-size: 0.8rem;
    color: #666;
    line-height: 1.5rem;
   /*  display: table; */
    table-layout: fixed;
}
.ab-tit p span {
    padding-right: 3%;
    color: #3da05b;
}
.ab-tit p , .ab-tit-2 p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    color: #666;
}
.ab-tit-2 div {
    font-size: 1rem;
    color: #333;
    padding: 2% 0;
}
.ab-tit-2 span {
    font-size: 0.8rem;
    color: #888;
    display: block;
    padding-bottom: 2%;
}
#list3 {
    height: 22rem;
    width: 100%;
    margin-top: 50px;
    background: #f8f8f8 url(../images/List3-bg.jpg) no-repeat center top;
    background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
}
.fz-1180 {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
#list3 .ab-ntit h3 {
    color: #fff;
}
.ab-ntit span {
    display: inline-block;
    width: 21px;
    height: 2px;
    background: #fff;
}
.fz-1180 {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.fz-top {
    width: 94%;
    height: 10rem;
    margin-top: 3%;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.fz-tit {

    line-height: 2rem;
    font-size: 1.5rem;
	color: #a5df6c;
    letter-spacing: 0px;
    text-align: center;
}
.fz-con {
    height: 8rem;
    overflow: hidden;
    position: relative;
	color: #fff;
	font-size: 0.8rem;
	line-height:1.5rem;
}
.jspContainer {
    overflow: hidden;
    position: relative;
}
.jspPane {
    position: absolute;
}
.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
}
.jspCap {
    display: none;
}
.jspTrack {
    background: transparent;
    position: relative;
}
.jspVerticalBar *, .jspHorizontalBar * {
    margin: 0;
    padding: 0;
    opacity: inherit;
    filter: inherit;
}
.jspDrag {
    background: #a5df6c;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.fz-a {
    width: 90%;
    margin: 0 auto;
    margin-top: 3%;
	text-align: right;
}
.fz-a a {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    background: #fff;
    transition: all 0.2s linear;
    color: #a7a7a7;
    font-size: 16px;
	margin-left: 0.5rem;
}
.fz-a .ayjt{
	background:url(../images/tb_010.png) no-repeat;
}
.fz-a .arrow-left{
	background-position:0px 0px;
}
.fz-a .arrow-right{
	background-position:-40px 0px;
}
.fz-bottom {
    background: #fff;
    height: 3rem;
    box-shadow: 0 0 10px 1px #aaa;
    margin-top: 5%;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px,0,0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px,0,0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px,0,0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px,0px);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px,0,0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px,0,0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.fz-bottom .swiper-slide.active-nav {
    color: #0c8832;
}

.fz-bottom .swiper-slide {
    width: 100px;
    line-height: 30px;
    height: 30px;
    font-size: 16px;
	text-align: center;
    margin-top: 10px;
}
.fz-bottom .swiper-slide span {
    display: block;
    border-right: 1px #c0c0c0 solid;
}
.fz-con, .fz-con div {
    line-height: 1.5rem;
    font-size:0.9rem;
	margin-top:1%;
}
.zz-pic-div {
    width: 90%;
	margin: 0 auto;
    margin-top: 3%;
    position: relative;
}
.ab-ntit span {
    display: inline-block;
    width: 21px;
    height: 2px;
    background: #595858;
}
.ssli-div {
    float: left;
    background: none;
    width: 48%;
    height: auto;
    margin: 0px 1%;
}
.ssli-div img {
    margin-left: 0px;
    margin-top: 0px;
    width: 100%;
}
a.zh-adi {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    top: 40%;
    font-size: 14px;
    z-index: 99;
}
a.zh-adi {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #999;
    color: #fff;
    font-size: 16px;
    border-radius: 66px;
    top: 265px;
    font-size: 18px;
    transition: all 0.2s linear;
}
.ab-1200 img{
    max-width: 100% !important;
    height: auto !important;
}

.fenye li:nth-of-type(1),.fenye li:nth-of-type(2),.fenye li:last-child{
    display: none;
}
#dituContent img{
    max-width: inherit;
}
.zz{
    background: url(../images/zz-bg.png) no-repeat;
    background-size: 100% 100%;
    height:30px;
    margin-top: 0.3rem;
}
.zz h4{
    color: #fff;
    padding: 2% 0 0 4%;
}
/* 本例子css */
.picMarquee-left{ width:100%;  overflow:hidden; position:relative;  border:1px solid #ccc;   }
.picMarquee-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
    cursor:pointer;}
.picMarquee-left .hd .next{ background-position:0 -50px;  }
.picMarquee-left .hd .prevStop{ background-position:-60px 0; }
.picMarquee-left .hd .nextStop{ background-position:-60px -50px; }
.picMarquee-left .bd{ padding:10px;   }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img{ width:120px; height:100px; display:block; padding:2px; border:1px solid #ccc; }
.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picMarquee-left .bd ul li .title{ line-height:24px;   }
.picMarquee-left .bd .tempWrap{
    width: 99% !important;
}

.foot-con{
    padding: 0.5rem 0.5rem 3rem 0.5rem;
    background: #f3f3f3;
    text-align: center;
    line-height: 1rem;

}
.m-cptel {
    POSITION: relative;
    PADDING-BOTTOM: 0px;
    LINE-HEIGHT: 40px;
    BACKGROUND-COLOR: #246829;
    PADDING-LEFT: 58px;
    PADDING-RIGHT: 0px;
    HEIGHT: 40px;
    PADDING-TOP: 0px;
}
.m-cptel .u-bt {
    PADDING-RIGHT: 2px;
    COLOR: #fff;
    FONT-SIZE: 16px;
}
.m-cptel A {
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    COLOR: #fff;
    FONT-SIZE: 19px;
}
.u-top {
    padding: 0.33em 0 0;
    display: block;
    text-align: center;
    font-size: 1em;
    height: 2.583em;
    overflow: hidden;
    background: -webkit-gradient(linear,0 0,0 100%,from(#5FD868),to(#246829));
}
.u-top span {
    display: inline-block;
    width: 5.937%;
    margin: 0 auto;
}
.u-top span img {
    vertical-align: top;
    width: 100%;
}
.u-top b {
    display: block;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 0.8em;
    color: #fff;
}
.txtMarquee-left .top-title{
    float: left;
    padding: 1% 0 0 4%;
}
.txtMarquee-left .bd .tempWrap {
    width: 280px !important;
    line-height: 24px;
}
.ullist li{
    list-style: disc;
    margin-right: 20px;
    padding-right: 20px;
    text-indent: -0.5em;
}
.index-zhishi{
    padding: 10px;
}
.index-zhishi li{
    line-height: 30px;
    height: 30px !important;
    border-bottom: 1px dotted #666;
}
.index-zhishi li a{
    overflow: hidden;
    display: block;
}
.index-zhishi li i{
    float: left;
    width: 3px;
    height: 3px;
    background: #459610;
    border-radius: 100%;
    margin: 13px 5px 0 0;
}
.index-zhishi li p.title{
    width: 72%;
    overflow: hidden;
    float: left;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    word-break: break-all;
}
.index-zhishi li span.d{
    float: right;
    width:25%;
    text-align: right;
}
.zz.pos a {
    display: inline-block;
    margin-left: 30px;
    background: #fff;
    padding: 2px 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #ff2626;
}
.picMarquee-left.nob {
    height: 0px;
    border: 0;
}
.zz.pos h4 {
    display: inline-block;
}
.zz.pos a.more{
    color: #fff;
    background: none;
    border-radius: 50%;
    width: 45px;
    height: 13px;
    padding: 2px;
    line-height: 13px;
    text-align: center;
    float: right;
    margin-top: 7px;
    margin-right: 10px;

}