﻿@charset "utf-8";
/*CSS reset*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {margin:0;padding:0;}
body, button, input, select, textarea {font:13px/1.5 '\5FAE\8F6F\96C5\9ED1', tahoma, arial, sans-serif; outline:0;}
h1, h2, h3, h4, h5, h6 {font-size:100%;}
address, cite, dfn, em, var {font-style:normal;}
ul, ol {list-style:none;}
a {text-decoration:none;}
a:hover {text-decoration:underline;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
legend {color:#000;}
fieldset, img {border:0;}
button, input, select, textarea {font-size:100%;}
table {border-collapse:collapse;border-spacing:0;}

input,select{vertical-align:middle;font:12px/1.231 arial,helvetica,clean,sans-serif;}

/*CSS Common | Patch*/
.wrap{ width:1200px;margin:0 auto;}
.container{margin-left:auto; margin-right:auto; width:1200px; font-family:microsoft yahei;}
.container2{margin-left:auto; margin-right:auto; width:1000px;}
.clear{ clear:both}
/*清除浮动*/
.clearfix:after{ 
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix{ /*兼容 IE*/
    zoom: 1;
}
/*.cf {*zoom:1;}*/
.cl{ float:left;}
.cr {float:right;}
.fl{ float:left;}
.fr {float:right;}
.cb{clear:both}
.mr0{ margin-right:0 !important}
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt12 {margin-top:12px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25{ margin-top:25px}
.mt30{ margin-top:30px}
.mt40{ margin-top:40px}
.mt50{ margin-top:50px}
.mt60{ margin-top:60px}
.mt100 {margin-top:100px;}
.mt125 { margin-top:125px}
.mt168 { margin-top:168px}
.mt216{ margin-top:216px}

.ml10{ margin-left:10px}
.ml15{ margin-left:10px}
.ml20{ margin-left:20px}

.mb10{ margin-bottom:10px}
.fr10{ margin-right:10px}

.cf:after {content:'\0020';display:block;height:0;clear:both;font-size:0;visibility:hidden;}

/*Page Base*/
body {background-color:#fff;color:#333;overflow-x:hidden; }
a {color:#333;text-decoration: none;}
a:hover {color:#0784de;text-decoration:none}

.incont {font-size:14px;line-height:1.5;color:#555; width:100%; }
.incont p {padding:0px 5px 10px 10px;}
.incont table {border-collapse:collapse; border-spacing:0; margin-bottom:10px;}
.incont table td {padding:6px; border:1px solid #ccc;}
.incont table .firstRow td{ font-weight:700; background:#ebebeb; font-family: src}
.incont_2{ padding:5px}

/**色块效果**/
.glow {/**这个是控制上面色块出现的过渡和时间**/
transition-property: box-shadow;
transition-duration: .3s;
}
.glow:hover {
box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.glow_1 {/**这个是控制上面色块出现的过渡和时间**/
transition-property: box-shadow;
transition-duration: .1s;
}
.glow_1:hover {
box-shadow: 0 0 60px rgba(0, 0, 0, 10);
}
/************/

/*顶部*/

.top {background:#efefef; height:40px; line-height:40px; font-size:14px; width:100%; border-bottom: 1px solid #e0e0e0}
.top .msg { font-size:13px; display:block; color:#666666}
.top .link { color:#656974; font-size:14px; line-height:40px}
.top .link a { color:#656974; margin:0 10px 0 10px}
.top .link a:hover { color:#f85403;}
.top .link a.i { color:#fff;}
.top .link span{  float:right; background:url(../images/wx1.png) no-repeat center; width:23px; height:21px; margin-top:10px; position: relative; padding-right:20px}
.top .link span img{ display:block; position:absolute; bottom: -100px; left: -60px; display:none;}
.top .link span:hover img{ display:block;}


/*头部*/
.header {width:100%; background:#fff; height:158px; overflow: hidden;}
.header .logo { width:140px; border-right:1px solid #e2e2e2; padding-right:15px; margin-top:20px}
.header .logo a {display:block; color:#000}
.header .logo a img{ margin-left: 5px }
.logo_text{ margin-top:21px; margin-left:15px}
.logo_text h2{ font-size:50px; color:#202c3a;}
.logo_text h2 span{ color: #296399 }
.logo_text p{ margin-top:3px; font-size:20px; color: #676767; text-align: center; margin-top: -6px; }

.logo_text_ico{ width: 280px; height: 100px; margin-top:25px; margin-left:25px;}
.logo_text_ew{}
.logo_text_txt{ margin-top:8px; }
.logo_text_txt p{ margin-bottom: 5px; font-size:16px; }



.tel{ text-align:right; margin-top:25px}

.tel_pic{ width:43px; height:60px; background:url(../images/phone.png) no-repeat 0 15px; margin-top:11px}
.tel_text{  height:57px; text-align:left; margin-right: 10px}
.tel_text span{ color:#353535; font-size:14px; display:block; padding-top:7px;}
.tel_text p{ font-size:26px; font-weight:bold; color:#0085e4; margin-top: 0px; line-height: 30px}



/**主导航**/
.header_nav { overflow:hidden; width:100%; height:58px; background:#212d3b ; }
.header_nav ul{ overflow:hidden}
.header_nav li{ float: left; font-size:16px; line-height:58px;display:block; width:150px; }
.header_nav li a{ display:block; text-decoration:none; text-align:center; color: #fff;}
.header_nav .last{ background:none}
.header_nav li.cur a,.header_nav li:hover a{ background:url(../images/nav_background.png) ; ; color: #fff}


/**banner**/
.bannerBox{width:100%; height:550px; }
#flashs{ position:relative; height:550px; overflow:hidden;}
#flashs .bgitem{  z-index:1;position:absolute; top:0; }
#flashs .btn{ position:absolute; z-index:7; bottom:5px; left:50%; margin-left:-64px; padding:10px 6px;}
#flashs .btn span{ color:#fff; background:#FFF; cursor: pointer;display: inline-block;margin:0 2px;width:35px;height:13px;font-size:14px;line-height:25px;text-align:center;}
#flashs .btn span.cur{ background:#ff9028;}


/* search */
.search_home{width: 100%;height: 61px;background: #eeeeee;border-bottom: 1px solid #dedede;}
.search_home p{float: left;font-size: 14px;color: #333333;font-weight: bold;width: 600px;overflow: hidden;white-space: nowrap;margin-top: 22px;}
.search_home p a{font-size: 14px;color: #666;font-weight: normal;padding:0px 15px 0 15px;border-left: 1px dotted #a4a4a4;}

.search_home p a:first-child{border-left: none;}
.search_home .Input{width: 300px;height: 38px;line-height: 38px;float: right;margin-top: 12px;position: relative;background:url(../images/searchBg.png) no-repeat center;}
.search_home .Input input{padding-left: 20px;font-size: 13px;outline: none;border: none;color: #999999;height: 38px;line-height: 38px;width: 226px;padding-right:54px;background: none;}
.search_home .Input a{display: block;width: 49px;height: 38px;position: absolute;top: 0;right: 0px;}
.search_home .Input a img{display: block;}

/****/
.case_title{ text-align: center; }
.case_title h2{ font-size: 30px; }


/**内页搜索框架**/

.h_sea_2{ height:42px;overflow:hidden; font-size: 13px; width:100%; border:1px solid #dedede; line-height:42px; text-indent:20px; margin-top:10px}
.h_sea_2 b{font-weight: normal;}
.inp01_2{height:32px;line-height:32px; padding-left: 10px; width:232px;float:left;color:#fff;  border: none;font-family:"Microsoft YaHei"; background: none;}
.s_ss_2 { float:left; width:40px; height:32px; background: none;border: none; cursor: pointer;}
.key_2 a{ margin-right:10px;}
.key_2 a:hover{ color:#af251c}
.s_inp_2{ background:url(../images/serbg3.png) no-repeat; width:284px;height: 32px; margin-top:5px; margin-right:10px}


/****/
.product_bg_home{ width:100%; display: inline-block; background:#f2f2f2; margin-top: 50px; padding-bottom: 50px}

.prduct_left_home{ width:280px;}
.prduct_right_home{ width:890px; }

/****/


.drawers_title{ width:210px; height:70px; text-align:center; color:#FFF; background:#1057c1; line-height:70px; font-size:22px;}
.drawers_title strong{ font-weight:normal}

.side_pro_nav_style{ width:99%; display:inline-block; background:#f6f6f6;  border:1px solid #dedede}
.side_pro_nav_baise{ width:100%; padding-top:5px; border-bottom:1px solid #dedede; }
.side_pro_nav_style_bt{ height:33px; line-height:33px; text-align:center; border-bottom:1px solid #dedede; width:100%; }
.side_pro_nav_style_bt a{ color:#000; font-weight:normal; font-size:18px}
.side_pro_nav_style_ys{ }
.side_pro_nav_style_ys ul{}
.side_pro_nav_style_ys ul li a{ display:block; width:100%; height:29px; line-height:29px; text-indent:30px; background:url(../images/side_pro_nav_style_ys.png) no-repeat 10px 11px;}
.side_pro_nav_style_ys ul li a:hover{ background:#7bcf36 url(../images/side_pro_nav_style_ys.png) no-repeat 10px 11px; color:#fff}

.side_pro_gg{ width:100%; height:105px; background:url(../images/side_pro_gg.png) no-repeat 9px 25px #1057c1; }
.side_pro_gg h3{ font-weight:normal; font-size:22px; font-family:"fnagzhengcusong"; color:#fff; text-align:center; padding-top:14px}
.side_pro_gg em{ font-weight:normal; text-align:center; color:#fff; display:block; font-size:16px; margin-top:-3px}

.side_pro_gg .side_pro_gg_tow{ margin-top:2px}
.side_pro_gg .side_pro_gg_tow p{ float:left; color:#fff;}
.side_pro_gg .side_pro_gg_tow .spg_01{ position:relative; left:42px}
.side_pro_gg .side_pro_gg_tow .spg_02{ position:relative; left:83px}


.side_pro_dh{ width:100%; display:inline-block}

.side_pro_dh_pic{ width:43px; height:42px; background:url(../images/side_pro_dh_pic.png) no-repeat;  margin-top:11px; margin-left:10px}
.side_pro_dh_text{  height:57px; text-align:left; margin-right:40px}
.side_pro_dh_text span{ color:#fff; font-size:14px; display:block; padding-top:7px;}
.side_pro_dh_text p{ font-size:15px; margin-top:-3px; font-weight:bold; color:#fff}

.side_pro_cz{ width:100%; height:115px; background:url(../images/side_pro_cz.png) no-repeat;}




/*******************/
.product_right_bg{ width:100%; display:inline-block; }

.active_tab{width:100%; background:#f2f2f2;height:55px; line-height:55px; }
.act_title_left{ background: #6b6b6b }
.act_title_left li{display:inline-block; padding-left:20px; padding-right:20px;font-size:18px; text-align:center; background:#6b6b6b}
.act_title_left li img{ float: left; padding-top: 13px; margin-right: 10px}
.act_title_left li a{ color: #fff }
.act_active{height:57px; background:#0784de !important; color:#fff !important}
.act_active a{color:#fff !important}

.active_list{ width:100%; display:inline-block; margin-top:10px}
.prList_down_news{}
.prList_down_news li{ float:left; width:286px; height:320px; margin-right:15px; overflow:hidden; }
.prList_down_news li dt{text-align:center;}
.prList_down_news li img{ display:block; width:286px; height:286px; transition-property: box-shadow; transition-duration: .3s;}
.prList_down_news li img:hover{box-shadow: 10px 0px 20px rgba(0, 0, 0, 50);}
.prList_down_news li dd h3{ text-align:center; font-size:15px;font-weight:normal; color:#4b4b4b; height:35px; line-height:35px; width:100%; overflow:hidden;  } 





/*****/


/* partner */
.partner{width: 100%;padding-bottom: 00px; margin-top: 50px}
.partner_title{ text-align: center; }
.partner_title h2{ font-size: 32px; margin-bottom: 20px}
.partner_title h2 a{ color: #202c3a }
.partner_title h2 span{ color: #d10916 }

.partner .mainCon{width: 100%;margin: 18px auto 0;position: relative;}
.partner .mainCon .btn{display: block;width: 51px;height: 51px;overflow: hidden;position: absolute;top:90px;cursor: pointer;z-index: 99;}
.partner .mainCon .prev{left: -72px;}
.partner .mainCon .next{right: -72px;}
.partner .mainCon .btn img{display: block;width: 51px;height:102px;position: relative;}
.partner .mainCon .btn:hover img{top: -51px;}
.partner .mainCon .box{width: 100%;overflow: hidden;height: 300px;position: relative;}
.partner .mainCon .box ul{position: absolute;left: 0;top: 0;width: 102%;}
.partner .mainCon li{float: left;width: 231px;margin-right: 11px;}
.partner .mainCon li span{display: block;width: 229px;height: 264px;border: 1px solid #f1f1f1;}
.partner .mainCon li img{display: block;width: 229px;height: 264px;}
.partner .mainCon li a{text-decoration: none;display: block;}
.partner .mainCon li em{font-size: 14px;color: #333333;display: block;text-align: center;margin-top: 8px;}


/****/
.product_bg_bt{padding-top: 50px; overflow: hidden; padding-bottom: 50px}
.product_bg_bt h2{ height:70px;overflow: hidden;font-size: 30px; color:#333;text-align: center;font-weight: normal;line-height: 50px;background:url(../images/line.png) no-repeat center bottom;}
.product_bg_bt h2 span{ color:#0784de;}
.product_bg_bt h2 a{ color:#6b6b6b;}
.list{ width:282px; display:inline-block; padding-bottom:30px; background:#e9e9e9; overflow: hidden;}
.list h3{height:155px;background: url(../images/product_nav_pic.png) no-repeat ;text-align: center;line-height: 120px; font-size: 28px;margin-bottom: 20px;}
.list h3 a{ color:#fff;}
.list h4{ margin-top: 15px;margin-left: 34px; width:210px; overflow: hidden;}
.list h4 a{display: block;height:31px;background:url(../images/list_wz1.png) no-repeat 0 0;padding-left: 36px; color:#0784de; font-size: 18px;line-height: 31px;font-weight: normal;}
.list h4 a:hover , .list h4.cur a{background:url(../images/list_wz1.png) no-repeat 0 0; color:#0784de;}
.list h4:hover{ background:url(../images/list_wz1.png) }
.list ul{padding:12px 0 12px 65px; font-size: 14px; display:none;}
.list li{ color:#333;padding-left: 17px;line-height: 25px;background:url(../images/list_ico.gif) no-repeat 0 10px; }
.list li a{ color:#333;}


/****/
.pro_sample{ text-align: center; margin-top: 40px }
.pro_sample h3{ font-size: 28px; }
.pro_sample p{}
.pro_sample i{ display: block ;width: 105px; height: 7px; background:url(../images/title_i.png) no-repeat; margin: 0 auto; margin-top: 20px}

.pro_sample_box{}
.pro_sample_box ul{ width: 100%; display: inline-block; margin-top: 30px }
.pro_sample_box ul li{ width: 290px; height: 320px;  float: left; margin-right: 13px;}
.pro_sample_box ul li img:hover{ border: 1px solid #0481d8 }
.pro_sample_box ul li a img{ width: 290px; height: 290px; border: 1px solid #dedede}
.pro_sample_box ul li a p{ height: 30px; line-height: 30px; width: 290px; overflow: hidden; text-align: center; }

/*partner*/

.side_guangao_1_bg{ width:100%; height:200px; background:url(../images/side_guangao_1_bg.png);text-align:center; color:#FFF;}
.side_guangao_1{ padding-top:30px}
.side_guangao_1 strong{ font-size:34px;}
.side_guangao_1 p{ font-size:20px; padding-top:15px}
.side_guangao_1 p span{ color:#7bcf36}
.side_guangao_1_dh{ width:355px; height:35px; background:#7bcf36; margin:0 auto; border-radius:20px; margin-top:10px; line-height:35px; font-size:16px}
.side_guangao_1_dh p span{ font-weight:bold; font-size:20px}

/****/



/****首页视频推荐****/
.video_box{ width: 100%; display: inline-block; overflow: hidden; margin-top: 30px }
.video_box_head{height:30px;}
.video_box_head h2{line-height:30px;border-bottom:2px solid #f00f24;font-weight:normal;font-size: 18px;color:#f00f24;}
.video_box_sp{ width:620px; height:280px; border:1px solid #dedede}

.text_box{ width:277px; float:left; margin-left:12px;}
.text_box_head{padding:10px 12px;border:1px solid #d8d8d8; background:#0481d8;}
.text_box_head h2 {font-family: Arial,"微软雅黑","黑体"; color:#333; font-size:16px; font-weight:normal;}
.text_box_head h2 a{ color: #fff }
.text_content{border:1px solid #dedede; height:233px; overflow:hidden; margin-top: -1px;}
.text_content ul li{ font-size:13px; margin-top:5px;padding-left:15px;background:url(../images/adv-dian1.png) left center no-repeat; width:240px; height:28px; line-height:28px;margin-left:8px;overflow:hidden;}

/****/
/*广告*/
.gg01{ overflow: hidden; width: 100%; background: url("../images/side_banner.jpg") no-repeat center; height: 332px; margin-top: 50px}
.gg01 .box{float: right;width: 716px;margin-top: 86px;}
.gg01 .ggLt{ float: left; color: #fff}
.gg01 .ggLt h3{ font-size: 30px;}
.gg01 .ggLt p{margin-top: 5px;font-size: 14px;}
.gg01 .ggLt i{ display: block; width: 43px; height: 2px;background-color: #fff; margin: 20px 0 25px;}
.gg01 .ggLt  h4{ font-weight: normal; font-size: 20px}
.gg01 .gg_a {float: right;margin-top: 5px;}
.gg01 .gg_a a{ display: block; margin-bottom: 10px;}


/****/
.side_case_bg{ width: 100%; height: 667px; background: url(../images/side_case_bg.jpg) center; text-align: center; }
.side_case_bg h4{ font-size: 32px; color: #0481d8; }
.side_case_bg p{}


/****/
.home_contact{ width:100%; display:inline-block;}
.home_contact_bt{ width:100%; height:50px; line-height:50px; text-align:center; background:#4d4d4d; color:#fff; font-size:18px}
.home_contact_pic{ width:100%; height:88px; background:url(../images/home_contact_pic.png) no-repeat;}
.home_contact_sum{ width:100%; display:inline-block; background:#fff; border:1px solid #dedede;}
.home_contact_sum ul{ width:240px; margin:0 auto; margin-top:10px; margin-bottom:10px}
.home_contact_sum ul li{ line-height:26px; font-size:15px}





/****/
.youshi_bg{ width: 100%; height: 720px; background: #0482d2; margin-top: 30px; color: #fff }
.youshi_box_bt{ text-align: center; margin-bottom: 60px}
.youshi_box_bt h4{ font-size: 32px; padding-top: 40px }
.youshi_box_bt h4 span{ color: #f9ef02 }
.youshi_box_bt p{ font-size: 18px }

.youshi_box_2_left{ float: left; width: 295px;  }
.youshi_box_2_left dl{ width: 100%;  margin-bottom: 40px}
.youshi_box_2_left dd{height: 40px; line-height: 40px; font-size: 28px; overflow: hidden; font-weight: bold; margin-bottom: 10px}
.youshi_box_2_left dt{}
.youshi_box_2_left dt p{ font-size: 16px;}
.youshi_box_2_left dt b{ font-size: 16px; font-weight: normal; }
.youshi_box_2_left dt i.i_1{ display: block; width: 280px; border-bottom: 1px solid #fff; margin-top: 10px}
.youshi_box_2_left dt i.i_2{ display: block; width: 200px; border-bottom: 1px solid #fff; margin-top: 10px}
.youshi_box_2_left dt i.i_3{ display: block; width: 280px; border-bottom: 1px solid #fff; margin-top: 10px}

.youshi_box_img{ width: 522px; height: 474px; float: left; margin-left: 40px}
.youshi_box_3_right{ float: right; }

.youshi_box_3_right{ float: right; width: 295px;  text-align: right;}
.youshi_box_3_right dl{ width: 100%;  margin-bottom: 40px}
.youshi_box_3_right dd{height: 40px; line-height: 40px; font-size: 28px; overflow: hidden; font-weight: bold; margin-bottom: 10px}
.youshi_box_3_right dt{}
.youshi_box_3_right dt p{ font-size: 16px;}
.youshi_box_3_right dt b{ font-size: 16px; font-weight: normal; }
.youshi_box_3_right dt i.i_1{ display: block; width: 280px; border-bottom: 1px solid #fff; margin-top: 10px; float: right}
.youshi_box_3_right dt i.i_3{ display: block; width: 280px; border-bottom: 1px solid #fff; margin-top: 10px; float: right}
.i_4{display: block; width: 200px; border-bottom: 1px solid #fff; margin-top: 10px; position: relative; left: 92px}



/*****/
.product_home_bt{ text-align:center}
.product_home_bt h3{ font-size:30px;}
.product_home_bt span{ color:#1057c1}
.product_home_bt p{ font-size:22px;}
.product_home_bt em{ width:1000px; height:20px; background:url(../images/product_home_bt.png) no-repeat; display:block; color:#8d8d8d}


/*****/
.Customer_tl{ overflow:hidden; width:100%;}
.Customer_tl h2{ text-align:center; font-size:30px; color:#006bbd;}
.Customer_tl h2 a{ color:#006bbd}
.Customer_tl b{ display:block; text-align:center; font-size:16px; color:#666; text-transform:uppercase; margin-top:3px;}
.Customer_tl i{ display:inline-block; width:73px; height:1px; background-color:#e0e0e0; margin:0 15px; position:relative; top:-6px;}
.Customer_tl i{ *display:inline}
.Customer_tl.wt h2,.title.wt a,.title.wt b{ color:#fff;}
.Customer_tl.wt i{ background-color:#fff;}


.ys_title{ overflow: hidden; width: 100%; margin-top: 20px; text-align: center}
.ys_title h2{ font-size: 24px; color: #333}
.ys_title h2 a{ color: #333}
.ys_title h2 strong{ color: #2383cf}
.ys_title p{ font-size: 16px; color: #666666; margin-top: 3px;}
.ys_title i{ display: block; background: url("../images/title_i.png") no-repeat center; width: 105px; height: 7px; margin: 15px auto 0 auto;}

/*客户*/
.Customer { overflow:hidden; width:1120px; margin:0 auto; margin-top: 40px}
.Customer .khbox{ overflow:hidden; width:100%; margin-top:30px; height:230px; position:relative}
.Customer .khbox span{ display:block; width:36px; height:36px; cursor:pointer; position:absolute; top:60px;}
.Customer .khbox .btn01{ background:url(../images/btn01.jpg) no-repeat center top; left:0}
.Customer .khbox .btn02{ background:url(../images/btn02.jpg) no-repeat center top; right:0}
.Customer .khbox span:hover{ background-position:bottom}
.Customer .khshow{ overflow:hidden; width:1000px; margin:0 auto; height:230px; position:relative}
.Customer .khshow ul{ overflow:hidden; position:absolute}
.Customer .khshow li{ float:left; width:235px; height:200px; margin-right:20px;}
.Customer .khshow li img{ display:block; border:1px solid #e7e7e7; margin-bottom:10px;}
.Customer .khshow li a{ display:block; text-align:center; font-size:14px; color:#666}

/*优势*/
.ys{ overflow: hidden; width: 100%; background-color: #fff; padding-bottom: 50px;}
.ys .ysBox{ overflow: hidden;; margin-top:30px; position: relative; height: 342px;}
.ys .dl{ background: url("../images/ysdlbg.jpg") no-repeat bottom center; height: 342px; display: none}
.ys .dl dt{ float: right; width: 525px;}
.ys .dl dd{ float: left; width:395px; padding:0 40px;}
.ys dd h3{ font-size: 20px; color: #333333; margin-top: 75px}
.ys dd h3 span{ font-weight: normal; display: block}
.ys dd i{ display: block; width: 33px; height: 3px; background-color: #cacaca; margin-top: 25px;}
.ys dd p{ line-height: 25px; font-size: 14px;color: #666666; margin-top: 28px;}
.ys .navList{ overflow: hidden; width: 100%; margin-top: 30px;}
.ys .navList li{ width: 249px; float: left; border-left:1px solid #fff; line-height: 76px;  font-size: 16px; color: #fff; background-color: #373838;}
.ys .navList li img{ display: block; float: left; margin-right: 10px}
.ys .navList li:hover,.ys .navList li.cur{ background-color: #2383cf}
.ys .navList li:first-child{ border-left:none; width: 250px;}
.ys .dl:first-child{ display: block}


.dingzhi{ width: 100%; height: 304px; background: url(../images/dingzhi.jpg) center; }
.dingzhi p{display: none;}

/**about**/

.about_1{width:1200px; margin: 0 auto; margin-top:30px; overflow: hidden;font-family: "Microsoft Yahei";}
.about_1 h2{ height:65px; overflow: hidden;font-size: 30px; color:#231815;text-align: center;font-weight: normal;line-height: 50px;background:url(../images/line.png) no-repeat center bottom;}
.about_1 h2 b{ color:#0481d8;}
.about_1 dl{margin-top: 30px;height:352px;background:#6b6b6b;}
.about_1 dt{width:527px; height:352px; overflow: hidden; float: left;}
.about_1 dt img{width:527px; height:352px; }
.about_1 dd{position: relative;width:672px; height:352px; overflow: hidden; float: right;}
.about_1 dd i{display: block;position: absolute; bottom:0;right: 0;width:30px; height:30px;}
.about_1 dd h3{margin-top: 25px;height:75px; border-bottom: 1px solid #b5b5b5;  font-size: 18px; width: 630px; margin-left: 21px; margin-bottom: 10px;}
.about_1 dd h3 a{ color:#fff;}
.about_1 dd h3 span{display: block; font-size: 30px; font-weight: normal; color:#fff;}
.about_1 dd p{ font-size: 14px !important; color:#f2f2f2; width: 630px; margin-left: 21px }


/* about */

.about .conBox1{width: 1200px;margin: 0 auto;}
.about .conBox1 dt{float: left;width: 520px;height: 324px;}
.about .conBox1 dt img{display: block;width: 520px;height: 324px;}
.about .conBox1 dd{width: 640px;float:right;}
.about .conBox1 dd h3{font-size: 20px;color: #0481d8;padding-top: 12px;}
.about .conBox1 dd h3 a{color: #0481d8;text-decoration: none;}
.about .conBox1 dd p{margin-top: 45px;line-height: 24px;text-indent: 2em;font-size: 14px;color: #666666;}
.about .conBox1 dd a.details{width: 128px;height: 37px;text-align: center;line-height: 37px;font-size: 14px;color: #0481d8;background: url(../images/about_ty.png) no-repeat center;margin-top: 46px;display: block;text-decoration: none;}
.about .conBox2{width: 100%;margin-top: 40px;}
.about .conBox2 .menu{border-bottom: 2px solid #e7e7e7;width: 1200px;margin: 0 auto;}
.about .conBox2 .menu li{float: left;font-size: 16px;color: #333333;font-weight: bold;padding-right: 12px;padding-bottom: 12px;position: relative;}
.about .conBox2 .menu li i{display: none;position: absolute;bottom: -2px;width: 100%;height: 2px;background: #0481d8;left: 0;}
.about .conBox2 .menu li a{color: #333333;text-decoration: none;}
.about .conBox2 .menu li span{font-size: 16px;color: #b6b6b6;margin-right: 12px;}
.about .conBox2 .menu li:first-child span{display: none;}
.about .conBox2 .menu li:first-child{padding-left: 20px;}
.about .conBox2 .menu li.cur a{color: #0481d8;}
.about .conBox2 .menu li.cur i{display: block;}
.about .conBox2 .con{width: 1350px;margin: 36px auto 0;height: 249px;overflow: hidden;position: relative;}
.about .conBox2 .lunb{width: 1200px;position: relative;margin: 0 auto;}
.about .conBox2 .lunb i.aboutBtn{display: block;width: 45px;height: 45px;overflow: hidden;cursor: pointer;position: absolute;top: 78px;}
.about .conBox2 .lunb i.aboutBtn img{display: block;width: 45px;height: 90px;position: relative;}
.about .conBox2 .lunb i.aboutBtn:hover img{top: -45px;}
.about .conBox2 .lunb i.prev{left: -74px;}
.about .conBox2 .lunb i.next{right: -74px;}
.about .conBox2 .lunb .box{width: 100%;position: relative;height: 249px;overflow: hidden;}
.about .conBox2 .lunb .box ul{width: 105%;position: absolute;left: 0;top: 0;}
.about .conBox2 .lunb .box li{float: left;height: 249px;width: 282px;margin-right: 24px;overflow: hidden;position: relative;}
.about .conBox2 .lunb .box li i.xian{display: block;width: 282px;height: 2px;background: #e0e0e0;}
.about .conBox2 .lunb .box li i.xianL{width: 141px;height: 2px;background: #0481d8;position: absolute;left: -141px;bottom: 0px;}
.about .conBox2 .lunb .box li i.xianR{width: 141px;height: 2px;background: #0481d8;position: absolute;right: -141px;bottom: 0px;}
.about .conBox2 .lunb .box p{width: 282px;height: 200px;position: relative;}
.about .conBox2 .lunb .box p span{display: block;width: 282px;height: 200px;overflow: hidden;}
.about .conBox2 .lunb .box p span img{display: block;width: 282px;height: 200px;transform: scale(1);transition: all 1s ease-out;}
.about .conBox2 .lunb .box p a{display: none;width: 282px;height: 142px;position: absolute;top: 0;left: 0;padding-top: 58px;background: url(../images/aboutbg.png);text-align: center;text-decoration: none;}
.about .conBox2 .lunb .box p a img{display: block;width: 36px;height: 36px;margin: 0 auto;}
.about .conBox2 .lunb .box p a b{font-size: 14px;color: #fff;font-weight: normal;margin-top: 22px;display: block;}
.about .conBox2 .lunb .box em{display: block;font-size: 14px;color: #666666;height: 47px;line-height: 47px;text-align: center;padding: 0 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.about .conBox2 .lunb .box li:hover p a{display: block;}
.about .conBox2 .lunb .box li:hover p span img{transform: scale(1.2);}
/****/


/* news */
.news{width: 100%;background: /*url(../images/newsbg.jpg)*/ #fff  no-repeat center;height: 600px;}
.news .mainCon{ padding-top: 50px; margin-top: 50px}
.news .mainCon .conL{width: 816px;float: left;background: #fff;}
.news .mainCon .conL .top2{height: 59px;border-bottom: 2px solid #e0e0e0;}
.news .mainCon .conL .top2 ul{float: left;}

.news .mainCon .conL .top2 li{float: left;font-size: 16px;color: #333333;font-weight: bold;padding-right: 12px;position: relative;line-height: 59px;}
.news .mainCon .conL .top2 li i{display: none;position: absolute;bottom: -2px;width: 100%;height: 2px;background: #0481d8;left: 0;}
.news .mainCon .conL .top2 li a{color: #333333;text-decoration: none;}
.news .mainCon .conL .top2 li span{font-size: 16px;color: #b6b6b6;margin-right: 12px;}
.news .mainCon .conL .top2 li:first-child span{display: none;}
.news .mainCon .conL .top2 li:first-child{padding-left: 20px;}
.news .mainCon .conL .top2 li.cur a{color: #0481d8;}
.news .mainCon .conL .top2 li.cur i{display: block;}

.news .mainCon .conL .top2 a.more{display: block;width: 81px;height: 59px;text-align: center;line-height: 59px;font-size: 14px;color: #818181;text-decoration: none;text-transform: uppercase;float: right;border-left: 2px solid #e0e0e0;}
.news .mainCon .conL .top2 a.more:hover{color: #0481d8;}
.news .mainCon .conL .conBox{padding-top: 26px;height: 418px;overflow: hidden;position: relative;}
.news .mainCon .conL .conBox .box{height: 418px;}
.news .mainCon .conL .conBox .boxL{float: left;width: 305px;margin-left: 32px;}
.news .mainCon .conL .conBox .boxL img{display: block;width: 305px;height: 189px;}
.news .mainCon .conL .conBox .boxL h3{font-size: 14px;color: #333333;margin: 26px 0 22px 0;}
.news .mainCon .conL .conBox .boxL h3 a{color: #333333;text-decoration: none;}
.news .mainCon .conL .conBox .boxL p{font-size: 13px;color: #666666; text-overflow: ellipsis;height: 72px;padding-right: 8px; overflow: hidden; line-height:2}
.news .mainCon .conL .conBox .boxL p a{color: #666666;text-decoration: none;}
.news .mainCon .conL .conBox .boxL a.details{width: 122px;height: 37px;text-align: center;line-height: 37px;font-size: 14px;color: #0481d8;background: url(../images/news_ty.png) no-repeat center;margin-top: 22px;display: block;text-decoration: none;}
.news .mainCon .conL .conBox .boxR{width: 422px;float: left;margin-left: 28px;}
.news .mainCon .conL .conBox .boxR dl{margin-top: 14px;height: 113px;border: 1px solid #ececec;}
.news .mainCon .conL .conBox .boxR dl:first-child{margin-top: 0;}
.news .mainCon .conL .conBox .boxR dt{width: 108px;margin-top: 16px;float: left;text-align: center;background: url(../images/news_xian.png) no-repeat right 16px;}
.news .mainCon .conL .conBox .boxR dt span{display: block;font-size: 44px;color: #333333;font-family: arial;}
.news .mainCon .conL .conBox .boxR dt em{font-size: 18px;color: #333333;display: block;}
.news .mainCon .conL .conBox .boxR dd{margin-left: 22px;width: 274px;float: left;margin-top: 22px;}
.news .mainCon .conL .conBox .boxR dd h3{font-size: 14px;color: #333333;}
.news .mainCon .conL .conBox .boxR dd h3 a{color: #333333;text-decoration: none;}
.news .mainCon .conL .conBox .boxR dd p{font-size: 14px;color: #888888;line-height: 24px;height: 48px;margin-top: 12px; overflow:hidden;}
.news .mainCon .conL .conBox .boxR dd p a{color: #888888;text-decoration: none;}
.news .mainCon .conL .conBox .boxR dl:hover dd h3 a{color: #0481d8;}
.news .mainCon .conL .conBox .boxR dl:hover dt span,.news .mainCon .conL .conBox .boxR dl:hover dt em{color: #0481d8;}
.news .mainCon .conR{width: 358px;float: right;background: #fff;padding-bottom: 30px;}
.news .mainCon .conR .top2{height: 59px;border-bottom: 2px solid #e0e0e0;}
.news .mainCon .conR .top2 h3{float: left;font-size: 16px;color: #333333;line-height: 59px;margin-left: 30px;}
.news .mainCon .conR .top2 h3 em{font-size: 16px;color: #b6b6b6;font-weight: bold;margin-left: 6px;}
.news .mainCon .conR .top2 a.more{display: block;width: 81px;height: 59px;text-align: center;line-height: 59px;font-size: 14px;color: #818181;text-decoration: none;text-transform: uppercase;float: right;border-left: 2px solid #e0e0e0;}
.news .mainCon .conR .top2 a.more:hover{color: #0481d8;}
.news .mainCon .conR .conBox{width: 100%;height: 414px;overflow: hidden;position: relative;}
.news .mainCon .conR .conBox ul{padding: 0 28px;position: absolute;left: 0;top: 0;}
.news .mainCon .conR .conBox li{padding-top: 20px;height: 117px;border-bottom: 1px dotted #d8d8d8;}
.news .mainCon .conR .conBox li h3{padding-left: 28px;background: url(../images/news_q.png) no-repeat left center;line-height: 20px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;font-size: 14px;color: #333333;}
.news .mainCon .conR .conBox li h3 a{color: #333333;text-decoration: none;}
.news .mainCon .conR .conBox p{padding-left: 28px;background: url(../images/news_a.png) no-repeat left 6px;line-height: 24px;color: #666666;font-size: 13px;margin-top: 8px;padding-top: 3px;height: 72px;overflow: hidden;text-overflow: ellipsis;}
.news .mainCon .conR .conBox li p a{color: #666666;}




/********************************************************************************************************/
/*footer*/
.footer{width: 100%;}
.footerTop{width: 100%;background: #212d3a;padding-top: 50px;padding-bottom: 0px;}
.footerTop .footerMenu{width: 100%; }
.footerTop .footerMenu li{float: left;font-size: 16px;color: #999999;padding:0 19px;border-left: 1px solid #373e46;border-right: 1px solid #666666;}
.footerTop .footerMenu li:first-child{border-left: none;padding-left: 0;}
.footerTop .footerMenu li.last{padding-right: 0;border-right: none;}
.footerTop .footerMenu li a{color: #999999;}
.footerTop .conBox{width: 100%;border-top: 1px solid #2c3946;padding-top: 34px; margin-top: 20px}
.footerTop .conBox .conL{float: left;}
.footerTop .conBox .conL dl{float: left;background: url(../images/footer_xian.png) no-repeat left top;height: 176px;padding-left: 20px;}
.footerTop .conBox .conL dt{font-size: 16px;color: #fff;}
.footerTop .conBox .conL dd a{display: block;font-size: 14px;color: #999999;margin-bottom: 12px;}
.footerTop .conBox .conL dd p{display: block;font-size: 14px;color: #999999;margin-bottom: 12px;}
.footerTop .conBox .conL dd p span{color: #fff;font-weight: bold;}
.footerTop .conBox .conL dl.dl1{width: 157px;}
.footerTop .conBox .conL dl.dl2{width: 161px;}
.footerTop .conBox .conR{float: right;width: 226px;}
.footerTop .conBox .conR p{float: left;width: 102px;text-align: center;}
.footerTop .conBox .conR p span{display: block;font-size: 13px;color: #999999;margin-top: 7px;}
.footerTop .conBox .conR p:first-child{margin-right: 20px;}

.footerBottom{width: 100%; display:inline-block;background: #1d2936;}
.footerBottom p{font-size: 13px;color: #999999;text-align: center; height:40px; line-height:40px}
.footerBottom p a{color: #999999;}
.link_2{ color: #999999 }
.link_2 a { color: #999999 }
.link_2 a:hover{ color: #fff }



/******************栏目、内容*****************/
/**1:栏目基本配置***/
.left_box{width:244px; display:inline-block}
.right_box{width:930px; display:inline-block;}
.right_bian{border:1px solid #dedede}
.white{ width:100%; background:#fff; display:inline-block;}
.basic{ width:100%; height:300px;background:#cfc5b7;display:inline-block;}
.gotop{float:right;}
.yinying_1{height:18px;background:url(../images/xian1.gif) center center no-repeat;}
.mb_nav{ width:100%; height:35px; line-height:35px; border-bottom:1px solid #dedede; text-indent:15px;}

/*2：产品列表页配置*/
.product_biankuan{ width:100%; border:1px solid #dedede;background:#fff; display:inline-block; padding-bottom:10px}
.product_biankuan ul{ margin-left:10px; margin-top:10px}
.product_biankuan ul li{ width:245px; float:left; margin-right:10px;display:inline-block;text-align:center}
.product_biankuan ul li img{ width:100%;  height:166px; border:1px solid #dedede;}
.product_biankuan ul li .product_text h3{ font-weight:normal; font-size:14px; line-height:30px; overflow:hidden; height:30px; }
.product_biankuan ul li .product_text p{}
.product_biankuan ul li .product_text span{}

.pianyi{ margin-top:12px; margin-left:10px}
dl.pd_list_dl{width:293px; float:left; display:inline-block;margin-right:14px; margin-bottom:20px;}
dl.pd_list_dl dt{width:100%; height:300px;}
dl.pd_list_dl dt img{width:100%; border: solid 1px #e4e4e4; padding:1px; }
dl.pd_list_dl dt a:hover img{ border:1px solid #181818;}

dl.pd_list_dl dd{ line-height:30px; text-align:center; overflow:hidden;}
dl.pd_list_dl dd a{ line-height:30px; text-align:center; overflow:hidden; height:30px; display:block; margin-top:5px}
dl.pd_list_dl dd a:hover{ color:#0481d8}
dl.pd_list_dl dd p{ width:100%; height:40px; overflow:hidden; line-height:40px; color:#be8224; font-size: 16px; margin-top: 5px}
dl.pd_list_dl dd p span{ color:#000}


/*<!--dl.pd_list_dl dd p{ width:242px; height:35px; line-height:35px; overflow:hidden; text-align:center}-->*/

dl.pd_list_dl em a{ margin-left:5px;float: left;display: block;text-align: center;color: #fff;font-size: 14px;width:47.4%;height:35px;line-height:35px;font-style: normal;}
dl.pd_list_dl .zx{background: #f5f5f5; margin-right:5px; color:#000}
dl.pd_list_dl a.zx:hover{ color: #0481d8 }
dl.pd_list_dl .ck{background: #0481d8;}
dl.pd_list_dl a.ck:hover{ color: #fff }
dl.pd_list_dl em{display: block; }

.cpbtn{ padding-top:10px; text-align:center;}
.cpbtn a{ display:inline-block; height:25px; line-height:25px; text-decoration:none; padding:0px 10px; color:#fff; font-size:12px; text-align:center;}
.cpbtn .chakan{ background:#027c5f; margin-right:26px;}
.cpbtn .zixun{ background:#af251c;}

/***2.1：产品列表页头部描述**/
.xiaoneirong{ width:99%; margin-top:-1px; background:#fff; display:inline-block; margin-bottom:10px}
.xiaoneirong_1{float:left; width:215px; height:110px; }
.xiaoneirong_1 img{ margin-top:20px; margin-left:10px; width:193px; height:68px}
.xiaoneirong_2{ width:540px; height:110px; overflow:hidden;float:right;margin-right:10px}

.xiaoneirong_2 p{padding-top:10px;text-indent:25px;font-family: tahoma, Helvetica, arial, "宋体", sans-serif;font-size: 12px;font-style: normal;font-variant: normal;
font-weight: normal; color:#666;margin:0 0 0 30px;line-height:1.9; letter-spacing:2px;height:65px;overflow:hidden;}

/*******二级导航********/
.mytopxgt_er1 { width: 100%;border-top:1px solid #dfdfdf; margin-top:-1px;}
.mytopxgt_er1 .list_ew { width: 100%; }
.mytopxgt_er1 .list_ew table { width: 100%; border: none;line-height: 28px; border-collapse: collapse; }
.mytopxgt_er1 .list_ew table tr { width: 100%; border: 0;border-bottom: 1px dotted #dfdfdf;border-collapse: collapse; }
.mytopxgt_er1 .list_ew table td { border: 0;padding: 6px 4px;border-collapse: collapse; }
.mytopxgt_er1 .list_ew table td a { height:28px;border-radius:2px ;background:#49538c;color: #FFF; margin: 2px 2px;padding: 4px 4px; white-space: nowrap; line-height:35px; font-size:13px;}
.mytopxgt_er1 .list_ew table td a:hover { border-radius:2px ;color:#ff7f00;}
.mytopxgt_er1 .list_ew table td a.cur{ background-color:#ff7f00; border-radius:2px ;color: #FFF; }
.mytopxgt_er1 .list_ew table th {font-weight: normal; font-size: 13px;color: #000; white-space: nowrap;border: 0;background-color: #FAFAFA; border-right:1px solid #EAEAEA; width:100px }
.mytopxgt_er1 .list_ew table tr.ladr { border: 0; }

/**3：案例列表页**/
.case_nr_box{width:99.8%;padding-bottom:3px; margin-top:-1px; background:#FFF; border:1px solid #dedede;}
.case_nr_box dl{width:97%;height:110px; border-bottom:1px solid #dedede; margin:0 auto; margin-top:10px;margin-bottom:10px;}
.case_nr_box dl:hover{ background:#f9f9f9; display:block}
.case_nr_box dl dd{ float:left; width:170px; height:100px;}
.case_nr_box dl dd img{ width:150px; height:85px; margin-top:10px; margin-left:5px}
.case_nr_box dl dt{ float:right; width:560px; height:100px; margin-right:12px}
.case_nr_box dl dt .xiao_bt_p{ font-size:14px; margin-top:10px; font-weight:normal;font-family:Microsoft YaHei;}
.case_nr_box dl dt .xiao_p{ font-size:12px; color:#999; width:560px; height:45px; margin-top:5px; overflow:hidden; line-height:1.8}
.case_nr_xpic{ width:560px; height:25px; }
.case_nr_xpic p{ float:left; margin-right:10px;}

/***4：文章资讯列表页***/
#content{font-size:14px; line-height:200%;}
.news_box {width:99.8%;padding-bottom:10px;border:1px solid #dfdfdf; background:#FFF}
.news_text{width:98%; overflow:hidden;margin-left:10px; margin-top:10px;padding-bottom:10px;background:url(../images/line-2.gif) left bottom repeat-x;}
.news_text h3{margin-top:5px;margin-left:10px; font-weight:normal;letter-spacing:1.5px; display:block; background:url(../images/dot_1.png) no-repeat 0 7px; text-indent:25px;font-family:arial,Microsoft YaHei,sans-serif;font-size:13px;font-style: normal;}
.news_text h3 a{color:#333;font-size:13px;}
.news_text span{float:right; margin-top:-23px;width:90px;color:#666;font-family:arial,tahoma,sans-serif;font-size:12px;font-style: normal;}
.news_text p{width:99%;height:33px;overflow:hidden;padding-left:45px; padding-right:60px; padding-bottom:11px;color:#999; letter-spacing:2px; line-height:25px;font-size: 12px; }
/***5：内容详细页配置**/
/***5.1:产品右侧****/
.prdouct_pic_box{ width:470px; display:inline-block; margin-top:10px;}

.carview { width:520px; display:inline-block; margin-top:10px; margin-right:10px; margin-bottom:10px}
.carview .hd {background-color:#fff;}
.carview .hd h1{ font-weight:normal}
.carview .hd h1 a{ margin-left:10px; margin-right:10px}
.carview .hd .info { margin-left:10px;}
.carview .hd .info h1 {height:38px; line-height:38px; font-size:28px;margin-top:10px;}
.carview .hd .info .qtags { margin-top:5px;}
.carview .hd .info .qtags span { float:left; display:block; background-color:#f2f2f2; margin-right:10px; padding:3px 10px; font-size:14px;}

.carview .hd .info p { font-size:16px; margin-top:8px;}
.carview .hd .price { text-align:right;color:#EA4E03; margin-top:0;}
.carview .hd .price span {font-size:18px;}
.carview .hd .price em {font-size:32px; font-weight:700;}

/* smallImg */
.preview{width:450px; height:300px;}

.smallImg{position:relative; height:52px; margin-top:1px; padding:6px 5px; width:444px; overflow:hidden;float:left;}
.scrollbutton{width:14px; height:50px; overflow:hidden; position:relative; float:left; cursor:pointer; }
.scrollbutton.smallImgUp , .scrollbutton.smallImgUp.disabled{background:url(../images/d_08.png) no-repeat;}
.scrollbutton.smallImgDown , .scrollbutton.smallImgDown.disabled{background:url(../images/d_09.png) no-repeat; margin-left:433px; margin-top:-50px;}

#imageMenu {height:50px; width:420px; overflow:hidden; margin-left:0; float:left;}
#imageMenu li {height:50px; width:60px; overflow:hidden; float:left; text-align:center;}
#imageMenu li img{width:50px; height:50px;cursor:pointer;}
#imageMenu li#onlickImg img, #imageMenu li:hover img{ width:44px; height:44px; border:3px solid #959595;}

/* bigImg */
.bigImg{position:relative; float:left; width:450px; height:300px; overflow:hidden; border:1px solid #dedede}
.bigImg #midimg{width:450px; height:300px;}
.bigImg #winSelector{width:235px; height:210px; }
#winSelector{position:absolute; cursor:crosshair; filter:alpha(opacity=15); -moz-opacity:0.15; opacity:0.15; background-color:#000; border:1px solid #fff;}
/* bigView */
#bigView{position:absolute;border: 1px solid #E0E0E0;overflow:hidden;z-index:999;}
#bigView img{position:absolute;}

.category-wrap-single {height:42px; background:url(../images/n_navbg.jpg) no-repeat; width:100%; display:inline-block }
.category-wrap-single ul li{width:120px; height:42px;float:left;text-align:center;margin:0 9px;}
.category-wrap-single ul li.nobor{margin-right:0;}
.category-wrap-single ul li a{line-height:35px;font-size:14px;display:inline-block;width:120px;color:#000;}
.category-wrap-single ul li a:hover,.category-wrap-single ul li.cur a{background:url(../images/n_hover.jpg) no-repeat top center;text-decoration:none;}

.carview .hd .key {height:38px; line-height:38px; font-size:14px;width:65%;}
.carview .hd .tel { text-align:right;height:38px; line-height:38px; font-size:18px; font-weight:700; width:35%;}
.carview .bd {margin-top:15px;}
.carview .bd .pic {width:450px; height:300px; overflow:hidden;}
.carview .bd .relate {margin-left:10px; width:210px;}
.carview .bd .relate .relate_car {}
.carview .bd .relate .relate_car li {margin-top:15px; }
.carview .bd .relate .relate_car li .pic {width:90px; height:60px;float:left;}
.carview .bd .relate .relate_car li .pic img {display: block;}
.carview .bd .relate .relate_car li .info {float:left; width:90px; margin-left:8px;}
.carview .bd .relate .relate_car li .info h2{ font-weight:400;}
.carview .bd .relate .relate_car li .info h2 a{}
.carview .bd .relate .relate_car li .info span{color: #999;}
.carview .bd .relate .relate_car li .info em{ display:block;color:#f03e00;}

.carview .par {position:relative;}
.carview .par table { width: 100%;border-collapse:collapse;}
.carview .par table tr td {font-size:14px; padding:10px 8px; line-height:17px; border: 1px solid #ddd; background-color:#fff;}
.carview .par table tr td.n1 {background:#F7F7F7; text-align:right; width:60px;}
.carview .par table tr td a{ font-size: 14px; color: #444;}
.carview .par .saled {position:absolute; left:350px; top:100px;width:280px; height:150px;}
.carview .des {margin:30px 0;}
.carview .par .tel {color:#EA4E03;font-size:22px; font-weight:700;display:block;}
.carview .notice {background:#f9f9f9; padding:20px;}
.carview .notice,
.carview .notice a,
.carview .notice p {color:#333;line-height:26px;}

.carview .tel2 {}
.carview .tel2 i {float:left; background:url(../images/tel.jpg) no-repeat center; margin-left:5px; width:32px; height:32px; display:block;}
.carview .tel2 p {float:left;display:block; height:32px; line-height:32px; font-size:26px; margin-left:8px; font-weight:700;color:#F03E00;}

.client_text{ position:relative;}
.client_text a{width:100px; height:30px; line-height:30px; text-align:center; background:url(../images/zixun.png); display:block; float:left; margin-left:100px; color:#fff}
.client_text a:hover{background:#fa6734; color:#fff}

/***5.1.2:方案右侧****/
.viewpro {margin:10px 10px 20px 10px;overflow:hidden}
.viewpro .pic {border:1px solid #ccc; padding:2px;margin-right:15px;}
.viewpro .pic img {width:400px;height:400px;}
.viewpro .add { width:480px;height:400px; overflow:hidden; padding-bottom:5px;border-bottom:1px dashed #ccc; margin-right:5px }
.viewpro .add h1 { border-bottom:1px dashed #ccc;font-size:22px; padding:0px 0 10px 10px;}
.viewpro .add .sum {width:480px;height:281px; overflow:hidden;line-height:2; padding-top:5px;}

.client_tel{ position:relative; margin-top:15px;}
.client_tel a{width:110px; height:30px; line-height:30px; text-align:center; background:#0065c5; display:block; float:left;  color:#fff;margin-right: 10px}
.client_tel a:hover{background:#fa6734; color:#fff}
.client_tel p { display:block; height:32px; line-height:32px; font-size:24px; font-weight:700;color:#F03E00;}
.client_tel i{ font-style: normal; padding-left: 110px;  height:32px; line-height:32px; font-size:24px; margin-left:13px; font-weight:700;color:#F03E00;}
/**5.2内容**/
.newsdet_box{width:100%; display:inline-block; border:1px solid #dedede}
.newsdet_bt{padding-top:20px; overflow:hidden}
.newsdet_bt h1{font-size:18px; font-weight:normal; height:28px; line-height:28px; text-align:center}
.newsdet_bt h1 a{ color:#666}
.newsdet_bt h1 a:hover{ color:#F60}
.newsdet_h{width:96%; height:30px; line-height:30px;margin-top:15px; margin-left:20px; font-size:12px; color:#BCBBBB;border-bottom:1px dashed #DFDFDF;}
.newsdet_h span{ margin-right:15px; margin-left:10px; float:left}
.newsdet_cont{ margin-top:20px; padding-left:20px; padding-right:20px; padding-bottom:10px; color:#666;}

/***5.3:编辑框设置****/
.incont { margin:10px;width:905px;line-height:1.8;color:#555;}
.incont table {border-collapse:collapse; border-spacing:0; margin-bottom:10px;}
.incont table td {padding:6px; border:1px solid #ccc;}
.incont table .firstRow td{ font-weight:700; background:#ebebeb;}



/****6:产品列表页底部相关资讯****/
.title20{width:100%;height:40px;line-height:40px;background:#f5f5f5 left top no-repeat;}
.title20 h1{float:left;color:#FFF;font-size:16px; background:#0481d8; font-weight:normal; padding-left:10px; padding-right:10px}
.title20 h2{float:left;color:#FFF;font-size:16px; background:#0481d8; font-weight:normal; padding-left:10px; padding-right:10px}


.news_text1{width:760px;background:url(../images/dot_r.gif) left center no-repeat;background:url(../images/line-2.gif) left bottom repeat-x;}
.news_text1 h3{display:block;background:url(../images/dot_1.png) no-repeat 0 4px; text-indent:25px; margin-top:5px;font-weight:normal;letter-spacing:1.5px;font-family:arial,Microsoft YaHei,sans-serif;font-size:13px;font-style: normal; margin-top:10px;}
.news_text1 h3 a{color:#666;font-size:14px;}
.news_text1 p{width:750px;height:33px;overflow:hidden; padding-left:22px; padding-bottom:11px;color:#999; letter-spacing:2px; line-height:20px;font-size: 12px; }

/**7:侧栏产品推荐**/
.rwc_pro{ width:200px; margin-bottom:10px;}
.rwc_pro_bt{height:54px;padding:0 0 0 50px;text-align:center;line-height:54px;background:url(../images/left3_title.gif) left top no-repeat;}
.rwc_pro_bt h2{ font-weight:100; color:#FFF;font-size:20px; font-family:Arial, Helvetica, sans-serif}
.rwc_pro_box ul{ padding-top:5px}
.rwc_pro_box ul li{ width:195px; margin:0 auto;}
.rwc_pro_box ul li img{ width:100%; height:130px; border:1px solid #CCC}
.rwc_pro_box ul li h2{ width:197px; text-align:center; overflow:hidden; font-weight:normal; padding-top:3px; padding-bottom:3px}

/****8:问答中心***/
.left_b{height:33px;background:url(../images/left_b.gif) left top no-repeat;}
.left_b_1{height:33px;background:url(../images/left_b_1.jpg) left top no-repeat;}
.left2{background:#F8F8FF;}
.left2_title{height:54px;padding:0 0 0 50px;text-align:center;line-height:54px;background:url(../images/left2_title.gif) left top no-repeat;}
.left2_title a{color:#FFF;font-size:20px;}
.left2_title a:hover{color:#EB5403;}
.left2 ul{margin:10px 5px 10px ;}
.left2 ul li{width:190px;overflow:hidden;background:url(../images/dot_2.gif) no-repeat 0 15px; text-indent:10px;font-family: tahoma, Helvetica, arial, sans-serif;font-size: 12px;line-height:35px;height:35px;border-bottom:1px dotted #E3E3FF;}
.left2 ul li a{color:#515153}


/**侧栏产品分类****侧栏资讯分类**/
.product_home_bg{ width:100%; background:#fff; display:inline-block}
.product_left{ width:210px; display:inline-block}
.product_right{ width:780px; display:inline-block;}
.big_product_bg{ width:100%; display:inline-block; background:#f8f8f8; padding-bottom:10px}
.right_huise{ width:100%; height:19px; margin-left:10px; background:url(../images/yy_5.png) no-repeat;}

.sidenav_header{ background:#0064c3; width:100%;  height:40px}
.sidenav_header h2{ font-size:18px; font-weight:normal;text-align:center; line-height:35px;}
.sidenav_header h2 a{ color:#fff;}
.sidenav_box{ width:100%; background:#fff;}
.sidenav_box ul{ margin-top:8px;}
.sidenav_box ul li{ width:99%; height:33px; line-height:33px; background:url(../images/dot_7.png) #e5e5e5 20px 13px no-repeat; border:1px solid #dedede; text-indent:45px; margin-bottom:20px}
.sidenav_box ul li a:hover{ color:#ff8301}
.cur {color:#1294cd;}
.left_yinying{ display:block; width:100%; height:5px; background:url(../images/yy_2.png);}
.left_yinying_1{ display:block; width:100%; height:10px; background:url(../images/yy_2.png); margin-top:-1px}
.right_huise{ width:100%; height:10px; background:url(../images/yy_5.png) no-repeat; margin-left:10px; margin-top:-3px}






/****9:关于我们*side_about********/
.sidebar_type {background:#f4f4f4;}
.about_sidebar{width:100%;height:auto;overflow:hidden;float:left;}
.about_sidebar h1{font-weight:normal}
.about_sidebar .about_sidebar_title{color:#9d9d9d;text-align:center;font-family:"微软雅黑";border-bottom:1px dashed #cecece;}
.about_sidebar .about_sidebar_title .circle_pic{display: block; width:96px;height:95px;background:url(../images/about_logo.png) no-repeat; margin:0 auto; margin-top:20px; }
.about_sidebar .about_sidebar_title h2{ height:30px;line-height:30px;font-size:18px; font-weight:normal;text-align: center; color:#000}
.about_sidebar ul li{width:100%;height:45px;text-align:center;}
.about_sidebar ul li a{display:block;height: 45px;line-height:45px;font-size:15px}
.about_sidebar ul li a:hover {color: #fff; background:#feaa28}
.about_sidebar ul li.about_sidebar_cur a{background:#1057c1;color:#fff;}
.about_sidebar ul li.about_sidebar_cur a:hover{color:#fff;text-decoration:none;}

/**10:联系我们**/
.side_contacr{}
.side_contacr_bt{width:100%; height:45px; background:#338fe9; line-height:45px; text-align:center; color:#FFF;font-size:16px;}
.side_contacr_bt a{ color:#fff}
.side_contacr_text{ border:1px solid #e4e4e4; overflow:hidden; padding-bottom:5px;}
.side_contacr_text p{font-family: Arial,"微软雅黑","黑体"; font-size:12px;padding:4px 9px}
.side_contacr_text em{ display:block; width:100%; height:88px;overflow:hidden; background:url(../images/company.png) no-repeat; margin-bottom:10px;}

/**11:底部产品推荐**/
.side_bottom {width:770px; float:right;margin-right:10px; margin-bottom:5px;}
.side_bottom .hd {padding:8px 10px;border:1px solid #d8d8d8; background:url(../images/xian_3.gif) repeat-x left bottom;}
.side_bottom .hd h2 {color:#333; font-size:14px; font-weight:normal}
.side_bottom .bd {border:1px solid #d8d8d8; padding:1px; border-top:0;}

.bottom_box {overflow:hidden;}
.bottom_box ul { position:relative; left:10px; top:15px;}
.bottom_box ul li {float:left;margin-right:9px; margin-bottom:20px;}
.bottom_box ul li .pic {width:245px;overflow:hidden}
.bottom_box ul li .pic img {display: block;width:240px; height:160px; }
.bottom_box ul li p{font-size:14px; text-align:center; height:30px;line-height:30px; overflow: hidden; color:#555; font-weight:300; overflow:hidden; width:240px;}

/***底部相关资讯推荐****/
.xiangguan{}
.xiangguan ul {}
.xiangguan ul li{float:left;width:380px; height:38px;overflow:hidden;line-height:38px;border-bottom: 1px dashed #CCC; margin-right:10px; background:url(../images/dot_2.gif) no-repeat 0 17px; text-indent:10px}

/**12:面包屑导航：3种样式**/
.bread_nav_1{ width:100%; border:1px solid #dedede; text-indent:10px; line-height:30px}
.bread_nav_1 a{margin-right:5px;font-size:13px; font-weight:normal;}

.bread_nav_2{float:right; margin-right:20px;margin-bottom:6px}
.bread_nav_2 a{margin-right:5px;font-size:12px; font-weight:normal; color:#909090}
 
.bread_nav_3{width:780px;height:40px;border:1px solid #dfdfdf; overflow:hidden;padding-left:10px; border:1px solid #dfdfdf; overflow:hidden; line-height:40px}
.bread_nav_3 a{color:#666666;margin-left:3px; margin-right:3px}
.bread_nav_3 a:hover{ color:#f26f20}

.bread_nav_4{width:100%; float:right;line-height:40px;border:1px solid #dfdfdf; margin-top:-1px}
.bread_nav_4 a{color:#666666; margin-left:18px}
.bread_nav_4 a:hover{ color:#f26f20}

/**13:上下一页及关键词标签**/
.next_box{ width:100%;}
.tuijian_next a{margin-right:10px;padding:5px 5px 5px 20px;float:left;background:#CCC;}
.tuijian_next a:hover{ background:#fa6734; color:#fff}

.next_key{ line-height:30px; width:98%; background:#fff; }
.next_key a{ padding-left:10px; padding-right:10px}

/**14:关键词组合标签**/
.shangb_text{}
.shangb_text a{ float:left;margin-left:5px; height:30px; background:#eeeeee; margin-right:5px; line-height:30px; text-align:center; margin-top:10px; color:#666; padding-left:10px; padding-right:10px}
.shangb_text a:hover{ background:#ff6700; color:#fff}

/***15:Tag标签列表*****/
.tags_box { margin-left:5px; padding-top:10px; padding-bottom:10px; height:78px;overflow:hidden;}
.tags_box p{line-height:28px; font-size:14px;}
.tags_box a{height:28px; line-height:28px; text-align:center; padding-top:5px; padding-bottom:5px;color:#666}
.tags_box a:hover{ color:#F00}
/**15.1:tag标签**/
.tag_box_2{background:#F8F8FF;padding-left:10px;  padding-top:5px; padding-bottom:10px; padding-right:10px; line-height:23px;}
.tag_box_2 a{ margin-right:3px; font-size:12px;}

/***16:查询框******/
.cp_box_bt{width:98%; height:30px; background:#ebebeb; line-height:30px; text-align:center; color:#333}

/***17:网站地图**/
.sitemap{ margin-top:10px; margin-left:10px; margin-bottom:10px; width:1100px}
.sitemap_box_1{ font-size:20px; font-family:"Times New Roman", Times, serif; border-bottom:1px dashed #CCC; margin-bottom:5px;color:#fa6734}
.sitemap_box_1 a{ }
.sitemap_box_2 ul li{ float:left; margin-left:20px; margin-right:20px; width:170px; margin-bottom:10px}
.sitemap_box_2 ul li{line-height:24px;padding-left:10px}
.mb_nav_3{ width:1100px; height:40px; line-height:40px; border-bottom:2px solid #fa6734; padding-left:15px}
.mb_nav_n1{ float:left}
.mb_nav_n2{ float:right}
.mb_nav_n2 a{ padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px; border:1px solid #fff; margin-left:5px; background:#CCC}

/**tag标签框架**/
.tag_box_2{background:#F8F8FF;padding-left:10px;  padding-top:5px; padding-bottom:10px; padding-right:10px; line-height:23px;}
.tag_box_2 a{ margin-right:3px; font-size:12px;}
.tag_bt{ padding-left:12px; font-size:16px; padding-top:15px}
.tag_bt h1{ font-weight:normal;}
.tag_box{ margin-top:10px; margin-left:12px}
.tag_box ul li{ float:left; margin-right:16px; margin-bottom:10px; color:#999; font-size:12px;}

.ta_box_mb{ margin-top:10px; margin-bottom:10px}
.ta_box_mb h1{ float:left; font-weight:normal}
.ta_box_mb a{ float:left;}

.ta_box_mb_2{margin-top:10px; margin-bottom:10px;}
.ta_box_mb_2 h1{font-weight:normal; font-size:16px}

.ta_box_bor{ width:960px; border:1px solid #dedede}
.ta_box_bor_2{ width:860px; border:1px solid #dedede; height:450px;}
.ta_box_bor_1{ width:1000px; border:1px solid #dedede;}

.ta_box{ padding-bottom:10px}
.ta_box ul li{ width:940px;height:130px; background:#fbfbfb; margin:0 auto; margin-top:10px}
.ta_box_bt{ width:927px; height:28px; line-height:28px; overflow:hidden; margin-left:6px; padding-top:3px}
.ta_box_bt strong{ width:710px; height:28px; overflow:hidden; float:left; font-weight:normal; font-size:14px}
.ta_box_bt span{ display:block; width:115px; height:28px; line-height:28px; overflow:hidden; float:right; text-align:right}
.ta_box_sum{ width:920px; height:61px; margin-left:6px; margin-top:3px; padding-top:3px; border-top:1px dashed #dedede}
.ta_box_sum p{ color:#999; height:60px; overflow:hidden}
.ta_box_biaoqian{ height:20px; background:url(../images/as1.gif) no-repeat; margin-left:6px; padding-left:25px}
.ta_box_biaoqian a{ margin-right:10px}

/**在线客服框架**/
.talk_win{width:160px; background:#095299; display:inline-block;position:fixed;top:45%;right:0px;font-size:14px;color:#fff;text-align:center;line-height:2em; z-index:999}
.talk_win_2{background:#095299; display: inline-block; width: 160px;}
.talk_win .qq_img{position:absolute;top:-57px;left:0px;}
.talk_win .QR_code{width:127px;height:127px;}
.talk_win_2 a{height:46px;display:inline-block;padding-left:60px;line-height:48px;background:url(../images/talk_win1.png) no-repeat;color:#fff;width:100px;text-align:left;position:relative;}
.talk_win_2 a::before{content:"";width:3px;height:100%;background:#bfb198;top:0px;right:0px;position:absolute;display:none;}
.talk_win_2 a:hover::before{display:block;}
.talk_win_2 a::after{content:"";width:160px;height:2px;background:url(../images/talk_win4.jpg) repeat-x left top;left:0px;bottom:0px;position:absolute;}
.talk_win_2 a.talk_01{background-position:12px -64px}
.talk_win_2 a.talk_01:hover{background-position:12px -4px}
.talk_win_2 a.talk_02{background-position:12px -174px}
.talk_win_2 a.talk_02:hover{background-position:12px -124px}

.talk_phone{width: 160px; height: 60px; background:url(../images/client_phone.jpg)}

.talk_phone p{line-height: 60px; margin-left:33px;font-size: 16px; }

.yuanquan{ width: 50px; height: 50px; border-radius: 50%; background: #e87e28 url(../images/yuanquan.png) no-repeat; margin:0 auto; margin-top: -25px; }


#floatDivBoxs{ position:fixed;z-index:999;}
.floatShadow{ background:#fff;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}

#rightArrow{width:50px;height:45px;background:url(../images/online_arrow.jpg) no-repeat;position:fixed;top:45%;right:159px;z-index:999;}
#rightArrow a{display:block;height:45px;}



/***404背景***/
.beijing_404 {background:#fbfbfb; padding-bottom:110px; padding-top:70px}
.pic_404 {height:279px; background:url(../images/404.png) no-repeat;}
.text_404 {position:relative; top:230px; left:320px}
.text_404 a {width:100px; height:30px; line-height:30px; text-align:center; background:url(../images/zixun.png); display:block; float:left; margin-right:60px; color:#fff}


/*关于我们*/
.about_box{}
.about_box_1{font-family:"微软雅黑";font-size:26px; text-align:center; margin-top:10px;}
.about_box_1 p{font-size:16px;}
.about_box_2{font-size:16px;}
.about_title{color:#2980b9;}
.about_nr{ margin-top:10px;border:2px solid #E8E8E8;font-family:"黑体"; border-radius: 15px;padding:5px}
.about_box_2_1{ float: right;}

/*search pro*/
.search{ width:99.7%; border:1px solid #dedede;background:#fff; display:inline-block; padding-bottom:10px}
.search_pro { margin-top:12px; margin-left:10px}
.search_pro ul { margin-left:5px; margin-top:20px;}
.search_pro ul li {float:left;margin-right:10px; margin-bottom:8px;}
.search_pro ul li .pic {border:1px solid #ccc;padding:1px;}
.search_pro ul li .pic img {display: block;width:240px; height:160px;}
.search_pro ul li h3{font-size:14px; text-align:center; height:42px;line-height:42px; overflow: hidden; color:#555; font-weight:400; overflow:hidden; width:240px;}

/*分页通用*/
.page {text-align: center; margin:20px 0;}
.page span, .page a {display: inline-block; margin-right:6px; height:26px; line-height:26px; padding:0 8px;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}
.page a{color:#F4890B; border:1px solid #bbb;color:#000;background-color:#fff;}
.page a:hover {border:1px solid #F4890B;color:#F4890B; text-decoration:none;}
.page .disabled{color: #ccc; border:1px solid #ccc;background-color:#fff;}
.page .cur{color: #F4890B; border:1px solid #F4890B;color:#fff; background:#F4890B;}
.page .hellip{ padding:0;}
.page .total {color:#888;}


/*******产品内页导航***********/
/*副导航*/
.leib2,.leib{ width:244px; margin-bottom:20px;}
.leib2 .tit,.leib .tit,.leib .t05{color:#fff;  font-size:18px; background:#0481d8 ;height:59px; padding-top:13px; text-align:center; overflow:hidden; padding-bottom: 3px}
.leib2 .tit i,.leib .tit i{color: #fff;display: block;text-align: center; font-size:14px; line-height:18px; text-transform:uppercase; border-bottom: 2px solid #fff; height:30px;}
.leib2 .tit a,.leib tit a{ color:#333;}
.leib2 .nr{ padding:0px; margin-top:5px;}
.leib2 .nr h3{margin:0 auto 5px;width: 244px; height: 48px; overflow: hidden; font:16px/48px "microsoft Yahei"; }
.leib2 .nr h3 a{ background: #f4f4f4 url("../images/ico15_.gif") no-repeat scroll 211px center;color: #666;display: inline-block;height: 48px;overflow: hidden;padding: 0 32px 0 20px;width: 192px;}
.leib2 .nr h3 a:hover,.leib2 .nr h3.cur a{text-decoration: none;color:#fff ;background: #0481d8 url("../images/ico15.gif") no-repeat scroll 211px center;}
.leib2 .nr ul {overflow: hidden;width: 244px; }
.leib2 .nr ul li { border-bottom:1px dashed #dedede; height:36px; line-height:36px;margin-bottom:1px;padding-left: 20px; width:224px;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.leib2 .nr ul li a { color:#494949; background:url(../images/left_li.gif) left center no-repeat;padding-left:12px;width:212px;text-overflow:ellipsis; white-space:nowrap; overflow:hidden; display:inline-block;}
.leib2 .nr ul li:last-child{ border-bottom:0;}
.leib2 .nr li.cur a,.leib2 .nr li a:hover{color:#0481d8 ;text-decoration: none; font-weight:bold;}


/**相关资讯**/
.newst{ width: 100%; }
.newst ul{}
.newst ul li{ height: 30px; line-height: 30px; overflow: hidden; width: 244px;  text-indent: 20px; background: url(../images/dot_6.gif) no-repeat 5px 12px; border-bottom: 1px dashed #f5f5f5}

/**面包导航**/
.plc,.plc2{ background:url(../images/logo_03.png) no-repeat 0 10px;height:20px;line-height:24px;padding:7px 8px 8px 20px; position:relative; color:#666; overflow:hidden; font-size:14px; border-bottom:1px solid #ececec; padding-bottom:8px; font-family:"Microsoft Yahei","微软雅黑";}
.red_x { color:#DD3904; display:inline; font-family:"Microsoft Yahei","微软雅黑"; font-size:12px;}
.plc .red_x{ color:#d61518 ; font-weight:bold; font-size:14px;}
.red_x1 { color:#f00; display:inline; font-family:"Microsoft Yahei","微软雅黑"; font-size:12px;}

/**hot_product_nav**/
.hot_product_nav{}
.hot_product_nav ul{ margin-top: 5px }
.hot_product_nav ul li{width:100%; margin:0 auto;}
.hot_product_nav ul li img{  width:100%; border:1px solid #dedede}
.hot_product_nav ul li h2{ width:100%; text-align:center; overflow:hidden; font-weight:normal; padding-top:3px; padding-bottom:3px}


/*左侧联系方式*/
.leftlx{width: 222px;text-align: center; font-family: "Microsoft Yahei","微软雅黑";font-size: 14px;padding: 10px; border:1px solid #ececec; display:block; margin-bottom:20px; background:#f4f4f4 ;}
.leftlx h5 {font-size: 16px;padding: 15px 0px;}
.leftlx .phone img {width: 40px;height: 40px;padding-bottom: 10px;}
.leftlx span {display: block;}
.leftlx .phone p {font-weight: bold;font-size: 22px; padding-bottom: 10px; border-bottom: 1px solid #dedede;  color:#004ebe;}
.leftlx p {padding-top: 10px;line-height: 25px;}
.leftlx .dianh .dianhua span{ font-size:26px;}

/**news**/
.main-pj dl{ height:195px; margin-bottom:30px; padding:20px 25px 0 25px; background:#f9f9f9;border:1px solid #d7d7d7; border-bottom:4px solid #d7d7d7; width:855px; float:left; margin:0 5px 9px 3px;}
.main-pj dt{ float:left; width:177px;height:177px; overflow:hidden;}
.main-pj dt img{ width:177px; height:177px;transition: all 0.3s ease 0s;}
.main-pj dd{ float:right; width:652px;}
/*.main-pj dd p{ padding-top:0; height:35px;  margin:16px 0 0 0;}*/
.main-pj dd h3{ padding-bottom:12px; font-size:18px; line-height:20px;font-family: "Microsoft Yahei","微软雅黑"; font-weight:normal; border-bottom:1px dashed #959595;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.main-pj dd h3 a{ color:#000000;}
.main-pj dd h3 a:hover{ color:#F26D04;}
.main-pj dd h4{ height:72px; padding:15px 0 0 0; line-height:24px; font-size:14px; font-weight:normal; overflow:hidden;}
.main-pj dd h4 b{ padding-right:8px;color:#333333;}
.main-pj dd h4 span{ display:block;}
/*.main-pj dd p a{ display:block; width:142px; height:34px; text-align:center; line-height:34px; font-size:14px;float:left; margin-right:10px;}
.main-pj dd p a.zxa2{background:url(Img/main_bg.gif) no-repeat center top; color:#66CB4C;}
.main-pj dd p a.zxa1{background:url(Img/main_bg2.gif) no-repeat center top; color:#F26D04;}*/

.main-pj .xwzx4 dt{ height:177px;}
.main-pj .xwzx4 dt img{ height:177px;}

.side_cptj_box{ width: 100%; display: inline-block; margin-top: 15px}
.side_cptj_box_bt{ height: 45px; line-height: 45px; background: #0481d8; }
.side_cptj_box_bt h2{ font-size: 18px; color: #fff; font-weight: normal; text-indent: 20px }
.side_cptj_box_xh ul{ margin-top: 10px }
.side_cptj_box_xh ul li{ float: left; width: 300px; height: 300px; margin-right: 10px; }
.side_cptj_box_xh ul li a img{ width: 100%; border:1px solid #f5f5f5;}
.side_cptj_box_xh ul li a img:hover{ border:1px solid #000; }
.side_cptj_box_xh ul li a p{ height: 30px; line-height: 30px; width: 100%; overflow: hidden; text-align: center;}


/** =======================
 * Contenedor Principal
 ===========================*/

.leib2 .nr{ padding:0px; margin-top:5px;}
.leib2 .nr h3{margin:0 auto 5px;width: 244px; height: 48px; overflow: hidden; font:16px/48px "microsoft Yahei"; }
.leib2 .nr h3 a{ background: #f4f4f4 url("../images/ico15_.gif") no-repeat scroll 211px center;color: #666;display: inline-block;height: 48px;overflow: hidden;padding: 0 32px 0 20px;width: 192px;}
.leib2 .nr h3 a:hover,.leib2 .nr h3.cur a{text-decoration: none;color:#fff ;background: #0481d8 url("../images/ico15.gif") no-repeat scroll 211px center;}
.leib2 .nr ul {overflow: hidden;width: 244px; }
.leib2 .nr ul li { border-bottom:1px dashed #dedede; height:36px; line-height:36px;margin-bottom:1px;padding-left: 20px; width:224px;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.leib2 .nr ul li a { color:#494949; background:url(../images/left_li.gif) left center no-repeat;padding-left:12px;width:212px;text-overflow:ellipsis; white-space:nowrap; overflow:hidden; display:inline-block;}
.leib2 .nr ul li:last-child{ border-bottom:0;}
.leib2 .nr li.cur a,.leib2 .nr li a:hover{color:#0481d8 ;text-decoration: none; font-weight:bold;}


.leib5,.leib{ width:244px; margin-bottom:5px;}
.leib5 .tit,.leib .tit,.leib .t05{color:#fff;  font-size:18px; background:#0481d8 ;height:59px; padding-top:13px; text-align:center; overflow:hidden; padding-bottom: 3px}
.leib5 .tit i,.leib .tit i{color: #fff;display: block;text-align: center; font-size:14px; line-height:18px; text-transform:uppercase; border-bottom: 2px solid #fff; height:30px;}
.leib5 .tit a,.leib tit a{ color:#333;}


.drawer h2{margin:0 auto 5px;width: 244px; height: 48px; overflow: hidden; font:16px/48px "microsoft Yahei"; }
.drawer h2 a{ background: #f4f4f4 url("../images/ico15_.gif") no-repeat scroll 211px center;color: #666;display: inline-block;height: 48px;overflow: hidden;padding: 0 32px 0 20px;width: 192px;}
.drawer h2 a:hover,.leib2 .nr h3.cur a{text-decoration: none;color:#fff ;background: #0481d8 url("../images/ico15.gif") no-repeat scroll 211px center;}
.drawer ul{}
.drawer ul li{ border-bottom:1px dashed #dedede; height:36px; line-height:36px;margin-bottom:1px;padding-left: 20px; width:224px;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.drawer ul li a{color:#494949; background:url(../images/left_li.gif) left center no-repeat;padding-left:12px;width:212px;text-overflow:ellipsis; white-space:nowrap; overflow:hidden; display:inline-block;}
.drawer ul li a:hover{color:#0481d8 ;text-decoration: none; font-weight:bold;}


/* liuy */
.liuy{width: 100%;background: url(../images/lybg.jpg) no-repeat center;height:523px;}
.liuy .mainCon{width: 100%;padding-top: 100px;height: 423px;position: relative;}
.liuy .mainCon .phone{position: absolute;left: 215px;top: 388px;background:url(../images/ly_phone.png) no-repeat left center;padding-left:40px;}
.liuy .mainCon .phone p{font-size: 20px;color: #fc6b00;line-height: 24px;}
.liuy .mainCon .box{width: 320px;margin-left: 730px;}
.liuy .mainCon .box p{font-size: 16px;color: #333333;}
.liuy .mainCon .box p em{font-weight: bold;color: #fc6b00;}
.liuy .mainCon .box .Input{height: 36px;border-bottom: 1px solid #eaeaea;overflow: hidden;}
.liuy .mainCon .box .Input span{display:block;font-size: 14px;color: #999999;line-height: 36px;width: 85px;float: left;}
.liuy .mainCon .box .Input input{width: 235px;border: none;float: left;display: block;outline: none;font-size: 14px;height: 36px;line-height: 36px;}
.liuy .mainCon .box .Textarea span{display:block;font-size: 14px;color: #999999;line-height: 38px;}
.liuy .mainCon .box .Textarea textarea{width: 307px;height: 82px;border: 1px solid #eaeaea;outline: none;resize: none;padding: 10px 0 0 10px;}
.liuy .mainCon .box a{display: block;margin-top: 10px;height: 40px;line-height: 40px;text-align: center;background: #fc6b00;font-size: 16px;color: #fff;text-decoration: none;}


/**视频位置**/
.video_home_left{ width:625px; height:390px; overflow:hidden; float:left}
.video_home_right{ width:540px; height:390px; float:right; border-left:1px solid #dedede;}

/**右边上标题**/
.video_home_right_nt{ width:504px; height:390px; float:right;}
.video_biaoti{ width:249px; height:28px; line-height:28px; float:left }
.video_biaoti div{ float:left; font-size:16px }
.video_more{ float:left; width:255px; height:28px; line-height:28px; overflow:hidden; text-indent:30px}
.video_biaoti_1{width:87px; border-right:1px solid #dedede;}
.video_biaoti_2{width:160px; text-align:center;border-right:1px solid #dedede}
.video_biaoti_1:hover{ font-weight:bold; cursor:pointer}
.video_biaoti_2:hover{ font-weight:bold}
/**右边下列表**/
.video_nr{ margin-top:20px}
.shiping_box{ width: 100%;overflow: hidden; height: 99px; border-bottom:1px dashed #dedede; margin-bottom:20px}
.shiping_box_left{ width: 400px; float: left; height: 100px; }
.shiping_box_right{ width: 56px; float: right; background:url(../images/shiping_box_yue.png) no-repeat 0 5px;  height: 100px; text-align:center  }
.shiping_box_yue{ font-size:16px }
.shiping_box_ri{ font-size:32px}

.shiping_box_left h3{ font-size:16px; font-weight:normal; height:20px; line-height:20px;
	overflow:hidden; /*超出的部分隐藏起来。*/ 
	white-space:nowrap;/*不换行*/
	text-overflow:ellipsis;/*超出文本以省略号显示 */
}
.shiping_box_left p{ font-size:14px; height:40px; margin-top:10px; color:#9a9c99;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pro_tb a{ color: #0481d8 !important }