@charset "utf-8";
/* CSS Document */

/*引入字体库*/
@font-face {
  font-family: 'iconfont';
  src: url('//at.alicdn.com/t/font_1432720974_1547027.eot'); /* IE9*/
  src: url('//at.alicdn.com/t/font_1432720974_1547027.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/font_1432720974_1547027.woff') format('woff'), /* chrome銆乫irefox */
  url('//at.alicdn.com/t/font_1432720974_1547027.ttf') format('truetype'), /* chrome銆乫irefox銆乷pera銆丼afari, Android, iOS 4.2+*/
  url('//at.alicdn.com/t/font_1432720974_1547027.svg#iconfont') format('svg'); /* iOS 4.1- */
}
@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"; }
/************************************************************************************************************/

.glyphicon{}
.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;}
.w100{ width:100% !important;}
.h100{ height:100% !important;}
a{ text-decoration:none !important; cursor:pointer !important;}
.imgvertical{vertical-align:middle !important;}
.container-fluid{ max-width:1000px !important;}
.clearfix:before,.clearfix:after {display: table;content:'';}
.clearfix:after { clear: both; }
.clearfix { *zoom:1;}
.clear { clear:both;}
body{ font-family:"微软雅黑";}

/*全局样式*/
.logo{ width:100%; height:100px;}
.logo .logoimg img{ width:413px; height:40px; margin:30px 0 0 0;}
.logo .dh{ padding-left:50px; background:url(../images/dianh.png) left 50% no-repeat; margin-top:25px;}
.logo .dh h2{ font-size:20px; color:#737383; text-transform:uppercase; font-family:Georgia, "Times New Roman", Times, serif;}
.logo .dh p{ font-size:20px;  color:#ffc300; line-height:30px; font-weight:bold;}
.logo .swr{ border:1px solid #ffc300; background:#fff;/* box-shadow:2px 2px 3px rgba(0,0,0,0.3) inset;*/ border-radius:50px; -moz-border-radius:50px; height:32px; margin:35px 0 0 60px;}
.logo .swr input{ border:none; width:160px; height:30px; border-radius:50px 0 0 50px; -moz-border-radius:50px 0 0 50px; padding:0 20px 0 15px; box-shadow:2px 2px 3px rgba(0,0,0,0.2) inset;}
.logo .swr button{ border:none; margin-top:0; background:#ffc300; width:60px; height:31px;border-radius:50px; -moz-border-radius:50px; position:relative; margin-left:-20px; outline:none; transition:all .3s;}
.logo .swr button:hover{ background:#c99a00;}

.heard1{ width:100%; height:50px; background:url(../images/heard1_bg.png) center center; background-size:cover;}
.heard1 nav{ width:100%; background:url(../images/nav_bg.png) left center no-repeat;}
.heard1 nav li{ height:50px;width:14.28%; position:relative; background:url(../images/nav_bg.png) right center no-repeat;}
.heard1 nav li a{ display:block; color:#fff; line-height:50px;  font-size:14px;}
.heard1 nav li a:hover{ background:#ffc300;}
.heard1 nav li:hover ul{ display:block;}
.heard1 nav li ul{ display:none; position:absolute; left:0; top:50px; width:100%; background:#299117; z-index:999;}
.heard1 nav li ul li{ width:100%; height:40px;background:none;}
.heard1 nav li ul li a{ color:#fff; line-height:40px; background:none;}
.heard1 nav li ul li:hover{ background:#ff7827;}
.heard1 nav li ul li:hover a{color:#fff; }

/*banner*/
.banner .carousel-fade .carousel-inner .item{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-ms-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}
.banner .carousel-fade .carousel-inner .item img{ width:100%;}
.banner .carousel-fade .carousel-inner .active{opacity:1}
.banner .carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right{left:0;opacity:0;}
.banner .carousel-fade .carousel-inner .next.left,.carousel-fade .carousel-inner .prev.right{opacity:1}
.banner #myCarousel{position:relative}
.banner #myCarousel .carousel-indicators{bottom:0;z-index:4}
.banner #myCarousel .carousel-indicators li{margin:0 5px;width:12px;height:12px;transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s}
.banner #myCarousel .carousel-indicators li:hover{background-color:#fff}


/**fenye*/
.pages a,.pages span {
    display:inline-block;
    padding:2px 5px;
    margin:0 1px;
    border:1px solid #f0f0f0;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.pages a,.pages li {
    display:inline-block;
    list-style: none;
    text-decoration:none; color:#58A0D3;
}
.pages a.first,.pages a.prev,.pages a.next,.pages a.end{
    margin:0;
}
.pages a:hover{
    border-color:#50A8E6;
}
.pages span.current{
    background:#50A8E6;
    color:#FFF;
    font-weight:700;
    border-color:#50A8E6;
}




/*m-w*/
.mian-news{padding-bottom:20px;}
.mian-about{ padding-bottom:30px; background:url(../images/about_bg.jpg) center center; background-size:cover;}
.mian-case{ padding-bottom:20px; }
.mian-colo{ padding-bottom:20px;}
.mian-jiaoy{ padding-bottom:20px; background:#f2f2f2;}
.mian-zhis{ padding-bottom:20px;}
.mian-Color{ padding-bottom:20px; background:#f2f2f2;}


/*t-2*/
.title2 { margin:25px 0 30px 0 ; padding-top:10px;}
.title2 h3{ color:#999; font-size:24px;  line-height:40px;  text-transform:uppercase;}
.title2 span{ display:block; color:#18b724; line-height:24px; font-size:20px; background:url(../images/biao_bg.png) center center no-repeat;font-weight:bold;}


/*t-6*/
.title6{ border-bottom:2px solid #ccc;}
.title6 span{ color:#666; font-size:16px;}
.title6 a{color:#666; line-height:40px; font-size:16px;}
.title6 .shou:hover{ color:#000;}


/*t-7-1*/
.title07{ margin:20px 0 0 0;}
.title07 h1{ margin:0 auto !important; width:80%; font-size:16px; color:#666; line-height:30px; border-bottom:solid 1px #e0e0e0;}
.title07 h6{color:#999; line-height:30px; }

/*t-4*/
.about{ margin-top:20px;}
.about h4{ font-size:20px; color:#333; line-height:30px;}
.title4{ padding:10px; font-size:14px; color:#333; line-height:24px;}
.title4 img{ max-width:100%; height:auto;}

/*text-3*/
.text03{ padding:10px; font-size:14px; color:#666; line-height:24px;}
.text03 img{ max-width:100%; height:auto;}

/*pic*/
.picture24{ position:relative;}
.picture24 #owl-demo .item{ margin: 6px;transition:all 0.3s;}
.picture24 #owl-demo .item li{ margin-bottom:20px;}
.picture24 #owl-demo .item .imgbox{ background:#fff;height:180px; border:3px solid #e6e6e6; box-shadow:3px 3px 7px rgba(153,153,153,0.6); -moz-box-shadow:3px 3px 7px rgba(153,153,153,0.6); -ms-box-shadow:3px 3px 7px rgba(153,153,153,0.6); -webkit-box-shadow:3px 3px 7px rgba(153,153,153,0.6); overflow:hidden;}
.picture24 #owl-demo .item .imgbox span{ display:block; height:100%; position:relative; transition:all .3s;}
.picture24 #owl-demo .item  h3{ color:#333;  font-size:14px; line-height:33px;}
.picture24 #owl-demo .item a:hover .imgbox{ border:3px solid #18b724; box-shadow:none;}
.picture24 #owl-demo .item a:hover .imgbox span{ transform:scale(1.1);}
.picture24 .owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.picture24 .owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}
.picture24 .owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px,0px,0px)}
.picture24 .owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}
.picture24 .owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}
.picture24 .owl-carousel .owl-item{float:left}
.picture24 .owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}
.picture24 .owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}
/*.grabbing{cursor:url(../img/grabbing.png) 8 8,move}*/
.picture24 .owl-carousel  .owl-wrapper,.owl-carousel  .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.picture24 .owl-theme .owl-controls{}
.picture24 .owl-theme .owl-controls .owl-buttons div{position:absolute; bottom:0; z-index:1; width:26px; height:100%;display:inline-block;zoom:1;*display:inline;filter:Alpha(Opacity=100);opacity:1;}
.picture24 .owl-theme .owl-controls .owl-buttons div.owl-prev{ left:-50px; background:url(../images/yjt.png) left 40% no-repeat; transition:all .3s;}
.picture24 .owl-theme .owl-controls .owl-buttons div.owl-prev:hover{ background:url(../images/yjt.png) right 40% no-repeat;}
.picture24 .owl-theme .owl-controls .owl-buttons div.owl-next{ right:-50px; background:url(../images/zjt.png) right 40% no-repeat; transition:all .3s;}
.picture24 .owl-theme .owl-controls .owl-buttons div.owl-next:hover{ background:url(../images/zjt.png) left 40% no-repeat;}
.picture24 .owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}
.picture24 .owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline}
.picture24 .owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:0.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#869791}
.picture24 .owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}
.picture24 .owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}


/*about*/
.aboutimg{ border:5px solid #fff;}
.aboutimg img{ margin:0 auto;}
.abouttil{height:252px; padding:10px 0 20px;} 
.abouttil h3{ font-size:20px; color:#18b724; padding:0 0 0 15px; background:url(../images/h3_bg.png) left center no-repeat;}
.abouttil .aboutwen{ color:#18b724; line-height:24px; font-size:14px; height:144px; overflow:hidden; margin-top:15px;}
.abouttil .mo{ display:block; width:160px; text-align:center; line-height:30px; border:2px solid #18b724; color:#18b724; margin-top:25px; transition:all 0.3s; font-size:12px;}
.abouttil .mo:hover{ background:#18b724; color:#fff;}

/*pic*/
.picture22{ position:relative;}
.picture22 #owl-demo2 .item{ margin: 6px;transition:all 0.3s;}
.picture22 #owl-demo2 .item li{ margin-bottom:20px;}
.picture22 #owl-demo2 .item .imgbox{ background:#fff;height:180px; border:3px solid #e6e6e6; box-shadow:3px 3px 7px rgba(153,153,153,0.6); -moz-box-shadow:3px 3px 7px rgba(153,153,153,0.6); -ms-box-shadow:3px 3px 7px rgba(153,153,153,0.6); -webkit-box-shadow:3px 3px 7px rgba(153,153,153,0.6); overflow:hidden;}
.picture22 #owl-demo2 .item .imgbox span{ display:block; height:100%; position:relative; transition:all .3s;}
.picture22 #owl-demo2 .item  h3{ color:#333;  font-size:14px; line-height:33px;}
.picture22 #owl-demo2 .item a:hover .imgbox{ border:3px solid #18b724; box-shadow:none;}
.picture22 #owl-demo2 .item a:hover .imgbox span{ transform:scale(1.1);}
.picture22 .owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.picture22 .owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}
.picture22 .owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px,0px,0px)}
.picture22 .owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}
.picture22 .owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}
.picture22 .owl-carousel .owl-item{float:left}
.picture22 .owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}
.picture22 .owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}
/*.grabbing{cursor:url(../img/grabbing.png) 8 8,move}*/
.picture22 .owl-carousel  .owl-wrapper,.owl-carousel  .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.picture22 .owl-theme .owl-controls{}
.picture22 .owl-theme .owl-controls .owl-buttons div{position:absolute; bottom:0; z-index:1; width:26px; height:100%;display:inline-block;zoom:1;*display:inline;filter:Alpha(Opacity=100);opacity:1;}
.picture22 .owl-theme .owl-controls .owl-buttons div.owl-prev{ left:-50px; background:url(../images/yjt.png) left 40% no-repeat; transition:all .3s;}
.picture22 .owl-theme .owl-controls .owl-buttons div.owl-prev:hover{ background:url(../images/yjt.png) right 40% no-repeat;}
.picture22 .owl-theme .owl-controls .owl-buttons div.owl-next{ right:-50px; background:url(../images/zjt.png) right 40% no-repeat; transition:all .3s;}
.picture22 .owl-theme .owl-controls .owl-buttons div.owl-next:hover{ background:url(../images/zjt.png) left 40% no-repeat;}
.picture22 .owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}
.picture22 .owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline}
.picture22 .owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:0.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#869791}
.picture22 .owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}
.picture22 .owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}


/*jiaoy*/
.jiaoy ul li{ width:24%; margin:0 0.5% 20px;}
.jiaoy ul li .imgbox{ background:#fff;height:180px; border:3px solid #e6e6e6; box-shadow:3px 3px 7px rgba(153,153,153,0.6); -moz-box-shadow:3px 3px 7px rgba(153,153,153,0.6); -ms-box-shadow:3px 3px 7px rgba(153,153,153,0.6); -webkit-box-shadow:3px 3px 7px rgba(153,153,153,0.6); overflow:hidden;}
.jiaoy ul li .imgbox span{ display:block; height:100%; position:relative; transition:all .3s;}
.jiaoy ul li  h3{ color:#333;  font-size:14px; line-height:33px;}
.jiaoy ul li a:hover .imgbox{ border:3px solid #18b724;}
.jiaoy ul li a:hover .imgbox span{ transform:scale(1.1);}

/*news*/
.news2 ul li{ width:48%; margin:0 1% 20px; border:2px solid #e6e6e6; padding:3px; background:#fff; transition:all .3s;}
.news2 ul li .imgbox{ width:36%; height:140px;}
.news2 ul li .newstil{ width:64%; padding:0 20px;}
.news2 ul li .newstil h3{ font-size:18px; color:#333; line-height:28px;transition:all .3s;}
.news2 ul li .newstil .newsti{ font-size:12px; color:#666; line-height:22px; overflow:hidden; margin-top:10px;transition:all .3s;}
.news2 ul li:hover{ border:2px solid #ffc300; box-shadow:3px 3px 7px rgba(153,153,153,0.6); -moz-box-shadow:3px 3px 7px rgba(153,153,153,0.6); -ms-box-shadow:3px 3px 7px rgba(153,153,153,0.6); -webkit-box-shadow:3px 3px 7px rgba(153,153,153,0.6);}
.news2 ul li:hover .newstil h3{ color:#ffc300;}
.news2 ul li:hover .newstil .newsti{ color:#ffc300;}


/*p-7*/
.picture7{ margin:20px 0 0 0;}
.picture7 img{ display:block; margin:0 auto;}


/*c-1*/
.content1{ padding:46px 0 40px 0;}
.subnav ol{ height:42px;}
.subnav ol h1{ font-size:18px; color:#fff; line-height:42px; background-color:#22a31d; height:42px; background-image:url(../images/left_navbg2.png); background-position:20px center; background-repeat:no-repeat;}
.subnav .contact-text{ padding:10px; font-size:12px; color:#6a6a6a; line-height:22px; background:#e9e9e9;}
.subnav .pcdnav{ padding-bottom:10px;}
.subnav .pcdnav li{ margin:2px 0 0 0; height:35px;}
.subnav .pcdnav li a{display:block; font-size:14px; color:#fff; line-height:35px; background-color:#ffc300; transition:all 0.3s; background-image:url(../images/left_nav.png); background-position:20px center; background-repeat:no-repeat;}
.subnav .pcdnav li a.active{background-color:#c99a00;}
.subnav .pcdnav li a:hover{ background-color:#c99a00;}
.subnav .di{ color:#333; line-height:20px; padding:0 0 10px; margin-top:5px; background:#e9e9e9;}
.subnav .di p{ padding:0 10px;}
.subnav .di a{ display:block; width:100%;}
.subnav .di img{ width:100%; margin-bottom:10px;}
.subnav .yddnav li{ margin-bottom:2px; height:60px;}
.subnav .yddnav li a{ display:block; font-size:18px;color:#fff; line-height:60px; background:#666; transition:all 0.3s;}
.subnav .yddnav li a.active{ background:#22a31d;}
.subnav .yddnav span{ padding-left:30px;}
.subnav .yddnav b{ padding-right:30px; line-height:60px;}
.subnav .yddnav .xl{ margin:0 0 2px 0; height:auto;overflow:hidden;}
.subnav .yddnav .xl.xlhide{ height:0; overflow:hidden;}
.subnav .yddnav .xls{ height:40px; line-height:40px; background:#ffc300; border-top:solid 1px #fff;}
.subnav .yddnav .xls a{ color:#fff; display:block; line-height:40px;}

/*case2*/
.case2{ margin-top:20px;}
.case2 ul li{ width:31.3%; margin:0 1% 20px;}
.case2 ul li .imgbox{ background:#fff;height:180px; border:3px solid #e6e6e6; box-shadow:3px 3px 7px rgba(153,153,153,0.6); -moz-box-shadow:3px 3px 7px rgba(153,153,153,0.6); -ms-box-shadow:3px 3px 7px rgba(153,153,153,0.6); -webkit-box-shadow:3px 3px 7px rgba(153,153,153,0.6); overflow:hidden;}
.case2 ul li .imgbox span{ display:block; height:100%; position:relative; transition:all .3s;}
.case2 ul li  h3{ color:#333;  font-size:14px; line-height:33px;}
.case2 ul li a:hover .imgbox{ border:3px solid #18b724;}
.case2 ul li a:hover .imgbox span{ transform:scale(1.1);}


/*n-2*/
.kc{ margin-top:20px;}
.kc ul li a{color:#333; line-height:24px; padding-left:15px; background:url(../images/jiao.png) left center no-repeat; display:block; height:24px; overflow:hidden;}
.kc ul li a:hover{ color:#da8b1d; background:url(../images/jiao2.png) left center no-repeat;}

/*news*/
.news{ margin-top:20px;}
.news ul li{ border:2px solid #e6e6e6; padding:3px; background:#fff; transition:all .3s; margin-bottom:20px;}
.news ul li .imgbox{ width:25%; height:140px;}
.news ul li .newstil{ width:75%; padding:0 20px;}
.news ul li .newstil h3{ font-size:18px; color:#333; line-height:28px;transition:all .3s;}
.news ul li .newstil .newsti{ font-size:12px; color:#666; line-height:22px; overflow:hidden; margin-top:5px;transition:all .3s;}
.news ul li:hover{ border:2px solid #ffc300; box-shadow:3px 3px 7px rgba(153,153,153,0.6); -moz-box-shadow:3px 3px 7px rgba(153,153,153,0.6); -ms-box-shadow:3px 3px 7px rgba(153,153,153,0.6); -webkit-box-shadow:3px 3px 7px rgba(153,153,153,0.6);}
.news ul li:hover .newstil h3{ color:#ffc300;}
.news ul li:hover .newstil .newsti{ color:#ffc300;}



/*ditu*/
.right-content .ditu{ position:relative; margin-top:20px; border:1px solid #ccc; overflow:hidden;}
.right-content .us{ margin-top:10px; font-size:14px; color:#000; line-height:24px;}

/*text*/
.content1 .text{ margin:20px 0;}
.right-content .text1{ overflow:hidden;}
.right-content .text1 img{ display:block; margin:0 auto;}
.right-content .text2 h1{ font-size:16px;}
.right-content .text2 p{ font-size:14px; color:#666; line-height:24px; padding-top:10px;}

/*liuyan*/
.liuyan{ width:70%; margin:20px auto;}
.liuyan .inp{ border:1px solid #ff8e00; padding:2px 10px; margin-bottom:15px;}
.liuyan .inp span{ line-height:41px; color:#ff8e00; width:10%;}
.liuyan input{ border:none; height:39px; width:88%;}
.liuyan .inp2{ border:1px solid #ff8e00; padding:2px 10px; margin-bottom:15px;}
.liuyan .inp2 span{ display:block; width:100%; line-height:41px; color:#ff8e00; }
.liuyan textarea{ border:none;height:95px; width:100%; resize:none;}
.liuyan button{ width:100%; height:30px; color:#fff; background:#ff8e00; border:none; transition:all 0.3s; display:block; margin:0 auto;}
.liuyan button:hover{ background:#a55c01; color:#fff;}

/*f-1*/
footer{ padding:15px 0; background:#249f1c; color:#fff;}
footer h3{ font-size:20px; line-height:30px;}
footer .diz{ line-height:10px;}
footer section  a{ color:#fff;}

 /*f-nav*/
.hot{height:50px; background:#1a1a1a; position:fixed; bottom:0; left:0; z-index:99;}
.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:5px 0;}
.hot .row div:hover{ background:#262626;}

@media (max-width:1199px){	
.picture22 .owl-theme .owl-controls .owl-buttons div.owl-prev{ display:none;}
.picture22 .owl-theme .owl-controls .owl-buttons div.owl-next{ display:none;}

.picture24 .owl-theme .owl-controls .owl-buttons div.owl-prev{ display:none;}
.picture24 .owl-theme .owl-controls .owl-buttons div.owl-next{ display:none;}

	
}


@media (max-width:991px){
.logo{ height:74px; position:relative; border-bottom:none;}
.logo .icon-menu{ margin:18px 15px 0 0; cursor:pointer; font-size:36px; float:right;}
.logo .sjdnav{ width:150px; height:auto;position:absolute; right:20px; top:74px; z-index:9999;}
.logo .logo .sjdnav ul{ margin:0; padding:0;}
.logo .sjdnav li{ display:block; height:30px; text-align:center; padding:0; margin-bottom:5px;background:#22a41e;}
.logo .sjdnav li a{ display:block; color:#fff; line-height:30px;}
.logo .sjdnavhide{ height:0; overflow:hidden;}
.logo .logoimg img{ width:308px; height:auto; margin:23px 0 0 15px;}

.abouttil{height:auto; padding:10px 0 20px; margin-top:20px;} 
.abouttil .aboutwen{height:auto; overflow:hidden;}
.abouttil .mo{ margin:25px auto 0;}

/*f-1*/
footer{ text-align:center;}
footer img{ margin:0 auto;}

/*case2*/
.case2 ul li .imgbox{ height:220px;}

/*zhis*/
.news ul li .imgbox{ width:20%; height:140px;}
.news ul li .newstil{ width:80%; padding:0 20px;}

}

@media (max-width:768px){
body{ padding-bottom:50px;}	

.logo{ position:relative;}
.logo .sjdnav{ right:0; top:74px;}
.logo .icon-mune{ font-size:20px; margin-top:15px;}
.logo .logoimg img{ width:300px; margin-top:22px;}


/*jiaoy*/
.jiaoy ul li .imgbox{ height:130px;}

/*news*/
.news2 ul li .imgbox{ width:40%; height:120px;}
.news2 ul li .newstil{ width:60%; padding:0 20px;}
.news2 ul li .newstil .newsti{ height:72px; overflow:hidden;}

/*case2*/
.case2 ul li .imgbox{ height:180px;}

/*zhis*/
.news ul li .imgbox{ width:25%; height:140px;}
.news ul li .newstil{ width:75%; padding:0 20px;}

}

@media (max-width:640px){

.picture24 #owl-demo .item .imgbox{height:156px;}
.picture22 #owl-demo2 .item .imgbox{height:156px;}

/*jiaoy*/
.jiaoy ul li{ width:49%; margin:0 0.5% 20px;}
.jiaoy ul li .imgbox{height:220px;}

/*news*/
.news2 ul li{ width:100%; margin:0 0 20px;}
.news2 ul li .imgbox{ width:30%; height:140px;}
.news2 ul li .newstil{ width:70%; padding:0 20px;}

/*case2*/
.case2 ul li .imgbox{ height:156px;}

/*zhis*/
.news ul li{ width:100%; margin:0 0 20px;}
.news ul li .imgbox{ width:30%; height:140px;}
.news ul li .newstil{ width:70%; padding:0 20px;}
.news ul li .newstil .newsti{ height:88px;}
}

@media (max-width:480px){

.logo .logoimg img{ width:300px; margin-top:22px;}

/*t-2*/
.title2 { margin:20px 0 20px 0 ; padding-top:5px;}
.title2 h3{ font-size:18px;  line-height:36px;}
.title2 span{ line-height:20px; font-size:14px;}

.picture24 #owl-demo .item .imgbox{height:176px;}
.picture22 #owl-demo2 .item .imgbox{height:176px;}

/*jiaoy*/
.jiaoy ul li .imgbox{ height:176px;}

/*news*/
.news2 ul li .imgbox{ width:34%; height:120px;}
.news2 ul li .newstil{ width:66%; padding:0 20px;}

/*case2*/
.case2 ul li{ width:48%;}
.case2 ul li .imgbox{ height:170px;}

/*zhis*/
.news ul li .imgbox{ width:34%; height:120px;}
.news ul li .newstil{ width:66%; padding:0 20px;}

}

@media (max-width:414px){

.logo .logoimg img{ width:240px; margin-top:28px;}


.picture24 #owl-demo .item .imgbox{height:136px;}
.picture22 #owl-demo2 .item .imgbox{height:136px;}

/*jiaoy*/
.jiaoy ul li .imgbox{ height:136px;}

/*cdzs*/
.cdzs ul li .imgbox{ height:136px;}

/*news*/
.news2 ul li .imgbox{ width:38%; height:100px;}
.news2 ul li .newstil{ width:62%; padding:0 10px;}
.news2 ul li .newstil h3{ font-size:16px;  line-height:24px;transition:all .3s;}
.news2 ul li .newstil .newsti{ font-size:12px; color:#666; line-height:22px; height:66px; overflow:hidden; margin-top:5px;transition:all .3s;}

/*case2*/
.case2 ul li .imgbox{ height:136px;}

/*zhis*/
.news ul li .imgbox{ width:38%; height:100px;}
.news ul li .newstil{ width:62%; padding:0 10px;}
.news ul li .newstil h3{ font-size:16px;  line-height:24px;transition:all .3s;}
.news ul li .newstil .newsti{ font-size:12px; color:#666; line-height:22px; height:66px; overflow:hidden; margin-top:5px;transition:all .3s;}

}


@media (max-width:340px){
.logo .logoimg img{ width:200px; margin-top:30px;}	
	
.picture24 #owl-demo .item .imgbox{height:126px;}
.picture22 #owl-demo2 .item .imgbox{height:126px;}

/*jiaoy*/
.jiaoy ul li .imgbox{ height:126px;}

/*news*/
.news2 ul li .imgbox{ width:42%; height:100px;}
.news2 ul li .newstil{ width:58%; padding:0 10px;}
.news2 ul li .newstil h3{ font-size:16px;  line-height:24px;transition:all .3s;}
.news2 ul li .newstil .newsti{ font-size:12px; color:#666; line-height:22px; height:66px; overflow:hidden; margin-top:5px;transition:all .3s;}

/*case2*/
.case2 ul li .imgbox{ height:126px;}

/*zhis*/
.news ul li .imgbox{ width:42%; height:100px;}
.news ul li .newstil{ width:58%; padding:0 10px;}
.news ul li .newstil h3{ font-size:16px;  line-height:24px;transition:all .3s;}
.news ul li .newstil .newsti{ font-size:12px; color:#666; line-height:22px; height:66px; overflow:hidden; margin-top:5px;transition:all .3s;}
}