@charset "utf-8";
/* CSS Document */
body{margin:0; padding:0; font-family:"微软雅黑"; background:url(../images/bg.png) repeat;}
*{margin:0; padding:0;}
ul,li,dl,dt,dd{list-style-type:none}
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;}
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; }
.clearfix { *zoom:1;}
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;}
.suo{padding:0 5px;}

/*全局样式*/
header{width:100%;height:105px; padding-top:20px; position:relative;}
.logo img{position:absolute; top:0; left:50%; margin-left:-220px; width:441px; z-index:111}

header .left li{font-size:18px; color:#636363; font-weight:bold;position:relative; padding-left:28px; margin-bottom:10px;}
header .left li span{display:block; position:absolute; left:0; top:4px; background:url(../images/top-icon.png) no-repeat; width:21px; height:18px; font-size:13px; color:#fff; text-align:center; line-height:18px;}

header .phone{background:url(../images/icon-call.png) no-repeat left center;padding-left:120px;font-size:16px; color:#636363; font-weight:bold; height:50px; margin-top:10px}
header .phone ul li{background:url(../images/phone-icon.png) no-repeat left center; padding-left:18px}
header .phone:hover{-webkit-animation: tada 1s .2s ease both;-moz-animation: tada 1s .2s ease both;}
				@-webkit-keyframes tada{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 tada{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导航*/
.nav{width:100%;background:#16bdf4; height:50px;}
.nav .ul1{width:50%; float:left; padding-right:120px; position:relative; z-index:1111}
.nav .ul2{width:50%; float:right; padding-left:120px;position:relative; z-index:1111}
.nav .ul1 li{width:25%;}
.nav .ul2 li{width:20%;}
.nav li{float:left;font-size:15px;line-height:50px;text-align:center;position:relative;}
.nav li a{display:block;color:#fff; transition:all 0.5s}
.nav .on,.nav li a:hover{background:#77cb37;}
/*导航二级下拉*/
.nav li .nav-zi{width:100%;position:absolute; left:0; top:50px;z-index:9999999; display:none;}
.nav li .nav-zi li{ width:100%; height:45px;background:rgba(0,0,0,0.65);line-height:45px;margin-top:1px; border:0; font-size:14px}
.nav li .nav-zi li a{display:block; padding:0 5px;}
.nav li:hover .nav-zi{display:block !important;}
.nav li .nav-zi li:hover a{background:rgba(119,203,55,0.85);}


header .sjdnav{ display:none;width:150px;height:auto;position:absolute;right:0;top:100px;z-index:2000; }
header .sjdnav ul{ padding:0; margin:0;}
header .sjdnav li{width:100%;background:rgba(0,0,0,0.55);line-height:38px;text-align:center;font-size:15px;line-height:38px;font-weight:bold;margin-bottom:3px}
header .sjdnav li a{display:block;color:#fff;}
header .sjdnav li a:hover{ background:rgba(255,150,16,0.9);}
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:#77cb37;}
header .ydd_btn span.span02{margin:4px 0;}
header .ydd_btn.click{ background:none;}
header .ydd_btn.click span{ background:#77cb37;}
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;}


/*banner轮播*/
#myCarousel{position:relative;}
#myCarousel .carousel-inner img {margin:0 auto;}
#myCarousel .carousel-control {font-size:100px;}
#myCarousel .carousel-control.left{background-image: none; display:none}
#myCarousel .carousel-control.right{background-image: none; display:none}
#myCarousel:hover .carousel-control.left{display:block}
#myCarousel:hover .carousel-control.right{display:block}
.carousel-indicators{bottom:0;}
.carousel-indicators .active,.carousel-indicators li{width:12px; height:12px;margin:1px 4px;}


/*主体内容*/
.main1{padding-bottom:30px;}
.title{background:url(../images/title.png) no-repeat center center;font-size:34px;color:#77cb37; font-weight:bold;text-align:center;margin:40px 0 30px}
.title b{color:#16bdf4;}

/*.navbox01{text-align:center; font-size:0; margin-bottom:20px}
.navbox01 .navli{display:inline-block;width:127px; background:#eee;font-size:14px; color:#333; line-height:40px; margin:0 5px 10px;}
.navbox01 .navli.active,.navbox01 .navli:hover{background:#d5a368;}*/


/*1、产品展示*/
.show{background:#fff6e5;}
.show .imgbox{display:block; position:relative;padding:25px; margin:0 10px;}
.show .imgbox:before{content:""; position:absolute; left:0; top:0;background:url(../images/showbg.png) no-repeat;background-size:contain;width:100%; height:100%; z-index:11; transition:all 0.5s}
.show .imgbox .tu{border:1px solid #d1d1d1; padding:1px;}
.show .imgbox .tu .imgbg{overflow:hidden;}
.show .imgbox:hover .img{transform:scale(1.1,1.1) rotate(2deg);-moz-transform:scale(1.1,1.1) rotate(2deg);-ms-transform:scale(1.1,1.1) rotate(2deg);-o-transform:scale(1.1,1.1) rotate(2deg);-webkit-transform:scale(1.1,1.1) rotate(2deg)}
.show .imgbox:hover:before{background:url(../images/showbg1.png) no-repeat;background-size:contain;}
.show .owl-theme .owl-controls .owl-buttons div{display:none !important}

.jieda{background:#fff6e5; margin-top:-5px}
.jieda .tou{display:block;background:url(../images/wen-tou.png) no-repeat; font-size:16px; color:#333; text-align:center; width:200px; height:126px; margin:0 auto; padding-top:70px;}
.jieda .imgbox{background:url(../images/wen-bg.png) no-repeat center center;background-size:contain;height:192px; position:relative; padding:25px 50px 0 205px}
.jieda .imgbox .fu img{position:absolute; left:0; top:-120px;}
.jieda .imgbox .left img{width:128px; height:128px; margin-right:15px;}
.jieda .imgbox .text{font-size:15px;line-height:26px; height:104px; overflow:hidden; margin-top:8px}


.title1{background-image:none;text-align:left; position:relative; padding-right:60px}
.title1 i{font-size:16px; color:#949494;font-weight:normal}
.title1 .more{position:absolute; bottom:5px; right:0; background:url(../images/more.png) no-repeat right center; padding-right:20px; font-size:15px; color:#666; font-weight:normal}
.title1 .more:hover{text-decoration:underline !important; color:#77cb37;}

.tuandui{background:#ebf5ff; padding-bottom:20px}
.nengli .imgbox,.tuandui .imgbox{padding-bottom:20px; border-bottom:1px dashed #ccd4dd; margin-bottom:20px;}
.tuandui .tu{position:relative;padding:35px;}
.tuandui .tu:before{content:""; position:absolute; left:0; top:0;background:url(../images/tuidui-bg.png) no-repeat;background-size:contain;width:100%; height:100%; z-index:11;}
.tuandui .tu .img{border-radius:10px;}
.text22{position:relative; margin:36px 0 0 62px;}
.text22 .icon img{position:absolute; top:-32px; left:-62px;width:92px; height:104px;}
.text22 .tou{font-size:17px; color:#000; padding-left:35px;}
.text22 .tou b{font-size:24px; color:#ec4630; margin-right:8px}
.text22 .zi{font-size:14px; color:#666; line-height:24px; height:120px; overflow:hidden; text-indent:35px; margin:10px 0 20px}
.text22 .more{display:block; width:182px; background:#ffa800; font-size:20px; color:#fff; line-height:50px; font-weight:bold; text-align:center; border-radius:8px;border-bottom:4px solid #db9000;}
.text22 .more:hover{text-decoration:underline !important}

.nengli .col-md-8{margin-bottom:-50px;}
.nengli .tu img{max-width:100%; height:auto; display:block; margin:0 auto}
.nengli .text22 .tou{font-style:italic; font-size:14px; color:#999}
.nengli .text22 .tou b{font-style:normal;}
.nengli .text22 .zi{max-height:72px; height:auto;}
.nengli .imgbox{margin-bottom:60px;}

.jiena{background:#fff8ec;}


.title2{background:url(../images/title2.png) no-repeat center center;}

.kecheng{background:url(../images/ke-bg.jpg) center center; background-size:cover; width:100%; height:auto; padding-top:30px}
.kecheng .row{margin:0 -10px !important}
.kecheng .col-xs-6{padding:0 10px !important;}
.kecheng .imgbox{background:#fff; padding:28px 20px; border-bottom:6px solid #ffa800; margin-bottom:20px;}
.kecheng .imgbox .tu{width:200px; height:200px; border:2px solid #eae8e9; padding:10px; background:#f8f6f7; position:relative;z-index:3;margin:0 auto; border-radius:50%;}
.kecheng .imgbox .imgbg{width:100%; height:100%; overflow:hidden; position:relative; z-index:2;border-radius:50%;}
.kecheng .imgbox .img{width:100%; height:100%;border-radius:50%;}
.kecheng .imgbox .tou{font-size:26px; color:#16bdf4; text-align:center; font-weight:bold; margin:10px 0 5px}
.kecheng .imgbox ul{height:100px; overflow:hidden; margin-bottom:15px}
.kecheng .imgbox ul li{width:50%; float:left; padding-right:3px;}
.kecheng .imgbox ul li a{display:block;font-size:14px; color:#666; line-height:25px;}
.kecheng .imgbox ul li a:hover{text-decoration:underline !important}
.kecheng .imgbox .more{display:block; width:144px; border:1px solid #ccc; font-size:15px; color:#000; line-height:38px; text-align:center; margin:0 auto; border-radius:5px;}
.kecheng .imgbox:hover{background:#77cb37; border-bottom-color:#77cb37;}
.kecheng .imgbox:hover .tu{border-color:rgba(255,255,255,0.25); background:none}
.kecheng .imgbox:hover .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)}
.kecheng .imgbox:hover .tou,.kecheng .imgbox:hover ul li a{color:#fff;}
.kecheng .imgbox:hover .more{background:#16bdf4; border-color:#fff; color:#fff;}


.tedian .imgbox{text-align:center; margin-bottom:10px}
.tedian .imgbox .tu img{max-width:100%; height:auto; display:block; margin:0 auto 15px;}
.tedian .imgbox h4{font-size:16px; color:#ff6661;}
.tedian .imgbox .zi{font-size:12px; color:#000; line-height:24px; height:48px; overflow:hidden; margin-top:5px} 
.tedian .imgbox:hover .tu img{transform:rotateY(180deg);}
.tedian .imgbox2 h4{color:#5b9bd5;}
.tedian .imgbox3 h4{color:#d78a1b;}
.tedian .imgbox4 h4{color:#70ad47;}


.main2{margin-bottom:10px; background:#fff8ec;}
.main2 .lun .imgbox{display:block; overflow:hidden;}
.main2 .lun .imgbox:hover .tu{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)}
.main2 .lun .owl-theme .owl-controls .owl-buttons div{position:absolute; bottom:0; z-index:1; width:48px; height:36px;filter:Alpha(Opacity=100);opacity:1;}
.main2 .lun .owl-theme .owl-controls .owl-buttons div.owl-prev{left:auto; right:52px; background:url(../images/allow3.jpg) no-repeat left center; transition:none}
.main2 .lun .owl-theme .owl-controls .owl-buttons div.owl-next{right:0; background:url(../images/allow4.jpg) no-repeat right center;transition:none}
.main2 .lun .owl-theme .owl-controls .owl-buttons div.owl-prev:hover{background:url(../images/allow3.jpg) no-repeat right center;}
.main2 .lun .owl-theme .owl-controls .owl-buttons div.owl-next:hover{background:url(../images/allow4.jpg) no-repeat left center;}
.xianwen{margin-top:20px;}
.xianwen .imgbox{display:block; color:#333; margin-bottom:25px}
.xianwen .imgbox .block{font-size:60px; width:85px; border-right:2px solid #323232; padding-bottom:5px;margin-right:15px}
.xianwen .imgbox .text{font-size:14px;}
.xianwen .imgbox .text h4{font-size:18px; font-weight:bold}
.xianwen .imgbox .text span{display:block; margin:5px 0 3px; font-size:12px; color:#777}
.xianwen .imgbox .text .zi{line-height:24px; color:#555; height:50px; overflow:hidden;}
.xianwen .imgbox:hover .text h4{color:#16bdf4;}
.xianwen .imgbox:hover .text .zi{color:#333;} 


/*6、联系我们*/
.contact{background:url(../images/contact.jpg) center center; background-size:cover; width:100%; height:auto;}
.contact .col-md-3{padding:0 30px;}
.contact .imgbox{background:url(../images/di-icon1.png) no-repeat left 5px; padding-left:50px; color:#fff; line-height:20px; min-height:52px;}
.contact .imgbox span{font-size:12px; color:rgba(255,255,255,0.5); display:block; margin-top:5px}
.contact .imgbox2{background:url(../images/di-icon2.png) no-repeat left 5px;}
.contact .imgbox3{background:url(../images/di-icon3.png) no-repeat left 5px;}
.contact .imgbox4{background:url(../images/di-icon4.png) no-repeat left 5px;}

.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.12); border:0; height:38px;border-radius:10px; color:#fff}
.liuyan textarea,.contact textarea{ background:rgba(255,255,255,0.12); border:0; height:108px; border-radius:10px; color:#fff}
.liuyan button,.contact button{ width:149px;height:38px;background:#16bdf4;border:none; border-radius:10px; font-size:18px; color:#fff;margin-top:10px}
.liuyan button:hover,.contact button:hover{ background:#77cb37; text-decoration:underline !important}

.liuyan textarea,.liuyan input{ background:#e0e0e0;}



/*底部信息*/
footer{background:#16bdf4;color:#fff;padding:20px 0; font-size:14px; line-height:22px; text-align:center}
footer a{color:#fff;}
footer a:hover{color:yellow; text-decoration:underline !important}

/*底部热点开始*/
@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:#77cb37; 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:#61ad27;}	
.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 50px;font-size:15px; line-height:30px;}
/*内页左侧导航主要样式*/
.neiye .menu{background:#16bdf4 url(../images/icon-menu.png) no-repeat 20px center; line-height:45px; text-indent:50px; font-size:16px; color:#fff; position:relative;}
.neiye .menu b{font-size:13px; color:rgba(255,255,255,0.7); margin-left:6px; text-transform:uppercase; font-weight:normal}
.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:45px;}
.neiye .nav1{background:#fff url(../images/icon-zi1.png) no-repeat 43px center; text-indent:84px; font-size:14px; color:#000; line-height:42px; border-bottom:1px solid #d9d9d9;display:block; text-align:left;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; padding-right:10px}
.neiye ul a{display:block; background:#f6f6f6; font-size:12px; color:#888; line-height:35px; text-indent:84px; margin-top:2px}
.neiye ul{display:none;}
.neiye .ul1{display:block;}
.neiye .navbox{background:#fff; padding:0; border:1px solid #ccc; border-top:0; border-bottom:0}

/*一级导航、二级导航默认选中状态和hover事件*/
.neiye .nav1.active,.neiye .nav1:hover{background:#fff url(../images/icon-zi2.png) no-repeat 43px center; color:#77cb37; font-weight:bold}
.neiye ul a.active,.neiye ul a:hover{color:#77cb37;}


.neiye .menu1{margin-top:20px;}
.lian{background:#fff;font-size:13px;line-height:27px; padding:10px 15px 30px; margin-top:2px; border:1px solid #d9d9d9; border-top:0;}


.main .cont{margin-top:20px;}
.title-zi{border-bottom:1px solid #ccc;font-size:14px; color:#888}
.title-zi h4{font-size:15px; color:#555; font-weight:bold}
.title-zi a:hover,.title-zi span{color:#77cb37; font-weight:normal;}
.title-zi a{color:#888;}
.about{font-size:15px; color:#555;line-height:30px; }
.about h4{font-size:20px; line-height:40px; text-align:center;}

.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 .row{margin:0 -8px !important}
.show-box .col-md-4{padding:0 8px !important}
.show-box .imgbox{display:block; border:1px solid #c0c0c0; padding:2px;margin:0 0 16px}
.show-box .imgbox .tu{overflow:hidden; margin-bottom:2px}
.show-box .imgbox h4{background:#c0c0c0; font-size:15px; color:#fff; line-height:40px; text-align:center;}
.show-box .imgbox:hover{border-color:#77cb37;}
.show-box .imgbox:hover .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)}
.show-box .imgbox:hover h4{background:#77cb37; color:#fff}



.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:#ffa800;}

.news-main{font-size:14px; line-height:24px;}
.news-tou{width:80%; margin:0 auto;}
.news-main .news-tou h4{ font-size:18px; line-height:40px; text-align:center; border-bottom:1px dashed #666; padding-bottom:10px;}
.news-main .news-tou span{display:block; text-align:center; 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 textarea,.liuyan input{ background:rgba(0,0,0,0.25);}


/*相册轮播*/
.show-main{font-size:13px; line-height:25px}
.show-main h4{ height: 40px; line-height: 40px; }
.show-main img{max-width: 100%}
.show-main .shang{width:100%;margin-bottom:5px;}

/*相册的盒子*/
.show-main .gun{width:100%;}
.show-main .gun .gun1 .imgbox{margin-bottom:8px;}
.show-main .gun .gun2 .item{margin:0 5px;}
.show-main .gun .gun2 .suo1{padding:0 10px;}
.show-main .gun .gun2 .imgbox .tu{height:116px;}
	/*可以切换的相册*/
/*隐藏所有大图，默认的显示出来*/
.show-main .gun .nr-box .con{display:none;}
.show-main .gun .nr-box .con.active{display:block;}

.show-main .gun .owl-theme .owl-controls .owl-buttons div{position:absolute; bottom:0;z-index:1; width:27px; height:100%;filter:Alpha(Opacity=80);opacity:0.8;}
.show-main .gun .owl-theme .owl-controls .owl-buttons div.owl-prev{left:5px;background:url(../images/left.jpg) no-repeat left center;}
.show-main .gun .owl-theme .owl-controls .owl-buttons div.owl-next{right:5px;background:url(../images/right.jpg) no-repeat right center;}

.show-main .shang{border:1px solid #ccc; border-top:4px solid #ffa800; padding:20px}
.show-main .wenzizi{font-size:12px; line-height:20px; margin-top:30px}
.show-main .wenzizi .tou{border-bottom:1px solid #ccc; margin-bottom:15px}
.show-main .wenzizi .tou span{display:inline-block; width:112px; background:#77cb37; font-size:14px;color:#fff; line-height:36px; text-align:center;}


@media (max-width:1350px){

}

@media (max-width:1200px){
.logo img{width:340px;margin-left:-170px;}
header .phone{font-size:14px; padding-left:110px;}
.nav .ul1{ padding-right:80px;}
.nav .ul2{padding-left:80px;}
}

@media (max-width:991px){
header{height:90px; padding-top:10px;}
.logo img{left:-10px; margin-left:0; width:381px}
header .ydd_btn{top:30px}
header .sjdnav{ top:90px}
header .ydd_btn span.span02{margin:6px 0;}
footer{padding-bottom:70px;}
.carousel-indicators .active,.carousel-indicators li{width:10px; height:10px;margin:0;}
.contact .imgbox{margin-bottom:20px;}
.contact{margin-bottom:-20px;}
.title{font-size:30px;margin:40px 0 30px}
.jieda .tou{width:160px; height:100px; background-size:contain;padding-top:50px}
.jieda .imgbox{padding:20px; height:auto; background:#fff; background-image:none; border:3px double #ccc}
.jieda .imgbox .fu img{width:230px; top:-80px;}
.text22 .more{margin-bottom:10px;}
.kecheng .imgbox .tou{font-size:22px;}


/*手机侧导航 下拉 开始*/
.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:70px; padding-top:8px}
.logo img{width:295px}
header .ydd_btn{top:23px;width:32px;}
header .sjdnav{ top:70px}
.contact .col-md-3{padding:0 15px;}
.title{font-size:25px;margin:30px 0 25px;}
.jieda .tou{width:160px; height:100px; background-size:contain;padding-top:53px; margin-top:-10px; font-size:15px;}
.jieda .imgbox{padding:15px;}
.jieda .imgbox .left img{width:100px; height:100px; margin-right:10px}
.jieda .imgbox .text{font-size:13px; line-height:23px; height:92px;}
.jieda .imgbox .fu img{width:180px; top:-60px;}
.text22 .tou b{font-size:22px;}
.text22 .more{width:150px; line-height:40px; font-size:18px;}
.kecheng .imgbox .tou{font-size:20px;}

.navbox01{margin-bottom:15px;}
.show-box .imgbox h4{font-size:14px;line-height:35px;}
.liuyan{width:100%;}

.show-main .shang{padding:10px}
}

@media (max-width:600px){
.title{font-size:21px;margin:25px 0 20px;}
.title1 .more{bottom:0;}
.show .imgbox{padding:20px; margin:0 6px}
.text22 .tou{font-size:15px;}
.text22 .tou b{font-size:19px;}
.text22 .more{width:120px; line-height:36px; font-size:15px; border-bottom-width:3px}
.text22 .zi{margin:6px 0 15px;}
.kecheng .row{margin:0 -5px !important}
.kecheng .col-xs-6{padding:0 5px !important}
.kecheng .imgbox{padding:18px 15px; margin-bottom:10px}
.kecheng .imgbox .tu{width:180px; height:180px; padding:6px}
.kecheng .imgbox .tou{font-size:18px;}
.kecheng .imgbox ul{margin-bottom:10px;}
.kecheng .imgbox .more{font-size:14px; line-height:34px; width:130px}

.navbox01 .navli{width:100px; margin:0 3px 10px;}

.show-box .row{margin:0 -5px !important}
.show-box .col-md-4{padding:0 5px !important}
.show-box .imgbox{margin:0 0 10px}
.show-box .imgbox h4{line-height:30px;}

.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}

.show-box .imgbox{margin:0 0 12px;}
}


@media (max-width:479px){
header{height:55px; padding-top:8px}
.logo img{width:230px}
header .ydd_btn{top:18px; width:30px;}
header .sjdnav{ top:55px}
header .ydd_btn span.span02{margin:4px 0;}
.title{font-size:19px;}
.jieda .tou{width:128px; height:80px; background-size:contain;padding-top:40px; margin-top:-10px; font-size:14px;}
.jieda .imgbox{padding:10px;}
.jieda .imgbox .left img{width:90px; height:90px; margin-right:10px}
.jieda .imgbox .text{font-size:12px; line-height:20px; height:80px;}
.jieda .imgbox .fu img{width:120px; top:-40px;}
.text22{margin:28px 0 0 32px;}
.text22 .icon img{width:62px; height:74px; left:-32px; top:-28px;}
.text22 .tou{font-size:14px; padding-left:30px}
.text22 .tou b{font-size:17px;}
.text22 .more{width:108px; line-height:32px; font-size:14px; border-bottom-width:3px}
.text22 .zi{margin:6px 0 10px; font-size:12px; line-height:20px; height:80px; text-indent:30px}
.nengli .text22 .zi{max-height:80px;}
.kecheng .imgbox{padding:15px 10px;}
.kecheng .imgbox .tu{width:150px; height:150px; padding:3px}
.kecheng .imgbox .tou{font-size:16px; margin:8px 0 5px}
.kecheng .imgbox ul{height:88px;}
.kecheng .imgbox ul li a{font-size:13px; line-height:22px;}
.kecheng .imgbox .more{font-size:13px; line-height:30px; width:120px}
.tedian .row{margin:0 -5px !important}
.tedian .col-xs-6{padding:0 5px !important}
.tedian .imgbox .zi{line-height:20px; height:40px;}
.tedian .imgbox .tu img{width:85%;}


.xianwen .imgbox .block{font-size:45px; width:60px; padding-bottom:0}
.xianwen .imgbox .text h4{font-size:16px;}
.xianwen .imgbox .text span{display:none;}
.xianwen .imgbox .text .zi{line-height:20px; height:40px; margin-top:8px}


.show .imgbox h4{line-height:30px;}
.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 .news-tou h4{line-height:30px; font-size:16px;}

}

@media (max-width:400px){
header .ydd_btn{width:26px;}
.logo img{margin-left:-20px; width:200px}
.kecheng .imgbox{padding:10px 5px 15px;}
.kecheng .imgbox .tu{width:130px; height:130px; padding:2px}
.kecheng .imgbox ul{padding-left:10px;}
.kecheng .imgbox ul li{width:100%;}

.xianwen .imgbox{margin-bottom:20px;}
.xianwen .imgbox .block{font-size:38px;}
.xianwen .imgbox .text h4{font-size:15px;}
.xianwen .imgbox .text .zi{margin-top:3px;}

}


@media (max-width:380px){

}

@media (max-width:340px){
.kecheng .imgbox .tu{width:120px; height:120px; border-width:1px}

}
