﻿@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;}
/** 设置默认字体 **/
body,textarea,input,button,select,keygen,legend{font:12px/1.5 'Microsoft YaHei', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', Arial, sans-serif; color:#404040; outline:0;}
h1, h2, h3, h4, h5, h6 {font-size: 100%; font-weight:lighter; }
em{font-style:normal;}
/** 重置列表元素 **/
ul, li, ol {list-style:none;}
/** 重置超链接元素 **/
a {text-decoration:none;color:#404040;}
a:hover {color:#0075b1;text-decoration:none;}
/** 重置图片元素 **/

.fl{float:left;}
.fr{float:right;}
img{ border:0px;}

/** 重置表格元素 **/
table{border-collapse:collapse;}
.cl{clear:both;}

/*----- 头部 -----*/
#top_bg{margin:auto; background:url(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_text span{}
.top{width:1200px; height:92px; margin:0 auto;}
.logo{float:left; margin:10px 0;}
.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:#0068b7;position:relative;}
.nav{width:1200px;margin:auto;}
.nav_l{float:left; line-height:60px;}
.nav_l>ul{float:left;}
.nav_l>ul>li{float:left;height:60px;padding:0px 40px; position:relative;}
.nav_l>ul>li>a{display:block;line-height:60px;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-color:#f50404;}
.nav_l>ul>li:hover a{color:#fff;}
.nav_l>ul>li.on{background-color:#f50404;}
.nav_l>ul>li.on a {color:#fff;}
/*----- 二级 -----*/
.fl2{ display:none; background:#0075b1; position:absolute; left:0px; top:60px; width:100%; z-index:999;}
.fl2 li a{font-size:14px;color:#fff; display:block;text-align:center; line-height:44px; border-bottom:1px solid #0088cd;}
.fl2 li a:hover{ background:#f50404;}

/*----- 搜索 -----*/
.search{width:213px;height:25px;float:right; margin-top:19px;}
.search_bg{width:172px;height:25px;float:left; background:url(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;}


/*------banner------*/
.banner {width: 100%;margin: 0  auto;}
.pro-switch {height: 600px; overflow: hidden; position: relative; width:100%;}
.flexslider {margin: 0;padding: 0;}
.flexslider .slides > li {display: none;height:600px;-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: 600px;}
.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(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:570px;}
.flex-control-nav li {margin: 0 5px;display: inline-block;zoom: 1;*display: inline;}
.flex-control-paging li a {background: url(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;}


/*------首页经营范围------*/
.in-product{ width:1200px; margin:0 auto;}
.in-product .in-title { margin-top:30px; height:38px; margin-bottom:20px;}
.in-product .in-title h2{ font-size:24px; padding-bottom:5px; background:url(in_title_line.jpg) no-repeat bottom left; float:left;}
.in-product .in-title span{ float:right;}
.in-product .in-title span a{display:block; width:110px; height:36px; font-size:14px; text-align:center; line-height:36px; border:1px solid #2d2c32;}
.in-product .in-title span a:hover{ border:none; color:#fff; background:#f50404;}

.in-pro-list ul li{ float:left; width:232px; height:274px; border-top:2px solid #f50404; text-align:center; background:#f4f4f4; position:relative; margin-right:10px;}

.in-pro-list ul li h2{ font-size:16px; color:#4c4c4c; line-height:46px; margin-top:3px;}
.in-pro-list ul li:nth-child(5n){ margin:0;}

.in-pro-list ul li p.szx{ position:absolute; left:0px; bottom:0px; width:100%;}
.in-pro-list ul li p.szx a{ display: inline-block; font-size:14px; line-height:32px; width:98px; background:#f50404; color:#FFF;}
.in-pro-list ul li p.szx a:hover{background:#d6d6d6; }


/*------center------*/
.in-center-box{ width:100%; height:470px; background:#f6f6f6; margin-top:20px;}
.in-center{ width:1200px; margin:0 auto;}

/*------首页企业简介------*/
.in-about{ width:386px; height:428px; padding:10px; float:left; background:#fff; margin-top:20px; margin-right:20px;overflow:hidden;}
.in-center .in-title { margin-top:10px; height:38px; margin-bottom:10px;}
.in-center .in-title h2{ font-size:24px; padding-bottom:5px; background:url(in_title_line.jpg) no-repeat bottom left; float:left;color: #0068b7;}
.in-center .in-title span{ float:right;}
.in-center .in-title span a{display:block; width:110px; height:36px; font-size:14px; text-align:center; line-height:36px; background:#d6d6d6; color:#fff;}
.in-center .in-title span a:hover{ color:#fff; background:#f50404;}
.in-about-text p img{ margin-bottom:10px;}
.in-about-text p a{ font-size:14px; line-height:30px;}


/*------首页新闻中心------*/
.in-news{ width:386px; height:428px; padding:10px; float:left; background:#fff; margin-top:20px; margin-right:20px;}
.in-news-text p img{ margin-bottom:10px;}
.in-news-text ul li{ background:url(in_news_icon_img.png) no-repeat left; padding-left:10px; line-height:30px;}
.in-news-text ul li a{ }
.in-news-text ul li span{ float:right; }

/*------首页联系我们------*/
.in-contact{ width:386px; height:428px; padding:10px; float:left; background:#fff; margin-top:20px;}
.in-contact-text p img{ margin-bottom:10px;}
.in-contact-text p a{ line-height:26px;}
.in-contact-text p a:hover{ color:inherit;}





/*------首页项目案例------*/
.in-case-box{ margin-bottom:20px;}
.in-case{ width:1200px; margin:0 auto; overflow:hidden;}
.in-case .in-title { margin-top:30px; height:38px; margin-bottom:20px;}
.in-case .in-title h2{ font-size:24px; padding-bottom:5px; background:url(in_title_line.jpg) no-repeat bottom left; float:left;}
.in-case .in-title span{ float:right;}
.in-case .in-title span a{display:block; width:110px; height:36px; font-size:14px; text-align:center; line-height:36px; border:1px solid #2d2c32;}
.in-case .in-title span a:hover{ border:none; color:#fff; background:#f50404;}

.in-case ul li{ float:left; margin-right:20px; width:284px;}
.in-case ul li h2{ font-size:16px; color:#000; line-height:36px;}

.in-case ul li span{ position:relative;display:block;}
.in-case ul li i{position:absolute; right:0; bottom:0; width:25px; height:25px; background:url(dtDt_ico.png) no-repeat center;}


/*------页脚部分------*/
.footer-box{ width:100%; background:#0068b7;}
.footer-box-b{width:1200px; margin:0 auto; }
.footer-list{float:left; margin-bottom:20px;}
.footer-list h2{ color:#fff;margin-right:110px; line-height:36px; margin-top:30px;}
.footer-list ul{ float:left;}
.footer-list ul li a{ font-size:15px; color:#e0e0e0; line-height:30px;}
.footer-list ul img{ margin-top:10px;}
.footer-list ul li{float:left;margin-right: 20px;}

.footer-box-b .ewm{ float:right; text-align:center; margin-top:38px;}
.footer-box-b .ewm p{ color:#fff; line-height:40px;}

.footer-box .copy-box-bg{ height:44px; background:#005da4;}
.footer-box .copy-box{ width:1200px; margin:0 auto; color:#fff;}
.footer-box .copy-box ul li a{ font-size:12px; line-height:46px; color:#fff;}



/*===============内页样式===============*/
.main{width:1200px;margin:auto;overflow:hidden;}
.zong_ny{overflow:hidden; background:#ecf1f2; padding:30px 0px 50px 0px;}
.zong_bj{width:380px; height:97px; background:#0068b7; overflow:hidden;}
.zong_left{overflow:hidden; float:left; width:280px;position:relative; z-index:111; }
.zong_left strong{display:block; font-size:24px; color:#ffffff; font-weight:bold; padding-top:20px; padding-left:35px; height:70px;font-family:"微软雅黑";}
.zong_left strong span{font-size:14px; color:#ffffff; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; font-weight:500; display:block;}
.zong_left ul{ background:url(left_ul.jpg) repeat-x #fff; overflow:hidden; padding-top:20px;}
.zong_left li{ padding-left:20px;overflow:hidden;line-height:44px; vertical-align:middle; margin-bottom:5px;-webkit-transition: all 0.5s ease-in-out;background:url(left_d.jpg) no-repeat left top;}
.zong_left li a{font-size:14px; color:#666; display:block;}
.zong_left li:hover{background:url(left_h.jpg) no-repeat left top;}
.zong_left li.hover{background:url(left_h.jpg) no-repeat left top;}
.zong_left li:hover a{color:#f50404;}
.zong_left li.hover a{color:#f50404;}

.zong_right{overflow:hidden; float:right; width:900px; background:#fff; z-index:999;}
.right_top{overflow:hidden; border-bottom:1px solid #ecf1f2; padding:0px 30px; line-height:60px; vertical-align:middle;}
.right_top strong{float:left;font-size:22px; color:#0068b7; font-weight:500;font-family:"微软雅黑";}
.zong_nr{overflow:hidden; padding:20px; text-align:left; min-height:450px;}

/*===============所在位置===============*/
.position{margin:auto;text-align:right; float:right;}
.position a{font-size:12px;color:#616161; padding-right:15px; background:url(po_bj.jpg) no-repeat center right;}
.position a:last-child{background:none;}
.position .visited{color:#005da4;}
.position a.r{background:none; padding-right:0px;}

/*===============详细页面面包屑导航===============*/
.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;}
.news_tops p a{display:block; color:#fff; font-size:14px; color:#ffffff;}

.news_tops p{float:right; margin-top:15px; width:106px; height:33px; vertical-align:middle; line-height:33px; background:#f50404; text-align:center;-webkit-transition: all 0.5s ease-in-out;}
.news_tops p a{display:block; color:#fff; font-size:14px; color:#ffffff;}

/*===============分页===============*/
.fy {width:800px; height:60px;}
.sabrosus {padding: 0px;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:#f50404;text-decoration: none;font-family: "Microsoft Yahei", "宋体";}
.sabrosus SPAN.current {BORDER: #f50404 1px solid;PADDING: 2px 8px;FONT-WEIGHT: bold;COLOR: #fff;MARGIN-RIGHT: 6px;BACKGROUND-COLOR:#f50404;
font-family: "Microsoft Yahei", "宋体";}
.sabrosus SPAN.disabled {BORDER: #c4c4c4 1px solid;PADDING: 2px 8px;MARGIN-RIGHT: 2px;font-family: "Microsoft Yahei", "宋体";}





/*===============内页产品中心===============*/
/*===============左菜单二级栏目===============*/
.left_hide{ display:none;}
.left_hide p{padding:0px 20px;}
.left_hide p a{background:url(z_bj.jpg) no-repeat center left; padding-left:10px;}
.left_hide p.r a{border:none;}
.zong_left ul li:hover .left_hide p a{color:#929292; font-size:14px;}
.zong_left ul li.hover .left_hide p a{color:#929292; font-size:14px;}
.zong_left ul li:hover .left_hide p:hover a{color:#f50404; background:url(zh_bj.jpg) no-repeat center left}
.zong_left ul li.hover .left_hide p:hover a{color:#f50404; background:url(zh_bj.jpg) no-repeat center left}
.zong_left ul li:hover .left_hide p.hover a{color:#f50404; background:url(zh_bj.jpg) no-repeat center left}
.zong_left ul li.hover .left_hide p.hover a{color:#f50404; background:url(zh_bj.jpg) no-repeat center left}

/*===============内页产品中心===============*/
.nr-product{overflow:hidden; padding:35px 10px; background:#fff; min-height:700px;}
.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:#f50404; border:1px solid #005da4; color:#fff;}
.pro_top a.hover{background:#f50404; border:1px solid #005da4; color:#fff;}


.nr-product li{ background:#fff;float:left; margin-right:12px; margin-bottom:25px; padding-bottom:8px; overflow:hidden; width:265px; 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 li h2{font-size:14px; color:#727272; text-align:left; padding:10px 8px 5px 8px;}
.nr-product li p{text-align:left;padding:0px 8px; font-size:14px; color:#bebebe; font-family:Arial, Helvetica, sans-serif; }
.nr-product li:hover{border-bottom:4px solid #f50404;}
.nr-product li:hover h2{color:#f50404;}
.nr-product li:hover p{background:url(pro_bj.jpg) no-repeat 235px 0px;}



/*===============产品中心详情页===============*/
.products_ny{overflow:hidden; background:#ecf1f2; padding:60px 0 0 0;}
.products{overflow:hidden; background:#fff; padding:50px 45px;}
.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 #005da4;}

.pros_right{width:560px; float:right; overflow:hidden;}
.pros_right_top{overflow:hidden; padding-bottom:15px; border-bottom:1px dashed #7d7d7d;}
.pros_right_top strong{overflow:hidden;display:block; font-weight:500; font-size:26px; color:#494949; padding-bottom:10px;}
.pros_right_top p{font-size:14px; color:#898989;}
.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:#f50404;}
.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; padding-bottom:70px; 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:#f50404; color:#fff;}
.products_top a.hover{background:#f50404; 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;line-height: 32px; font-size: 16px;}
.pro_xx span{line-height: 32px; font-size: 16px;}
.pro_xx td h2{ font-size:24px; font-family:"微软雅黑"; line-height:48px; background:url(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;}


/*===============关于我们===============*/

.about a { line-height:36px; font-size:16px;}
.about a:hover{ color:inherit;}


/*===============技术天地===============*/
.magaz-list-li{ padding-top:18px; width:840px; margin:0 auto;}
.magaz-list-li ul li{ width:100%; height:43px; background:url(po_bj.jpg) no-repeat left; border-bottom:1px dashed #c7c7c7;line-height:43px;}
.magaz-list-li ul li span{ float:right; padding-right:15px; color:#a1a1a1;}
.magaz-list-li ul li a{ padding-left:18px;}

.magaz-ri{ width:194px; padding:25px 20px 25px 25px; background:#eaeaea;}
.magaz-ri dl dt{ font: bold 12px/24px "微软雅黑"; color:#000; }
.magaz-ri dl dd{ color:#666; padding-bottom:25px;}

.info-til{ border-bottom:1px dotted #c7c7c7; padding-bottom:8px;}
.info-til h1{ text-align:center; padding-bottom:5px; font-size:16px; color:#444;}
.info-til p{ text-align:center; color:#a1a1a1;}
.info-con{ width:auto; padding:20px 0 40px; overflow:hidden;}
.info-con img{ max-width:1002px;}

.info-page{border-top:1px dotted #c7c7c7; padding-top:28px;}
.info-page span{ float:right;}
.info-page span a.vote{ width:110px; background:#a48861;}
.info-page span a.vote:hover{background:#835e3f;}



/*===============新闻中心===============*/
.new{overflow:hidden; padding-bottom:45px; background:#fff;}
.new li{padding:25px 30px; border-bottom:1px dashed #bcbcbc; overflow:hidden;}
.new li span{display:block; float:left; text-align:center; }
.new li span em{display:block; font-size:16px;  font-family:"微软雅黑"; font-variant:normal;}
.new_li{overflow:hidden; float:left; width:570px; margin-left:20px; padding-top:10px;}
.new_li h2{font-size:16px; color:#484848; padding-bottom:5px;}
.new_li p{font-size:12px; color:#9f9f9f; line-height:24px; margin-top:10px;}
.new li:hover{background:#f5f9fa;}
.new li:hover .new_li{background:url(new_bj.jpg) no-center right;}
.new li:hover h2{color:#f50404;}




/*===============新闻中心详情页===============*/

.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;}
.news_tops p{float:right; margin-top:15px; width:106px; height:33px; vertical-align:middle; line-height:33px; background:#f50404; text-align:center;-webkit-transition: all 0.5s ease-in-out;}
.news_tops p a{display:block; color:#fff; font-size:14px; color:#ffffff;}
.news_tops p:hover{background:#212427;}
.news_top{overflow:hidden; border-bottom:1px solid #dcdedf; text-align:center; padding-bottom:35px;}
.news_top h2{font-size:24px; color:#525252; padding-bottom:10px;}

.news_ny ol li h2{ font-size:18px;}

.news_top_ny{width:370px; margin:auto; overflow:hidden;}
.news_top p{ color:#909090; float:left;}
.share{float:left; margin-left:50px;}
.share p{float:left;}
.share a{display:block; float:left; margin:2px 5px 0px 5px;}
.news_ny{overflow:hidden; padding:0px 60px 60px 0;}
.news_ny p{ color:#818181; line-height:30px;}
.news_ny img{padding:30px 0px;}
.share img{padding:7px 0px;}

.news_ny li span{display:block; width:820px; float:left; text-align:left;}




/*===============售后服务===============*/
.about .service p a{ font-size:24px;}
.about .service p{ font-size:20px;}
/*===============联系我们===============*/
.contact{overflow:hidden; text-align:left;}
.contact h2{ font-size:18px; color:#f50404; margin-left:20px;}
.contact p{ font-size:12px; line-height:30px; vertical-align:middle; margin-left:20px;}
.contact p a{font-size:12px; color:#797979;}
.contact p:hover a{color:#05aec7;}

/*===============客户留言===============*/
.feed_main{width:800px; 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:750px;}
.feed_form .row .area{width:750px; 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:#f50404;}


/*badoo style*/
    div#badoopager {
        padding-right: 0px;
        padding-left: 0px;
        font-size: 13px;
        padding-bottom: 10px;
        color: #48b9ef;
        padding-top: 10px;
        font-family: arial, helvetica, sans-serif;
        text-align: center;
        clear: both;
    }
div#badoopager a {border-right: #f0f0f0 2px solid; padding-right: 5px; border-top: #f0f0f0 2px solid; padding-left: 5px; padding-bottom: 2px; margin: 0px 2px; border-left: #f0f0f0 2px solid; color: #48b9ef; padding-top: 2px; border-bottom: #f0f0f0 2px solid; text-decoration: none}
div#badoopager a:hover {border-right: #FF6D06 2px solid; border-top: #FF6D06 2px solid; border-left: #FF6D06 2px solid; color: #FF6D06; border-bottom: #FF6D06 2px solid}
div#badoopager a:active {border-right: #FF6D06 2px solid; border-top: #FF6D06 2px solid; border-left: #FF6D06 2px solid; color: #FF6D06; border-bottom: #FF6D06 2px solid}
div#badoopager span.current {border-right: #FF6D06 2px solid; padding-right: 5px; border-top: #FF6D06 2px solid; padding-left: 5px; font-weight: bold; padding-bottom: 2px; border-left: #FF6D06 2px solid; color: #fff; padding-top: 2px; border-bottom: #FF6D06 2px solid; background-color: #ff6c16}
div#badoopager a.disabled {display: none}
div#badoopager input[type=text]{width:30px}