﻿/* CSS Document */
/*全局*/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
body{font-family:Microsoft yahei;font-size:14px;color:#000; background:#f6f6f6;}
ul,li{list-style:none;margin:0;padding:0;}
h2, h3, h4, h5, h6{font-weight:normal;font-size:100%;}
img{border:none;border:0;vertical-align:middle;}
em,i{ font-style:normal;}
a{text-decoration:none;outline:none; color:#000}
a:hover{ color:#e70012;}
p{margin:0;padding:0;}
.clearfix:after{ content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix{*zoom:1}
.clear{ clear:both;}
/*.m_w{ min-width:1200px;}*/


/*全局 end*/
/*全局 end*/
.header{ width:100%; height:92px; position:fixed;z-index:9998;border-top:3px solid #e70012;background:#fff;}
.head{ width:1200px; height:92px; position:relative; margin:0 auto;}
.logo{ width:259px; height:79px; position:absolute; top:16px; left:0;}
.mune{ height:92px; position:absolute; top:0; right:20px;}
/*nav begin*/
.nav{position:relative;}
.nav ul{height:0;overflow:hidden;position:absolute;top:0;left:0;}
.nav li{float:left;position:relative;}
.nav li a{width:115px;height:92px; line-height:88px; display:block; font-size:18px; text-align:center;}
.nav li .on{ background:#e70012 url(../images/hover.png) no-repeat bottom center; color:#fff;}
.nav li:hover a{background:#e70012 url(../images/hover.png) no-repeat bottom center; color:#fff;-moz-transition:0.5s;-o-transition:0.5s;-webkit-transition:0.5s;transition:0.5s;}

/*子导航*/
.nav li ul.subs{width:115px; position:relative;}
.nav li ul.subs li a{ width:115px; height:45px; line-height:45px; background:#fff; font-size:16px;}
.nav li:hover ul.subs li a{background:#fff; color:#000;}
.nav li:hover ul.subs li a:hover{ background:#e70012; color:#fff;}
.nav li:hover ul.subs {width:115px;height:auto;top:0px; position:relative; z-index:9999;}
/*nav end*/


/*页脚*/
.footer{ width:100%; height:70px;background:url("../images/footbg.png") no-repeat;background-size: cover;}
.foot{ width:1170px; padding-top:15px; position:relative; margin:0 auto;color:#fff;line-height:25px;}
.foot .left{float:left;}
.foot .left a{color:#fff;}
.foot .left a:hover{color:#01a64b;}
.foot .right{float:right;line-height:50px;position:relative;}
.foot .right span{margin:0 15px 0 20px;}
.foot .right span a{height:15px;color:#fff;}
.foot .right span a:hover{color:#fff;}
#ewm .link_weixin{position:absolute;top:-170px;z-index:999;}
#ewm .link_weixin img{display: block;}
.foot .right span select{width: 155px;height: 25px;}

/*固定的悬浮窗*/
.yb_conct{position:fixed;z-index:9999999;top:200px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#ff4a00 url(../images/fixCont.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#ff4a00 url(../images/fixCont.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#ff4a00 url(../images/fixCont.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#ff4a00 url(../images/fixCont.png) no-repeat 0 -169px;}
.hd_qr{padding:0 29px 25px 29px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}


.banner{ width:100%; position:relative; padding-top:95px;}
/*焦点图片 start*/
#focusImg{ width:100%; height:560px; position:relative;}
#focusImg li{ width:100%; height:560px; position:absolute; background-position:top center; background-repeat:no-repeat; left:0px; top:0;}
#focusImg li a{ width:100%; height:560px; display:block; position:relative;}
#focusImg-nav{ position:absolute; left:79%; bottom:25px; margin-left:-97px; padding:0 0;}
#focusImg .focusImg-nav,#focusImg .focusImg-cur-nav{width:30px; height:5px;display:inline-block;line-height:45px; cursor:pointer; font-size:25px; font-family:Arial, Helvetica, sans-serif; text-align:center;  margin:0 10px; text-indent:-9999px;}
#focusImg .focusImg-nav{ background:#fff;}
#focusImg .focusImg-cur-nav{background: #e70012;}
/*焦点图片 end*/

.home{ width:100%; padding:20px 0 40px 0; position:relative;}
.home .main{ width:1200px; height:778px; position:relative; margin:0 auto;}
.main .main-top{ width:1200px; height:255px;margin-bottom:20px;}
.main .main-top div:last-child{margin-right:0;}
.main .pic {padding-bottom:10px;overflow: hidden;}
.main .pic .more{float:right;margin-top:7px;background:#01a64b url("../images/more2.png") no-repeat center;width:42px;height:15px;border-radius:50px;}
.main .pic .more:hover{background:#e70012 url("../images/more2.png") no-repeat center;transition: all 1s ease-out;-webkit-transition: all 1s ease-out;-o-transition: all 1s ease-out;-moz-transition: all 1s ease-out;-ms-transition: all 1s ease-out;}

.main .pic p{font-size:18px;color:#e70012;float:left;}
.main .pic p span{font-size:16px;color:#9f9f9f;}
.main .main-top .main-about,.main .main-top .main-news,.main .main-top .main-case{height:229px;background:#fff;padding:13px 15px;overflow:hidden;float: left;margin-right:20px;}

/*首页关于我们 begin*/
.main .main-top .main-about{width:358px;}
.main .main-top .main-about .text div{padding:6px 5px;border:1px solid #eee;margin-bottom:10px;width:345px;height:127px;overflow: hidden;}
.main .main-top .main-about .text img{width:345px;height:127px;}
.main .main-top .main-about .text p{line-height:25px;}
.main .main-top .main-about .text a{color:#e70012;}
.main .main-top .main-about .text a:hover{color:#01a64b;}
/*首页关于我们 end*/

/*首页新闻简介 begin*/
.main .main-top .main-news{ width:440px;}
.main-news .text{padding:15px 15px;border-top:1px solid #ebe6e3;border-bottom:1px solid #ebe6e3;overflow:hidden;margin-bottom:13px;cursor: pointer;}
.main-news .text:hover{background: #ececec;transition: all 1s ease-out;-webkit-transition: all 1s ease-out;-o-transition: all 1s ease-out;-moz-transition: all 1s ease-out;-ms-transition: all 1s ease-out;}
.main-news .text .date{width:75px;line-height:50px;background:#ebe6e3;text-align:center;font-size:30px;float:left;margin-right: 15px;}
.main-news .text .date .year{display: block;line-height:25px;font-size:14px;border-top:1px solid #fff;}
.main-news .text .title a{color:#e70012;}
.main-news .text:hover a{color:#01a64b;}
.main-news .text .summary{color:#777;text-indent:2em;line-height: 28px;}
.main-news ul li{list-style:square inside url("../images/but.png") ;line-height:25px;}
.main-news ul li span{float:right;color:#999;}
/*首页新闻简介 end*/

/*首页案例展示 首页中欧产品 共同部分 begin*/
.fb {position:relative;overflow:hidden;float:left;}
.fb .pic{z-index:0;}
.fb .pic img {display:block;}
.fb .sPrev,.fb .sNext{margin:-60px 0 0;display:none;z-index:10;cursor:pointer;text-indent:-9999px;}
.fb .sPrev{left:0;}
.fb .sNext{right:0;}

/*首页案例展示 begin*/
.main .main-top .main-case{ width:272px;margin-right:0px;}
.main-case .fb {width:272px;height:175px;border-top:1px solid #eee;padding-top:15px;}
.main-case .fb .pic{position:relative;}
.main-case .fb .pic p{background: rgba(0,0,0,0.5);width: 100%;text-align: center;position:absolute;bottom:0;color:#fff;}
.main-case .fb .pic img {width:272px;height:175px;}
.main-case .fb .sPrev,.fb .sNext{width:30px;height:45px;background:url(../images/ad_ctr1.png) no-repeat 0 0;position:absolute;top:75%;}
.main-case .fb .sNext{background-position:0 -45px;}
/*首页案例展示 end*/

/*首页中欧产品 begin*/
.main-bottom{ width:1170px; height:484px;margin-bottom:20px;background:#fff;padding:18px 15px;}
.main-bottom .text{border-top:1px solid #eee;padding-top:15px;}

.main .main-bottom .fb {width:550px;height:442px;}
.main .main-bottom .fb .pic img {width:550px;height:442px;}
.main .main-bottom .fb .sPrev,.main .main-bottom .fb .sNext{width:60px;height:90px;background:url(../images/ad_ctr.png) no-repeat 0 0;position:absolute;top:50%;}
.main .main-bottom .fb .sNext{background-position:0 -90px;}


/*遮挡层*/

.four{float:left;}
.four li{float:left; position:relative;}
.four li .bg{background:#000;filter:alpha(opacity=70);-moz-opacity:0.7;-khtml-opacity:0.7;opacity: 0.7;position:absolute;left:0; bottom:0;z-index:10;}
.four li .txt{line-height:40px; position:absolute; left:14px; bottom:0; font-size:14px; color:#fff; z-index:20;}
.four li .txt p{float:left;font-size:14px; color:#fff;height:40px; line-height:40px;}
.four li .txt .more{background:url(../images/view.png) no-repeat left center; padding-left:26px; float:right;}
.four li .txt .more a{color:#fff;}

.four li .hbg{background:#292c8d;filter:alpha(opacity=80);-moz-opacity:0.8;-khtml-opacity:0.8;opacity:0.8;z-index:30;position:absolute;left:0;top:0;display:none;}
.four li .view{position:absolute;left:0;top:0;z-index:40;display:none;}
.four li .view a{position:absolute;left:0;top:0;background:#f00;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}
.four li .view h4{text-align:center;font-size:18px;border-bottom:1px solid #5557a0;margin:70px auto 0;padding-bottom:10px;margin-bottom:20px; color:#fff;}
.four li .view .look{line-height:17px; background:url(../images/view.png) no-repeat left center; padding-left:23px; margin:0 auto; font-size:14px; color:#fff;}



.home .four{width:620px;}
.home .four li{width:295px; height:210px; margin-left:15px; margin-bottom:22px;}
.home .four li img{width:295px; height:210px;}
.home .four li .bg{width:295px; height:40px;}
.home .four li .txt{width:270px; height:40px;}
.home .four li .txt p{float:left;font-size:14px;color:#fff;height:40px; line-height:40px;}
.home .four li .txt .more{background:url(../images/view.png) no-repeat left center; padding-left:26px; float:right;}
.home .four li .txt .more a{color:#fff;}

.home .four li .hbg{width:295px; height:210px;}
.home .four li .view{width:295px; height:210px;}
.home .four li .view a{width:295px;height:210px;}
.home .four li .view h4{width:185px;}
.home .four li .view .look{width:33px;}
/*首页中欧产品 end*/






/*内页全局*/
.inbanner{width:100%;height:300px;}
.inbanner a{width:100%;height:300px;display:block;}
.inside{ width:100%; padding:20px 0 40px 0; position:relative;}
.inside .main{ width:1200px; overflow:hidden; position:relative; margin:0 auto;}
.inside-left{width:290px;overflow:hidden;float: left;margin-right:30px;}
.inside-left .inside-left-top{overflow:hidden;}
.inside-left .inside-left-top p{background:#e70012;font-size:27px;color:#fff;padding:20px 30px;line-height:35px;}
.inside-left .inside-left-top p span{font-size:20px;display:block;}
.inside-left .inside-left-top ul{border:1px solid #ddd;border-top:none;overflow:hidden;margin-bottom:20px;background: #fff;}
.inside-left .inside-left-top ul li{border-bottom:1px solid #eee;line-height:50px;font-size:18px;padding:0 15px;background:url("../images/about_07.png") no-repeat 93% 50%;}
.inside-left .inside-left-top ul .on,.inside-left .inside-left-top ul li:hover{background:url("../images/about_03.jpg") no-repeat 93% 50%;}
.inside-left .inside-left-top ul .on a,.inside-left .inside-left-top ul li:hover a{color:#1d208b;}
.inside-left .inside-left-top ul li:last-child{margin-bottom:20px;}

.inside-left-bottom{overflow:hidden;background:#fff;padding:15px 0}
.inside-left-bottom .main-case{margin:0 auto;background:#fff;}

.inside-right{width:840px;overflow:hidden;float:right;padding:20px;background:#fff;}
.inside-right .inside-right-top{overflow:hidden;background:url("../images/about-bg_03.png") no-repeat bottom;padding-bottom:15px;}
.inside-right .inside-right-top p{font-size:16px;float: left;}
.inside-right .inside-right-top .site{font-size:14px;float:right;color:#999999;}
.inside-right .inside-right-top .site a{color:#999999;}


.inside-right .inside-right-bottom{overflow:hidden;padding:15px 0;}
.inside-right .inside-right-bottom p{color:#373636;line-height:25px;}

.news-show .bdsharebuttonbox{overflow:hidden;background: #e5e5e5;padding:10px 20px;margin: 20px 0 0;}
.news-show .bdsharebuttonbox span{float:right;margin-top:5px;}

.prev{margin-top:20px;}
/*!*页码*!*/
/*.inside-right .page{display:table;margin:0 auto;height: 50px;padding-top:10px;}*/
.page {width: 840px;margin: 0 auto;position: relative;text-align: center;padding: 15px 0;}
.inside-right .page a {margin: 0 5px;padding: 10px 15px;background: #f1f1f1;color: #666;}
.inside-right .page a:hover{background:#e70012;color: #fff;}
.inside-right .page .on{background:#e70012;color: #fff;}
/*!*关于我们*!*/
.inside-right .inside-right-bottom .about{ text-align:center;}
.inside-right .inside-right-bottom .about p{text-align:left;text-indent:2em;}

/*产品列表*/
.inside-right-bottom .four{width:840px; float:left;}
.inside-right-bottom .four li{width:265px; height:185px; margin-right:15px; margin-bottom:22px;}
.inside-right-bottom .four li img{width:265px; height:185px;}
.inside-right-bottom .four li .bg{width:265px; height:40px;}
.inside-right-bottom .four li .txt{width:230px; height:40px;}

.inside-right-bottom .four li .hbg{width:265px; height:185px;}
.inside-right-bottom .four li .view{width:265px; height:185px;}
.inside-right-bottom .four li .view a{width:265px;height:185px;}
.inside-right-bottom .four li .view h4{width:185px;}
.inside-right-bottom .four li .view .look{width:33px; height:17px;}

/*产品详情*/
.inside-right-con{padding:30px 0 0 0;line-height: 50px;overflow:hidden;}
.inside-right-con .img1{width:100%;overflow:hidden;text-align:center;}
.inside-right-con .img1 img{width:auto !important;height:auto !important;}
.inside-right-con .right{float:left;width:100%;margin: 30px 0 0;}
.inside-right-con .right ul li{float:left;width:20%;}
.inside-right-con .right ul li:last-child{width:40%;}
.inside-right-con .right h1{font-weight:normal;color: #e70012;}
.inside-right-con .right p{color: #666;}

/*分享*/
#share span{float: left;}
#share a{padding:0;margin:5px;width:30px;height:30px;}
#share a.bds_weixin{background:url("../images/share_09.png") no-repeat;background-size:30px;}
#share a.bds_qzone{background:url("../images/share_11.png") no-repeat;background-size:30px;}
#share a.bds_tsina{background:url("../images/share_13.png") no-repeat;background-size:30px;}
#share a.bds_tqq{background:url("../images/share_15.png") no-repeat;background-size:30px;}
#share a.bds_renren{background:url("../images/share_17.png") no-repeat;background-size:30px;}

.inside-right-bottom .product-show{text-align:center;}
.product-show .product-show-top p{overflow:hidden;border-bottom:2px solid #e70012;text-align:left;margin-bottom:35px;}
.product-show .product-show-top p span{font-size:16px;color:#fff;padding:10px 15px;background:#e70012;border-radius:10px 10px 0 0;text-align:left;}

/*!*中欧新闻*!*/
.inside-right .inside-right-bottom .main-news .text{border-top:none;border-bottom:1px dashed #ebe6e3;cursor:pointer;}
.inside-right .inside-right-bottom .main-news .text .title a{color:#333;}
.inside-right .inside-right-bottom .main-news .text:hover .title a{color:#e70012;}
.inside-right .inside-right-bottom .main-news .text:hover .date{background:#e70012;color:#fff;transition: all 1s ease-out;-webkit-transition: all 1s ease-out;-o-transition: all 1s ease-out;-moz-transition: all 1s ease-out;-ms-transition: all 1s ease-out;}
/*!*中欧新闻详情*!*/
.inside-right .inside-right-bottom .news-show p{text-indent:2em;}
.news-show .news-show-top{border-bottom:1px dashed #ebe6e3;text-align: center;line-height:50px;}
.news-show .news-show-top h1{color:#e70012;}
.news-show .news-show-top p{color:#8d8b8b;line-height:50px;text-align: center;}

/*联系我们*/
.contact-bottom{width: 1200px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; margin-top: 20px;}
.contact-bottom .contact-title{ padding-bottom:40px; font-size:24px; color:#e70012;}
.contact-bottom .contact-bottom-left{width:640px; float:left;}
.contact-bottom .contact-bottom-left .contact-bl-top{padding:60px 0px 60px 60px;}
.contact-bottom .contact-bottom-left .contact-bl-top .contact-add{line-height:45px; font-size:18px;}
.contact-bottom .contact-bottom-right{width:450px; float:right;}
.contact-bottom .contact-bottom-right .contact-br-top{padding-top:60px}
.contact-bottom .contact-bottom-right .contact-br-top .contact-er{line-height:45px; font-size:18px;}


