@charset "gb2312";
/**************重设浏览器默认样式[参考yahoo]**************/ 
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { color: #1F1F1F; font-size:12px; font-family:"Microsoft YaHei",arial,tahoma,\5b8b\4f53,sans-serif; background:#F7F7F8; text-align:left; }
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, span, img, table { margin:0; padding:0; }
address, caption, cite, code, dfn, em, th, var { font-style:normal; font-weight:normal; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight:normal; } 
a{ color:#4e4e4e; text-decoration:none; }
a:hover{ color:#E60012; text-decoration:none;}
ol, ul { list-style:none; }
fieldset, img { border:0; }
table { border-collapse:collapse; border-spacing:0; } /* 去掉各Table  cell 的边距并让其边重合 */
th { text-align:inherit; } /* IE bug fixed: th 不继承 text-align*/
iframe { display: block; } /* ie6 7 8(q) bug 显示为行内表现 */
sup { vertical-align:text-top; }
sub { vertical-align:text-bottom; }
input, textarea, select { font-family:inherit; font-size:inherit; font-weight:inherit; }
/*to enable resizing for IE*/
input, textarea, select {  *font-size:100%;}
/* 清理浮动 */
.clearfix { *zoom:1; }/*IE6 7 只要触发layout即可*/
.clearfix:after { content:"."; clear:both; height:0; font-size:0; line-height:0; display:block; }
.clear { clear: both; height: 0px; line-height: 0px; font-size: 0px; }
/* 隐藏 */
.hide { display:none;}

/*-------------------页面宽度-------------------*/
.w1000{width:1100px; margin-left:auto; margin-right:auto;}

/*----------头部----------*/
.header { height:95px; min-width:1100px; background:#fff; position:relative;z-index:999;}
.header .w1000 { }
.header .r { float:right;}
.header .language { text-align:right; font-size:14px; color:#333; line-height:20px; padding:5px 20px 0 0; }
.header .language a{ padding:0 5px;}

/*----------logo----------*/
.logo { float:left; padding:20px 0 0 0;}
.logo img {}

/*----------导航----------*/
.nav {height:60px; line-height:60px; float:right; padding:10px 0 0 0;}
.nav li { float:left; width:85px; text-align:center; _display:inline;}
.nav li h3 a { display:block; font-size:16px; }
.nav li.cur h3 a,
.nav li.hover h3 a,
.nav li h3 a:hover {color:#E60012;}
.nav dl { background:url(../images/shade.png); position:absolute; left:0; top:95px; width:100%; min-width:1100px;   line-height:60px; height:73px; text-align:center; }
.nav dd{ display:inline; }
.nav dd a{ font-size:16px; color:#fff; padding:0 30px;}
/*最后项*/
.nav li.last { margin-right:0; }

/*----------flash----------*/
.flash {width:100%; height:445px; min-width:1100px;  overflow:hidden; background:#EEEEEE;}
.flash li {width:100%;  height:445px; background-position:center top; background-repeat:no-repeat;}
.flash li a { display:block; height:100%; width:100%;}
.flash .bx-wrapper { position: relative;*zoom: 1;}
/*加载界面*/
.flash .bx-wrapper .bx-loading { min-height:50px; background:#fff url(../images/bx_loader.gif) center center no-repeat; height:100%; width:100%; position:absolute; top:0; left:0; z-index:2000; }
/*导航 相对bx-wrapper定位*/
.flash .bx-wrapper .bx-pager { position: absolute; bottom:10px; z-index:80; width:100%; text-align: center;}
.flash .bx-wrapper .bx-pager.bx-default-pager a {background:url(../images/btn.png) no-repeat left top; display:block; width:12px; height:12px; line-height:0; font-size:0; font-family:Arial; color:#fff; text-align:center; margin:0 8px 0 0; outline:0; text-indent:-9999px;  }
.flash .bx-wrapper .bx-pager.bx-default-pager a:hover,
.flash .bx-wrapper .bx-pager.bx-default-pager a.active { background-position:-12px 0; text-decoration:none;}
.flash .bx-wrapper .bx-pager .bx-pager-item{ display:inline-block; *zoom:1; *display:inline;}

/*----------产品列表----------*/
.index_product { min-width:1100px;  padding:0 0 20px 0; background:#F8F8F8;  }
.index_product .w1000 {overflow:hidden;}
.index_product ul{ width:1120px;  margin:0 auto; overflow:hidden;}
.index_product li{ width:240px; padding:10px; height:210px; background:#fff; overflow:hidden; float:left; _display:inline; margin:20px 20px 0 0;}
.index_product li a{ display:block; width:100%; height:100%;}
.index_product li .img_block{ width:240px; height:140px; overflow:hidden; text-align:center;  }
.index_product li .img_block td{width:240px; height:140px;vertical-align:middle;  }
.index_product li .img_block img {max-width:240px; max-height:140px; _width:240px; _height:140px; display:block;  margin:0 auto;}

.index_product li h3{ border-top:1px solid #DEDEDE; margin-top:5px; height:36px; line-height:36px; font-size:14px; color:#BC1B21; font-weight:bold;  -o-text-overflow:ellipsis; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; padding-top:3px;}
.index_product li p { color:#646464; line-height:16px;  -o-text-overflow:ellipsis; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}

/*----------首页内容----------*/
.index_cnt { min-width:1100px; background:#EEEEEE; padding:40px 0;}
.index_news { float:left; width:750px; height:225px; background:#fff; _display:inline; }
.index_news_tit { background:#00428E; width:155px; height:225px;  padding:0 0 0 30px; float:left;}
.index_news_tit a{}
.index_news_tit strong{ font-size:36px; color:#fff; display:block; padding-top:50px; font-weight:normal;}
.index_news_tit h3{ color:#99BACD;}
.index_news_tit span{ display:block; width:68px; height:25px; line-height:25px; color:#99BACD; font-size:14px; border:1px solid #81A1C8; text-align:center; border-radius:2px; margin-top:40px;}
.index_news ul{ width:485px; float:left; _display:inline; padding:30px 0 0 25px;}
.index_news li.first{ margin-bottom:20px;}
.index_news li.first img{ width:105px; height:70px; float:left;}
.index_news li.first .cnt{ width:360px; float:right;border-bottom:1px solid #ECECEC; padding-bottom:4px;}
.index_news li.first .cnt h3{ line-height:24px; -o-text-overflow:ellipsis; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.index_news li.first .cnt h3 a{ color:#000; font-weight:bold;}
.index_news li.first .cnt p{ color:#7D7D7D; line-height:20px; height:40px;  overflow:hidden;}
.index_news li.item{ height:36px; margin-bottom:10px;}
.index_news li.item span{ width:50px; float:left; text-align:center; color:#5E6A60; line-height:18px; padding-right:10px; }
.index_news li.item span i{ display:block; font-size:15px; font-style:normal;font-size:18px;}
.index_news li.item a{ float:left; border-left:1px dashed #E4E4E4; line-height:36px; padding-left:16px; width:330px;  -o-text-overflow:ellipsis; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}

.index_r { width:310px; float:right;  _display:inline; }
.index_r li{ height:100px; background:#fff;}
.index_r li a{}
.index_r li img { width:110px; height:100px; float:left;}
.index_r li .cnt { float:right; width:150px; padding:20px 20px 0 0;}
.index_r li h3{ color:#343434; font-size:16px; line-height:26px;}
.index_r li p{ color:#939393;}

/*----------客户案例----------*/
.khal { padding:30px 0; min-width:1100px; background:#fff;  }
.khal h3 { color:#898989; font-size:16px;  }
.khal_list { height:90px; margin-top:30px; overflow:hidden;}
.khal_list ul{ display: flex; justify-content: space-between;}
.khal_list li {height:90px;}
.khal_list li img{ display:block; height:70px;  }
.khal_list .bx-wrapper { position: relative; *zoom: 1;width:1100px; margin:0 auto;}

/*----------底部----------*/
.footer { min-width:1100px; padding:12px 0; background:#406EA9; color:#fff; }
.footer a {color:#fff; }
.friendlinks { float:left;font-size:14px; width:186px; position:relative; }
.friendlinks dt { height:22px; line-height:22px; border:1px solid #DEDEDE; padding-left:10px; cursor:pointer; background:url(../images/point01.png) no-repeat 165px center;}
.friendlinks dd { display:none; position:absolute; bottom:25px; left:0; width:164px;border:1px solid #DEDEDE; padding:10px; background:#dedede;}
.friendlinks dd a{ display:block; color:#333; line-height:26px;}
.footer_nav { float:left; font-size:14px; margin-left:15px;}
.footer_nav a { padding:0 5px;}
.copyright { float:right;}


/*----------banner----------*/
.banner { background-position:center top; background-repeat:no-repeat; background-color:#EFEFEF;}
.banner .w{ width: 1200px; margin: 0 auto; padding: 80px 20px 20px 0; text-align: center; box-sizing: border-box; height: 305px; display: flex; justify-content: flex-end; align-items: center; }
.banner video{ height: 100%;}
/*----------内容----------*/
.content {width:1200px; margin:0 auto; padding:20px 0 20px 0;  min-height:400px; background:#fff;}

/*----------当前位置----------*/
.position { line-height:30px; padding-left:38px; font-size:14px; background:url(../images/point02.png) no-repeat 20px center;}

/*----------侧边----------*/
.sidebar { float:right; width:250px;  }
.side_tit { line-height:42px; color:#fff; background:#BC1015; font-weight:bold; font-size:18px; padding-left:20px; margin-bottom:1px; }
/*--侧边导航--*/
.side_nav {}
.side_nav li h3{ height:30px; line-height:30px; }
.side_nav li h3 a{ display:block; padding-left:20px; background:#EBE9EA;}
.side_nav li h3 a{ -o-text-overflow:ellipsis; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.side_nav li.cur h3 a,
.side_nav li h3 a:hover{ background:#BC1015; color:#fff;}
.side_nav li dl { display:none;}
.side_nav li.cur dl { display:block;}
.side_nav li dd { border-bottom:1px solid #dfdfdc; line-height:26px; padding-left:36px;-o-text-overflow:ellipsis; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; }
.side_nav li dd.cur a { color:#3F9DDA; font-weight:bold;}
/*--侧边联系--*/
.side_contact { margin-top:50px; }
.side_contact dl{ margin-top:10px;}
.side_contact dl dt{ font-size:16px; font-weight:bold; margin-bottom:15px;}
.side_contact dl dd{ line-height: 30px;}


/*----------main----------*/
.main { width:880px; float:left; padding-left:30px;}
.main_top { height:70px; line-height: 70px; border-bottom:1px #CCC dotted; }
.main_top h3{ font-size: 24px; color: #000;border-bottom: 1px #dbdbdb solid;margin-bottom: 30px;}
.main_top .position{ color:#807F7F; float:right;}
.main_top .position a{color:#807F7F;}

/*----------新闻列表----------*/
.news_list {  margin-top:5px; }
.news_list li{ padding:20px 0;     border-bottom:1px #CCC dotted; }
.news_list li img{ width:150px; height:110px; float:left; padding-right:30px;  }
.news_list li h3{ line-height:24px; padding-bottom:10px;    -o-text-overflow:ellipsis; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.news_list li h3 a{ color:##2b2b2b; font-size:16px; font-weight:bold; }
.news_list li .desc{ line-height:24px; height:48px; overflow:hidden; color:#646363; font-size:14px;}
.news_list li .date { font-size: 14px;color: #7b7b7b;font-style: italic;}


/*----------文章----------*/
.article { padding:0 30px;  }
/*文章标题*/
.article_tit { font-size:20px; font-weight:bold; line-height:30px; padding:10px 0 10px 0; text-align:center; color:#122A88;}
/*文章信息*/
.article_msg { font-size:12px; color:#666; padding:10px 0 10px 0;  text-align:center;}
.article_msg span { padding:0 5px;}
/*文章内容*/
.article_body { padding:20px 0; line-height:24px; min-height:300px;}
.article_body p { padding:5px 0; } 
.article_body img { max-width:780px;}  
/*上下文导航*/  
.article_nav { height:30px; line-height:30px; } 
.article_nav li { -o-text-overflow:ellipsis; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.article_nav .pre { float:left; width:45%; text-align:left;}
.article_nav .next { float:right; width:45%; text-align:right;}
.article_img { text-align:center;  margin-top:30px;}
.article_img img{ max-width:780px;}

/*----------单页面----------*/
.about { padding:10px 30px; }
.about_tit { font-size:20px; font-weight:bold; line-height:30px; padding:10px 0 10px 0; text-align:center; color:#122A88;}
.about_body { font-size:14px; line-height:28px; padding-bottom:50px;}
.about_body p{ padding-bottom:5px;}

/*----------联系我们----------*/
.contact { padding:50px 0; display: flex; justify-content: space-between;}
.contact .about {  width:400px; padding-left:50px;}
.map { width:100%; }


/*----------产品列表----------*/
.product_list {  }
.product_list ul{ }
.product_list li{ width:235px; padding:10px; height:210px; background:#fff; overflow:hidden; float:left; _display:inline; margin:20px 22px 0 22px;}
.product_list li a{ display:block; width:100%; height:100%;}
.product_list li .img_block{ width:235px; height:140px; overflow:hidden; text-align:center;  }
.product_list li .img_block td{width:235px; height:140px;vertical-align:middle;  }
.product_list li .img_block img {max-width:235px; max-height:140px; _width:235px; _height:140px; display:block;  margin:0 auto;}

.product_list li h3{ border-top:1px solid #DEDEDE; margin-top:5px; height:36px; line-height:36px; font-size:14px; color:#BC1B21; font-weight:bold;  -o-text-overflow:ellipsis; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; padding-top:3px;}
.product_list li p { color:#646464; line-height:16px;  -o-text-overflow:ellipsis; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}

/*----------产品----------*/
.product { padding:0 30px;}
.product_pic { width:540px; float:left;}
.product_pic img { display:block; width:100%; }
.product_r { width:550px; float:right;}
.product_tit { font-size: 20px; color: #2b2b2b;padding-bottom: 10px;text-align: left;padding-top: 10px;}
.product_r .desc{ line-height:30px; font-size:14px; height:120px; overflow:hidden; }
.product_r img { display:block; padding:10px 0;}
.product_r .p1{ line-height:40px; font-size:14px; border-top:1px solid #E9E9E9;}


.product_tab { margin-top:30px; height:50px;  border-bottom:0; background:#F4F1ED;}
.product_tab li { float:left; line-height:50px; height:50px; width:379px; text-align:center; border-right:1px solid #959DA0;}
.product_tab li a{ display:block; font-size:14px; color:#fff; background:#7D888E;}
.product_tab li.cur { background:#fff; border-right:none; }
.product_tab li.cur a{ color:#333;background:#fff; }
.product_body { min-height:500px; background:#fff; font-size:14px; line-height:32px; padding:20px 30px;  margin-top:2px;}
.product_body .tit {color:#666; font-size:16px;}
.product_body .cnt { margin-top:20px; padding-left:350px; font-size:16px;}
.product_body p { padding:5px 0; }   
.product_body img { max-width:100%;}

/*----------图片列表----------*/
.img_list {}
.img_list li { float:left; overflow:hidden; margin:20px 22px 0 22px; width:255px;  _display:inline; }
.img_list li a {}
.img_list li a:hover { text-decoration:none;}
.img_list li .img_block{ width:253px; height:253px; overflow:hidden; text-align:center; border:1px solid #dedede; background:#fff; }
.img_list li .img_block table{  }
.img_list li .img_block td{width:253px; height:253px;vertical-align:middle;  }
.img_list li .img_block img {max-width:253px; max-height:253px; _width:253px; _height:253px; display:block;  margin:0 auto;}
.img_list li p { text-align:center; font-size:14px; height:40px; line-height:40px;  -o-text-overflow:ellipsis; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;  }


/*----------信息反馈----------*/
.message { padding:40px 0 0 150px;}
.message .red{ color:#f00;line-height:30px; float:left; padding-left:10px;  }
.message .form_item {  margin-bottom:15px;}
.message .form_item label { float:left; line-height:30px; width:80px; font-size:14px;}
.message .form_txt { width:200px; float:left;  height:20px; line-height:20px;  border:1px solid #D7D7D7; padding:4px 5px; }
.message .login_verification {width:100px; float:left;  height:20px; line-height:20px;  border:1px solid #D7D7D7; padding:4px 5px;}
.message img { float:left; margin-left:10px; height:20px;}
.message .form_textarea {width:300px; float:left;  height:80px; line-height:20px;  border:1px solid #D7D7D7; padding:4px 5px;}
.message .form_btn { padding-left:80px;}
.message .form_btn input{width:90px; height:26px; text-align:center; color:#fff; border:0; background:#BC1015; font-size:14px; cursor:pointer;}

/*----------信息反馈----------*/
.message2 { padding:40px 0 0 100px;}
.message2 .red{ color:#f00;line-height:30px; float:left; padding-left:10px;  }
.message2 .form_item {  margin-bottom:15px;}
.message2 .form_item label { float:left; line-height:30px; width:80px; font-size:14px;}
.message2 .form_txt { float:left; width:600px;  height:30px; line-height:30px;  border:1px solid #D7D7D7; padding:5px 5px 5px 40px; font-size:14px; }
.message2 .login_verification {float:left;width:200px;  height:30px; line-height:30px;  border:1px solid #D7D7D7; padding:5px 5px 5px 5px; font-size:14px;}
.message2 img { float:left; margin-left:10px; height:20px;}
.message2 .form_textarea { font-size:14px;float:left;width:600px; padding:5px 5px 5px 40px; height:120px; line-height:20px;  border:1px solid #D7D7D7; }
.message2 .form_btn {}
.message2 .form_btn input{width:130px; height:44px; text-align:center; color:#fff; border:0; background:#E27575; font-size:14px; cursor:pointer;}
.message2 .form_item .ficon_name { background:url(../images/message-name.png) no-repeat 8px center;}
.message2 .form_item .ficon_phone { background:url(../images/message-phone.png) no-repeat 8px center;}
.message2 .form_item .ficon_email { background:url(../images/message-email.png) no-repeat 8px center;}
.message2 .form_item .ficon_content { background:url(../images/message-message.png) no-repeat 8px 5px;}

/*----------搜索结果列表----------*/
.searchlist { margin-top:20px; }
.searchlist li { line-height:36px; height:36px; text-align:right; background:url(../images/line02.png) repeat-x left bottom; padding:10px 0;}
.searchlist li span { color:#aaa; }
.searchlist li a { float:left; text-align:left; font-size:14px;  }
/*控制标题长度，如果可以通过程序控制，则可以删除*/
.searchlist li a { width:400px; -o-text-overflow:ellipsis; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; }


/*----------分页----------*/
.pagelink { text-align:center; margin-top:20px;}
.pagelink a, .pagelink span{ padding:0 3px;}
.pagelink a.on, .pagelink a:hover{ color:#F9003B;}

/*----------浮动客服----------*/
.floatkf { position:fixed; z-index:9999; top:100px; right:0; background:#fff; }
.floatkf .btn{ display:block; width:50px; height:45px; position:absolute; top:0; left:-50px; background:url(../images/kf/online_arrow.jpg) no-repeat 0 0;}
.floatkf_cnt {width:180px; border-bottom:20px solid #3CAD6B; -moz-box-shadow:-2px 2px 8px #C8C8C8; -o-box-shadow:-2px 2px 8px #C8C8C8;-webkit-box-shadow:-2px 2px 8px #C8C8C8; box-shadow:-2px 2px 8px #C8C8C8;}
.floatkf_cnt h3{ height:45px; line-height:45px; background:#F08326; color:#fff; text-align:center; font-size:16px;}
.floatkf_cnt ul{ padding:0 15px;}
.floatkf_cnt li{ height:35px; line-height:35px;font-size:14px; color:#676767;}
.floatkf_cnt li img{ float:left; padding-top:5px;}
.floatkf_cnt li.kfi_email { background:url(../images/kf/email.png) no-repeat 3px center; padding-left:25px;}
.floatkf_cnt h4{ line-height:36px; color:#000; padding-left:13px; font-size:14px;}
.floatkf_cnt .phone{ color:#EF811F; line-height:26px; padding:0 0 5px 13px; font-size:12px;}
.floatkf_cnt .code{ background:#EBEBEB; height:134px; text-align:center; padding:10px 0;}
.floatkf_cnt .code img{ width:112px;}
.floatkf_cnt .code p{ line-height:22px;}

/*-------------------壹级-------------------*/
.class {  }

/*----------贰级----------*/
.class {  }

/*叁级*/
.class {  }

