@charset "utf-8";
.f_page{ padding: 25px 0 0; text-align: center; }
.f_page span, .f_page a { width: 29px; height: 29px; line-height: 29px; margin: 0 5px; font-size: 16px; border: 1px solid #ccc; display: inline-block; }
.f_page a.now { color: #fff; background: #FD902A; border-color: #FD902A; }
/* CSS Document */
.min_width { min-width: 1000px; }
.banner img{ width:100%;}
* { 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; }
.clearfix:after { content: ""; display: block; clear: both; }
.clearfix { zoom: 1; }
/** 重置列表元素 **/
ul, li, ol { list-style: none; }
/** 重置超链接元素 **/
a { text-decoration: none; color: #404040; }
a:hover { color: #d10e16; text-decoration: none; }
/** 重置图片元素 **/

.fl { float: left; }
.fr { float: right; }
img { border: 0px; }
/** 重置表格元素 **/
table { border-collapse: collapse; }
.cl { clear: both; }
/*----- 头部 -----*/
#top_bg { width: 100%; background: url(../images/top_bg.jpg) repeat-x; }
.top_text { width: 1000px; height: 39px; line-height: 36px; margin: 0 auto; color: #787876; }
.top_text a { color: #787876; }
.top_text a:hover { color: #d10e16; }
.top { width: 1000px; margin: 0 auto; overflow: hidden; }
.logo { float: left; width: 578px; }
.logo img { }
.top_dh_tb { float: right; margin-top: 30px; }
.top_dh_tb img { width: 100%; }
.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; display: block; margin: 0 auto; background: #da0001; position: relative; }
.nav { max-width: 1000px; width: 100%; margin: auto; }
.nav_l { line-height: 60px; }
.nav_l>ul>li { float: left; width: 16.6%; height: 60px; position: relative; }
.nav_l>ul>li>a { display: block; width: 90%; padding: 0 5%; text-align: center; 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: #fd902a; }
.nav_l>ul>li:hover a { color: #fff; }
.nav_l>ul>li.on { background-color: #fd902a; }
.nav_l>ul>li.on a { color: #fff; }
/*----- 二级 -----*/
.fl2 { display: none; background: #0075b1; position: absolute; left: 0px; top: 60px; width: 180px; 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: #14c519; }
/*手机导航样式*/
.mobile-inner { display: none; }
.mobile-inner-nav a { -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: returnToNormal; animation-name: returnToNormal; }
.mobile-inner-nav .lang { width: 90%; margin: 0 auto; color: #FFF; line-height: 49px; border-bottom: solid 1px rgba(255,255,255,0.3); overflow: hidden; }
.mobile-inner-nav .lang a { width: auto; border: none; margin: 0; color: #FFF; padding: 0 10px; }
/*----- 搜索 -----*/
.search { width: 18%; float: right; margin-top: 19px; }
.search_bg { width: 80%; height: 25px; float: left; background: url(../images/search_bg.png) no-repeat; }
.sear_bk { width: 100%; float: left; padding-left: 5px; border: none; line-height: 25px; color: #787876; font-size: 12px; }
.search_btn, .search_btn a { width: 20%; display: block; float: left; }
/*----- 标签内容 -----*/
.com-width { width: 1000px; margin-left: auto; margin-right: auto; }
.com-tit { margin-bottom: 40px; text-align: center; position: relative; }
.com-tit h2 { display: inline-block; padding: 15px 19px; border: 1px solid #DBDBDB; font-size: 25px; background: #fff; position: relative; z-index: 2; color: #333; }
.com-tit h2 b { font-size: 35px; color: #da0001; }
.com-tit h2 span { position: relative; display: inline-block; width: 43px; }
.com-tit h2 span img { position: absolute; top: -26px; left: 0; }
.com-tit h2 a { margin-left: 35px; padding: 8px 20px; font-size: 16px; color: #fff; background: #da0001; position: relative; top: -2px; font-weight: normal; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; transition: .3s; }
.com-tit h2 a:hover { background: #FD902A; }
.com-tit i { position: absolute; left: 0; top: 24px; width: 100%; border-top: 1px solid #DBDBDB; z-index: 1; }
/*----- 大框架 -----*/
.globalbox { padding: 50px 0 30px; }
.globalboxs { padding-top: 40px; background: url(../images/security-bg.jpg) no-repeat center top; }
/*----- 产品展示 -----*/
.pro-left { width: 220px; border: 1px solid #D1D1D1; }
.pro-left h3 { display: block; width: 100%; height: 56px; line-height: 56px; text-align: center; font-size: 20px; font-weight: 400; color: #fff; background: #c20000; }
.pro-left ul li a { display: block; width: 100%; height: 47px; line-height: 47px; border-top: 1px solid #EBEBEB; background: #fff; text-indent: 29px; font-size: 14px; color: #333; }
.pro-left ul li:nth-child(4) a { text-indent: 20px; }
.pro-left ul li:first-child a { border-top: none; }
.pro-left ul li:hover a { background: #FD902A; color: #fff; }
.pro-left ul li a i { margin-top: 19px; margin-right: 40px; float: right; width: 5px; height: 8px; background: url(../images/sprite.png) no-repeat 0 -226px; -webkit-transition: .15s; -moz-transition: .15s; -ms-transition: .15s; -o-transition: .15s; transition: .15s; }
.pro-left ul li:hover a i { background-position: -5PX -226px; }
/*----- 产品图片 -----*/
.pro-right { margin-top: -7px; width: 750px; }
.pro-rights { width: 750px; }
.pro-right ul { width: 800px; }
.pro-right ul li { margin: -1px 22px 0px 9px; float: left; padding: 7px 7px 0px 7px; -webkit-transition: .2s; -moz-transition: .2s; -ms-transition: .2s; -o-transition: .2s; transition: .2s; }
.pro-right ul li a { display: block; width: 210px; text-align: center; overflow: hidden; }
.pro-right ul li a .pic { display: block; width: 210px; height: 210px; line-height: 210px; overflow: hidden; text-align: center; font-size: 0; }
.pro-right ul li a .pic img { height: 100%; vertical-align: middle; }
.pro-right ul li a h5 { font-size: 14px; color: #333; font-weight: 400; line-height: 35px; }
.pro-right ul li:hover { -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.2); box-shadow: 0 15px 30px rgba(0,0,0,.2); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0); background: #F5F5F5; }
.pro-right ul li:hover a h5 { color: #da0001; }
/*----- 优势图 -----*/

.com-tits h2 { padding: 15px 0; width: 1000px; text-align: center; font-size: 30px; color: #da0001; border: none; background: url(../images/security-tit.png) no-repeat center; }
.com-tits p { font-size: 16px; color: #6c6c6c; }
.security-show ul li { padding-top: 28px; padding-bottom: 31px; border-top: 1px solid #E3E3E3; }
.security-show ul li:first-child { border-top: none; padding-top: 0; }
.security-show ul li h5 { display: inline-block; font-size: 30px; line-height: 30px; color: #da0001; padding-bottom: 28px; border-bottom: 1px dotted #E3E3E3; }
.security-show ul li h5 span { margin-right: 9px; padding: 10px 7px; border: 1px solid #da0001; }
.security-show ul li p { padding-top: 7px; font-size: 14px; line-height: 30px; }
.security-show ul .show-1 h5 { padding-top: 17px; }
.security-show ul .show-2 { text-align: right; }
.security-show ul .show-2 h5 { padding-top: 34px; }
.security-show ul .show-3 h5 { padding-top: 90px; }
.security-show ul .show-4 { text-align: right; }
.security-show ul .show-4 h5 { padding-top: 38px; }
.security-show ul .show-5 h5 { padding-top: 62px; }
/*----- 关于我们 -----*/
.about-box .about-img { margin-right: 20px; width: 450px; height: 278px; overflow: hidden; }
.about-cont h3 { margin-bottom: 15px; display: inline-block; font-size: 20px; color: #da0001; line-height: 40px; position: relative; }
.about-cont h3 i { position: absolute; left: 0; top: 45px; display: block; width: 25px; height: 2px; background: #da0001; }
.about-cont { color: #787878; line-height: 21px; }
.about-cont p { text-indent: 2em; }
.about-box .more { float: right; margin-right: 4px; margin-top: 6px; padding: 4px 13px; background: #da0001; color: #fff; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; transition: .3s; }
.about-box .more:hover { background: #FD902A; }
/*----- 环境 -----*/
.environment { margin-top: 50px; position: relative; }
.enviro-tab { height: 50px; text-align: center; }
.enviro-tab ul li { display: inline-block; margin: 0 3px; }
.enviro-tab ul li a { color: #fff; padding: 8px 17px; background: #333; font-size: 16px; }
.enviro-tab ul li.on a, .enviro-tab ul li:hover a { background: #da0001; }
.environment .parBd { margin: 0 auto; width: 929px; height: 140px; position: relative; }
.environment .show-box { width: 100%; height: 100%; position: relative; display: none; }
.environment .show-box .tempWrap { width: 931px!important; }
.environment .show-box:first-child { display: block; }
.environment .show-box ul { width: 950px; }
.environment .show-box ul li { margin-right: 21px; float: left; text-align: center; width: 216px; height:140px;  border: 1px solid #aaaaaa;}
.environment .show-box ul li img{ width:100%;}
.environment .show-box ul li a {/*display: block;*/ }
.environment .show-box ul li a .pic { display: block;  height: 140px; overflow: hidden; text-align: center; line-height: 140px; font-size: 0; border: 1px solid #eee; -webkit-transition: .15s; -o-transition: .15s; transition: .15s; }
.environment .show-box ul li:hover a .pic { border-color: #da0001; }

.environment .show-box ul li a h5 { font-size: 14px; font-weight: 400; color: #333; line-height: 28px; }
/*----- 按钮 -----*/
.environ-prev, .environ-next { position: absolute; top: 17%; margin-top: 0px; width: 20px; height: 95px; background: #eee; text-align: center; -webkit-transition: .15s; -o-transition: .15s; transition: .15s; }
.environ-prev i, .environ-next i { display: inline-block; height: 22px; }
.environ-prev { left: -34px; }
.environ-prev i { display: block; height: 95px; background: url(../images/sprites.png) center center no-repeat; }
.environ-next i { display: block; height: 95px; background: url(../images/spritess.png)center center no-repeat; }
.environ-next { right: -34px; }
.environ-prev:hover, .environ-next:hover { background-color: #da0001; }
.environ-prev:hover i, .environ-next:hover i { }
/*----- 新闻&问题 -----*/
.news-faq { padding: 40px 0 20px; background: #F7F7F7; }
/*共有标题*/
.news-faq-tit { margin-bottom: 25px; height: 38px; line-height: 38px; border-bottom: 1px solid #BCBCBC; }
.news-faq-tit h3 { display: inline-block; font-weight: 400; }
.news-faq-tit h3 li a { display: inline-block; padding: 0 20px; }
.news-faq-tit h3 li a i { margin-right: 4px; display: inline-block; width: 17px; height: 15px; background: url(../images/sprite.png) no-repeat -87px -36px; }
.news-faq-tit h3 li { display: inline-block; }
.news-faq-tit h3 li:first-child a i { background: url(../images/sprite.png) no-repeat -84px -20px; }
.news-faq-tit h3 li.on a i { background: url(../images/sprite.png) no-repeat -87px -52px; }
.news-faq-tit h3 li:first-child.on a i { background: url(../images/sprite.png) no-repeat -84px 0px; }
.news-faq-tit h3 a.on, .news-faq-tit h3 li.on a { background: #da0001; color: #fff; }
.news-faq-tit .more { line-height: 52px; -webkit-transition: .15s; -moz-transition: .15s; -ms-transition: .15s; -o-transition: .15s; transition: .15s; color: #BCBCBC; }
.news-faq-tit .more:hover { color: #da0001; }
.news-faq-tit h3 li.faq-tit.on a i { height: 17px; background: url(../images/sprite.png) no-repeat -84px -74px; }
/*新闻*/
.news-box { width: 621px; overflow: hidden; }
.news-cont { position: relative; width: 611px; height: 340px; overflow: hidden; }
/*.news-cont ul{position: absolute; display: none;}
.news-cont ul:first-child{display: block;}*/
.news-cont ul li.first { margin-bottom: 17px; width: 611px; }
.news-cont ul li:last-child { margin-bottom: 0; }
.news-cont ul li .news-pic { margin-right: 47px; float: left; width: 285px; height: 135px; overflow: hidden; }
.news-cont ul li h5 { font-size: 14px; line-height: 45px; }
.news-cont ul li p { color: #767676; line-height: 26px; }
.news-cont ul li p .more { color: #da0001; -webkit-transition: .15s; -moz-transition: .15s; -ms-transition: .15s; -o-transition: .15s; transition: .15s; }
.news-cont ul li p .more:hover { color: #FD902A; }
.news-cont ul { width: 800px; }
.news-cont ul li.second { margin-right: 48px; float: left; width: 285px; padding: 17px 0 16px; border-bottom: 1px dotted #D0D0D0; }
.news-cont ul li h6 { font-weight: normal; line-height: 12px; color: #a5a5a5; font-size: 12px; }
.news-cont ul li h6 a { padding-left: 9px; background: url(../images/news-tit.png) no-repeat left center; color: #656565; -webkit-transition: .15s; -moz-transition: .15s; -ms-transition: .15s; -o-transition: .15s; transition: .15s; }
.news-cont ul li h6 a:hover { color: #FD902A; }
.news-cont ul li.last { border-bottom: none; }
/*FAQ*/
.faq-box { width: 327px; }
.faq-box ul li { padding-top: 10px; height: 112px; border-bottom: 1px solid #EBEBEB; }
.faq-box ul li:first-child { padding-top: 0; }
.faq-box ul li:last-child { border-bottom: none; }
.faq-box ul li h5 { margin-bottom: 10px; font-size: 14px; line-height: 35px; font-weight: 400; }
.faq-box ul li h5 a { -webkit-transition: .15s; -moz-transition: .15s; -ms-transition: .15s; -o-transition: .15s; transition: .15s; }
.faq-box ul li h5 a:hover { color: #FD902A; }
.faq-box ul li h5 i, .faq-box ul li p i { margin-right: 8px; margin-top: 5px; float: left; display: inline-block; width: 26px; height: 26px; line-height: 26px; text-align: center; border-radius: 50%; background: #FD902A; font-style: normal; color: #fff; font-size: 14px; }
.faq-box ul li p i { margin-top: 0; background: #da0001; }
.faq-box ul li p { color: #767676; font-size: 12px; line-height: 25px; }
/*----- 友情链接 -----*/
.links-tit { padding: 30px 0 15px; font-size: 16px; }
.links-tit span { font-size: 17px; color: #fff; font-family: Tahoma; }
.links-list { padding: 15px 0 20px; /*height: 51px;*/ border-top: 2px solid #C1C1C1; }
.links-list a { color: #656565; -webkit-transition: .15s; -moz-transition: .15s; -ms-transition: .15s; -o-transition: .15s; transition: .15s; }
.links-list a:hover { color: #da0001; }
.links-list span { display: inline-block; width: 1px; height: 11px; margin: -1px 10px; background: #8b8b8b; }
/*----- 底部 -----*/
.footer { overflow:hidden; margin-top:15px; background:#f2f2f2; text-align: center; color: #515050; }
.footer-nav { background: #da0001; }
.footer-nav span { display: inline-block; width: 1px; height:11px; margin: 0 40px; background: #fff; }
.footer-nav a { font-size: 14px; line-height:50px; color: #fff; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; transition: .3s; }
.footer-nav a:hover { color: #fd902a; }
.foot-bot { text-align: left; position: relative; }
.foot-qr { position: absolute; right: 0; top:0;
}
.foot-qr ul li { display: inline-block; width: 90px; margin: 12px 0 5px 55px; text-align: center; color: #686767; }
.copyright { margin: 20px 0; overflow:hidden; line-height: 30px; color: #686767; }
.copyright a { color: #686767; }
.copyright a:hover { color: #FF6600; }
/*----- 首页结束 -----*/


/*----- 内页全局样式 -----*/
.position{ border-bottom:1px solid #ecf1f2; line-height:40px; margin-bottom:20px; text-align:right;}
.position a{font-size:12px;color:#616161; padding-right:10px; margin-left:3px; background:url(../images/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;}

/*----- 内页左边栏目 -----*/
.main{width: 1000px;margin:0 auto; overflow:hidden;}
.main .m_left{width: 220px;background: #fff;}
.main .m_left .left_cate{width: 220px;margin-bottom: 20px;}
.main .m_left .left_tit{height: 56px;width: 222px;background:#c20000;overflow:hidden;color: #fff;font-size: 20px;line-height: 56px;text-indent: 20px;}
.main .m_left .left_tit b{font-weight: 400;}
.main .m_left .s_earch{width: 183px;height: 27px;background: url(../images/ico.png) 0 0 no-repeat;margin:15px auto;}
.s_earch .key{height: 27px;width: 145px;border:none;line-height: 27px;margin-left: 10px;background:none;float: left;color: #aaa;}
.s_earch .sub{width: 27px;height: 27px;float: left;background: none;border: none;cursor: pointer;}
.main .m_left .cate_list{width: 220px;line-height: 32px;overflow: hidden;border: 1px solid #D1D1D1;}

.main .m_left .cate_list li:hover{background: #eaeaea;}
.main .m_left .cate_list li a{display: block; width: 100%; height: 47px; line-height: 47px; border-top: 1px solid #EBEBEB; background: #fff; text-indent: 35px; font-size: 14px; color: #333;}
.main .m_left .cate_list li:first-child a{border-top: none;}
.main .m_left .pro_list li:first-child a{border-top: 1px solid #EBEBEB;}
.main .m_left .cate_list li:hover a,
.main .m_left .cate_list .cur a{background: #FD902A; color: #fff;}
.main .m_left .cate_list li a i{margin-top: 19px; margin-right: 40px; float: right; width: 5px; height: 8px; background: url(../images/sprite.png) no-repeat 0 -226px; -webkit-transition: .15s; -moz-transition: .15s; -ms-transition: .15s; -o-transition: .15s; transition: .15s;}
.main .m_left .cate_list li a:hover i,.main .m_left .cate_list .cur a i{background-position: -5PX -226px;}
.main .m_left .contact_con{width: 190px;padding: 15px 10px 20px 20px;line-height: 30px;border: 1px solid #D1D1D1;}
.main .m_left .contact_con .a-map,.copyright .a-map {color: #0053A4;}
.main .m_left .contact_con .a-map:hover,.copyright .a-map:hover {color: #FD902A;}
.main .m_left .contact_con p{width: 180px;text-align: center;padding-top: 15px;line-height: 20px;}
.main .m_left .contact_con b{font-size: 18px;font-weight: 500;color: #ff6600;}


/*----- 分页 -----*/
.fy { line-height:30px; margin:0 auto;}
.sabrosus {padding:10px;margin:10px;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:#fd902a;text-decoration: none;font-family: "Microsoft Yahei", "宋体";}
.sabrosus SPAN.current {BORDER: #fd902a 1px solid;PADDING: 2px 8px;FONT-WEIGHT: bold;COLOR: #fff;MARGIN-RIGHT: 6px;BACKGROUND-COLOR:#fd902a;
font-family: "Microsoft Yahei", "宋体";}
.sabrosus SPAN.disabled {BORDER: #fd902a 1px solid;PADDING: 2px 8px;MARGIN-RIGHT: 2px;font-family: "Microsoft Yahei", "宋体";}

/*----- 关于我们 -----*/
.right_tit{ width: 750px; }
.wzstyle{ line-height:30px; font-size:14px; padding-top:10px;}


/*----- 公司环境 -----*/
#mbOverlay { position: fixed; z-index: 9998; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; cursor: pointer; }
#mbOverlay.mbOverlayFF { background: transparent url(80.png) repeat; }
#mbOverlay.mbOverlayIE { position: absolute; }
#mbCenter { height: 557px; position: absolute; z-index: 9999; left: 50%; background-color: #fff; -moz-border-radius: 10px; -webkit-border-radius: 10px; -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.70); -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.70); }
#mbCenter.mbLoading { background: #fff url(../images/WhiteLoading.gif) no-repeat center; -moz-box-shadow: none; -webkit-box-shadow: none; }
#mbImage { left: 0; top: 0; font-family: Myriad, Verdana, Arial, Helvetica, sans-serif; line-height: 20px; font-size: 12px; color: #fff; text-align: left; background-position: center center; background-repeat: no-repeat; padding: 10px; width: 428px; height: 628px; }
#mbImage a, #mbImage a:link, #mbImage a:visited { color: #ddd; }
#mbImage a:hover, #mbImage a:active { color: #fff; }
#mbBottom { min-height: 20px; font-family: Myriad, Verdana, Arial, Helvetica, sans-serif; line-height: 20px; font-size: 12px; color: #999; text-align: left; padding: 0 10px 10px; }
#mbTitle { display: inline; color: #999; font-weight: bold; line-height: 20px; font-size: 12px; }
#mbNumber { background: url(../images/mbNumber_bg.gif) no-repeat center; display: inline; color: #C00; line-height: 26px; font-size: 12px; position: absolute; bottom: 10px; right: 10px; text-align: center; width: 65px; height: 26px; }
#mbCaption { display: block; color: #999; line-height: 14px; font-size: 10px; }
#mbPrevLink, #mbNextLink, #mbCloseLink { display: block; float: right; height: 20px; margin: 0; outline: none; }
#mbPrevLink { width: 32px; height: 100px; background: transparent url(../images/CustomBlackPrevious.gif) no-repeat center; position: absolute; top: 38%; left: -32px; }
#mbNextLink { width: 32px; height: 100px; background: transparent url(../images/CustomBlackNext.gif) no-repeat center; position: absolute; top: 38%; right: -32px; }
#mbCloseLink { width: 24px; background: transparent url(../images/CustomBlackClose.gif) no-repeat center; position: absolute; top: 10px; right: 10px; }
#mbError { position: relative; font-family: Myriad, Verdana, Arial, Helvetica, sans-serif; line-height: 20px; font-size: 12px; color: #fff; text-align: center; border: 10px solid #700; padding: 10px 10px 10px; margin: 20px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active { color: #d00; font-weight: bold; text-decoration: underline; }

.layout_default { float: left;width:31.33%; margin:2% 2% 0 0;  }
.mod_gallerylist { margin: 0 auto; overflow: hidden; width:96%; padding:0 2%; background:#fff; margin-right:-2%; }
.meta { font-size: 12px; text-align: center; }
.image_container img { display:block; border: 1px solid #CCC; padding: 2px; width: 100%;}
.meta a { color: #333; text-decoration: none; line-height: 30px; font-size: 14px; }

/*产品详情页*/
.products{ width:750px; overflow:hidden;}
.pro_left{width:405px;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:320px; height:240px;overflow:hidden; border:1px solid #ebf0f3}
.jqzoom img{width:320px; height:240px;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:430px;height:370px;background:#ffffff;display:none;text-align:center;overflow:hidden;}
.zoomdiv img{ width:1200px;}
.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 #c20000;}

.pros_right{width:315px; 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:19px; color:#494949;}
.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;}
.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:#005da4;}
.pros_right h3:hover a{color:#fff;}



.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:#c20000; 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{padding:20px 50px;text-align: left; background:#fff;}
.pro_xx td h2{ font-size:24px; font-family:"微软雅黑"; line-height:48px; 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;}



/*----- 新闻动态 -----*/
.newsList li{padding:20px 0;height:113px; border-bottom:1px dashed #d9d9d9;overflow:hidden;}
.newsList li img{ height:113px; float:left; margin-right:15px;}
.newsList li h3{font-size:15px;color:#333;font-weight:normal;}
.newsList li h4{color:#c8c8c8;font-weight:normal;}
.newsList li p{line-height:24px;padding-top:5px;color:#888;}
.newsList li p a{ padding-left:15px;}

/*公司新闻详情页*/
.news_ny{width:750px; overflow:hidden; }
.news_tops{border-bottom:1px solid #ecf1f2; line-height:60px; vertical-align:middle; padding:0px 20px;}
.position.r{float:left;}
.news_tops p{float:right; margin-top:15px; width:106px; height:33px; vertical-align:middle; line-height:33px; background:#14c519; 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; margin-bottom:30px; padding-top:30px;}
.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{font-size:12px; color:#909090; float:left;}
.share{float:left;}
.share p{float:left;}
.share a{display:block; float:left; margin:2px 5px 0px 5px;}

.news_ny p{font-size:12px;  line-height:30px;}
.news_ny img{padding:30px 0px;}
.share img{padding:7px 0px;}

.news_ny li span{display:block; width:820px; float:left; font-size:56px; color:#d1d1d1; font-family:hei; text-align:left;}

.n_next{height: 60px;line-height: 30px;overflow: hidden;font-size: 14px;padding-top: 30px;}
.n_next i{width: 10px;height: 15px;display: block;background: url(../images/ico.png) -20px -29px no-repeat;float: left;margin: 8px 5px 0 0;}
.n_next .down{width: 10px;height: 15px;display: block;background: url(../images/ico.png) -10px -29px no-repeat;float: left;margin: 8px 5px 0 0;}

/*信息反馈*/
.feedback_con{ margin: 0 auto; overflow: hidden; width:96%; padding:2%; background:#fff; }
.feedback_con .f_content{ line-height:30px; font-size:14px; font-weight:bold; margin-bottom:20px; }
.feedback_con .f_title{font-size:14px; line-height:30px; padding:10px 0;}
.feedback_con .inputtxt {width:100%;line-height:22px;padding:10px 0; text-indent:10px; color:#4a4a4a;border:#f2f2f2 1px solid;}
.feedback_con .inputtxt:hover {border:1px solid #CECECE;}
.feedback_con textarea.inputtxt {height:100px;resize:none;overflow:hidden;background-color:transparent;}
.feedback_con .inputtxt.submit {border-color:#E9E9E9;width:100px; text-indent:0; padding:10px;}
.feedback_con .inputtxt.submit:hover {border-color:#00C0FF;background-color:#00C0FF;color:#fbfbfb;}

/*FAQ*/
.faq-boxs { width:750px; }
.faq-boxs ul li { padding-top: 10px; height: 112px; border-bottom: 1px solid #EBEBEB; }
.faq-boxs ul li:first-child { padding-top: 0; }
.faq-boxs ul li:last-child { border-bottom: none; }
.faq-boxs ul li h5 { margin-bottom: 10px; font-size: 14px; line-height: 35px; font-weight: 400; }
.faq-boxs ul li h5 a { -webkit-transition: .15s; -moz-transition: .15s; -ms-transition: .15s; -o-transition: .15s; transition: .15s; }
.faq-boxs ul li h5 a:hover { color: #FD902A; }
.faq-boxs ul li h5 i, .faq-boxs ul li p i { margin-right: 8px; margin-top: 5px; float: left; display: inline-block; width: 26px; height: 26px; line-height: 26px; text-align: center; border-radius: 50%; background: #FD902A; font-style: normal; color: #fff; font-size: 14px; }
.faq-boxs ul li p i { margin-top: 0; background: #da0001; }
.faq-boxs ul li p { color: #767676; font-size: 12px; line-height: 25px; }


/*----- 联系我们 -----*/
.pageContentBox{width:750px;padding-top:20px;overflow:hidden;}
.pageContentBox p{ line-height:30px; font-size:14px; }