body{margin:0px auto;padding:0px;border:0px;font-family:"微软雅黑"; font-size:16px;-webkit-font-smoothing:antialiased;font-smoothing:antialiased; min-width:1280px;background: #fff;}
ul,li,ol{margin:0px; padding:0px; list-style:none;}
table,tr,td,h1,h2,h3,h4,h5,span,p,form,input,dl,dd,dt,em,b{margin:0px; padding:0px;}
em,img{border:0px;}
input{border: none;outline: none;background: none;}
a{text-decoration:none; cursor:pointer;color: #000;transition: 0.6s;}
a:hover{ text-decoration:none;transition: 0.6s;color:#1e7650;}
.fl{float:left; display:inline;}
.fr{float:right;display:inline;}
.width{width:1280px;margin: 0 auto;}
.clearfix:after{
	content: '';
	display: block;
	width: 100%;
	height: 0px;
	clear: both;
}
.images{
	transition: all 0.8s;
	-moz-transition: width 0.8s; /* Firefox 4 */
	-webkit-transition: width 0.8s; /* Safari 和 Chrome */
	-o-transition: width 0.8s; /* Opera */
	}
.images:hover{
	cursor: pointer;
	transition: all 0.8s;
	transform: scale(1.1);
    -ms-transform:scale(1.1);     /* IE 9 */
    -moz-transform:scale(1.1);     /* Firefox */
    -webkit-transform:scale(1.1); /* Safari 和 Chrome */
    -o-transform:scale(1.1);     /* Opera */
	}



/****************************************首页****************************************/

/* 头部 */
.top{width: 100%;height: 120px;background:#1e7650;}
.logo{margin-top: 25px;}
.topr{color:#fff;margin-top:47px;}
.toprt{margin-top: 20px;text-align: right;}
.wzlj{text-align: right;font-size: 14px;color: #fff;margin-bottom: 15px;margin-right: 10px;}
.wzlj:hover{color: #eee;}
.search { display: inline-block; *display: inline; *zoom: 1; position: relative; vertical-align: middle; cursor: pointer;margin-left: 6px;}
.search .search-icon { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; width: 25px; height: 25px; background-image: url(../img/ss.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: auto; background-size: auto; }

/* 搜索 */
.header-search-wrap .search-box {position: relative; }
.header-search-wrap .ser-input {height: 30px;padding-left: 10px; }
.header-search-wrap .search-close {right: 0;top: 50%;margin-top: -15px;width: 30px;height: 30px; }
.header-search-wrap {position: fixed;z-index:19;left:0px;top:0px;width:100%;height:100%;opacity:0;z-index:100;background:rgba(0,0,0,0.8);transition: all 0.5s;transform: translate(0, 0) scale(0); }
.header-search-contaniner{position:relative;top:50%;margin:auto;width: 600px;height:50px;border: 1px solid rgba(0, 0, 0, 0.2);color: #666;line-height:50px;background: #fff;}
.header-search-wrap.show2 {z-index: 9999;-webkit-transform: translate(0, 0) scale(1);-ms-transform: translate(0, 0) scale(1);transform: translate(0, 0) scale(1);opacity: 1; }
.header-search-wrap.hides1{-webkit-transform: translate(0, -200%) scale(1);-ms-transform: translate(0, -200%) scale(1);transform: translate(0, -200%) scale(1); }
.header-search-wrap .submit {position: absolute;top: 12px;right:15px;z-index: 5; width: 25px;height:25px;background: url(../img/ser.png) no-repeat center;border: none;box-sizing: border-box; }
.header-search-wrap .ser-input {width: calc(100% - 55px);height: 50px;position: relative;border: none;background: none;box-sizing: border-box;padding-left: 15px;line-height: 50px;}

/* 导航 */
.menu{width:100%;background:#0d6841;height:50px;line-height:50px;text-align:center;}
.nav{position:relative; z-index:1;}
.nav a{ color:#fff;}
.nav .nLi{ float:left;position:relative; display:inline;width: 9%;}
.nav .nLi h3{ font-weight: normal;}
.nav .nLi h3 a{display:block;font-size:18px;}
.nav .on{background:#1e7650;}
.nav .nLi:hover{background:#1e7650;}
.nav .sub{width:100%; left:0; top:50px;  position:absolute;background:#1e7650;text-align: center;display: none;z-index: 999;}
.nav .sub li{ zoom:1; font-size: 16px;}
.nav .sub a{ display:block; color: #fff;padding: 10px 0;line-height: 22px;}
.nav .sub a:hover{ background: #0d6841;}


/* banner */
.banner{width:100%; text-align:center;}
.slideBox{ height:auto; overflow:hidden; position:relative;}
.slideBox .hd ul{position: absolute;bottom:20px;left: 50%;margin-left: -72px;z-index: 999;}
.slideBox .hd ul li{width: 14px;height: 14px;background:#fff;margin-right: 10px;text-indent:-999px; cursor:pointer;float: left;border-radius: 50%;}
.slideBox .hd ul li.on{background: #daa450;}
.slideBox .bd{ position:relative; height:100%; z-index:0; width:100%;}
.slideBox .bd ul{width:100%;}
.slideBox .bd li{ zoom:1; vertical-align:middle; width:100%;}
.slideBox .bd img{ width:100%; height:auto; display:block;  }
.prev{width: 36px;height: 64px;background: url(../img/a_icon1.png) no-repeat center;position: absolute;top: 50%;margin-top: -25px;left: 5%;}
.next{width: 36px;height: 64px;background: url(../img/a_icon1.png) no-repeat center;position: absolute;top: 50%;margin-top: -25px;right: 5%;transform: rotate(180deg)}

/* 内容 */
.part1{padding: 40px 0;}

/* 公司新闻 */
.zytitle{margin-bottom: 30px;}
.zytitle h3{float: left;font-size: 24px;color: #000;background-image: url(../img/spirit.png);background-repeat: no-repeat;background-position: 0 -3%;padding-left: 40px;line-height: 40px;}
.zytitle a{float: right;font-size: 14px;color: #daa450;background: #f6f1ea;padding: 10px;display: inline;}
.zytitle a:hover{padding-right: 10px;color: #0d6841;transition: 0.6s;}
.picScroll-left{ width:600px;  overflow:hidden;position: relative;}
.picScroll-left .hd{ overflow:hidden;}
.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1;position: absolute;bottom:0;left:50%;z-index: 999;margin-left: -50px;}
.picScroll-left .hd ul li{ float:left;width:12px; height:12px; overflow:hidden; margin-right:10px; text-indent:-999px; cursor:pointer; background:#ddd;border-radius: 50%;}
.picScroll-left .hd ul li.on{ background:#daa450; }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{float:left; _display:inline; overflow:hidden;}
.picScroll-left .bd ul li .pic{ text-align:center;overflow: hidden;width:600px; height:100%;}
.picScroll-left .bd ul li .pic img{ width:600px; height:100%; display:block;transition: 0.6s;}
.picScroll-left .bd ul li .date{color: #10814b;font-size: 20px;margin: 25px 0;}
.picScroll-left .bd ul li .date span{font-size: 14px;color: #999;}
.picScroll-left .bd ul li .title a{color: #000;font-size: 18px;display: block;margin: 25px 0;}
.picScroll-left .bd ul li .title p{font-size: 14px;color: #666;line-height: 24px;}
.picScroll-left .bd ul li:hover .title a{color: #1e7650;}
.gzdt{width: 630px;}
.qhlist li{overflow: hidden;border-bottom: 1px dashed #ebebeb;transition: all 0.35s ease 0s;background: url(../img/libg.png) no-repeat left center;line-height: 50px;padding-left: 25px;}
.qhlist li a{color: #000;}
.qhlist li i{font-size: 14px;color: #999;float: right;font-style:normal;}
.qhlist li:hover{-webkit-transform: translateX(6px);-moz-transform: translateX(6px);-o-transform: translateX(6px);-ms-transform: translateX(6px);transform: translateX(6px);}
.qhlist li:hover a{color:#279a8e;}
.qhtt{background: #c29144 !important;padding: 20px 30px;border-bottom: none !important;box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);color: #fff;line-height: 28px !important;}
.qhtt a{font-size: 16px;font-weight: bold;color: #fff !important;}
.qhtt span{color: #fff !important;font-size: 14px !important;font-weight: normal;float:right;}
.qhtt i{font-style: normal;font-size: 20px !important;color:#fff !important;float:none !important;}
.qhtt p{font-size: 14px;}

/* part2 */
.part2{background: url(../img/bg.png) no-repeat center;padding: 40px 0;}
.w615{width: 615px;}
.djsz .zytitle h3{background-position: 0 14%;color: #fff;}
.djsz .zytitle a{background: #397c60;color: rgba(255,255,255,.5);}
.picScroll-left1{ width:100%;  overflow:hidden;position: relative;}
.picScroll-left1 .hd{ overflow:hidden;}
.picScroll-left1 .hd ul{ float:right; overflow:hidden; zoom:1;position: absolute;bottom:0;left:50%;z-index: 999;margin-left: -50px;}
.picScroll-left1 .hd ul li{ float:left;width:10px; height:4px; overflow:hidden; margin-right:10px; text-indent:-999px; cursor:pointer; background:#8eb5a1;border-radius: 5px;}
.picScroll-left1 .hd ul li.on{ background:#d4a250; width: 25px;}
.picScroll-left1 .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left1 .bd ul li{margin:0 6px; float:left; _display:inline; overflow:hidden;}
.picScroll-left1 .bd ul li .pic{ text-align:center;overflow: hidden;width:295px; height:195px;}
.picScroll-left1 .bd ul li .pic img{ width:295px; height:195px; display:block;transition: 0.6s;}
.picScroll-left1 .bd ul li .title{width: 295px;margin-bottom: 60px;}
.picScroll-left1 .bd ul li .title a{color: #fff;font-size: 16px;display: block;margin: 25px 0;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.picScroll-left1 .bd ul li .title p{font-size: 14px;color: rgba(255,255,255,.7);line-height: 24px;}

/* 通知公告 */
.tzgg .zytitle h3{background-position: 0 33%;color: #fff;}
.tzgg .zytitle a{background: #397c60;color: rgba(255,255,255,.5);}
.tzgg ul{margin: 0 -15px;}
.tzgg ul li{float: left;padding: 0 10px;width: 46.5%;margin-bottom: 30px;}
.tzgg ul li a{display: block;padding:0 10px 20px 10px;color: #fff;border: 1px solid #3e7d60;height:93px;}
.tzgg ul li i{display: table;margin: 0 auto;background: #3d8764;padding: 5px 10px;font-size: 14px;color: #fff;font-style: normal;margin-bottom: 20px;}
.tzgg ul li:hover a{background: #fff;color: #010101;}
.tzgg ul li:hover i{background: #daa450;}


/* part3t */
.part3t{margin:  40px 0 25px;}
.jxky .zytitle h3{background-position: 0 51%;}
.xsgz .zytitle h3{background-position: 0 68%;}
.jytt{background: none !important;padding-left: 0 !important;padding-bottom: 30px;}
.jytp{width: 160px;height: 105px;overflow: hidden;float: left;display: block;}
.jytp img{width: 160px;height: 105px;transition: 0.6s;}
.jynr{width: calc(100% - 180px);float: right;}
.jynr a{display: block;}
.jynr .riq{font-size: 20px;color: #10814b;line-height: 20px;text-align: left;}
.jynr .riq span{font-size: 14px;color: #999;float: none !important;}
.jynr .title{margin: 13px 0;line-height: 16px;}
.jynr .info{font-size: 14px;color: #666;line-height: 18px;}
.jxky .qhlist li{line-height: 64px;}
.jxky .qhlist li:last-child{border-bottom: none;}
.xsgz .jytt{padding: 30px 0;}
.xsgz .qhlist{margin-top: -30px;}
.xsgz ul li:last-child{border-bottom: none;padding-bottom: 0;}

/* part3b */
.yjsjy .zytitle h3{background-position: 0 85%;}
.zsjy .zytitle h3{background-position: 0 102%;}
.yjsjy li{float: left;width: 50%}
.yjsjy li a{display: block;}
.yjstp{width: 100%;height: 170px;overflow: hidden;}
.yjstp img{width: 100%;height: 170px;transition: 0.6s;}
.yjsjy li p{background: #efefef;padding: 10px 25px;height: 49px;line-height: 24px;position: relative;}
.yjsjy li p span{font-size: 14px;color: #999;position: absolute;bottom: 10px;right: 25px;}
.yjswz{background: #ba8e49;padding: 60px 25px;width: 41.8% !important;color: #fff;height: 119px;}
.yjswz a{color: #fff;line-height: 28px;}
.yjswz p{background: none !important;text-align: right;padding: 0 !important;height: 0 !important;margin-top: 30px;}
.yjswz+.yjswz{background: #10814b;}
.zsjy .qhlist li{line-height:60px;}
.zsjy .qhlist li:last-child{border-bottom:none !important;}


/* 底部 */
.footer{background:url(../img/footer.png) no-repeat center;overflow: hidden;color: #fff;width: 100%;margin-top: 30px;height: 269px;}
.footl{width: 270px;margin-top: 20px;margin-right: 90px;}
.footl ul li{float: left;width: 33.3%;text-align: center;margin-top: 25px;}
.footl ul li a{font-size: 14px;color: #fff;}
.footl ul li i{display: block;background-image: url(../img/link.png);background-repeat: no-repeat;width: 50px;height: 50px;border-radius: 50%;border:1px dashed #70926c;    margin: 0 auto 10px auto;transition: .6s;}
.link1{background-position: 48% -6%;}
.link2{background-position: 48% 18%;}
.link3{background-position: 48% 41%;}
.link4{background-position: 48% 63%;}
.link5{background-position: 48% 87%;}
.link6{background-position: 48% 110%;}
.footl ul li:hover i{transform: rotate(360deg);transition: .6s;}
.footc{margin: 55px 0;border-left: 1px solid #4b9173;border-right: 1px solid #4b9173;padding: 45px 60px;line-height: 28px;font-size: 14px;}
.footr{margin-top: 75px;}
.footr ul li{float: left;margin-left: 35px;text-align: center;}
.footr ul li p{font-size: 14px;margin-top: 10px;}

/* 内页 */
.nybanner{width: 100%;height: 300px;overflow: hidden;}
.nynr{padding:40px 0; }
.nynrl{width: 200px;}
.nynrl h3{width: 100%;height: 60px;background: #0d6841;line-height: 60px;text-align: center;font-size: 20px;color: #fff;margin-bottom: 20px;}
.nynrl li{position: relative;}
.nynrl li a.lanm{display: block;width: 100%;background: #f8f0f0;line-height: 40px;text-align: center;color: #333;margin-bottom: 15px;}
.nynrl li.on a.lanm,.nynrl li:hover a.lanm{color: #fff;background: #0d6841;font-weight: bold;}
.nynrr{width: calc(100% - 260px);}
.location{border-bottom: 1px solid #ddd;overflow: hidden;}
.location h3{font-size: 20px;color: #0d6841;float: left;margin: 0 0 -1px; border-bottom: 3px solid #0d6841;line-height: 50px;}
.current{float: right;font-size: 14px;color: #999;margin-top: 20px;}
.current a{color: #999;}
.current a:hover{color: #0d6841;}
.nynrr .qhlist{margin-top: 15px;}
.nynrr .jytt{padding: 30px 0;}

/* dpzw */
.dpzw{padding: 30px 0;overflow: hidden;}
.dpzw p{font-size: 16px !important;line-height: 32px !important;text-indent: 32px !important;color: #000;margin-bottom: 20px;}
.dpzw table{max-width:98%;margin:0 auto;}
.dpzw table td{text-indent:0 !important;padding:5px;text-align:center;}



/* 内容页 */
.nryy{width: 80%;padding: 10px 10%;background: #fff;box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);}
.nry{padding: 30px 0;overflow: hidden;}
.nry h1{font-size: 18px;text-align: center;color: #0d6841;line-height: 26px;padding: 0 25px;}
.xiab{text-align: center;font-size: 14px;color: #999;margin-top: 10px;}
.nrynr{overflow: hidden;border-bottom: 1px dashed #ddd;border-top: 1px dashed #ddd;padding: 25px 0;margin: 25px 0;}
.nrynr p{font-size: 16px;line-height: 32px;text-indent: 32px;color: #000;}
.nrynr p img{display: block;margin: 10px auto;}
.sxp p{font-size: 14px;color: #000;margin-bottom: 10px;}
.sxp p a{color: #999;}
.sxp p a:hover{color: #018b48;}
.nrynr table{margin:0 auto;max-width:98%}
.nrynr table td{border:1px solid #ddd;padding:5px;text-align:center;}

/* 列表页 */
.jxgllb{margin-top: 10px;}
.jxgllb li{line-height: 60px;border-bottom: 1px dashed #ddd;transition: 0.6s;}
.jxgllb li span{float: right;color: #999;font-size: 14px;}
.jxgllb li:last-child{border-bottom: none;}
.jxgllb li:hover{-webkit-transform: translateX(6px);-moz-transform: translateX(6px);-o-transform: translateX(6px);-ms-transform: translateX(6px);transform: translateX(6px);}



.dqgz{margin-top: 30px;}
.dqst{border-bottom: 1px solid #ddd;padding-bottom: 15px;}
.dqst .lbtp{float: left;width: 160px;overflow: hidden;height:100px;}
.dqst .lbtp img{width: 160px;height: 100px;transition: all 0.8s;}
.mtjj li:hover img{cursor: pointer;
	transition: all 0.8s;
	transform: scale(1.1);
    -ms-transform:scale(1.1);     /* IE 9 */
    -moz-transform:scale(1.1);     /* Firefox */
    -webkit-transform:scale(1.1); /* Safari 和 Chrome */
    -o-transform:scale(1.1);     /* Opera */}
.dqst .title{width: calc(100% - 175px);float: right;font-size: 16px;}
.dqst .title a{font-size: 16px;font-weight: bold;}
.dqst .title p.info{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow:hidden;line-height: 1.5rem;height: 40px;color: #666;margin: 15px 0;}
.dqst .title p.date{color: #680034;font-weight: bold;}
.dqst .title span{font-size: 12px;font-weight:normal;}
.dqgz li{line-height: 1.5rem;border-bottom: 1px dashed #ddd;}
.dqgz li::before{content: "";display: inline-block;width: 6px;height: 6px;background: #680034;}
.dqgz li a{float: left;display: block;padding-left: 8px;font-size: 16px;width: calc(100% - 60px);}
.dqgz li span{float: right;width: 50px;font-size: 12px;color: #999;}
.dqgz li:hover{-webkit-transform: translateX(6px);-moz-transform: translateX(6px);-o-transform: translateX(6px);-ms-transform: translateX(6px);transform: translateX(6px);}

.szdw{margin: 20px -15px 0 -15px;}
.szdw li{float: left;padding: 0 15px;text-align: center;margin-top: 15px;}
.szdw li a{display: block;}
.szdw li .sztp{width: 180px;height: 225px;overflow: hidden;}
.szdw li img{width: 180px;height: 225px;transition: .6s;}
.szdw li p{line-height: 45px;}


#browser-modal { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: 10000; width: 100%; height: 100%; color: #303233; text-align: center; }
#browser-modal .browser-modal-cover { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: -1; height: 100%; width: 100%; background-color: #111; }
#browser-modal .browser-content { width: 700px; margin: 120px auto 0; padding: 50px 0 80px; background-color: #fff; border-radius: 5px; }
#browser-modal .browser-content .browser-dpc-logo img { height: 42px; margin: 45px auto 40px; }
#browser-modal .browser-content .browser-text-title { font-size: 24px; text-transform: uppercase; }
#browser-modal .browser-content .browser-text-desc { margin: 30px 0 20px; font-size: 14px; }
#browser-modal .browser-content .browser-list { width: 600px; height: 130px; margin: 20px auto; }
#browser-modal .browser-content .browser-item { float: left; width: 150px; margin: 0 auto; padding: 20px 0; }
#browser-modal .browser-content .browser-item .iconfont { width: 100px; height: 100px; margin: 0 auto 10px; font-size: 80px; line-height: 80px; }
#browser-modal .browser-content .browser-item .iconchrome { background: url(../img/bro.png) no-repeat 0 0; }
#browser-modal .browser-content .browser-item .iconfirefox { background: url(../img/bro.png) no-repeat 0 -100px; }
#browser-modal .browser-content .browser-item .iconopera { background: url(../img/bro.png) no-repeat 0 -200px; }
#browser-modal .browser-content .browser-item .iconEdge { background: url(../img/bro.png) no-repeat 0 -300px; }
#browser-modal .browser-content .browser-item a { display: block; cursor: pointer; }
#browser-modal .browser-content .browser-item a:hover { text-decoration: underline !important; }
#browser-modal .browser-content .browser-item a img { display: block; max-width: 100px; width: 100px; height: 100px; margin: 0 auto; }
#browser-modal .browser-content .browser-item a h4 { margin-top: 20px; text-align: center; font-size: 18px; font-weight: 700; }
