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

*{ margin:0; padding:0;}
li{list-style:none;}
a,a:hover{text-decoration:none;/*color:#000;*/}
a{color: #878787;font: 'Microsoft YaHei',arial; }
body,textarea,input,button,select,keygen,legend{font:14px/1.5  'Microsoft YaHei',arial;color:#878787;outline:0;}
body{background:#fff;}

body, h1, h2, h3, h4, h5, h6, hr, p,
blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, textarea, /* form elements 表单元素 */
img/* img elements 图片元素 */{border:medium none;margin: 0;padding: 0;}
/** 设置默认字体 **/
html, body{font:14px/22px 'Microsoft YaHei',arial;color:#878787;outline:0;}
html { color: #666;-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/}
em{font-style:normal;}
/** 重置列表元素 **/
ul, li, ol {list-style:none;}
/** 重置超链接元素 **/
a {text-decoration:none;color:#404040; font-family:"微软雅黑";}
/** 重置图片元素 **/

.fl{float:left;}
.fr{float:right;}
.pr{position: relative;}
.pa{position: absolute;}

/** 重置表格元素 **/
table{border-collapse:collapse;}
.cl{clear:both;}

#top_bg{height:130px;margin:auto; background:url(../images/top_bg.jpg) repeat-x;}
.top_text{width:1200px;height:36px; line-height:36px; margin:auto;color:#787876;} 
.top_text a{color:#787876;} 
.top_text a:hover{color:#0075b1;}
.top{width:1200px; height:92px; margin:0 auto;}
.logo{float:left; margin-top:20px;}
.top_logo_text{width:385px;height:55px; line-height:55px; font-size:24px; font-weight:bold;float:left; margin:15px 0 0 30px; padding-left:30px; border-left:1px solid #d6d6d6;}
.top_dh{float:right;}
.top_dh_tb{float:left; margin-top:19px;}
.top_dh_an{width:212px;height:31px;float:left; line-height:31px; margin-top:10px; background-color:#008a3e; text-align:center; color:#fff; font-size:14px; border-radius:4px;}
.top_dh_an a{color:#fff;} 
.top_dh_an a:hover{display:block; background-color:#ff7e20;border-radius:4px;transition:all .5s;}

/*----- 主导航开始 -----*/
#nav_bg{height:60px; margin:0 auto; background:url(../images/nav_bg.jpg) repeat-x; position:relative;}
.nav{width:1200px;margin:auto;}
.nav_l{width:900px;float:left; line-height:60px;}
.nav_l>ul{float:left;}
.nav_l>ul>li{float:left;height:60px; position:relative;}
.nav_l>ul>li>a{display:block;line-height:60px;padding:0px 31px;font-size:16px;color:#fff;}
.nav_l>ul>li:after{content:'';display:block;width:100%;height:3px;background:#ef0800;transform:scale(0,1);transition:0.3s;}
.nav_l>ul>li:hover{background:url(../images/nav_dq_bg.jpg) repeat-x;}
.nav_l>ul>li.on{background:url(../images/nav_dq_bg.jpg) repeat-x;}

/*----- 二级 -----*/
.fl2{ display:none; background:#0075b1; position:absolute; left:0px; top:60px; width:100%; z-index:999;}
.fl2 li a{font-size:16px;color:#fff; display:block;text-align:center; line-height:44px; border-bottom:1px solid #0088cd;}
.fl2 li a:hover{ background:#d11d0b;}
/*----- 主导航结束 -----*/



.search{width:213px;height:25px;float:right; margin-top:19px;}
.search_bg{width:172px;height:25px;float:left; background:url(../images/search_bg.png) no-repeat;}
.sear_bk{width:160px;height:21px;float:left; background:none; border:none; margin:1px; padding-left:10px; line-height:21px;color:#787876;font-size:12px;}
.search_btn{width:41px;height:25px;float:right;}














/** 重置表格元素 **/
table{border-collapse:collapse;}
.cl{clear:both;}


.content {width: 1200px;margin: 0 auto;}

/*------头部------*/
.header {width: 100%;background: #fff;min-width: 1200px; position:fixed; z-index:99999; top:0;}
.header .top { height: 32px; background: #2c2f34; }
.header .top a{height: 31px;line-height: 31px;float: right;}
.header .top b{float: right;display: inline-block;margin-top: 3px; margin-left: 5px;margin-right: 5px;}
.header .top div span {display: block;line-height: 31px;color: #eaebeb;font-size: 12px;float: right; }
.header .top div span .iconfont {font-size: 14px;margin-right: 5px; }
.header .top .tel{font-size: 14px;float: right;color: #eaebeb;line-height: 31px;margin-left: 20px;margin-right: 30px;}

/*------nav------*/
.header .nav-box {height: 100px; }
.header .nav-box .logo {display: block;margin: 14px 0;float: left; }
.header .nav-box .nav {float: right; }
.header .nav-box .nav ul li {line-height: 100px;width: 110px;border-right: 1px solid #d9d9d9;text-align: center; float:left; }
.header .nav-box .nav ul li ul{width: 207px; }
.header .nav-box .nav ul li ul li{background: #006d03;height: 38px;border-bottom: 1px solid #148311;line-height: 38px;text-align: center;width: 207px;}
.header .nav-box .nav ul li ul li a{display: block;}
.header .nav-box .nav ul li ul li .onNav{background: none;}
.header .nav-box .nav ul li ul li:first-child{border-left: none;}
.header .nav-box .nav ul li:hover { background: #055703; transition: all 0.5s; }
.header .nav-box .nav ul li:hover a {color: #fff;transition: all 0.5s; }
.header .nav-box .nav ul li a {display: block; color: #333333;font-size: 15px; }
.header .nav-box .nav ul li:first-child {border-left: 1px solid #d9d9d9; }


.nav .top_nav li{ position: relative; }
.nav .top_nav li .xla{position: absolute;z-index: 9;}
.nav .top_nav li .xla.x1{right: 0;}

/*------banner------*/
.banner {width: 100%;margin: 0  auto; }
.pro-switch {height: 640px; overflow: hidden; position: relative; width:100%;}
.flexslider {margin: 0;padding: 0;}
.flexslider .slides > li {display: none;height:640px;-webkit-backface-visibility: hidden;}
.flexslider .slides img {width: 100%;display: block;}
.slides:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 640px;}
.no-js .slides > li:first-child {display: block;}
.flexslider {margin: 0 auto;position: relative;width:100%;zoom: 1;}
.flex-viewport {max-height: 2000px;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;transition: all 1s ease;}
.flexslider .slides {zoom: 1;}
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 60px;height: 90px;margin: -60px 0 0;display: block;background: url(../images/ad_ctr.png) no-repeat 0 0;position: absolute;top: 50%;z-index: 10;cursor: pointer;text-indent: -9999px;opacity: 0;filter:alpha(opacity=0);-webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 0 -90px;right: 0;}
.flex-direction-nav .flex-prev {left: 0;}
.flexslider:hover .flex-next {opacity: 0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-prev {opacity: 0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;filter:alpha(opacity=50);}
.flex-control-nav {width: 100%;position: absolute;text-align: center;left:0; top:600px;}
.flex-control-nav li {margin: 0 5px;display: inline-block;zoom: 1;*display: inline;}
.flex-control-paging li a {background: url(../images/dot.png) no-repeat 0 -16px;display:block;height: 16px;overflow: hidden;text-indent:-99em;width: 16px;cursor: pointer;}
.flex-control-paging li a.flex-active {background-position: 0 0;}


/*------首页案例------*/
.w-case {min-width: 1200px;height: 627px;background: #f5f5f5;overflow: hidden; }
.w-case .c-mian {padding-top: 66px;position: relative; }
.w-case .c-mian h3 {background: #f5f5f5; }
.w-case .c-mian .xh {background: #e8e8e8; }
.w-case .c-mian .case-list {width: 100%;position: relative;opacity: 0;top: -108px; }
.w-case .c-mian .case-list ul {width: 110%; }.w-case .c-mian .case-list ul li {width: 372px; margin-right: 42px;float: left; }
.w-case .c-mian .case-list ul li .picture {position: relative; }
.w-case .c-mian .case-list ul li:hover h2, .w-case .c-mian .case-list ul li:hover p, .w-case .c-mian .case-list ul li:hover a {color: #0085bc; }
.w-case .c-mian .case-list ul li h2 {text-align: left;height: 67px;line-height: 70px;font-size: 16px;color: #333333;margin-bottom: 0;font-weight: normal; }
.w-case .c-mian .case-list ul li p {color: #666666; }


/*------首页滚动新闻------*/

.gg{ width:100%; height:50px; background:url(../images/zx.jpg) no-repeat center;}
/*------首页新闻------*/
.w-news {min-width: 1200px;height: 627px;overflow: hidden; }
.w-news .c-mian {padding-top:66px;position: relative; }
.w-news .c-mian h3 {background: #fff; }
.w-news .c-mian .xh {background: #e8e8e8; }
.w-news .c-mian .left {width: 543px;position: relative;float: left;left: -77px;opacity: 0; }
.w-news .c-mian .left:hover h2 {color: #0085bc; }
.w-news .c-mian .left img {max-width: 100%; }
.w-news .c-mian .left .n-time {position: absolute;top: 0;left: 0;display: block;width: 69px;height: 56px;background: #f5f5f5;color: #008cd4;text-align: center;padding-top: 13px; }
.w-news .c-mian .left .n-time span {font-size: 36px;font-weight: bold;display: block; }
.w-news .c-mian .left h2 {text-align: left;font-weight: normal;font-size: 16px;color: #000;margin: 0;height: 60px;line-height: 65px; }
.w-news .c-mian .left p {color: #6f6f6f;font-size: 14px; }
.w-news .c-mian .right {width: 595px;float: right;position: relative;right: -77px;opacity: 0; }
.w-news .c-mian .right ul li {height: 89px;border-bottom: 1px solid #e6e6e6;margin-bottom: 25px; }
.w-news .c-mian .right ul li .r-time {width: 59px;height: 59px;font-size: 12px;color: #494949;text-align: center;float: left;margin-right: 20px; }
.w-news .c-mian .right ul li .r-time span {font-size: 48px;font-weight: bold;display: block;margin-top: 12px;margin-bottom: 10px; }
.w-news .c-mian .right ul li:hover h2 {color: #0085bc; }
.w-news .c-mian .right ul li h2 {text-align: left;font-size: 16px;color: #373737; font-weight: normal; margin-bottom: 0;height: 32px; }
.w-news .c-mian .right ul li p {color: #6f6f6f;font-size: 14px; }


/*------首页关于我们------*/
/*f2*/
.f2{ background:url(../images/about_bg.jpg) no-repeat center top;}
.f2 .f1_tit{color: #fff; margin-bottom:50px;}
.f2 .f1_tit span{color: #fff;}
.f1_tit p{width:1170px;margin:30px auto;font-size: 14px;color: #bfbfbf;line-height: 24px; text-align:center;}
.f1_tit p span a{ font-size:24px; color:#0085bc;}
.f2_bottom{width:1200px; margin:0 auto 0 auto; background-color:#fff; overflow: hidden}
.f2_bottom>a{opacity:0;filter:alpha(opacity=0); position:relative; padding:3px; background-color:#fff;overflow:hidden;float: left;width: 293px;height:190px;}

.f2_bottom>a span{transition: .5s; -webkit-transition: .5s; opacity: 0; filter: alpha(opacity=0); position: absolute; font-weight: normal;display: block; width: 293px; top: 3px; left: 3px; height: 70px; padding-top: 120px; text-align: center; background-color: #0085bc; color: #fff;}

.f2_bottom>a i{transition:.5s;-webkit-transition:.5s;z-index:1000;position:absolute;top:-65px;left:132px;border:1px solid #fff;width:34px;height:34px;display: block; background:url(../images/about_img_icon.png) no-repeat center;}
.f2_bottom>a:hover i{top:60px;}
.f2_bottom>a:hover span{opacity:0.95;filter:alpha(opacity=95);}
.f2_bottom>span{opacity:0;filter:alpha(opacity=0);color:#0085bc;text-align:center;float: left;width: 293px;height:190px;padding:3px;background-color: #fff;}
.f2_bottom>a.more{ margin-right:3px;margin-left:3px;color:#30323f;position:relative;text-align:center;line-height:168px;border:6px solid #272b31;float: left;width: 275px;height:175px;padding:3px;background-color: #eee;}
.f2_bottom>a.more i{width:50px;top:auto;height:50px;background:url("../images/f2_22.png") no-repeat center #272b31;bottom:-3px;left:-3px;display: block;position: absolute;}
.f2_bottom>a.more:hover i{top:auto;bottom:-3px;background:url("../images/f2_22.png") no-repeat 27px center #272b31;}
.f2_bottom>a.more:hover{color: #008cd4;}
.f2_bottom>span b{display: block;font-size: 18px;color: #323546;margin-top:48px;}
.f2_bottom>span i{width:28px;height:2px;background-color:#0085bc;margin:15px auto 10px auto;display: block;}
.f2_bottom>span span{font-family: 'Conv_HelveticaLTStd-Light';color: #0085bc;display: block;font-size: 18px;}

.in-about-title{ width:1200px; text-align:center; margin:50px auto 0 auto;}
.in-about-title h2{ font-size:24px; color:#5e5e5e; line-height:24px;text-transform:uppercase; }
.in-about-title h3{ font-size:24px; color:#d4d4d4;  text-align:center; line-height:46px;}

.in-about-title h3 span{ margin-left:10px; margin-right:10px;}
/*------首页产品------*/
.w-serve {min-width: 1200px; height: 730px;background: #f5f5f5; position: relative;overflow: hidden; }
.w-serve hr {position: absolute;top: 210px;height: 1px;background: #cbcbcb;width: 100%;border: none; }
.w-serve .s-mian {padding-top: 64px;position: relative; }
.w-serve .s-mian h3 { background: #f5f5f5; }
.w-serve .s-mian .xh {background: #e8e8e8; }
.w-serve .s-mian .slideTxtBox {width: 1200px;display: none;display: block\9;_display: block; }
.w-serve .s-mian .slideTxtBox .hd {position: relative;height: 38px;width: 46%;margin: 0 auto; }
.w-serve .s-mian .slideTxtBox .hd ul {width: 100%; }
.w-serve .s-mian .slideTxtBox .hd ul li {width: 33.33%;text-align: center;float: left;cursor: pointer; }
.w-serve .s-mian .slideTxtBox .hd ul li:hover a {border-bottom: 2px solid #0085bc;color: #0085bc; }
.w-serve .s-mian .slideTxtBox .hd ul .on a {border-bottom: 2px solid #0085bc;color: #0085bc; }
.w-serve .s-mian .slideTxtBox .bd {clear: both;margin-top: 35px; }
.w-serve .s-mian .slideTxtBox .bd ul {width: 110%; }


.w-serve .s-mian .slideTxtBox .bd ul .div-more {clear: both;width: 150px;text-align: center;margin: 0 auto;border: 1px solid #c1bfbf; }
.w-serve .s-mian #oyss {width: 1200px;border: none; }
.w-serve .s-mian #oyss .div-more {width: 150px;margin: 0 auto;display: block;float: none; }
.w-serve .s-mian .s-list {display: block;display: none\9;_display: none; }
.w-serve .s-mian .s-list section {position: relative; overflow:hidden;}

.w-serve .s-mian .s-list section article { float:left;}

.w-serve .s-mian .s-list section article ul {width: 110%; }
.w-serve .s-mian .s-list section article ul li {float: left; width:285px;position: relative; margin-right:20px; height:400px;}
.w-serve .s-mian .s-list section article ul li img {max-width: 100%; }

.w-serve .s-mian .s-list section article ul li .pro-list-text { width:100%; height:40px; background:#006792;  }
.w-serve .s-mian .s-list section article ul li .pro-list-text h2{ color:#fff;  margin-left:20px; padding-top:10px; text-align:center;font-size:14px;}
.w-serve .s-mian .s-list section article ul li .pro-list-text h3{ width:100%;font-size:13px; color:#fff; background:none; line-height:14px; }
.w-serve .s-mian .s-list section article ul li .pro-list-text:hover{ background:#2c2c2c;}


.w-serve .s-mian .s-list section article .div-more { width: 152px;height: 34px;border: 1px solid #c1bfbf;text-align: center;line-height: 35px;margin: 0 auto;clear: both;cursor: pointer; }
.w-serve .s-mian .s-list section article .div-more:hover{ color:#fff; background:#0085bc; border:#0085bc;transition: 0.7s;}

.w-serve .s-mian .s-list section article:before {color: rgba(0, 0, 0, 0.2);font-size: 4rem;font-weight: 100;position: absolute;bottom: 1rem;right: 1rem; }
.w-serve .s-mian .s-list section nav {width: 100%;height: 30px;margin: 0 auto; text-align:center; }
.w-serve .s-mian .s-list section nav .on_snav a {border-bottom: 2px solid #0085bc;padding-bottom: 14px;color: #0085bc; }
.w-serve .s-mian .s-list section nav label { margin-right:40px;color: #898989;font-size: 16px;text-align: center;cursor: pointer;transition: .5s;z-index: 2; }
.w-serve .s-mian .s-list section nav label a:hover {padding-bottom: 14px;color: #0085bc;transition: all 0.5s;border-bottom: 2px solid #0085bc; }
.w-serve .s-mian .s-list section input {display: none; }

.aaa{ width:10000%; position:relative; margin-top:40px;}
.aaa article{ width:1%;}

/*------页面底部------*/
.footer {min-width: 1200px;background: #2c2f34;clear: both;height: 336px; overflow: hidden;}
.footer .top {padding-top: 53px;height: 230px; }
.footer .top ul {width: 100%; }
.footer .top ul li {float: left;width:16%; }
.footer .top ul li h2 {font-size: 14px;color: #9c9d9d;height: 28px;border-bottom: 1px solid #26292e;width: 108px;margin-bottom: 23px; }
.footer .top ul li dt {height: 30px; }
.footer .top ul li dt a {font-size: 12px;color: #7e7f81; }
.footer .top ul li dt a:hover {transition: all 0.5s;color: #0085bc; }
.footer .bottom {clear: both;height: 52px;border-top: 1px solid #26292e;line-height: 52px;color: #7e7f81; }
.footer .bottom a {font-size: 12px;color: #7e7f81; }


/*------首页标题------*/
.w-title h3 {font-size: 24px;color: #dfdfdf;text-align: center;margin-bottom: 10px;text-transform:uppercase; }
.w-title h2 {font-size: 20px;color: #0085bc;text-align: center;margin-bottom: 10px;text-transform:uppercase;}

.w-title h3 {margin-bottom: 0;background: #fff;width: 144px;margin: 0 auto;position: relative;z-index: 1;color: #5e5e5e;margin-bottom: 57px; }

.w-title .xh {position: absolute;top: 106px;width: 340px;height: 1px;background: #f0f0f0;left: 35.8%; }
.more-link {display: block;font-size: 12px;color: #b0b0b0;margin-top: 32px; }
.more-link:hover {color: #008cd4;transition: all 0.5s; }
.onNav {background: #fff;color: #fff; }



/*-----------------------内页banner-----------------------*/
.about-banner-box{width: 100%;height: 258px; background:url(../images/about_banner.jpg) no-repeat center;}
.pro-banner-box{width: 100%;height: 258px; background:url(../images/pro_banner.jpg) no-repeat center;}
.case-banner-box{width: 100%;height: 258px; background:url(../images/case_banner.jpg) no-repeat center;}
.news-banner-box{width: 100%;height: 258px; background:url(../images/news_banner.jpg) no-repeat center;}
.dow-banner-box{width: 100%;height: 258px; background:url(../images/dow_banner.jpg) no-repeat center;}
.message-banner-box{width: 100%;height: 258px; background:url(../images/message_banner.jpg) no-repeat center;}
.contact-banner-box{width: 100%;height: 258px; background:url(../images/contact_banner.jpg) no-repeat center;}
/*-----------------------关于我们-----------------------*/
.about-banner{ width:1200px; margin:0 auto; }
.about-banner-text h3{font-size: 24px;color: #fff;padding-top: 106px; }
.about-banner-text h4{font-size: 12px;color: #f6f6f6;padding-top: 10px;}
.about-banner-text h4 a{color: #f6f6f6;}

.ny-title-list{  height:46px;background-color: white; margin-top:52px;width:1200px; margin-bottom:30px;}

.ny-title-list a{display: block;width:157px;height: 46px;font-size: 14px;color: #333333;float: left;text-align: center;line-height: 46px;}
.ny-title-list a.firsta{background-color: #0075b1;color: #ffffff;}

.ny-title-list a:hover{background-color: #0075b1;color: #ffffff;}



.ny-text-box{ width:100%; height:auto; background:#f2f2f2; padding-top:30px; padding-bottom:30px;}
.ny-text{ width:1160px;  background:#fff; padding: 20px; margin:0 auto; }
.about-text{ margin-top:25px;}
.about-text-left{ width:100%; float:left;}
.about-text-left h2{ font-size:24px;}
.about-text-left span{ font-size:14px; color:#a5a5a5;text-transform:uppercase;}

.about-text-left p{ width:100%; line-height:24px;}
.about-text-left p a { font-size:14px; color:#3e3e3e;}


/*===============分页===============*/
.fy {width:1200px;padding-top:10px;margin-top:10px; height:60px;}
.sabrosus {padding: 5px;margin: 3px;text-align:center;}
.sabrosus A {border:#c4c4c4 1px solid;PADDING:2px 8px;COLOR: #404040;text-decoration: none;margin-right: 6px;font-family: "Microsoft Yahei", "宋体";background:#fff;}
.sabrosus A:hover, DIV.pagination A:active{color:#fff;background-color:#189aee;text-decoration: none;font-family: "Microsoft Yahei", "宋体";}
.sabrosus SPAN.current {BORDER: #0075b1 1px solid;PADDING: 2px 8px;FONT-WEIGHT: bold;COLOR: #fff;MARGIN-RIGHT: 6px;BACKGROUND-COLOR:#0075b1;
font-family: "Microsoft Yahei", "宋体";}
.sabrosus SPAN.disabled {BORDER: #c4c4c4 1px solid;PADDING: 2px 8px;MARGIN-RIGHT: 2px;font-family: "Microsoft Yahei", "宋体";}
 
 
 
 
.ryzs_img{width:110%; margin:0 auto;}

.ryzs_img ul li{width:256px; float:left; margin-right:40px; margin-top:20px;}
.ryzs_img ul li span{width:256px;float:left; text-align:center; font-size:14px; padding-top:5px;line-height:24px; overflow:hidden;white-space: nowrap;text-overflow:ellipsis; font-family:"Microsoft Yahei";}
.ryzs_img ul li img{width:256px;height:220px;float:left; padding:2px;}
.ryzs_img ul li img:hover{background-color:#0075b1; padding:2px;opacity:0.8;filter:alpha(opacity=80);}




/*===============内页产品中心===============*/
.nr-product{overflow:hidden; background:#fff;}
.pro_top{overflow:hidden; float:left; margin-top:13px;}
.pro_top a{display:block; float:left; height:30px;line-height:30px; vertical-align:middle; border:1px solid #ecf1f2;-webkit-transition: all 0.5s ease-in-out; font-size:14px; color:#777676; padding:0px 15px; margin-right:15px;  margin-top: 10px;}
.pro_top a:hover{background:#0075b1; border:1px solid #0075b1; color:#fff;}
.pro_top a.hover{background:#0075b1; border:1px solid #0075b1; color:#fff;}


.nr-product li{ background:#fff;float:left; margin-right:10px; margin-bottom:25px; padding-bottom:8px; overflow:hidden; width:280px; text-align:center; border:1px solid #d7ddde; border-bottom:4px solid #d7ddde;-webkit-transition: all 0.5s ease-in-out;}
.nr-product li.r{margin-right:0px;}
.nr-product li img{border-bottom:2px solid #ecf1f2;}
.nr-product ul li:nth-child(4n){ margin:0;}
.nr-product li h2{font-size:14px; color:#242424; text-align:center; padding:10px 8px 5px 8px;}
.nr-product li p{text-align:left;padding:0px 8px; font-size:12px; color:#929292; font-family:Arial, Helvetica, sans-serif; }
.nr-product li:hover{border-bottom:4px solid #0075b1;}
.nr-product li:hover h2{color:#0075b1;}
.nr-product li:hover p{background:url(../images/pro_bj.jpg) no-repeat 235px 0px;}




/*===============产品中心详情页===============*/
.main{width:1200px;margin:0 auto;overflow:hidden;}
.products_ny{overflow:hidden; background:#ecf1f2;}
.products{overflow:hidden; background:#fff; padding:20px;}
.pro_left{width:515px;float:left; overflow:hidden;}
/*图片放大镜样式*/
.spec-preview{overflow:hidden; float:right;}
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block; width:430px;height:370px; overflow:hidden; border:1px solid #ebf0f3}
.jqzoom img{width:430px; height:370px;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:430px;height:370px;background:#ffffff;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff ;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}

/*图片小图预览列表*/
.spec-scroll{width:70px; float:left; height:300px;}
.spec-scroll .items{margin:auto;position:relative;height:302px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;height:302px;}
.spec-scroll .items ul li{width:70px;text-align:left; height:77px;}
.spec-scroll .items ul li img{border:1px solid #CCC;width:68px;height:68px;}
.spec-scroll .items ul li img:hover{border:1px solid #0075b1;}

.pros_right{width:620px; float:right; overflow:hidden;}
.pros_right_top{overflow:hidden; padding-bottom:15px; border-bottom:1px dashed #7d7d7d;}
.pros_right_top strong{overflow:hidden;display: inline-block; font-weight:500; font-size:26px; color:#494949; padding-bottom:10px;}
.pros_right_top a{font-size:14px;float:right;width:90px; height:38px;  background:#0075b1; line-height:38px; text-align:center; color:#fff;}
.pros_right_top a:hover{background:#2d2c32;}
.pros_right_ny{overflow:hidden;padding:20px 0px;}
.pros_right_ny p{font-size:14px; color:#898989; line-height:30px; clear:both}
.pros_right_ny p em{display:block; float:left;}
.pros_right_ny p span{display:block; float:left; width:360px;}
.pros_right h3{ background:#ecf1f2;width:175px; height:40px; line-height:40px; vertical-align:middle; text-align:center; float:left; margin-right:20px;margin-top:25px;-webkit-transition: all 0.5s ease-in-out;}
.pros_right h3 a{display:block; font-size:14px; color:#7a7a7a;}
.pros_right h3:hover{ background:#0075b1;}
.pros_right h3:hover a{color:#fff;}
.pros_share{float:left; border-top:1px dashed #7d7d7d;margin-top:30px; padding:20px 0px; width:100%;}
.pros_share p{float:left; font-size:12px; color:#909090;}
.pros_share a{display:block; float:left; margin:2px 5px 0px 5px;}

.pros_ny{overflow:hidden; text-align:center;}
.products_top{overflow:hidden; height:60px; line-height:60px; vertical-align:middle; background:#f2f6f7;}
.products_top a{display:block; float:left; width:160px; text-align:center; font-size:16px; color:#6e6f6f;}
.products_top a:hover{background:#0075b1; color:#fff;}
.products_top a.hover{background:#0075b1; color:#fff;}


.news.r{padding-bottom:0px;}
.pros_bottom{overflow:hidden;}
.pros_bottom strong{display:block; font-size:18px; color:#898888; font-weight:500; background:#fff; height:50px; line-height:50px; vertical-align:middle; text-align:center; border-bottom:40px solid #ecf1f2;border-top:40px solid #ecf1f2;}
.product.r{background:#ecf1f2; padding:0px;}
.product.r li{margin-right:25px;}
.product.r li.r{margin-right:0px;}
.pro_s{padding: 20px 60px;text-align: left; background:#fff;}
.pro_s p{font-size: 14px;color: #6e6f6f;}


.pro_xx{ width:1100px; margin:0 auto; padding:20px 50px;text-align: left; background:#fff;}
.pro_xx td h2{ font-size:24px; font-family:"微软雅黑"; line-height:48px; background:url(../images/icon.png) no-repeat center left; padding-left:10px;}
.pro_xx table{border-collapse:collapse;border:none;font-size:12px;}
.proxx-title tr td{ border: none;}
.pro_xx td { border:1px solid #ccc; line-height:36px; padding-left:20px;font-family:"微软雅黑";  }
.pro_xx td i { font-style:normal; margin-left:10px;}
.ccc { border:none;}



/*---------------------新闻页面---------------------*/

.ny-news-img{ float:left; margin-right:20px;}

.ny-news-right{ float:right; width:840px;}
.ny-news-right .news-text{ float:left;}
.ny-news-right h2{ font-size:24px; margin-bottom:20px;font-weight:normal; color:#333;}
.ny-news-right h3{ font-size:14px; line-height:30px; min-height:110px;font-weight:normal;}

.ny-news-text p{}
.ny-news-text p a{ display:block; width:88px; height:28px; background:url(../images/news_icon.png) no-repeat left; }

.ny-news-text p:hover a{ display:block; width:88px; height:28px;background:url(../images/news_icon_hover.png) no-repeat left;}


.ny-news-box ul li{ border-bottom:1px dashed #ccc; float:left; padding-bottom:30px; margin-bottom:30px;}

/*===============新闻中心详情页===============*/

.ny-news_tops{overflow:hidden;border-bottom:1px solid #ecf1f2; height:60px; line-height:60px; vertical-align:middle; padding:0px 20px; background:#fff;}
.position.r{float:left;}
.ny-news_tops p{float:right; margin-top:15px; width:106px; height:33px; vertical-align:middle; line-height:33px; background:#023b8d; text-align:center;-webkit-transition: all 0.5s ease-in-out;}
.ny-news_tops p a{display:block; color:#fff; font-size:14px; color:#ffffff;}
.ny-news_tops p:hover{background:#212427;}
.ny-news_top{overflow:hidden; border-bottom:1px solid #dcdedf; text-align:center; padding-bottom:35px; margin-bottom:30px; padding-top:30px;}
.ny-news_top h2{font-size:24px; color:#525252; padding-bottom:10px;}
.ny-news_top_ny{width:280px; margin:auto; overflow:hidden;}
.ny-news_top p{font-size:12px; color:#909090; float:left;}
.share{float:left; margin-left:30px;}
.share p{float:left;}
.share a{display:block; float:left; margin:2px 5px 0px 5px;}
.news_ny{overflow:hidden;}
.news_ny p{font-size:12px; color:#818181; line-height:30px;}
.news_ny img{padding:30px 0px; max-width:1140px;}
.share img{padding:7px 0px;}

.news_ny li span{display:block;float:left; font-size:56px; color:#d1d1d1; font-family:hei; text-align:left;}



/*--------------------联系我们--------------------*/
.control{margin-top:20px; margin-bottom:30px; background-color:#fff; width:1160px;}
.control .one{text-align:center;}
.control .one .mainpart{margin:0px auto 65px; border-bottom:1px solid rgb(238, 238, 238); padding-bottom:30px;}
.control .one .mainpart h1{font-size:20px; font-weight:bold; color:#0075b1;}
.control .one .mainpart span{font-size: 34px; color:#666;}
.control .one .mainpart h2 img{margin-right:10px; margin-bottom: -6px;}
.control .one .mainpart h2{margin-top:10px; margin-bottom:10px; height:42px;}
.control .one .mainpart h3{font-size:14px; color:#757575; line-height:36px;}
.control .one .mainpart h4{font-size:18px; color:#0075b1; }


/*===============客户留言===============*/

.feed_main{width:1160px; text-align:left;}
.feed_tips{font-size:14px; color:#797979; line-height:38px; padding:10px 0; margin-bottom:15px;}
.feed_form{margin-bottom:57px;}
.feed_form .row{margin-left:0;}
.feed_form .row .item{width:350px; line-height:46px; font-size:14px; color:#7a7a7a; float:left;}
.feed_form .row .item:first-child{margin-left:0;}
.feed_form .row .itemw{width:100%;}
.feed_form .row .in_text{line-height:44px; height:44px; border:1px solid #d3d3d3; background:#fcfcfc; font-size:14px; width:300px; box-shadow:0 2px 3px #eaeaea inset;}
.feed_form .row .in_textw{width:1000px;}
.feed_form .row .area{width:1000px; border:1px solid #d3d3d3; background:#fcfcfc; font-size:14px; box-shadow:0 2px 3px #eaeaea inset; line-height:30px; height:210px; resize:none;}
.feed_form .sub_div{margin-top:25px; float:left; margin-bottom:20px;}
.feed_form .sub_div .sub_btn{height:66px; line-height:66px; width:195px; color:#fff; border:none; font-size:16px; background:#0075b1;}
.feed_form .sub_div .sub_btn:hover{ background:#424242; cursor:pointer;}



/*===============技术支持===============*/
/*faq*/
.faq_f1{overflow:hidden;width: 1150px;padding-left:10px;background-color: #f6f6f6;display: block;margin:0 auto 20px auto;}
.faq_f1 i{background:url(../images/job_bit03.jpg) no-repeat 0 -30px; float: left;color: #444;cursor: pointer;display: inline-block;height: 19px;margin-top: 24px;width: 13px}
.faq_f1 span{transition:.5s;-webkit-transition:.5s;cursor:pointer;height:55px;line-height:55px; font-size: 16px;color: #5e5e5e; display:block; float:left; text-align:center;}
.faq_f1 p{border-top:1px dotted #b5b5b5;display:none;margin-bottom:30px;width:1110px;line-height: 34px;color: #666;font-size:14px;padding-left:20px; margin-top:55px;}
.faq_f1 p span{color: #333;font-size: 14px; padding-left:20px;}
.faq_f1:hover h2{color: #333;text-indent:5px;}

.faq_cont th{ line-height:60px; background:#0075b1; color:#fff;}


/*------首页案例------*/

.ny-text .case-list {width: 100%;position: relative;}
.ny-text .case-list ul {width: 110%; }
.ny-text .case-list ul li {width: 372px; margin-right: 20px;float: left; }
.ny-text .case-list ul li .picture {position: relative; }
.ny-text .case-list ul li:hover h2, .case-list ul li:hover a {color: #0085bc; }
.ny-text .case-list ul li h2 {text-align: left;height: 67px;line-height: 70px;font-size: 16px;color: #333333;margin-bottom: 0;font-weight: normal; }
.ny-text .case-list ul li p {color: #666666; }


#spa{
	margin-top:25px;

	text-align:justify;
}
#spa:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    visibility: hidden;
}
#spa>li{
	display:inline-block;
	width:350px;
	transition:0.5s;
	background:#eee;
	position:relative;

	margin-bottom:20px;
}
#spa>li p{ text-align:center; line-height:36px;}