﻿@charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0; }
img { border: none; max-width: 100%; }
ul, li { list-style: none; }
a { text-decoration: none; }
input, select, button, textarea { font: 14px/1.5 "微软雅黑"; border-radius: 0; -webkit-appearance: none; }
body { font: 14px/1.5 "微软雅黑"; background: #f1f1f1; }
h1, h2, h3, h4, h5, h6, h7, b { font-weight: normal; }
i, em { font-style: normal; }
.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }
.clearfix { zoom: 1 }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden }
.header { width: 100%; height: 50px; padding-top: 2px; background: #fff !important; overflow: hidden; }
.logo { margin-left: 10px; float: left; }
.logo img { display: block; height: 45px; }
.header_r { float: right; color: #0068cc; font-size: 14px; background: url(../images/dh_ico.png) left 6px no-repeat; background-size: 14px auto; margin-right: 2px; }
.header_r p { margin-left: 18px; }
.header_r a { color: #0068cc; font-size: 16px; }
/*-------插件已包含关键性样式以下只用于设置焦点按钮的样式可自定义------*/
.slider { display: none }/*用于获取更加体验*/
.slider img { display: block; }
.focus { text-align: center; }
.focus span { width: 10px; height: 10px; border-radius: 10px; margin: 0 3px; background: #fff; }
.focus span.current { background: #0068cc; }
/***导航*************/
.nav { margin: 0px 2px; width: 100%; background: #fff !important; overflow: hidden; }
.nav ul li { float: left; width: 24%; font-size: 12px; text-align: center; border-top: 1px solid #e5e5e5; display: block; height: 78px; }
.nav ul li.nav_ico1 { background: url(../images/nav_ico1.png) no-repeat center 14px; background-size: 35px auto; border-right: 1px solid #e5e5e5; }
.nav ul li.nav_ico2 { background: url(../images/nav_ico2.png) no-repeat center 11px; background-size: 35px auto; border-right: 1px solid #e5e5e5; }
.nav ul li.nav_ico3 { background: url(../images/nav_ico3.png) no-repeat center 16px; background-size: 35px auto; border-right: 1px solid #e5e5e5; }
.nav ul li.nav_ico4 { background: url(../images/nav_ico4.png) no-repeat center 12px; background-size: 35px auto; right: 0; position: relative; }
.nav ul li.nav_ico5 { background: url(../images/nav_ico5.png) no-repeat center 14px; background-size: 35px auto; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; }
.nav ul li.nav_ico6 { background: url(../images/nav_ico6.png) no-repeat center 12px; background-size: 35px auto; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; }
.nav ul li.nav_ico7 { background: url(../images/nav_ico7.png) no-repeat center 12px; background-size: 35px auto; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; }
.nav ul li.nav_ico8 { background: url(../images/nav_ico8.png) no-repeat center 12px; background-size: 35px auto; border-bottom: 1px solid #e5e5e5; }
.nav ul li a { color: #000; display: block; padding-top: 50px; }
/***产品中心***************/
.icpzx { margin-top: 25px; }
.i_title { font-size: 18px; line-height: 14px; margin: 30px 6px 15px 4px; }
.i_title span { float: right; font-size: 12px; }
.i_title span a { color: #666; }
.lanrenzhijia { width: 100%; margin: 10px auto; }
.lanrenzhijia .tab { overflow: hidden; width: 100%; margin: 10px auto; }
.lanrenzhijia .tab a { display: block; width: 30%; height: 26px; float: left; background: #fff; margin-left: 2%; text-align: center; line-height: 26px; text-decoration: none; color: #333; font-size: 12px; }
.lanrenzhijia .tab a:hover { background: #313131; color: #fff; text-decoration: none; }
.lanrenzhijia .tab a.on { text-decoration: none; border: none; background: #0068cc; color: #fff; }
.lanrenzhijia .content { overflow: hidden; width: 100%; margin: 0px 2px }
.lanrenzhijia .content div { display: none; }
.lanrenzhijia .content div ul li { float: left; background: #fff; border: 1px solid #e5e5e5; text-align: center; margin-top: 6px; width: 47%; margin-left: 1%; }
.lanrenzhijia .content div ul li img { max-width: 100%;max-height: 100px; }
.lanrenzhijia .content div ul li p { line-height: 24px; font-size: 12px; height: 24px; border-top: 1px solid #e5e5e5; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.lanrenzhijia .content div ul li a { color: #272626; }
/***新闻动态******************/
.news { margin-top: 25px; }
.news ul { margin: 0 5px 0px 5px; }
.news ul li { width: 100%; border-bottom: 1px solid #e5e5e5; overflow: hidden;padding: 10px 0; }
.news ul li h3 { font-size: 14px; color: #12392c; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.news ul li p { font-size: 12px; line-height: 12px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.news ul li p a { color: #666; }
.news ul li img { display: block; width: 80px; float: left; margin-right: 5px; margin-bottom: 15px; }
.news ul li .rq { font-size: 12px; color: #12392c; margin-top: 5px; }
/****版权信息*****************/
.Copyright { margin-top: 20px; text-align: center; font-size: 12px; background: #313131; color: #666; padding-top: 15px; padding-bottom: 55px; }
.Copyright a { color: #ccc; font-size: 14px; margin: 0px 2px; }
.Copyright p a { color: #666 !important; font-size: 12px !important; }
/***底部*******************/
footer { position: fixed; bottom: 0; width: 100%; z-index: 3; height: 44px; background: #0068cc; }
footer a { display: block; color: #FFF; font-size: 12px; text-align: center; }
footer a i { display: block; margin: 0 auto; width: 20px; height: 20px; background: url(../images/bot_ico.png) no-repeat; background-size: 20px; }
footer a:hover { color: #5d5d5d; }
.bot_home a i { background-position: 0px 2px; }
.bot_dt a i { background-position: 0 -24px; }
.bot_dh a i { background-position: 0 -46px; }
.bot_ly a i { background-position: 0 -70px; }
footer div { float: left; width: 25%; }
footer div a:hover { color: #fff; }
footer div.bot_home a { border: none; }
.bot_home, .bot_dt, .bot_dh { background: url(../images/footer_jg.png) right top no-repeat; padding-top: 5px; }
.bot_ly { margin-top: 5px; }
/***内页样式***************/
.content { width: 100%; overflow: hidden; }
.p-content { background: #f4f4f4; }
header.p-header { padding: 0; height: 44px; background: #fff; }
.ctitle { text-align: center; color: #000; font-size: 20px; line-height: 44px; }
.back { display: block; width: 20px; height: 44px; background: url(../images/back_ico.png) center no-repeat; background-size: 14px auto; position: absolute; top: 0; left: 0; }
#nav { display: block; background: url(../images/nav_ico.png) center no-repeat; background-size: 25px; width: 30px; height: 23px; position: absolute; top: 8px; right: 10px; }
.p_title, .p_title_dsz { width: 100%; overflow: hidden; text-align: center; margin: 20px auto 0px; }
.p_title h3 { background: url(../images/p_title_bg2.png) center center no-repeat; font-size: 22px; }
.p_title_dsz h3 { background: url(../images/p_title_bg.png) center center no-repeat; font-size: 22px; }
.p_title p, .p_title_dsz p { font-size: 12px; color: #999; }
.khaltop{ border-bottom:5px #0068cc solid;}
.ititle { overflow: hidden; width: 100%; background: #0068cc; }
.ititle li { width: 25%; height: 60px; float: left; text-align: center; line-height: 60px; text-decoration: none; color: #fff; font-size: 16px; }
.ititle li a { color: #fff; }
.ititle li.current a { color: #f60; }
/*导航*/
.sidebar-left { width: 240px; position: fixed; z-index: 99999; top: 0px;/* right: -273px;*/ right: -240px; bottom: 0px; overflow: hidden; position: fixed; z-index: 101; }
.sidebar-scroll-left { background: #22ac38;/* padding-right: 20px;*/ right: 0px;/* width: 310px;*/ overflow: scroll!important; overflow-x: hidden!important; -webkit-overflow-scroll: touch!important; height: 100%; position: relative; z-index: 101; }
/*Left sidebar styles*/
.sidebar-left a { display: block; position: relative; }
.sidebar-left-logo { position: absolute; top: 5px; left: 15px; max-height: 50px; }
.close-sidebar-left {/* background-color: #212326;*/ background-image: url(../images/accessdenied.png); background-size: 20px 20px; background-repeat: no-repeat; background-position: center; height: 60px; width: 50px;/* margin-left: 220px;*/ position: absolute; right: 0; top: 0; display: block; }
.sidebar-left a.close-sidebar-left { position: absolute; right: 0; }
.nav-item { display: block; position: relative; -webkit-tap-highlight-color: rgba(0,0,0,0); font-size: 16px; color: #fff; height: 40px; line-height: 40px; padding-left: 46px; }
.nav-item:hover { color: #fff; }
.icon-page { position: absolute; background-image: url(../images/gopage@2x.png); background-repeat: no-repeat; display: block; width: 16px; height: 22px; top: 16px;/* left: 240px;*/ left: 20px; }
.icon-drop { position: absolute; background-image: url(../images/godrop@2x.png); background-repeat: no-repeat; display: block; width: 16px; height: 22px; top: 17px;/* left: 240px;*/ left: 20px; }
.submenu a { padding-left: 47px; color: #fff; text-transform: uppercase; line-height: 32px; font-size: 14px; }
.submenu { display: none; }
.close-bottom-left { display: block; background-image: url(../images/accessdenied.png); background-repeat: no-repeat; background-position: 20px 16px; background-size: 25px 25px; height: 50px; }
.bgpng { background: rgba(0,0,0,0.5); width: 100%; height: 100%; position: fixed; left: 0; top: 0; display: none; z-index: 100; }
/*.c-nav{ margin:0 5px; height:68px; }*/
/*.c-nav li{width:80%; text-align:center;}*/
.c-nav li a { color: #000; }
/**董事长致辞**/
.dszzc_text { margin: 20px 3px 0px 3px; padding-bottom: 30px; background-size: 98px; }
.dszzc_text img { width: 100%; height: auto; margin: 0px auto; }
.dszzc_text p { font-size: 12px; text-indent: 2em; line-height: 20px; margin: 8px auto; }
.dszmz_En { text-align: right; font-size: 14px; }
.dszmz_En span { font-size: 18px; }
/**企业简介**/
.no_bg { background: none !important; }
.no_pb { padding: 0px !important; }
/**发展历程**/
ul.fzlc_txt { width: 100%; margin-left: 5px; background: url(../images/fzlc_bg.png) left top no-repeat; background-size: 26px; }
ul.fzlc_txt li { margin-left: 40px; }
ul.fzlc_txt li h3 { background: url(../images/fzlc_nf.png) no-repeat; width: 68px; height: 29px; background-size: 58px auto; font-size: 14px; text-align: center; color: #fff; }
ul.fzlc_txt li h4 { font-size: 14px;  line-height: 14px; color: #333; }
ul.fzlc_txt li p { font-size: 12px;  color: #333; }
.fzlc1 { padding-top: 5px; }
.fzlc2 { margin-top: 12px; }
.fzlc3 { margin-top: 46px; }
.fzlc4 { margin-top: 12px; }
.fzlc5 { margin-top: 12px; }
.fzlc6 { margin-top: 10px; }
/**荣誉资质**/
.p_ryzz { margin: 15px 3px; }
.p_ryzz li { float: left; width: 50%; font-size: 12px; text-align: center; margin-top: 15px; padding: 5px; box-sizing: border-box; overflow: hidden; }
.p_ryzz li img { border: 3px solid #fff; box-sizing: border-box; height: 150px; }
.p_ryzz li a{color: #333;}
.p_ryzz li p { font-size: 14px; height: 20px; line-height: 20px; overflow: hidden; }
/*分页*/
.paginator { text-align: center; padding: 30px 0; }
.paginator img { vertical-align: text-top; }
.paginator a, .paginator span { display: inline-block; height: 28px; line-height: 28px; color: #35363a; font-size: 14px; border: 1px #dcdcdc solid; padding: 0 8px; margin: 0 1px; background: #fff; }
.paginator a:hover { background: #0068cc; border-color: #0068cc; color: #fff; }
.paginator span.current { color: #fff; background: #0068cc; border-color: #0068cc; }
/*分页------------------------------*/

/**内页产品中心**/
.p_cpzx { overflow: hidden; width: 100%; margin: 0px 2px }
.p_cpzx li { float: left; background: #fff; border: 1px solid #e5e5e5; text-align: center; margin-top: 6px; width: 47%; margin-left: 1%; overflow: hidden; }
.p_cpzx li img { display: block; height: 150px; width: auto; max-width: none;margin: 0 auto; }
.p_cpzx li p { line-height: 24px; font-size: 12px; border-top: 1px solid #e5e5e5; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.p_cpzx li a { color: #272626; }
/*行业应用*/
.hyyy_txt { width: 100%; margin: 0px 5px; }
.hyyy_txt p { line-height: 22px; text-indent: 2em; margin-top: 8px; font-size: 12px; }
.hyyy_tu { margin: 0px 5px; }
.hyyy_tu li { float: left; width: 48%; text-align: center; margin-right: 2%; }
.hyyy_tu li span { display: block; margin-top: 7px; border-radius: 100%; border: 3px solid #fff; }
.hyyy_tu li p { font-size: 12px; line-height: 20px; height: 40px; overflow: hidden; }
/**核心优势**/
.hxys { width: 100%;}
.hxys ul{ padding:0 10px;}
.hxys ul li { margin-top: 15px; width: 100%; }
.hxys ul li a{ display:block;}
.hxys ul li span{ float:left;font-size: 12px;color: #fff;height: 34px;background: url(../images/hxys_bg.png) no-repeat;background-size: 30px auto;overflow: hidden; width:30px; text-align:center; line-height:22px;}
.hxys_title1{ padding-left:40px;}
.hxys ul li h3 { font-size: 16px; overflow: hidden; color: #000; margin-bottom: 4px; }
.hxys ul li p { font-size: 12px; line-height: 18px; margin-top: 8px; color: #666; }
/**加盟商问答**/
.jm_ititle { width: 100%; overflow: hidden; padding: 10px 0px; background: #0068cc; }
.jm_ititle li { width: 25%; float: left; text-align: center; padding: 10px 0px; }
.jm_ititle li a { color: #fff; }
.jm_ititle li.current a { color: #f60; }
.jms_wd ul { width: 100%; margin: 0px 3px; }
.jms_wd ul li { border: 1px solid #e5e5e5; background: #fff; padding: 10px; margin-top: 15px; }
.jms_wd ul li h3 { background: url(../images/jmwd_w.png) no-repeat; padding-left: 28px; line-height: 19px; color: #08ad5a; }
.jms_wd ul li p { background: url(../images/jmwd_d.png) no-repeat 0px 2px; margin-top: 8px; padding-left: 28px; line-height: 22px; color: #757575; }
/*加盟问答*/
.jm_wd { margin-top: 30px; }
.jmwd_biao { width: 97%; margin: 15px 3px 0px 3px; }
.jmwd_biao .jm_w { width: 100%; height: 30px; border: 1px solid #e5e5e5; margin-top: 10px; font-size: 12px; }
.jmwd_biao textarea { width: 100%; min-height: 80px; border: 1px solid #e5e5e5; margin-top: 10px; font-size: 12px; }
.jmwd_biao .jm-btn { width: 40%; margin-left: 30%; margin-top: 15px; background: #0068cc; padding: 5px 0px; border: none; color: #fff; }
/****加盟支持*******/
.jm_zc { width: 98%; margin: 0px 1%; }
.jm_zc ul li { padding: 10px; border: 1px solid #e5e5e5; margin-top: 15px; overflow: hidden; }
.jm_zc ul li h3 { margin-left: 65px; font-size: 16px; font-weight: bold; margin-bottom: 5px; }
.jm_zc ul li p { margin-left: 65px; font-size: 12px; color: #666; line-height: 18px; }
.jm_zc ul li.jm_zc1 { background: #fff url(../images/Support_ico01.png) 10px 15px no-repeat; background-size: 52px auto; }
.jm_zc ul li.jm_zc2 { background: #fff url(../images/Support_ico02.png) 10px 15px no-repeat; background-size: 52px auto; }
.jm_zc ul li.jm_zc3 { background: #fff url(../images/Support_ico03.png) 10px 15px no-repeat; background-size: 52px auto; }
.jm_zc ul li.jm_zc4 { background: #fff url(../images/Support_ico04.png) 10px 15px no-repeat; background-size: 52px auto; }
.jm_zc ul li.jm_zc5 { background: #fff url(../images/Support_ico05.png) 10px 15px no-repeat; background-size: 52px auto; }
.jm_zc ul li.jm_zc6 { background: #fff url(../images/Support_ico06.png) 10px 15px no-repeat; background-size: 52px auto; }
/*** 加盟条件 ***********/
.p_conditions h4 { text-align: center; font-size: 16px; margin-top: 8px; padding: 0px 5px; }
.s_conditions_text { background: url(../images/jmtj_bg.png) left top no-repeat; background-size: 100%; padding: 335px 5px 0px 5px; margin-top: 45px; }
.s_conditions_text p { font-size: 14px; color: #333; border-bottom: 1px solid #e5e5e5; width: 95%; padding-bottom: 15px; background: url(../images/jmtj_bg2.png) 0px top no-repeat; margin-top: 21px; padding-left: 12px; }
/*** 加盟条件 ***********/
.s_Process_text { margin-top: 15px; width: 100%; padding: 0px 5px; }
.s_Process_text p { font-size: 14px; color: #333; border-bottom: 1px solid #e5e5e5; width: 100%; padding: 15px 0px 15px 32px; }
.s_Process_text p.process1 { background: url(../images/process1.png) left center no-repeat; background-size: 26px auto; }
.s_Process_text p.process2 { background: url(../images/process2.png) left center no-repeat; background-size: 26px auto; }
.s_Process_text p.process3 { background: url(../images/process3.png) left center no-repeat; background-size: 26px auto; }
.s_Process_text p.process4 { background: url(../images/process4.png) left center no-repeat; background-size: 26px auto; }
.s_Process_text p.process5 { background: url(../images/process5.png) left center no-repeat; background-size: 26px auto; }
.s_Process_text p.process6 { background: url(../images/process6.png) left center no-repeat; background-size: 26px auto; }
.s_Process_text p.process7 { background: url(../images/process7.png) left center no-repeat; background-size: 26px auto; }
.s_Process_text p.process8 { background: url(../images/process8.png) left center no-repeat; background-size: 26px auto; }
.s_Process_text p.process9 { background: url(../images/process9.png) left center no-repeat; background-size: 26px auto; }
/*** 加盟优势 ***********/
.p_Advantage { width: 96%; margin: 25px 2% 0px 2%; }
.p_Advantage h4 { font-size: 13px; margin-top: 8px; padding: 0px 5px; }
.s_Advantage_text { padding: 0px 5px 0px 5px; }
.s_Advantage_text p { font-size: 14px; color: #333; background-size: 96%; padding-right: 10px; border-bottom: 1px solid #e5e5e5; width: 95%; padding-bottom: 15px; margin-top: 21px; }
.s_Advantage_text i { display: block; width: 30px; height: 30px; float: left; margin-right: 8px; }
.s_Advantage_text i.jmsy_ico1 { background: url(../images/jmys_ico1.png) left center no-repeat; background-size: 30px; }
.s_Advantage_text i.jmsy_ico2 { background: url(../images/jmys_ico2.png) left center no-repeat; background-size: 30px; }
.s_Advantage_text i.jmsy_ico3 { background: url(../images/jmys_ico3.png) left center no-repeat; background-size: 30px; }
.s_Advantage_text i.jmsy_ico4 { background: url(../images/jmys_ico4.png) left center no-repeat; background-size: 30px; }
.s_Advantage_text p span { }
/****客户服务************/
.p_khfw { width: 100%; margin: 20px 3px 0px 3px; }
.p_khfw .khfw_dt { margin-top: 20px; }
.p_khfw .khfw_dt img{max-width: initial;}
.p_khfw .jtzb { width: 100%; border: 1px solid #e5e5e5; background: #fff; padding-left: 15px; padding-bottom: 015px; }
.p_khfw .jtzb h3 { background: url(../images/jdzb_bg.jpg) no-repeat; font-size: 14px; margin-top: 10px; color: #fff; height: 30px; padding-left: 28px; line-height: 27px; margin-bottom: 10px; }
.p_khfw .jtzb p { background: url(../images/lxwm_bg2.png) no-repeat; margin-top: 5px; padding: 0px 0px 8px 35px }
.p_khfw .jtzb .lxwm_ico1 { background-position: 0px 0px; }
.p_khfw .jtzb .lxwm_ico2 { background-position: 0px -37px; }
.p_khfw .jtzb .lxwm_ico3 { background: url(../images/lxwm_bg3.png) no-repeat; }
.p_khfw .jtzb .lxwm_ico4 { background-position: 0px -102px; }
.p_khfw .jtzb .lxwm_ico5 { background-position: 0px -134px; }
.p_hy { width: 100%; margin: 0px 3px; font-size: 14px; font-weight: bold; margin-top: 15px; padding-bottom: 15px; border-bottom: 1px solid #e5e5e5; }
.lxwmfs { margin: 0px 5px; }
.lxwmfs li { padding-bottom: 15px; border-bottom: 1px solid #e5e5e5; margin-top: 15px; padding-left: 30px; font-size: 13px; }
.lxwmfs, .lxwm1 { background: url(../images/bg24.png) no-repeat; background-size: 20px auto; }
.lxwmfs, .lxwm2 { background: url(../images/bg_js.png) no-repeat; background-size: 20px auto; }
.lxwmfs, .lxwm3 { background: url(../images/bg44.png) no-repeat; background-size: 20px auto; }
.lxwmfs h3 { font-size: 16px; }
.lxwmfs p { line-height: 24px; }
/***新闻资讯**********************/
.p_news ul li { padding-bottom: 15px; margin-top: 15px; border-bottom: 1px solid #e5e5e5; overflow: hidden; margin-right: 5px; }
.p_news ul li a { display: block; }
.p_news ul li h3 { color: #12392c; }
.p_news { width: 100%; overflow: hidden; margin: 22px 3px 0px 3px; }
.p_news ul li .news_tu { float: left; margin: 8px 0px 0px 5px; width: 31%;background-size: cover;height: 100px;background-position: center;background-repeat: no-repeat; }
.p_news ul li img { width: 100px;opacity: 0; }
.p_news ul li h3 { font-size: 16px; width: 64%; float: left; margin-top: 8px; margin-left: 10px; line-height: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.p_news ul li p { font-size: 12px; float: left; width: 62%; margin-left: 10px; margin-top: 10px; color: #666; line-height: 20px; height: 40px; padding-right: 5px; overflow: hidden; }
.p_news ul li p { color: #666; }
.p_news ul li .fbrq { float: left; color: #12392c; font-size: 12px; margin-left: 10px; margin-top: 15px; }
/**研发基地************************************/
.p_Base { width: 100%; overflow: hidden; }
.p_Base ul li { float: left; font-size: 12px; background: #fff;box-shadow: 0 0 10px rgba(0,0,0,.2);width: 48%; margin-left: 1%; margin-right: 1%; text-align: center; margin-top: 15px; padding-bottom: 13px;box-sizing: border-box;padding: 5px; }
.p_Base ul li p { height: 20px; overflow: hidden; }
.p_Base ul li img { width: 100%;}
/**研发基地************************************/
.p_yftd { width: 100%; overflow: hidden; }
.p_yftd ul{display: flex;display: -webkit-flex;align-items: flex-start;flex-wrap: wrap;}
.p_yftd ul li { float: left; font-size: 12px; width: 48%; margin-left: 1%; margin-right: 1%; text-align: center; margin-top: 15px; padding-bottom: 13px; }
.p_yftd ul li img { width: 100%; margin: 5px 0px 0px 1px; }
/**在线留言*************************/
.p_message { width: 100%; overflow: hidden; }
.p_message h2 { font-size: 18px; text-align: center; margin-top: 10px; margin-bottom: 10px; }
.p_message h2 span { color: #0068cc; font-weight: bold; }
.p_message_bd select, .input_ch, .p_message_bd textarea { margin: 5px 3px; width: 100%; border: 1px solid #dfdddd; height: 28px; font-size: 12px; color: #999; padding: 2px; }
.p_message_bd option select { color: #999; }
.p_message_bd textarea { min-height: 104px; }
.p_message_bd .message_sub { width: 40%; margin-left: 30%; height: 36px; margin-top: 15px; line-height: 28px; text-align: center; background: #0068cc; border: none; color: #fff; font-size: 16px; }
/**产品详情************************/
.cpdt img { width: 100%; }
.p_cpgg { padding: 10px 4px; width: 100%; }
.p_cpgg h3 { font-size: 18px; font-weight: bold; }
.p_cpgg p { line-height: 24px; font-size: 14px; }
.p_cpgg .cp_zsrx { background: url(../images/cp_zsrx_ico.png) 0px center no-repeat; font-size: 14px; padding-left: 23px; background-size: 18px auto; line-height: 20px; margin-top: 5px; }
.p_cpgg .cp_zsrx span { color: #0068cc; font-size: 20px; font-weight: bold; line-height: 20px; margin-left: 5px; }
.ljzx_button, .zxly_button { margin-top: 15px; font-size: 18px; }
.ljzx_button { background: #ff771c; width: 46%; text-align: center; padding: 10px 0px; overflow: hidden; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.zxly_button { background: #0068cc; width: 46%; text-align: center; padding: 10px 0px; overflow: hidden; -moz-border-radius: 5px; margin-right: 6px; -webkit-border-radius: 5px; border-radius: 5px; }
.p_cpgg a { color: #fff; }
/*产品介绍*/
.p_cp_title { width: 100%; padding: 8px 0px 8px 8px; font-size: 12px; background: #fff; margin-top: 15px; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; text-transform: uppercase; }
.p_cp_title b { border-left: 2px solid #000; line-height: 24px; padding-left: 5px; font-size: 16px; margin-right: 5px; }
.cpjs_txt_Ch, .cpjs_txt_En { margin-top: 20px; }
.cpjs_txt_Ch p { line-height: 22px; text-indent: 2em; color: #272626; margin-top: 8px; }
.cpjs_txt_En p { line-height: 22px; color: #272626; margin-top: 8px; }
.cpjs_txt_Ch img{height: auto !important;}
/*产品参数指标*/
.cpcszb { overflow: hidden; width: 100%; padding-bottom: 25px; }
.cpcszb table { font-size: 14px; color: #272626; border-right: 1px solid #e5e5e5; margin-top: 20px; margin-left: 4px; margin-right: 6px; width: 100%; }
.cpcszb #cp_jieshao2_mc { background: #f39800 !important; color: #fff !important; border: 1px solid #ac6a00 !important; }
.cpcszb table tr { height: 48px; }
.cpcszb table td { width: 48.8%; padding-left: 14px; border-left: 1px solid #dcdcdc; border-bottom: 1px solid #dcdcdc; }
.cpcszb table .bg_eee { background: #eee; border-left: 3px solid #f00; }
/*联系我们*/
.cp_lxwm_hy { font-size: 14px; margin: 20px 6px 15px 4px; }
.cp_lxwm_dh { text-align: center; font-size: 15px; font-weight: bold; border-bottom: 1px solid #e5e5e5; padding-bottom: 15px; }
.cp_lxwm_dh h3 { }
/*** 厂区厂貌 ********/
.p_Factory { margin-top: 20px; }
/*新闻中心*/
.news .ilist li { border-bottom: 1px #d5d5d5 dashed; border-top: none; }
/*新闻中心详情*/
.p-news-detail { padding: 10px; }
.p-news-det-title { text-align: center; border-bottom: 1px #c3c3c3 dashed; padding-bottom: 15px; }
.p-news-det-title h1 { font-size: 18px; color: #0068cc; margin-bottom: 8px; }
.p-news-det-title p { color: #7d7c7c; }
.p-news-det-title p span { margin: 0 10px; }
.p-news-det-con { padding: 10px 0 0; }
.p-news-det-con img { display: block; margin: 10px auto; max-width: 100%; }
.p-news-det-con p { color: #333; }
.fy { border-top: 1px #d2d2d2 solid; border-bottom: 1px #d2d2d2 solid; margin-top: 20px; padding: 10px 0; }
.fy span { display: block; color: #434343; line-height: 31px; width: 100%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.fy span a { color: #393939; }
.fy span a:hover { color: #e73a0f; }
.ppzx { padding: 0 8px 10px; }
.ppzx h2 { margin: 15px 0 10px; font-size: 20px; color: #000; }
.ppzx h2 span { display: block; font-size: 12px; text-transform: uppercase; font-family: Arial; color: #999; }
.rec-list .ppzx-r h3 { color: #000; }
.rec-list .ppzx-r p { max-height: 60px; }
.p-case h2 span { display: inline-block; margin-left: 10px; }
.p-case h2 a { float: right; font-size: 16px; color: #999; margin-top: 3px; }
.ppzx-list li { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px #e5e5e5 solid; }
.ppzx-list li a { display: block; overflow: hidden; }
.ppzx-list li img { display: block; }
.ppzx-img { display: block; width: 100px; background-color: #fff; border: 1px solid #e4e4e4; position: relative; *zoom: 1;
margin-bottom: 5px; padding: 5px; }
.ppzx-img:before { -webkit-transform: skew(-15deg) rotate(-6deg); -moz-transform: skew(-15deg) rotate(-6deg); transform: skew(-15deg) rotate(-6deg); left: 15px; }
.ppzx-img:after { -webkit-transform: skew(15deg) rotate(6deg); -moz-transform: skew(15deg) rotate(6deg); transform: skew(15deg) rotate(6deg); right: 15px; }
.ppzx-img:before, .ppzx-img:after { width: 70%; height: 55%; content: ' '; -webkit-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.5); box-shadow: 0 8px 5px rgba(0, 0, 0, 0.5); position: absolute; bottom: 10px; z-index: -1; }
.ppzx-r { padding-left: 3px; }
.ppzx-r h3 { margin-bottom: 5px; font-size: 18px; color: #000; }
.ppzx-r p { line-height: 20px; font-size: 13px; height: 60px; overflow: hidden; }
.case-list li { border: 1px #eee solid; padding: 5px; }
.case-list img.fl { width: 112px; height: 78px; }
.case-list .ppzx-r h3 { color: #0c0c0c; width: 100%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-size: 16px; margin-bottom: 3px; line-height: 1; }
.case-list .ppzx-r p { max-height: 40px; overflow: hidden; color: #8a8a8a; }
.case-list .ppzx-r span { display: block; font-size: 12px; }


.Paging{padding: 20px 0;text-align: center;}
.Paging a{display: inline-block;height: 25px;padding: 0 8px;background: #fff;border: 1px solid #e9e9e9;border-radius: 2px;color: #606266;text-align: center;line-height: 25px;margin: 0 5px;vertical-align: middle;}
.Paging a.current,.Paging span.current{background: #0084FF;color: #fff;border-color: #0084FF;}
.Paging a:hover{color: #0084FF;border-color: #0084FF;}
