﻿@charset "utf-8";
/* CSS Document */
body{margin:0; padding:0; font-family:"微软雅黑"; background:#fff;}
*{margin:0; padding:0;}

ul,li,dl,dt,dd{list-style-type:none}
.fl{float:left;}
.fr{float:right;}
a{text-decoration:none !important;line-height:none !important}
.glyphicon{ top:0 !important;}
.no-padding {padding: 0 !important;}
.no-margin {margin: 0 !important;}
.no-background{ background:none !important;}
.no-border{ border:none !important;}
.overflow{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
a{ text-decoration:none !important; cursor:pointer !important;color:#999;}
a:focus{outline:none;}
	p{line-height:26px; font-size:14px; margin:0;}
ul{margin:0;}
li{list-style: none;}
.imgvertical{vertical-align:middle !important;}
.container-fluid{ max-width:1230px !important;} 
.container{max-width:1000px !important;padding:0;}
.clearfix:before,.clearfix:after {display: table;content:'';}
.clearfix:after { clear: both; }
.clearboth{clear:both;}
.clearfix { *zoom:1;}
.imgs {max-width:100%;}
h1,h2,h3,h4,h5,h6{margin:0 !important; padding:0 !important}
.tr{transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;-webkit-transition:all 0.5s}
.tr1{transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;-webkit-transition:all 0.3s}
.tr2{transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s;-webkit-transition:all 1s}
.da{ transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1)}
input:required{ -webkit-box-shadow:none; -moz-box-shadow:none; -ms-box-shadow:none; -o-box-shadow:none; box-shadow: none;}

.container-fluid{max-width:1440px;}

/*全局样式*/
.top{background:#01824a; font-size:12px; color:#fff; line-height:36px; }
.top ul li{float:left;}
.top ul li a{color:#777; margin:0 5px;}
.top ul li a:hover{color:#01824a;}

.wel{line-height:36px; color:#fff; font-size:14px;background:#01824a;}

header{
    width: 100%;
    background: #FFFFFF;
    height: 100px;
	z-index:9999;
	display:block;
}
.logo img{margin-top:1px;}

header .phone{padding-left:35px;font-size:15px;color:#aaa; height:98px}
header .phone span{color:#ccc;}
header .phone h4{font-size:34px; color:#01824a;font-weight:bold;}
header .phone:hover{-webkit-animation: pulse 1s .2s ease both;-moz-animation: pulse 1s .2s ease both;}
				@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);}
				10%, 20%{-webkit-transform:scale(0.9) rotate(-3deg);}
				30%, 50%, 70%, 90%{-webkit-transform:scale(1.1) rotate(3deg);}
				40%, 60%, 80%{-webkit-transform:scale(1.1) rotate(-3deg);}
				100%{-webkit-transform:scale(1) rotate(0);}}

				/*火狐浏览器*/
				@-moz-keyframes pulse{0%{-moz-transform:scale(1);}
				10%, 20%{-moz-transform:scale(0.9) rotate(-3deg);}
				30%, 50%, 70%, 90%{-moz-transform:scale(1.1) rotate(3deg);}
				40%, 60%, 80%{-moz-transform:scale(1.1) rotate(-3deg);}
				100%{-moz-transform:scale(1) rotate(0);}}

/*pc导航*/
.m-nav {background-color: #fff;height:90px; padding:0;margin:0;z-index:9999;position:relative;}
.m-nav ul { }
.nav{width:100%;}
.nav .nav-h{}
.nav li{ float:left;height:90px;text-align:center;position:relative; }
.nav li a{border-bottom:2px solid #FFF; color:#333; display:block;  font-weight:400;  font: normal 15px / 19px "Microsoft Yahei",Helvetica,Arial,Verdana,sans-serif;    text-transform: none;margin:0 2px;line-height:40px; margin:25px 15px;}
.nav .on,.nav .on a,.nav li a:hover{ border-bottom:2px solid #01824a;   width:100%:  z-index:11; background:}
/*导航二级下拉*/
.nav li .nav-zi{background:#fcfcfc;width:auto;position:absolute; left:-20px;  top:92px;z-index:9999; display:none; 
    }
.nav li .nav-zi li{ width:auto; height:36px;line-height:36px;font-size:14px;margin:0px; border:0;}
.nav li .nav-zi li a{display:block; padding:0 25px; width:150px;color:#333;line-height:36px; margin:0;border:0}
.nav li:hover .nav-zi{display:block !important;box-sizing: border-box;transform: scale(1.02);
    box-shadow: 0 10px 30px rgba(121,107,93,.3);}
.nav li .nav-zi li:hover a{ color:#01824a; background:rgba(0,152,70,0.2); margin:0; height:36px; line-height:36px;}


header .sjdnav{ display:none;width:100%;height:auto;position:absolute;right:0;top:100px;z-index:2000; }
header .sjdnav ul{ padding: 10px; margin:0;background:rgba(2, 160, 90, .8); width:100%; height:100%;}
header .sjdnav li{width:100%;background:rgba(2, 160, 90, .8);line-height:48px;text-align:center;font-size:15px;line-height:48px;font-weight:bold;margin-bottom:1px}
header .sjdnav li a{display:block;color:#fff;}
header .sjdnav li a:hover{ background:rgba(42, 128, 202, 0.8);}
header .ydd_btn{width:40px;cursor:pointer;position:absolute;z-index:2000;top:40px;right:15px;}
header .ydd_btn span{ display:block; width:100%; height:4px; background:#251714;}
header .ydd_btn span.span02{margin:4px 0;}
header .ydd_btn.click{ background:none;}
header .ydd_btn.click span{ background:#251714;}
header .ydd_btn.click span.span01{transform:rotate(45deg);-ms-transform:rotate(45deg); -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg); position:relative;top:8px;margin-top:0px;} 
header .ydd_btn.click span.span02{margin:4px 0;}
header .ydd_btn.click span.span03{transform:rotate(-45deg);-ms-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg);position:relative;top:-8px;margin-top:0px;}
header .ydd_btn.click span.span02{ width:0;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0; opacity: 0;}
/*slide*/

.flexslider { width:100%; position: relative; overflow: hidden; background: url(../images/loading.gif) 50% no-repeat;padding-top:-10px; }
.slides { position: relative; z-index: 1; }
.slides li {  }
.flex-control-nav { position: absolute; bottom: 10px; z-index: 2; width: 100%; text-align: center; display: block; }
.flex-control-nav li { display: inline-block; width: 100px; height: 5px; margin: 0 2px; *display: inline;
zoom: 1; }
.flex-control-nav a { display: inline-block; width: 100px; height: 5px; line-height: 40px; overflow: hidden; background: #333; cursor: pointer; }
.flex-control-nav .flex-active { background: #01824a; }
.flex-direction-nav { position: absolute; z-index: 3; width: 100%; top: 45%; }
.flex-direction-nav li a { display: block; width: 100px; height: 100px; overflow: hidden; cursor: pointer; position: absolute; }
.flex-direction-nav li a.flex-prev { left: 40px; background: url(../images/prev.png) center center no-repeat; }
.flex-direction-nav li a.flex-next { right: 40px; background: url(../images/next.png) center center no-repeat; }

/*banner  *   royalslider.css /  rs-minimal-white.css*/
/*show*/
.show .imgbox{display:block; margin:0 10px 20px; padding:2px;}
.show .imgbox .tu{margin-bottom:2px; background:#fff; overflow:hidden; position:relative}
.show .imgbox .tu .mask{position:absolute; left:0; top:-100%; width:100%; height:100%; }
.show .imgbox h4{width:100%;  font-size:16px; color:#333; line-height:40px; text-align:center; background:#f5f5f5;}
.show .imgbox:hover{border-color:#01824a}
.show .imgbox:hover .tu .mask{top:0}
.show .imgbox:hover h4{color:#01824a;}
.show .imgbox .img {text-align:center; margin:0 auto;}
.show .libox {    border: 1px solid #ddd;width:100%;
    margin-bottom: 27px;
    padding: 9px;
    font-size: 14px;
    background: #fff;}
/* block title*/
.title{font-size:13px;text-align:center; color:#777; padding:40px 0 20px; line-height:40px}
.title span{    font-size: 20px;
    padding: 0 10px;
    display: inline-block;}
.title h4{font-size:30px; color:#01824a; background:url(../images/title.png) no-repeat center center;}
.title2{font-size:13px;text-align:center; color:#777; padding:40px 0 20px; line-height:40px}
.title2 h4{font-size:30px; color:#01824a; background:url(../images/title2.png) no-repeat center center;}
.title .xian{width:42px; height:3px; background:url(../images/xian.png) no-repeat; margin:15px auto 0;}


/*news_index*/
.news .row{ margin:0 5%}
.news .row .tilbg{background-size:cover; border-radius:50%; width:160px; height:160px; padding:10px;margin:10px auto; border: 1px solid #eee; padding-top:120px;text-align:center; }
.news .row .t1{background:url('../images/n-1.jpg') no-repeat  center center ;}
.news .row .t2{background:url('../images/n-2.jpg') no-repeat  center center ;}
.news .row .t3{background:url('../images/n-3.jpg') no-repeat  center center ; }
.news .row .t4{background:url('../images/n-4.jpg') no-repeat  center center ;}
.news .row .tilbg span{color:#fff; font-size:20px; }
.news .row ul{margin:0; padding:10px 30px;}
.news .row ul li{line-height:40px;  border-bottom: 1px dashed #eee; padding-left:15px;background:url('../images/dota.png') no-repeat left center;
	white-space:nowrap; 
	-webkit-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
	text-overflow:ellipsis;
	overflow:hidden;}
.news .row ul li:hover{}
.news .row ul li a{}

/*ibbg*/
.bbg {background:#01824a url('../images/bbg.jpg') no-repeat top center;  min-height:307px; margin-top:30px;padding-top:20px;}
.bbg .row{margin:0 5%;  padding:10px 0;}
.bbg .qr{text-align:center;}
.bbg .qr img{width:195px; height:195px; }
.bbg .qr p{line-height:40px; color:#fff; text-align:center;}

.bbg .ct{line-height:40px;color:#fff; font-weight:600}
.bbg .pl50{ padding-left:50px; margin:5px 0; }
.bbg .t{font-size:40px;color:#fff;padding-left:0 ; padding-bottom:20px;}
.bbg .phone{background:url('../images/icon-phone.png') no-repeat center left;}
.bbg .tel{background:url('../images/icon-tel.png') no-repeat center left}
.bbg .addr{background:url('../images/icon-addr.png') no-repeat center left}
.bbg .flink{ color:#fff;text-align:right;padding:5px 20px;}
.bbg .flink a{ color:#fff;}
.bbg .copyright{ color:#fff ;text-align:right;padding:5px 20px;}

.navbox{font-size:0; margin-bottom:10px; text-align:center}
.navbox .navli{display:inline-block;width:160px; height:45px; border:1px solid #cacaca; padding:1px;margin:0 5px 10px;}
.navbox .navli span{display:block; border:1px solid #fff; width:100%;font-size:15px; color:#010101; line-height:39px;}
.navbox .navli.active{ border-color:#01824a;}
.navbox .navli.active span{background:#01824a;color:#fff}

/*shili*/

.shili{background:url(../images/shilibg.png) no-repeat top center; padding:30px 0; text-align:center; color:#fff; font-size:20px}
.shili h4{color:#fff; background:0;}
.shili .text-uppercase{color:#fff; }
.shili .cont{padding-left:30px;}
.shili img{width:90%; padding:10px;}
.shili .cont .ico{margin: 10px auto;font-size:50px;font-weight: bold; width:96px;height:96px; display:block;background:url(../images/img.png) no-repeat 0 -25px;text-align: center;line-height:96px;color: #fff; }
.shili .cont .tx h4{    font-size: 30px;    color: #227ecb;}
.shili .cont .tx h5{font-size: 18px;    color: #333;    margin: 20px 0 0 0 !important;}
.shili .cont .tx p{text-align:left; font-size: 16px;
    color: #666;
    margin-top: 10px;
    line-height: 24px;}

/*news*/

.news .box{padding:20px;}
.news .box .t a{color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-left: 37px;
	padding-right:37px;
    background: url(../images/img.png) no-repeat 1px -125px;}
.news .box ul{}
.news .box ul li{width:98%;line-height:40px; height:40px;font-size:14px; border-bottom:1px dashed #e1e1e1; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; background:url(../images/img.png) no-repeat -1191px -460px}
.news .box ul li a{padding-left:17px;max-width:70%; 	white-space:nowrap; 
	-webkit-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
	text-overflow:ellipsis;
	overflow:hidden;}
.news .box ul li span{ color:#676767; float:right;}
.news .box ul li:hover{color:#0193de}


/*6、联系我们*/
.contact{background:url(../images/contact.jpg) center center; background-size:cover; width:100%; height:auto; color:#fff}
.contact h5{font-size:18px;line-height:50px;}
.contact .map img{max-width:100%; height:auto; margin-bottom:20px;}
.contact .lian11{position:relative; padding-top:20px;}
.contact ul{margin-right:5px;}
.contact ul li{font-size:16px; line-height:33px;}
.contact ul li b{margin-right:16px; line-height:33px; color:#01824a; font-size:16px;}
.contact .sao{ position:absolute; top:0; right:0;width:142px;}
.contact .sao img{ width:100%; height:auto;}
.contact .sao h4{font-size:14px; line-height:30px; text-align:center;}
.liuyan label,.contact  label{ padding-top:0 !important; text-align:left !important;height:34px; line-height:34px; font-weight:normal;}
.liuyan input,.contact input{ background:rgba(255,255,255,0.15); border:0; height:37px;}
.liuyan textarea,.contact textarea{ background:rgba(255,255,255,0.15);border:0; height:145px;}
.liuyan button,.contact button{ width:134px; height:33px; color:#fff; background:#01824a; border:none; margin-top:10px}
.liuyan button:hover,.contact button:hover{ background:#00afef;}




/*page.yues*/
.fu-texts .span{padding:0 18%; line-height:32px; font-size:16px;}
.fu-texts p{margin:0px;}
.fu-texts .div{height:78px;line-height: 78px;width:100%;text-align: center; font-size: 34px; color:#fff;}


/* page px*/
.bgcolor01{background-color:#ebcccc; font-size:20px; }
.bgcolor02{background-color:#d0e9c6; font-size:20px; }

/*table*/
.biao{ font-family:"微软雅黑,宋体"}
.biao table{ margin:0 auto; width:86%}

.biao table td{padding: 5px;}
.biao .bg0{background:#fff;}
.biao .bg1{background:#e1dcec}
.biao .bg2{background:#eadcec}
.biao .bg3{background:#efdced}
.biao .bg4{background:#fed}
.biao .bg5{background:#fdb}
.biao .bg6{background:#fba}
.biao .bg7{background:#fa8}

/*index services*/
.tab_tit{ text-align:center; margin:0 0 50px;}
.tab_tit li{ display:inline-block; zoom:1; *+display:inline; margin:5px 2px;cursor:pointer; position:relative;}

.tab_tit li span{ display:block; padding:5px; width:170px;font-size:16px; color:#828282;background:#F7F7F7;border:1px solid ##c5261f; border-radius:20px;}
.tab_tit li.on span{ color:#fff; background:#c5261f; border:1px solid #9F9583;}
.tab_tit li.on em{ display:block; width:100%; height:7px; }

.tab-b .box{margin:0 10px; background:#f00;}
.tab-b  .box .list_txt { color: #2c2c2c; background: #fff; width: 100%; padding: 40px 35px;  overflow: hidden; margin:10px 0 ; min-height:302px;}
.tab-b  .box .list_txt h4 { text-align: center; height: 40px; font-size: 18px; font-weight:600; color: 2c2c2c; }
.tab-b  .box .list_txt p { text-align: left; }

/*index news*/
.news { background: #FFF; }
.news .t_btn {height:60px;line-height: 60px; border-bottom: #e5e5e5 1px solid; padding: 0 20px; width:100%;}
.news .t_btn .stil { font-size: 18px; font-weight: 500; }
.news .one { display: inline-block; height: 100px;padding:10px 0; border-bottom: #e5e5e5 1px dashed;width:100%; }
.news .one .time { background-color: #bbbbbb; color: #ffffff;height: 72px; width: 10%; }
.news .one .time strong, .news .one .time span { display: inline-block; margin: 0; text-align: center; width: 100%; }
.news .one .time strong { border-bottom: 1px dashed #ffffff; font-size: 38px; font-weight: normal; height: 50px; line-height: 50px; }
.news .one .time span { line-height: 22px; }
.news .one .text { height: 72px; margin-left: 17px; width: 80%; }
.news .one .text h4 { margin-top: 5px; }
.news .one .text h4 a {font-size: 14px; font-weight: bold; }
.news .one .text h4 small { color: #585858;  font-size: 12px; margin-top: 3px; }
.news .one .text p { color: #585858; display: inline-block; margin-top: 10px; }
.news .one:hover .time { background-color: #01824a; }
.news .one:hover .text h4 a { color: #01824a; }

.iqr{background-color: #01824a; padding:20px; }
.iqr .iqrl{text-align:center;}
.iqr .iqrl img{   
    height: auto;padding-right:10px;}
.iqr .iqrr {color:#eee;font-size:16px; border-top:1px solid #ccc; margin-top:15px; }
.iqr .iqrr .iqrr1{  color:#FFF;  font-size: 34px;
    font-weight: 700;padding:10px; 0;}
.iqr .iqrr .iqrr2{font-size:12px;}

.iqr .textwidget{color:#eee; }
.iqr .textwidget .tishi{margin-right:10px;}
/*底部信息*/
footer{background:#292c31;color:#fff;padding:20px 0; font-size:14px; line-height:22px; text-align:center}
footer a{color:#fff; margin:0 15px;}
footer a:hover{color:yellow;}

/*底部热点开始*/
@font-face{font-family:'iconfont';src:url('//at.alicdn.com/t/font_1432720974_1547027.eot');src:url('//at.alicdn.com/t/font_1432720974_1547027.eot?#iefix') format('embedded-opentype'),url('//at.alicdn.com/t/font_1432720974_1547027.woff') format('woff'),url('//at.alicdn.com/t/font_1432720974_1547027.ttf') format('truetype'),url('//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"}
.w100{width:100% !important}
.h100{height:100% !important}
.hot{height:50px; background:#01824a; position:fixed; bottom:0; left:0; z-index:99; border-top:2px solid #fff;}
.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:hover{ background:#55Bb50;}	
.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/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/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; }
/*底部热点结束*/

/*子页面*/
/*1、关于我们*/
.main{ padding:30px 0 0px;font-size:14px; line-height:26px;background:#fff;}
/*内页左侧导航主要样式*/
.neiye .menu{background:#01824a url(../images/icon-menu.png) no-repeat 15px center; line-height:55px;  text-align:center; font-size:16px; color:#fff; position:relative}
.neiye .menu2{background:#01824a url(../images/sbja.png) no-repeat 45px center; line-height:55px;  text-align:center; font-size:16px; color:#fff; position:relative}
.neiye .menu i{display:block; position:absolute; left:0; top:0; width:100%; height:100%; z-index:1; cursor:pointer}
.neiye .menu span{position:absolute; right:30px; line-height:35px;}
.neiye .nav1{ text-align:center; font-size:14px; color:#333; line-height:50px; margin-top:2px; display:block;}
.neiye .navbox{background:none; padding:0;}


.about_left_bt{    width: 100%;
    background: #01824a;
    height: 100px;
    position: relative;
    text-align: center;}
.about_left_bt h3{    font-size: 28px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: bold;
   line-height:60px;}
.about_left_bt span{     font-size: 19px;
    color: #fff;
    font-family: 宋体;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.8em;}
.about_fl_list{width:100%;box-sizing: border-box;}
.about_fl_list li{height:50px;background:#f3f2f2;line-height:50px;font-size:16px;}
.about_fl_list li a{display:inline-block;height:50px;width:100%;color:#666666}
.cur a{color:#fff !important}
.about_fl_list .cur {background:rgba(0,152,70,0.6); font-weight:600 }
.about_fl_list li:hover {background:rgba(0,152,70,0.4) url(../images/icon.png) 200px center no-repeat;}
.about_fl_list li a:hover{color:#fff;background:rgba(0,152,70,0.4)}

/*一级导航、二级导航默认选中状态和hover事件*/


.neiye .menu1{margin-top:20px;}
.lian{background:#efefef;font-size:12px; color:#777; line-height:22px; padding:10px 10px 20px; margin-top:2px}


.main .cont{margin-top:20px;min-height:450px;}
.title-zi{background:url(../images/sub04_4.jpg) repeat-x bottom;font-size:14px; color:#888; line-height:36px;}
.title-zi h4{font-size:16px; color:#888;line-height:30px;}
.title-zi a:hover,.title-zi span{color:#01824a; font-weight:normal;}
.title-zi a{color:#888;}

.call-us{font-size:13px; color:#6a6a6a;line-height:28px; }
.call-us h4{font-size:18px; color:#666; font-weight:bold;line-height:30px;}
.call-us img{max-width:100%; height:auto; display:block; border:1px solid #ccc; margin:10px auto}

.show-box .imgbox{margin:0 0 0px}

.show-main{text-align:center;}
.show-main img{ max-width:100%; height:auto; display:block; border:1px solid #ccc; padding:2px; margin:10px auto;}

.news-box .imgbox{display:block; position:relative; padding-bottom:20px; border-bottom:1px solid #ccc; margin-bottom:20px}
.news-box .imgbox .tu{width:265px; height:175px; border:1px solid #ccc; position:absolute; overflow:hidden}
.news-box .imgbox .tu .img{width:100%; height:100%;}
.news-box .imgbox .text{margin-left:275px; height:175px;}
.news-box .imgbox .text h4{font-size:16px; color:#4b4a4a; line-height:30px; font-weight:bold}
.news-box .imgbox .text span{font-size:12px; color:#999; display:block; margin:-8px 0;}
.news-box .imgbox .text .zi{font-size:14px; color:#4f4f4f; line-height:25px; height:102px; overflow:hidden;}
.news-box .imgbox .text .more{ width:90px; height:28px; background:#999; font-size:13px; color:#fff; line-height:28px; text-align:center}
.news-box .imgbox:hover .tu .img{transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1)}
.news-box .imgbox:hover .text .more{background:#01824a;}

.news-main{font-size:14px; line-height:24px;}
.news-tou{width:80%; margin:0 auto;}
.news-main h4{ font-size:18px; line-height:40px; text-align:center; border-bottom:1px dashed #666; padding-bottom:10px;}
.news-main .arcd{display:block;  font-size:12px; color:#7f7f7f; margin:10px 0}
.news-main img{ max-width:100%; height:auto; margin:20px auto;}

.liuyan{ width:75%; margin:0 auto;}
.liuyan input,.liuyan textarea{border:1px dashed #666;}

/*listpage*/
.newslist {margin-bottom:20px;}
.newslist ul{padding:20px;}
.newslist ul li{line-height:50px; border-bottom:1px dashed #777;	
	white-space:nowrap; /*不换行*/
	margin:5px 0;
	padding:20px 0;
	-webkit-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
	text-overflow:ellipsis;
	overflow:hidden;}
.newslist ul li a{display:block; padding-left:20px; }
.newslist ul li a .til{font-size:16px;background:url('../images/dota.png') no-repeat center left; padding-left:20px;}

.newslist ul li span{ float:right; color:#aaa; padding:0 10px;}
.newslist ul li p{color:#999; padding:0 10px; font-size:14px;white-space:normal;}
.newslist ul li:hover{color:#01824a;}

.pagelist li {
	display: inline-block;
	border:0;
}
.pagelist .thisclass>a{background:#01824a; color:#fff;}
.pagelist li>a, .pagelist li>span {
	position: relative;
	display: block;
	padding: .5em 1em;
	text-decoration: none;
	line-height: 1.2;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	margin-bottom: 5px;
	margin-right: 5px
}

.sub-ban{width:100%;margin-top:98px;}

.liuyanshuoming .wenzi {padding-right:20px;}







@media (max-width:1350px){
}

@media (max-width:1151px){
.logo img{width:300px;}
header .middle{margin-left:30px;}
header .phone h4{font-size:28px;}
header form{width:251px;}
header form input{width:210px;}
header form button{width:40px;}
header .middle a{margin-right:3px;}
.nav li{width:12.1%;}
.nav .bx{display:block;width:1px; height:80%; margin:10% 0}

}

@media (max-width:1004px){
header{height:90px; padding-top:15px;}
header .ydd_btn{top:30px}
header .sjdnav{ top:90px}
header .ydd_btn span.span02{margin:6px 0;}
footer{padding-bottom:70px;}
.block .col-xs-6{margin-bottom:20px;}
.jianjie .tu{margin-bottom:20px;}
.jianjie .text h4{font-size:20px;}
.service img{width:98%; height:auto;padding:1px;}

/*手机侧导航 下拉 开始*/
.neiye{ text-align:center;}
.neiye .menu span,.neiye .menu{line-height:45px;}
.neiye .menu,.neiye ul a,.neiye .nav1.active,.neiye .nav1:hover,.neiye .nav1{background-image:none; text-indent:0;}
/*手机侧导航 下拉 开始*/
.neiye{ text-align:center;}
.neiye .menu span,.neiye .menu{line-height:45px;}
.neiye .menu,.neiye ul a,.neiye .nav1.active,.neiye .nav1:hover,.neiye .nav1{background-image:none; text-indent:0; text-align:center}
/*手机侧导航 下拉 结束*/
}

@media (max-width:767px){
header{height:90px; padding-top:13px}
.logo img{width:290px;}
header .ydd_btn{top:23px;width:32px;}
header .sjdnav{ top:70px}
.title{line-height:30px}
.title .xian{margin-top:10px;}
.title h4{font-size:25px;}
.block .imgbox .tu{width:150px; height:150px; line-height:150px;}
.block .imgbox h4{font-size:20px; line-height:30px;}
.jianjie .text h4{font-size:18px;}
.jianjie{ padding-bottom:40px;}
.navbox .navli{width:130px; height:40px; margin:0 3px 6px}
.navbox .navli span{line-height:34px;}
.datu{padding:30px 0;font-size:16px}
.datu h4{font-size:24px;}
.show-box .row{margin:0 -8px !important}
.show-box .col-md-4{padding:0 8px !important}
.show-box .imgbox{margin:0 0 16px}

.liuyan{width:100%;}

}

@media (max-width:600px){
.title h4{font-size:22px;}
.block .imgbox .tu{width:130px; height:130px; line-height:130px;}
.block .imgbox h4{font-size:18px; line-height:30px;}
.jianjie .text h4{font-size:16px;}
.show .imgbox h4{line-height:35px;}
.datu{padding:20px 0;font-size:14px}
.datu h4{font-size:20px;}
.jianjie .text .more{width:130px;}
.jianjie .text .more span{line-height:33px;}
.show .imgbox h4{font-size:14px;}
.show .more{width:140px; height:35px; line-height:33px;}
/*手机侧导航 下拉 开始*/
.neiye .menu{line-height:50px; font-size:18px;}
.neiye .menu span{ line-height:50px;}
/*手机侧导航 下拉 结束*/
.news-box .imgbox .tu{width:180px; height:130px;}
.news-box .imgbox .text{margin-left:190px; height:130px;}
.news-box .imgbox .text h4{font-size:15px;line-height:24px;}
.news-box .imgbox .text .zi{font-size:13px;line-height:20px; height:62px;}
.news-box .imgbox .text .more{ width:70px; height:25px; line-height:25px}

.liuyanshuoming .wenzi {padding-right:0px;}

}


@media (max-width:479px){
header{padding-top:11px;}
.logo img{width:240px;}
header .ydd_btn{top:18px; width:30px;}
header .sjdnav{ top:55px}
header .ydd_btn span.span02{margin:4px 0;}
.block .imgbox .tu{width:120px; height:120px; line-height:120px;}
.block .imgbox h4{font-size:16px; line-height:28px;}
.show .imgbox{margin:0 5px 10px;}
.show .imgbox h4{line-height:30px;}
.datu{font-size:12px}
.datu h4{font-size:18px;}
.navbox .navli{width:100px; height:35px; margin:0 3px 6px}
.navbox .navli span{line-height:29px;}
.news .imgbox{margin-bottom:20px}
.news .imgbox .tu{width:140px; height:100px;}
.news .imgbox .text{height:100px; margin-left:150px;}
.news .imgbox .text h4{font-size:14px;line-height:30px;}
.news .imgbox .text .zi{line-height:22px; height:60px;}
.show-box .imgbox{margin:0 0 16px}
.news-box .imgbox{padding-bottom:15px; margin-bottom:15px}
.news-box .imgbox .tu{width:140px; height:95px;}
.news-box .imgbox .text{margin-left:150px; height:95px;}
.news-box .imgbox .text h4{font-size:14px;line-height:24px;}
.news-box .imgbox .text span{display:none;}
.news-box .imgbox .text .zi{font-size:12px;line-height:18px; height:70px;}
.news-box .imgbox .text .more{ display:none}
.news-main h4{line-height:30px; font-size:16px;}
.news-main img{width:100% !important; height:auto !important;}
/*service-phone*/
.service .box{width:25%}
.service img{width:98%; height:auto;padding:1px;}
/*about-phone*/
.iabout {background:#01824a; height:auto;}
.iabout img{width:100%; margin:20px auto;}
.iabout .desc p{padding:10px 1px;}

/*.purpose .box*/
.purpose .box{margin:0; padding-top:0;}

/*.proc*/
.proc .box{padding-left:105px; line-height:60px; background:#01824a url('../images/phone-arrow1.png') no-repeat bottom center ; color:#fff; width:100%; margin:0 auto;}
.proc i{ padding-right:14px;}
.proc .nbg{background:#01824a }

/*p_yues*/
.p_yuesao .box .fu-texts{position:relative; top:0;}

.fu-texts .span{padding:0 10%; line-height:22px; font-size:16px;}
.fu-texts p{margin:0px;}
.fu-texts .div{height:78px;line-height: 78px;width:100%;text-align: center; font-size: 30px; color:#fff;}
.sub-ban{width:100%; margin-top:90px;}
}

@media (max-width:400px){
header .ydd_btn{width:26px;}
.logo img{ margin-top:2px}
.tab-b .box{margin:0px; background:#f00;}
.tab-b  .box .list_txt { color: #2c2c2c; background: #fff; width: 100%; padding: 15px 10px;  overflow: hidden; margin:10px 0 ; min-height:240px;}
.tab_tit li span{width:110px;}

.news .row {margin:0; padding:0;}
.news .row ul{padding:0;}
.news .one {height:90px; overflow:hidden;}
.news .one .text{margin-left:5px; width:70%; }
.news .one .time{width:20%; font-family:微软雅黑;}
.sub-ban{width:100%; margin-top:90px;}
}


/******************************************
  * sitemap 
***************************************/
.sitemap{ line-height:30px;}
.sitemap .header{  padding:0 0px 30px 20px;}
.sitemap h2{ float:left; padding:0 20px;}
.sitemap .m-t{margin:0px 20px; float:left; font-size:22px; }
.sitemap .mapmain{margin-left:10px;} 
.sitemap .smap-box{clear:both; }
.sitemap .smap-box h3 a{color:#ee562a; border-bottom:dashed 1px #aaa;padding:5px; margin:0 10px; }
.sitemap .smap-box h3:hover{background:#eee;}
.sitemap .smap-box ul{list-style:none; padding-top:10px; }
.sitemap .smap-box ul li{margin:5px 15px; float:left;}
.sitemap .smap-box ul li:hover{background:#eee}
.sitemap .smap-box ul li a{color:#ee562a; padding: 5px 15px;}
.sitemap .copyright{padding:5px 30px;bottom:0;right:0; position:absolute;}

/******************************************
  * zz130
***************************************/
.cp {background:#FFFFFF;padding:20px 0 40px; }
.cp .vc_column-inner>.wpb_wrapper {
    background-color: #f7f8f8;
    border: 1px solid #e5e5e5;
    padding-top: 20px;
    padding-bottom: 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.cp .vc_column-inner>.wpb_wrapper:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 30px rgba(121,107,93,.3);
	}

.cp .wpb_text_column p{color: #121212;text-align:center;
    font-weight: 300;
    font-size: 16px;}
	
	
	
	
	
.iad {height:255px; width:100%;}
.index_ser{ height:580px;}
.index_ser01{ line-height:29px; font-size:24px; color:#020202; text-align:right; font-weight:bold; padding-top:78px;}
.index_ser01 span{ color:#064d95;}
.index_ser02{ float:right; width:500px; height:145px; background:#ebf7fb url(../images/ser02.png) no-repeat 460px 24px; border:#deeef4 solid 1px; padding:20px 44px 0 30px; font-size:16px; line-height:31px; color:#303030; margin-top:36px; text-align:right; overflow:hidden;}
.index_ser03{ float:right; padding:78px 204px 0 0;}
.index_ser03 a{ display:block; font-size:18px; color:#fff; width:151px; height:43px; line-height:42px; background:url(../images/ser03.png) no-repeat; padding:0 54px 0 18px;}
.icase dl a{display:block; width:100%; height:100%;border:1px solid #eee}
.icase dl a:hover{display:block; width:100%; height:100%;border:1px solid #cec}
.icase dt img{width:100%;}
.icase dd{text-align:center;color:#121212;     line-height: 45px;    background: #fafafa; font-size:16px;}

.index_news03 dl{ float:left; margin:0 60px 30px 28px; position:relative; width:90%; height:145px; background:#fff; border:#e7e7e7 solid 1px; padding:0 20px 0 46px;}
.index_news03 dl dt{ font-size:18px; padding-top:10px; height:35px; overflow:hidden;}
.index_news03 dl dt a{ color:#5d5d5d;}
.index_news03 dl dt a:hover{ color:#01824a;}
.index_news03 dl dd{ margin-top:10px; line-height:24px; font-size:14px; color:#5d5d5d; height:75px; overflow:hidden; background:url(../images/n01.jpg) no-repeat left bottom;}
.index_news04{ position:absolute; top:33px; left:-29px; width:56px; height:56px; line-height:56px; text-align:center; background:#01824a; color:#fff; font-size:36px; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
.index_news05{}
.index_news05 a{ width:139px; height:26px; line-height:26px; border:#c5c5c5 solid 1px; display:block; text-align:center; margin:0 auto; font-size:14px; color:#6d6d6d;}
.index_news05 a:hover{ color:#01824a; border:#01824a solid 1px; }
.flk {color:#aaa;}
.flk a{padding:0 2px ;text-align:center;display:inline-block; color:#aaa;}
 .foot{        background:#01824a    }






.top4 .wpb_wrapper {padding:40px 10px;}

.top4 .t {font-size:16px; line-height:30px; height:30px; text-indent:30px; font-weight:600;}
.top4 .icon1 {background:url(../images/zhuanshi.png) no-repeat top left;}
.top4 .icon2 {background:url(../images/weizhang.png) no-repeat top left;}
.top4 .icon3 {background:url(../images/wangluo.png) no-repeat top left;}
.top4 .icon4 {background:url(../images/shouhou.png) no-repeat top left;}
.top4:hover {  background:rgba(1,157,93,.3);  transform: scale(1.02);
    box-shadow: 0 10px 30px rgba(1,157,93,.3);}
.top4:hover .icon1 {background:url(../images/zhuanshibai.png) no-repeat top left;}
.top4:hover .icon2 {background:url(../images/weizhangbai.png) no-repeat top left;}
.top4:hover .icon3 {background:url(../images/wangluobai.png) no-repeat top left;}
.top4:hover .icon4 {background:url(../images/shouhoubai.png) no-repeat top left;}

.itd {background:#01824a; margin:20px 0;color:#eee; padding:10px 0; }
.itd .t0 {font-size:26px; font-weight:600; color:#fff;padding-top:30px;}
.itd .t {margin:20px 0;dispaly:block;
color: #fff;
    font-size: 17px;
    margin-bottom: 0;
	 line-height:67px;text-indent:75px;}
.itd .t p {font-size:14px; color:#eee;}

.itd  .t1 {background:url(../images/t1.png) no-repeat top left;}	
.itd  .t2 {background:url(../images/t2.png) no-repeat top left;}	
.itd  .t3{background:url(../images/t3.png) no-repeat top left;}	


.sbanner {width:100%; height:auto;}
.cpsubbox {padding:20px 30px;}
.cpsubbox a {padding:10px 35px; border:1px solid #01824a; margin-bottom:5px;}
.cpsubbox .active, .cpsubbox a:hover {background: #01824a;    color: #FFF;}

.ys .wpb_bd {border: 1px solid #ddd;}




@media (max-width:600px){
.wel {display:none}
.flk {display:none;}
.news .row{ margin:0 1%}
.index_news03 dl{ width:100%}
.iad {height:100px;    background-size: contain;}
.index_ser01 {font-size:20px; margin-bottom:130px;}
.index_ser02 {    float: right;
    width: 100%;
    height: 145px;
    background: rgba(235, 247, 251, .8) url(../images/ser02.png) no-repeat 3px 24px;
    border: #deeef4 solid 1px;
    padding: 20px 10px 0 30px;
    font-size: 14px;
    line-height: 31px;
    color: #303030;
    margin-top: 36px;
    text-align: left;
    overflow: hidden;}
.index_ser03 {float: right;padding:20px 0 0 0 ;}
.itd  img {width:100%;}
.cpsubbox a {padding:0 15px; border:1px solid #01824a}
.iqr .iqrl{text-align:center;padding:10px 0;}
}