﻿/* CSS Document */
@charset "UTF-8";

/*全局样式*/
body { margin: 0; padding: 0; font-family: "microsoft yahei", "lvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; }
a, input, textarea { outline:none;}
a { color:#2d8cd0; text-decoration:none; }
a:hover, a:focus { color: #2d8cd0; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "microsoft yahei", "lvetica Neue", Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.5; color: inherit; }
.h1, .h2, .h3, .h4, .h5, .h6 { margin:0; }
img { padding: 0; margin: 0; border: 0px; }
*:link, *:visited, *:hover, *:active, *:focus, .item-on-hover, .btn-more, #button { -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, menu, section, summary { margin: 0; padding: 0; display: block; }
.clearfix:before, .clearfix:after, .container:before, .container:after, .nav:before, .nav:after, .row:before, .row:after { display: table; content: " "; }
.clearfix:after, .container:after, .nav:after, .row:after { clear: both; }
::-moz-selection { background:#2d8cd0; color:#fff; }
::selection { background:#2d8cd0; color:#fff; }

.tr { text-align: right;}
.tl { text-align:left;}
.fl { float:left; }
.fr { float:right; }
.tc { text-align: center;}
.ul-list { padding: 0; margin: 0; list-style: none; list-style-type: none;}
.p45 { padding: 45px 0;}
.mt40 { margin-top: 40px;}
.mb40 { margin-bottom: 40px;}
.mlr60 { margin:0 60px;}
.p60 { padding: 60px 0;}
.mr50 { margin-right: 50px;}
.mt0 { margin-top: 0;}
.mb20 { margin-bottom: 20px;}
.mb30 { margin-bottom: 30px;}
.container { width: 1140px; min-width: 1140px; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px;}

/*header*/
.header { background-color: rgba(255, 255, 255, 0.95); -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15); box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15); height: 100px; }
.header-top { z-index:99998 !important; }
.headroom { position: fixed; top: 0; left: 0; right: 0; transition: all .2s ease-in-out; }
.headroom--unpinned { top: -100px; }
.headroom--pinned { top: 0; }
.header h1 { margin: 0; padding: 0; position:relative;}
.header .logo { width:360px; height:100px; overflow:hidden;}
.header h1 small { font-size: 14px; color: #999; display: table; margin-left: 0; padding-left: 23px; line-height: 26px; margin-top: 14px; font-style: italic; background:url(images/xian.png) no-repeat left center; left:225px; position:absolute;}
/*nav*/
/*.nav { display: table;}
.nav-bar li { display: block; float: left; text-align: center; position: relative; margin-top: 28px; border-top-right-radius: 6px; border-top-left-radius: 6px;}
.nav-bar li:hover, .nav-bar li.active { background-color: #2d8cd0;}
.nav-bar li a { padding:23px 12px 25px 12px; display: block; color: #000; font-size: 16px; line-height: 24px;}
.nav-bar li a:hover, .nav-bar li:hover a, .nav-bar li.active a { color: #fff; text-decoration: none; }
.nav-bar li ul { display: none; background-color: #2d8cd0; border-bottom-left-radius: 5px; padding: 0 0 5px 0; border-bottom-right-radius: 5px; position: absolute; left: 0px; top: 72px; z-index:99999; }
.nav-bar li:hover ul { display:block; }
.nav-bar li ul li a { line-height: 28px; padding: 5px 15px; color: #666 !important; border-bottom: 1px solid #f5f5f5; display: block; background-color: #fff !important; min-width: 125px; text-align: left; }
.nav-bar li ul li { margin-top: 0;}
.nav-bar li ul li a:hover, .nav-bar li ul li a.hover { background-color: #2d8cd0 !important; color: #FFFFFF !important; text-decoration: none; border-bottom: 1px solid #2d8cd0; }
*/
/*主菜单*/
.mmenus ul { z-index: 100; margin:0; padding: 0; list-style-type: none; }
.mmenus ul li { position:relative; display:inline; float:left; text-align: center;margin-top: 28px; }
.mmenus ul li:first-child { background:none;}
.mmenus ul li a { display: block;text-decoration: none; font-size:14px; color:#000; padding:23px 10px 25px 10px;line-height: 24px;}
* html .mmenus ul li a { display:block; }
.mmenus ul li a:link, .mmenus ul li a:visited { color: #000; }
.mmenus ul li a.selected, .mmenus ul li a:hover { color:#fff;background-color: #2d8cd0;border-top-right-radius: 6px; border-top-left-radius: 6px; }
.mmenus ul li ul { position: absolute; left: 0; display: none; visibility: hidden;background-color:#2d8cd0; padding:0 0 5px 0;border-bottom-left-radius: 6px; border-bottom-right-radius:6px; }
.mmenus ul li ul li { display: list-item; float: none;  margin: 0;}
.mmenus ul li ul li ul { top: 0; }
.mmenus ul li ul li { margin: 0; text-align:left;}
.mmenus ul li ul li a { width:125px; margin:0; white-space:nowrap; overflow:hidden;text-overflow:ellipsis; line-height: 28px; padding: 5px 0 5px 15px; color: #333; border-bottom:none; display: block; border-radius:0; border-bottom:1px solid #f5f5f5;font-size:14px;}
.mmenus ul li ul li a:last-child {border-bottom:none;}
.mmenus ul li ul li a:link, .mmenus ul li ul li a:visited { background-color:#fff;}
.mmenus ul li ul li a:hover,.mmenus ul li ul li a.selected { background-color:#2d8cd0; color:#fff; border-radius:0;}

/*banner*/
.rslides { height: 550px; overflow: hidden; width: 100%; margin:0 auto; position: relative; list-style: none; min-width: 170px;}
.rslides li { width: 100%;}
.banner { height: 450px; margin-top: 100px; position: relative; background-position:center top;  background-repeat:no-repeat;}
.rslides_nav { height: 56px; width: 36px; position: absolute; opacity: 0.5; text-indent: -9999px; overflow: hidden; background-position:left top; background-repeat:no-repeat; top: 325px;}
.prev { right: 30px; background-image:url(images/banner-r.png);}
.next { left: 30px; background-image:url(images/banner-l.png);}

/*kehu*/
.kehubg { background:#fff;/*#f2f2f2 url(images/fuwu.jpg);*/}
.title { font-size: 24px; margin:0 0 25px 0; padding: 0; color:#333;}
.title small { font-size: 14px; color:#888; margin-top: 10px; display: block;}
.kehu .row { margin:0 2px 15px 2px; }
.kehu figure { width: 281px; float: left; position: relative; height: 210px; background-color:#fff;}
.kehu figure figcaption { position: absolute; width: 260px; height: 30px; bottom:10px; left: 11px; color:#333;}
.kehu figure figcaption:hover { color:#ff7f23;}
.btn-more { margin:0 15px; color:#fff; background:#2d8cd0; border-width: 0; border-radius: 5px; padding:10px 20px 8px 20px; white-space:nowrap; text-overflow:ellipsis;}
.btn-more, .about-more { padding:14px 30px 12px 30px;}
.btn-more:hover { color:#fff; text-decoration: none; background-color:#589ed7;}

/*fuwu*/
.fuwubg { background:#f7f7f7 url(images/kehu.png);}
.fuwu .title, .fuwu small, .about small, .about a:hover { color:#000;}
.fuwu figure { padding:58px 40px 40px 40px; width: 260px;height:240px; float: left; margin-top: 80px; position: relative; background-color:rgba(255, 255, 255, 0.8);}
.fuwu figure a.pic1, .fuwu figure a.pic2, .fuwu figure a.pic3 { background-position:center top; height: 130px; width: 130px; display: block; margin:0 auto; top:-65px; left: 105px; position: absolute;}
.fuwu figure a.pic1 { background:url(images/sheji.png);}
.fuwu figure a.pic2 { background:url(images/gongcheng.png);}
.fuwu figure a.pic3 { background:url(images/fuwu.png);}
.fuwu figure figcaption { margin-top: 35px; margin-bottom: 15px; font-weight: bold;}
.fuwu figure figcaption a { font-size: 16px; color:#2d8cd0;}
.fuwu figure p { line-height: 30px; color:#000;}

/*anli*/
.case-h { height: 42px; margin-top: 35px; margin-bottom: 15px;}
.case-h  a { background-color: #f7f7f7; color: #666; width: 228px; height:40px; line-height:40px; display: inline-block; margin:0 2px;}
.case-h  a:hover { background-color: #2d8cd0; color: #fff; text-decoration: none; }

/*about*/
.aboutbg { background-image:url(images/kehu.png); margin-top:-30px; padding:25px 0;}
.about { color:#333; line-height:30px;}
.about-mian { color:#333; font-size:16px; font-family:"microsoft yahei"; line-height:23px;}
.about-pic { margin-top: 20px;}
.about-pic a.honer, .about-pic a.team { background-repeat: no-repeat; text-align: center; padding-top: 86px; margin-left: 20px; margin-right: 20px; display: inline-block; background-position: center top;}
.about-pic a.honer { background-image:url(images/honer.png);}
.about-pic a.honer:hover { background-image:url(images/honer2.png);}
.about-pic a.team { background-image:url(images/team.png);}
.about-pic a.team:hover { background-image:url(images/team2.png);}

/*news*/
.news { background-color:#f2f2f2;}
.news section { float: left; width: 340px;}
.news section h2 { font-size: 16px; color:#000; font-weight: bold; padding: 0; margin:0 0 20px 0;}
.news section h2 small { font-size: 14px;}
.news section ul li { line-height: 30px;}
.news section ul li a { color: #888; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; width: 280px; display: block; float: left;}
.news section ul li a:hover { color: #2d8cd0; }
.news section ul li small { color:#999;}
.news section p { margin-top: 25px;}
.news-more { padding:7px 10px 5px 10px; margin-left: 0;}


/*footer*/
.footbg { background-image:url(images/foot.jpg);}
.footer section { width: 340px; float: left;}
.footer section h3 { font-size: 16px; font-weight: bold; margin: 0; color:#fff; padding:0 0 30px 0;}
#name, #phone ,#message,#email { font-size:12px; height: 36px; width: 320px; background-color: #ededee; color: #666; border-width: 0px; margin-bottom: 15px; vertical-align: middle; padding-right: 10px; padding-left: 10px; border-radius:0px;}
#name { background-image: url(images/form.png); background-repeat: no-repeat; background-position: right 0px;}
#phone { background-image: url(images/form.png); background-repeat: no-repeat; background-position: right -40px; }
#email { background-image: url(images/form.png); background-repeat: no-repeat; background-position: right -300px; }
#message { height: 60px; padding-top: 10px; vertical-align: top; background-image: url(images/form.png); background-repeat: no-repeat; background-position: right -160px; }
#name:focus, #phone:focus ,#message:focus { background-color:#fff; color:#333;}
#button { height: 40px; width: 200px; text-align: center; vertical-align: middle; border-width: 0px; background-color: #2d8cd0; color: #fff; font-size: 14px; border-radius:5px; -webkit-appearance: button; cursor: pointer; }
#button:hover { background-color: #589ed7; }
.footer section address { font-style: normal; margin: 0; padding: 0;}
.footer section h4 { font-size: 16px; font-weight: bold; color:#fff; padding:14px 0 10px 0; margin:0;}
.footer p { margin: 0; padding: 0;}
.footer, .footer a { color:#babcbd; font-size: 12px;}
.footer a:hover { color: #fff; }
.footer { line-height: 28px;}
.zhixun a { width: 40px; height: 40px; background-image: url(images/lx.png); background-repeat: no-repeat; text-indent: -999px; overflow: hidden; display: block; float: left; background-color: #2d8cd0; border-radius: 5px; margin-right: 15px; margin-top: 10px; }
.zhixun a:hover { background-color: #589ED7; }
.zhixun a.qq { background-position: 0px -40px; }
.zhixun a.sq { background-position:0px -80px; }
.key, .mail { height: 36px; width: 318px; background-color: hsla(0,0%,100%,0.00); color: #babcbd; vertical-align: middle; padding-right: 10px; padding-left: 10px; border: 1px solid #b2b4b7; border-radius: 0px; position: relative; }
.mail-tx { color: #babcbd; font-size: 14px; margin: 15px 0; }
.s-button, .m-button { height: 36px; width: 36px; text-align: center; vertical-align: middle; background-color: hsla(0,0%,100%,0.00); border: 0px solid #babcbd; border-radius: 0px; -webkit-appearance: button; cursor: pointer; position: absolute; right:3px; top:0 }
.s-button { background-image: url(images/form.png); background-repeat: no-repeat; background-position: right -80px; text-indent: -999px; overflow: hidden; }
.m-button { background-image: url(images/form.png); background-repeat: no-repeat; background-position: right -120px; text-indent: -999px; overflow: hidden; }
.mail { margin:0 0 40px 0; }

.footer.p45 { padding-bottom: 0;}
.links { overflow: hidden;}
.links hr { border-color: rgba(103,108,113,0.50); width: 100%; margin-top: 0; margin-right: 0; margin-left: 0; margin-bottom: 20px;}
.links, .links a, links small { font-size: 12px; line-height: 28px; color:#888;}
.links a { margin-right: 5px;}
.links a:hover { color:#fff; text-decoration: none;}

.foot { background-color:#1c1c1c;}
.foot p { padding: 0; margin: 0; overflow: hidden;}
.foot, .copyright { height: 70px; line-height: 70px;}
.foot, .foot a { text-transform: uppercase; font-size: 12px; color:#bbb;}
.foot .renzheng img { margin-left: 10px; line-height:70px; vertical-align:middle;}

.bgcom { min-width: 1170px; background-repeat:no-repeat; background-position:center top; background-size:cover; -webkit-background-size:cover; background-attachment:fixed;/* position: relative;*/ -moz-background-size:cover; -o-background-size:cover;}


/*kefu*/
.kefu { background-color:#2d8cd0; border: 2px solid #fff; position: fixed; width: 80px; top: 138px; right: 20px; text-align: center; display: block; font-size: 12px; border-radius:8px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); z-index:99999;}
.kefu ul li a { display: block; color:#fff; text-decoration: none; border-top: 1px solid #ffb4a6; overflow: hidden; height: auto; width: 100%; padding: 0; height: 30px; width: 80px; z-index:99999; padding-top: 50px;}
.kefu ul li a.kefu-lx { border-top: 0; background:url(images/kefu.png) no-repeat 0 -10px;}
.kefu ul li a.kefu-yy { background:url(images/kefu.png) no-repeat center -90px; line-height:12px;}
.kefu ul li a.kefu-zx { background:url(images/kefu.png) no-repeat center -170px;}
.kefu ul li a.kefu-wx { background:url(images/kefu.png) no-repeat center -250px;}
.kefu ul li a.kefu-top { background:url(images/kefu.png) no-repeat center -335px; padding-top: 40px;}
.kefu ul li a:hover { background-color:#589ed7;}
.kefu a.kefu-lx:hover { border-radius: 6px 6px 0px 0px; }
.kefu ul li a.kefu-top:hover { border-radius: 0px 0px 6px 6px; }
.kefu ul li a.kefu-wx .weixin {padding: 20px; background:#fff; position: absolute; top: 242px; left: -182px; display: none; -webkit-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.1); box-shadow: 0 0px 12px rgba(0, 0, 0, 0.1);}
.kefu ul li a.kefu-top, .kefu ul li a.kefu-yy, .kefu ul li a.kefu-zx, .kefu ul li a.kefu-wx { display: none;}
.kefu ul li a.kefu-wx:hover .weixin, .kefu:hover ul li a.kefu-top, .kefu:hover ul li a.kefu-yy, .kefu:hover ul li a.kefu-zx, .kefu:hover ul li a.kefu-wx { display: block;}



/*--------------------------------------------------------page inner--------------------------------------------------------*/
.banner-bar { background:url(images/banner-bar.png) no-repeat center top; position: relative; margin-top: 100px; background-attachment:fixed;}
.banner-bar h2 { font-size: 24px; color:#fff; margin: 0;}
.banner-bar h2 small { color:#fff; font-size: 18px; padding-left: 15px; margin-left: 15px; font-weight: normal; border-left: 1px solid #fff;}
.banner-bar .position { color:#fff; text-align:left; margin: 0; padding:15px 0 10px 0;}
.banner-bar .position a { color:#fff; margin:0 5px;}

.pagemenu { background:#f7f7f7; height: 60px;}
.pagemenu ul li { display: inline-block;}
.pagemenu ul li a { color:#666; line-height: 60px; padding:0 15px; display: inline-block; font-size: 14px; margin-left:20px;border-bottom:1px #ccc solid;}
.pagemenu ul li a.hover { background-color:#fff; color:#2d8cd0; text-decoration: none;}

.content, .info { line-height: 30px; color:#333;}
.info span { font-size: 14px; line-height: 30px;}
/*news*/
.newslist { margin-bottom: 40px; padding-bottom: 30px; border-bottom: 1px solid #ededed;}
.newslist figure { width:300px;}
.newslist figure img { max-width:300px;}
.news-img { width:300px; float:left; height:190px; overflow: hidden;}
.news-img img { max-width:300px;}
.newslist h1 a { color:#000; font-size: 20px;}
.newslist h1 a:hover { color:#2d8cd0;}
.news-dsc { color:#666; max-height:60px; overflow: hidden;}
.newslist .mulu, .newslist .dianji, .newslist .time { background-image: url(images/news-meta.png); background-repeat: no-repeat; background-position: left 3px; margin-right:10px;	height: 22px; padding-left: 23px; display: inline-block; color:#999; }
.newslist .dianji { background-position:left -19px;}
.newslist .time { background-position:left -41px;}

/*news-detail*/
.main { width: 790px; margin-right: 50px;}
.info .news-title { font-size: 20px; margin-top: 0; margin-bottom: 10px;}
.info .news-dsc { color:#999; margin:0 0 30px 0; padding-bottom: 20px; border-bottom: 1px solid #ededed; font-size: 12px;}
.info .news-dsc strong { font-weight: normal;}
.info hr, .content hr { margin:30px 0; border: 0; border-top: 1px solid #eee;}
/*side*/
.side { width: 300px;}
.page-h4 { font-size: 16px; margin: 15px 0; border-bottom: 1px solid #ededed; padding-bottom: 15px;}
.side li { width: 300px; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; color:#2d8cd0;}
.side li a { width:240px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; float: left;}
.products-detail .side li a { width: 300px;}
.side li small { width:33px; color:#999;}
.side .zx-qq { text-indent:-9999px; width: 22px; height: 22px; display:inline-block; background:url(images/qq.png) no-repeat center top;}
/*case*/
.row { margin-right: -15px; margin-left: -15px;}
.case figure { width: 360px; float: left; position: relative; height: 270px; margin: 15px; overflow:hidden;}
.case figure img { width:360px; height:270px; overflow:hidden;}
.case figure ficaption { position: absolute; width: 300px; height: 210px; top: 0; left: 0; display: none; padding: 30px; text-align:left; background-color:rgba(251, 62, 27, 0.7); color:#fff; float: left; overflow: hidden;}
.case figure:hover ficaption { display:block; }
.case figure ficaption h3 { font-size: 18px; font-weight: bold; margin:0 0 8px 0;}
.case figure ficaption h3 a { color:#fff; text-decoration: underline;}
.case figure ficaption p { line-height: 25px; margin: 0;}
.case .case-dsc {max-height:100px; overflow:hidden;}
.case-top { margin-top: 15px !important}
.case-more { margin-left: 0; padding:7px 10px 5px 10px; text-decoration: none; color:#2d8cd0; background-color:rgba(255,255,255,0.70);}
/*products*/
.products figure { width: 360px; float: left; overflow: hidden; height: 346px; margin: 15px; position: relative;}
.products ficaption { width: 360px; text-align:left; color:#555;}
.productsbg { width: 360px; height: 256px; background-color:rgba(203,203,203,0.70); position: absolute; left: -365px; top: -360px; transition:all 0.4s ease-in-out 0s; text-align: center;}
.productsbg img { padding-top: 75px !important;}
.productsbg a { display: block;}
.products figure:hover .productsbg { left: 0; top: 0;}
.products ficaption h3 { margin: 0; line-height:30px; height: 30px; width: 360px; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; color:#555;}
.products ficaption h3 a { color:#555; width: 360px; height: 30px; line-height: 30px; overflow: hidden; white-space:nowrap; text-overflow:ellipsis;}
.products ficaption p { margin: 0; padding: 0;}
.products-more { margin: 0; margin-top:10px; background-color:rgba(247,90,83,0.70); color:#fff; padding: 5px 10px; margin-right:10px;}
.proimgbox { width: 400px; float: overflow: hidden;}
#preview { width: 400px;}

.page { padding:30px 0 30px; text-align: center;}
.page li { display:inline;}
.page a { padding:5px 10px; border: 1px solid #ddd; background:#fff; line-height: 18px; border-radius:3px; color:#454545;}
.page li.thispage, .page a:hover { padding:5px 10px; border: 1px solid #2d8cd0; background:#2d8cd0; color:#fff; text-decoration: none; border-radius:3px;}