﻿@charset "utf-8";
@font-face {
	font-family: 'regular';
	src: url('../font/regular.ttf'); /* IE9 Compat Modes */
}
/*==========@@HTML默认 开始@@==========*/
/*基本*/
*{ padding:0px; margin:0px }
body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, code,form,fieldset, 
legend, input, button,textarea, p, blockquote, th, td { margin: 0; padding: 0;}
body{color:#000;	margin:0px auto; font-family: "regular","Microsoft YaHei"; font-size:16px; background:#fff; }
div{ margin:0; padding:0; border:0; }
img{ margin:0; padding:0; border:0; }
p{ margin: 0px;}
b,strong {font-weight: bold;}
table { border-collapse: collapse; border-spacing: 0; /* Remove most spacing between table cells.*/}
li{ list-style: none outside none;}

/*链接*/
a{ text-decoration:none; color:#626262; background: transparent;  outline:none}
/*a:visited { color:#aaa; }*/
a:focus { outline:none; }
a:hover{ color:#000;}
a:active{ outline:none;}

/*标题*/
h1 { font-size: 1.3em;margin:  0;}
h2 {font-size: 1.2em; margin: 0;}
h3 { font-size: 1.17em;margin: 0;}
h4 {font-size: 1em;margin:0;}
h5 {font-size: 0.83em;margin: 0;}
h6 { font-size: 0.67em;margin: 0;}

/*表单*/
form {margin: 0;}
button,input,select,textarea { font-size: 100%;margin: 3px; vertical-align: baseline; *vertical-align: middle; }
button,select {text-transform: none;}
input{padding:2px;background-color: #FFFFFF;border: 1px solid #ccc;width:99%;line-height: normal;}
textarea{padding: 2px;color: #000000;background-color: #fff;width:99%;}

/*其它*/
blockquote {margin: 1em 40px;}
dfn {font-style: italic;}
hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}
code, kbd, pre, samp {font-size: 1em;}
pre {margin: 1em 0; white-space: pre;white-space: pre-wrap;word-wrap: break-word; }
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0; position: relative;vertical-align: baseline; /* Prevent `sub` and `sup` affecting `line-height` in all browsers.*/}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
dl{margin: 1em 0;}
dd {margin: 0 0 0 40px;}
/*==========@@HTML默认  结束@@==========*/


/*==========@@元件 开始@@==========*/
/*常用颜色*/
.blue {color: #00F !important;}
.green {color: #0F0 !important;}
.red {color: #F00 !important;}
.black {color: #000000 !important;}
.white {color: #FFFFFF !important;}
.gray { color:gray; !important; }
.purple { color:purple;  !important;}

/*浮动*/
.clear { display:block; clear:both; height:0; overflow:hidden; line-height:3px; }
.float_left { float:left; }
.float_right { float:right; }

/*对齐方式*/
.left { text-align: left}
.right {text-align: right}
.center{ text-align: center}

/*按钮*/
.btn {-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;  -o-border-radius: 3px;  border-radius: 3px;
  display: -moz-inline-stack;  display: inline-block;  *display: inline;  vertical-align: middle;  *vertical-align: auto;
  zoom: 1;    height: 32px;  line-height: 32px;  padding: 0px 20px;font-weight: 300;  font-size: 14px; 
  margin: 0; text-decoration: none; text-align: center; text-indent:0; cursor:pointer;
  border: 1px solid #d4d4d4; color: #666666; }
/*默认样式*/
.btn {  background-color: #7db500;  color: #fff; }
.btn:hover {  background-color: #6b9c00; color:#fff;}
.btn:active {  background: #76a312;  color: #374f00;}
/*按钮大小*/
.btn-large {font-size: 19px;  height: 38.4px;  line-height: 38.4px;  padding: 0px 26px;}
.btn-small {  font-size: 12px; height: 25.6px; line-height: 25.6px;  padding: 0px 16px;}
.btn-tiny {  font-size: 12px;  height: 22.4px;  line-height: 22.4px; padding: 0px 13px;}
/*块按钮*/
.btn-block {display: block;}

/*表单类*/
.form_text, .form_text:hover, .form_text_verifycode, .form_text_verifycode:hover{border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;
border-width:1px; height:20px; line-height:20px;clip: rect;padding: 2px; color: #000000; }
.form_text {  width:95%; background-position:  0px 0px;}
.form_text:hover {background-position: 0px -37px;}
.form_text_verifycode { width:50px; margin-right:3px;background-position:  0px 0px;}
.form_text_verifycode:hover {background-position: 0px -37px;}
.form_radio{ width:auto; border:0;}
.form_checkbox{ width:auto; border:0}
.form_select { height:25px; }
.form_textarea { width:95%; height:80px; border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;border-width:1px; padding:2px;}
.form_button { width:auto; vertical-align:middle; border:0 none;/*解决ie焦点是有黑色边框*/}
input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, 
input[type="file"] > input[type="button"]::-moz-focus-inner{ border:none;padding:0; }
.required{ color:#bc0701; font-weight:bold; text-align:left; padding-left:3px;}

/*其它*/
.hide { display:none; }  /*隐藏*/
.more{ position: relative; float: right; padding-right: 30px; font-size: 18px; line-height: 40px; } /*more链接*/
.more:after{ content: ""; display: block; width: 20px; height: 20px; position: absolute; top: 0; bottom: 0; right: 0; margin: auto; background: url(../images/icon.png) 189px 2px; }
.more:hover{ color: #0185d7; }
.more:hover:after{ background: url(../images/icon.png) 218px 2px; }
.code_image{ cursor: pointer; padding-bottom:6px; } /*验证码图片样式*/
.prev{ position: absolute; left: -80px; top: 0; bottom: 0; width: 60px; height: 60px; background: url(../images/btn-ico.png) left top; margin: auto; }
.next{ position: absolute; right: -80px; top: 0; bottom: 0; width: 60px; height: 60px; background: #000; margin: auto; background: url(../images/btn-ico.png) right top; }
.prev:hover{ background: url(../images/btn-ico.png) left bottom; cursor:pointer; }
.next:hover{ background: url(../images/btn-ico.png) right bottom; cursor:pointer; }
/*频道*/
.ChannelContent{ font-size:16px; margin:0 auto; line-height: 2.0em; }
.ChannelContent a{ color: #ff9d02}
.ChannelSContent{color:#FFF;  line-height:25px; height:200px;overflow:hidden; margin-bottom:10px;}
.ChannelSContent a{ color: #ff9d02}
.ChannelSContent img, .InfoContent img{ max-width:100% }
.ChannelAlbum{ overflow: hidden; }

/*信息*/
.InfoTitle{ font-weight:normal; text-align:center; vertical-align:middle; padding: 6px 0px}
.InfoTitle h1{ font-size: 22px; line-height: 1.5em; color: #333; }
.InfoTime{color:#999; text-align:left;  padding:2px 0px; height:25px}
.InfoContent, .InfoContent p{ font-size:16px; padding:10px 0;}
.InfoAttachment{ padding:10px 0px; text-align:center; width:81px; margin:0 auto;}
.InfoPicture{ text-align: center;}
.InfoPicture img{ width:100%; }
.info_from_wrap{ padding:0 10px; text-align:center; color:#333; border:0px dashed #ccc; line-height:30px; margin-bottom:5px; font-size: 14px;}
.info_from_wrap b{ font-weight: normal; }
.info_from_wrap a { color:#333; }
.info_from_wrap a:hover { color:#555; }
#ReadLevelTip{ font-weight:bold; color:#bc0701;}
.Tag{ text-align: left; font-weight:bold; }
.Tag a{ padding:0 3px; font-weight:normal; text-decoration:none;}
.info_previous_next_wrap{ height: 56px; line-height:1.8em; margin-bottom: 20px; }
.info_previous_next{ background:#F0F0F0; padding:5px; border:1px solid #E3E3E3; color:#333; }
.Next a{ }
.Previous a{ }

/*广告*/
.ggWrap{ background: #f5f5f5; }
.ggWrap img{ display: block; width: 100%; }
#cpggWrap_main{ width: 1200px; margin: 0 auto; position: relative; }
#cpggWrap_main .hd{ position: absolute; left: 0; right: 0; bottom: 20px; margin: auto; height: 12px; }
#cpggWrap_main .hd ul{ text-align: center; }
#cpggWrap_main .hd li{ display: inline-block; background: #FFF; border-radius: 50%; border: 1px solid #0185d7; margin: 0 10px; width: 10px; height: 10px; font-size: 0; }
#cpggWrap_main .hd li.on{ background: #0185d7; }
/*==========@@元件 结束@@==========*/

/*==========@@模块  开始@@==========*/
/*左侧*/
/*主体左侧样式*/
.left_title { height:39px; line-height:39px; border-bottom:1px solid #01673A; }
.left_title h2 { font-size:16px;  color:#01673A; }
.left_body { overflow:hidden; zoom:1; color:#01673A;  padding:10px 10px 5px; border-top:0; border-bottom: 0px}
.left_bottom { height:15px; margin-bottom:5px;}
/*样式1*/
.left_title1{ position: absolute; top: 4px; left: 4px; bottom: 4px; width: 45%; background: url('../images/lucencybg_blue.png'); }
.left_title1 .ChannelWrap{ position: absolute; display: block; top: 0; bottom: 0; left: 0; width: 100%; height: 50px; margin: auto; text-align: center; color: #FFF; transition-duration: .2s;	 }
.left_title1 .ChannelWrap .ChannelName{ font-size: 20px; margin-bottom: 5px; padding: 0 10px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.left_title1 .ChannelWrap p{ color: #eee; padding: 0 10px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.left_body1 { overflow:hidden; zoom:1; border: 4px solid #12addb; }
.left_body1 .ChannelPicture{ height: 200px; }
.left_body1 .ChannelPicture img{ display: block; width: 100%; transition-duration: .2s; }
.left_bottom1 { height:0px; margin-bottom:0px;}
.left_title1:hover .ChannelWrap{ transform: scale(1.05); }
/*样式2*/
.left_title2{ width: 280px; float: left; text-align:center; background: #FFF; }
.left_title2 h2{ position: relative; background-color: #0185d7; padding: 20px 0; padding-left: 20px; }
.left_title2 h2 i{ position: absolute; display: block; width: 33px; height: 41px; left: 20px; top: 0; bottom: 0; margin: auto; }
.left_title2 h2 a{ line-height:40px; font-size:32px; color: #fff;}
.left_title2_Tel{ padding: 20px 0; }
.left_title2_Tel h3{ font-size: 20px; color: #bc0701; text-align: center; }
.left_title2_Tel h3 span{ font-size: 24px; font-weight: bold; padding: 0 5px; }
.left_title2_Tel .tel{ padding: 15px 0 15px 50px; margin-left: 40px; text-align: left; background: url(../images/logo_telephone.png) left center no-repeat; }
.left_title2_Tel .tel span{ display: block; font-size: 14px; color: #999; }
.left_title2_Tel .tel strong{ font-size: 20px; }
.left_body2 { overflow:hidden; zoom:1; width: 900px; float: right; }
.left_bottom2 { overflow:hidden;}
/*样式3*/
.left_title3{ text-align: center; }
.left_title3 h2 a{ font-size: 40px; color: #bc0701; font-weight: bold; }
.left_title3 p{ font-size: 24px; padding: 15px 0 40px; color: #666; }

/*样式4*/
.left_title4{ position: relative; padding: 20px 0; padding-left: 50px; margin-bottom: 20px; border-bottom: 1px solid #eee; }
.left_title4:after{ content: ""; width: 46px; height: 46px; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; }
.left_title4.t6:after{ background: url(../images/icon.png) 268px 12px; }
.left_title4.t7:after{ background: url(../images/icon.png) 175px -89px; }
.left_title4.t8:after{ background: url(../images/icon.png) 268px -48px; }
.left_title4.t9:after{ background: url(../images/icon.png) 172px -132px; }
.left_title4.t10:after{ background: url(../images/icon.png) 230px -90px; }
.left_title4.t11:after{ background: url(../images/icon.png) 232px -132px; }
.left_title4 h2{ display: inline-block; font-size: 25px; }
.left_title4 h2 a{ color: #0185d7; }
.left_title4 p{ position: relative; display: inline-block; font-size: 18px; color: #666; padding-left: 50px; }
.left_title4 p:before{ content: ""; display: block; width: 30px; height: 2px; position: absolute; left: 10px; top: 0; bottom: 0; margin: auto; background: #ddd; }
.left_title4.t11{ border: 0; }
.left_body4{ position: relative; }

/*样式5*/
.left_title5,.left_body5,.left_bottom5{ width: 650px; float: right; }
.left_title5{ position: relative; padding-left: 50px; width: 600px; }
.left_title5:after{ content: ""; width: 50px; height: 50px; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; background: url(../images/icon.png) 224px -48px; }
.left_title5 h2 a{ display: inline-block; font-size: 25px; border-bottom: 2px solid #0185d7; padding-bottom: 2px; margin-bottom: 10px; color: #0185d7; }
.left_body5{ padding: 15px 0 20px; }
.left_body5 .ChannelContent{ color: #666; height: 250px; overflow: hidden; }

/*主体右侧*/
/*样式1*/
.right_title { overflow: hidden; margin-left: 20px; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px dashed #ddd; }
#right .right_title{ padding-top: 15px; margin-left: 0; }
.right_title h2 { width: 40%; float: left; font-weight:normal; text-align:left; color: #0185d7; border-left: 5px solid #bc0701; padding-left: 10px; }
.right_title h2 img{ margin:0 10px;}
.right_body { padding:5px 0px; zoom:1;  border-top:0; border-bottom:0 }
.right_bottom {}
/*==========@@模块  结束@@==========*/

/*==========@@频道布局  开始@@==========*/
/*模型body*/
.body_index, .body_article, .body_download, .body_picture, .body_product, .body_single, .body_video, .body_job, .body_feedback, .body_guestbook{}
.index, .single,.questions, .article, .picture, .video, .product, .job, .feedback{ width:1200px; margin: 0 auto; }
.article,.product{ padding-top: 40px; }
#top, #logo, #banner, #announcement, #link, #copyright,#bottom,#bottomnavigation{ width:1200px;  margin:0 auto; overflow:hidden; border:0px dashed #bc0701;}
#left { float:left; width:250px; }
#right { width: 100%; border-left:0px solid #E5E5E5; padding-left:0px; }
#right_P{ float: right; width: 900px; }
#right_A{ float: right; width: 920px; }
#right_I{ float: right; width: 900px; }
/*===首页 开始===*/
#floor_1,#floor_2,#floor_3,#floor_4,#floor_5,#floor_6,#floor_7,#floor_8,#floor_9,#floor_10,#floor_11{ padding: 20px 0; width:1200px; margin:0 auto; border:0px dashed #bc0701; }
#floor_1_main{ overflow:hidden; background:#f5f5f5; }
#floor_1_1,#floor_1_2{ position: relative; width: 48%; float: left; }
#floor_1_2{ float: right; }
#floor_2_main{ overflow:hidden; background:#f5f5f5; }
#floor_2{ overflow: hidden; }
#floor_3_main{ background: #f5f5f5; }
#floor_4_main{  }
#floor_5_main{  }
#floor_6_main{ background: #f5f5f5; }
#floor_6{ overflow: hidden; }
#floor_6_1{ width: 45%; float: left; }
#floor_6_1 .ChannelPicture{ position: relative; z-index: 1; display: inline-block; }
#floor_6_1 .ChannelPicture:after{ content: ""; display: block; position: absolute; bottom: -15px; right: -15px; width: 90%; height: 90%; background: #0185d7; z-index: -1 }
#floor_6_2{ width: 55%; float: right; margin-top: 25px; }
#floor_9_main{ background: #f8f8f8; }
#floor_9{ padding-bottom: 0; }
/*===首页 结束===*/

/*===产品模型 开始===*/
.info_product_detail_wrap{ line-height: 2.2em;}
.info_product_detail_wrap .detail_table{ overflow: hidden; padding-bottom: 40px; }
.info_product_detail_wrap .detail_table .InfoPicture{ position: relative; width: 49%; float: left; }
.info_product_detail_wrap .detail_table .InfoPicture img{ width: 100%; display: block; }
.product_infoalbumlist_wap{ position: relative; padding: 0 19px; margin-top: 20px; }
.product_infoalbumlist_wap .tempWrap{ margin: 0 auto; }
.product_infoalbumlist_wap i.prev{ width: 20px; left: 0; background: url(../images/show-btn-ico.png) no-repeat left center; }
.product_infoalbumlist_wap i.next{ width: 20px; right: 0; background: url(../images/show-btn-ico.png) no-repeat right center; }
.product_infoalbumlist_wap ul{ overflow: hidden; padding: 0 20px; }
.product_infoalbumlist_wap ul li{ float: left; width: 20%; }
.product_infoalbumlist_wap ul li a{ display: block; margin: 5px; border: 2px solid #FFF; border-radius: 2px; }
.product_infoalbumlist_wap ul li a.current{ border-color: #047fcc; }
.product_infoalbumlist_wap ul li a img{ height: 60px; }
.info_product_detail_wrap .detail_table .InfoWrap{ width: 49%; float: right; text-align: left; color: #666; }
.info_product_detail_wrap .detail_table .InfoWrap .InfoTitle{ position: relative; margin-bottom: 15px; color: #047fcc; line-height: 24px; padding-bottom: 14px; border-bottom: 1px solid #dddddd; padding-right: 60px; }
.info_product_detail_wrap .detail_table .InfoWrap .InfoTitle h1{ font-weight: bold; text-align: left;  font-size: 20px; color: #047fcc; }
.info_product_detail_wrap .detail_table .InfoWrap .InfoSContent{ line-height: 1.6em; }
.info_product_detail_wrap .detail_table .InfoWrap .tel-btn{ padding-top: 40px; border-top: 1px solid #DDD; margin-top: 25px; }
.info_product_detail_wrap .detail_table .InfoWrap .tel-btn .btn{width: 118px; float: right; height: 40px; line-height: 40px; margin-top: 5px; font-size: 20px; text-align: center; color: #fff; cursor: pointer; background: #047fcc;}
.info_product_detail_wrap .detail_table .InfoWrap .tel-btn .btn:hover{background: #bc070e;}
.info_product_detail_wrap .detail_table .InfoWrap .tel-btn .tel{width: 280px; float: left;}
.info_product_detail_wrap .detail_table .InfoWrap .tel-btn .tel span,
.info_product_detail_wrap .detail_table .InfoWrap .tel-btn .tel strong{display: block; color: #666666;}
.info_product_detail_wrap .detail_table .InfoWrap .tel-btn .tel s{width: 42px; height: 42px; display: block; float: left; margin-right: 6px; background-position: 0 -184px;background: url(../images/icon.png) 0 -184px no-repeat;}
.info_product_detail_wrap .detail_table .InfoWrap .tel-btn .tel span{font-size: 16px; line-height: 20px;}
.info_product_detail_wrap .detail_table .InfoWrap .tel-btn .tel strong{font-size: 28px; line-height: 28px;}
.relateTit{width: 100%; height: 58px; line-height: 58px; border-bottom: 1px solid #e4e4e4; margin-bottom: 28px;}
.relateTit h3{font-size: 24px; display: inline-block; *display: inline; *zoom: 1; position: relative;}
.relateTit h3 s{ display: inline-block; vertical-align: middle; width: 28px; height: 25px; margin-right: 8px; background-position: -435px -33px;background: url(../images/icon.png) -435px -33px no-repeat;}
.relateTit h3 .line{width: 100%; height: 2px; display: block; position: absolute; left: 0; bottom: -1px; background: #047fcc;}
.ewmbox{width: 300px; height: 320px; padding-top: 20px; background: #fff; z-index: 9999; position: fixed; left: 50%; top: 50%; margin: -170px 0 0 -150px;
	text-align: center; font-size: 16px; box-shadow: 0 0 8px 0 rgba(0,0,0,.2); display: none;}
.ewmbox .close{width: 32px; height: 32px; position: absolute; top: -25px; right: -40px; cursor: pointer; border-radius: 100%;
	background: #f3f3f3 url(../images/dialogClose.png) no-repeat center center; transition: all ease 300ms; box-shadow: 0 0 8px 0 rgba(0,0,0,.2);}
.ewmbox .close:hover{transform: rotate(180deg);}
.ewmbox img{width: 260px; height: 260px; display: block; margin: 0 auto 10px;}
/*相关产品*/
.ChannelRelation_product_main{ padding-bottom: 20px; }
.ChannelRelation{ margin: 0 auto; width: 1200px; }
.ChannelRelation_product_main .title{ position: relative; margin: 20px 0; overflow: hidden; }
.ChannelRelation_product_main .title:after{ content: ""; display: block; width: 100%; height: 1px; background: #eee; position: absolute; left: 0; bottom: 0; z-index: -1; }
.ChannelRelation_product_main .title span{ font-size: 18px; color: #0185d7; float: left; border-bottom: 1px solid #0185d7; padding-bottom: 10px; padding-left: 20px; }
.ChannelRelation_product_main .title p{ font-size: 18px; float: right; }
/*相关产品列表*/
.channelrelationlist{ overflow: hidden; }
.channelrelationlist li{ width: 285px; margin-left: 20px; float: left; }
.channelrelationlist li.n0{ margin: 0; }
.channelrelationlist li a{ display: block; border: 1px solid #eee; }
.channelrelationlist li a img{ display: block; width: 100%; height: 200px; border-bottom: 1px solid #eee; }
.channelrelationlist li a .InfoTitle{ padding: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/*内页经典案例推荐列表 开始*/
.recommendlist:after{ content: ""; display: block; height: 0; clear: both; }
.recommendlist li{ float: left; width: 285px; margin-left: 20px; }
.recommendlist li.n0{ margin: 0; }
.recommendlist li a{ display: block; transition-duration: .2s; }
.recommendlist li a .InfoPicture img{ display: block; width: 100%; transition-duration: .2s; height: 165px; }
.recommendlist li a .InfoTitle{ background: #0185d7; font-size: 20px; line-height: 45px; color: #FFF; padding: 0 15px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; transition-duration: .5s; }
.recommendlist li a p{ background: #f5f5f5; border: 1px solid #ddd; border-top: 0; padding: 10px; transition-duration: .2s; color: #333; }
.recommendlist li a:hover{ box-shadow: 0 4px 8px 0 rgba(0,0,0,.2); }
.recommendlist li a:hover .InfoTitle{ transform: scale(1.05); box-shadow: 0 4px 8px 0 rgba(0,0,0,.2); }
/*内页经典案例推荐列表 结束*/

/*内页我们的优势 开始*/
.advantage_main{ padding-bottom: 40px; }
.advantage{ margin: 0 auto; width: 1200px; }
.advantage_main .title{ text-align: center; }
.advantage_main .title h2 a{ font-size: 40px; color: #bc0701; font-weight: bold; }
.advantage_main .title p{ font-size: 24px; padding: 15px 0 40px; color: #666; }
/*内页我们的优势 结束*/

/**/
.hyperchannel_main{ overflow: hidden; background: #f8f8f8; padding-top: 40px; }
.hyperchannel{ margin: 0 auto; width: 1200px; }
.hyperchannel_main .title{ position: relative; padding: 20px 0; padding-left: 50px; margin-bottom: 20px; }
.hyperchannel_main .title:after{ content: ""; width: 46px; height: 46px; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; background: url(../images/icon.png) 232px -132px; }
.hyperchannel_main .title h2{ display: inline-block; font-size: 25px; }
.hyperchannel_main .title h2 a{ color: #0185d7; }
.hyperchannel_main .title p{ position: relative; display: inline-block; font-size: 18px; color: #666; padding-left: 50px; }
.hyperchannel_main .title p:before{ content: ""; display: block; width: 30px; height: 2px; position: absolute; left: 10px; top: 0; bottom: 0; margin: auto; background: #ddd; }
.hyperchannel_main .contactimg{ float: right; width: 400px; margin-top: -75px; }

/*===产品模型 结束===*/
/*===招聘频道  开始===*/
.job{ }
.joblist { }
.joblist li {overflow: hidden;}
table.job_table { margin:8px 0px; padding:0px; text-align:center; width:100%; border-collapse:collapse;}
table.job_table td{ padding:8px 5px; border:1px solid #DADBD6;}
table.job_table .Requirement{ text-align:left; padding:8px 5px; line-height:1.5em;}
table.job_table th{color:#333; font-weight:bold; text-align:center; border:1px solid #DADBD6;}
table.job_table .t1 { font-weight:bold;padding:5px 0;width:20%;}
table.job_table .t2 { text-align:left;width:25%;}
table.job_table .t3 {font-weight:bold;width:25%;}
table.job_table .t4 {text-align:left;width:25%;}
table.job_table .operation{text-align:center; margin:0 auto;}
/*应聘*/
table.resume_table { margin:3px; text-align:center; width:97%; border-collapse:collapse;}
table.resume_table th{ font-weight:bold; text-align:left; width:100px;}
table.resume_table td{text-align:left; }
table.resume_table .operation{text-align:center; }
table.resume_table #Detail{ height:200px;}
/*===招聘频道  结束===*/

/*===留言频道  开始===*/
.guestbook{ }
.guestbooklist{}
.guestbooklist li{ padding:10px; border:1px solid #CCC; margin-bottom:10px; }
.MessageTitle { color:#227BAD; line-height:1.5em; font-weight:bold;}
.MessageContent { padding:5px; margin-bottom:10px; }
table.guestbook_table{ width:98%;  }
table.guestbook_table th{ width:100px; text-align:left}
table.guestbook_table td{ text-align:left}
table.guestbook_table .operation{ text-align:center }

/*管理员回复*/
.answer_wrap{ padding:5px; border-top:1px dashed #CCC; line-height:1.5em}
.answer_title{}
.answer_body {}
.Administrator { text-align:right; }
.Reply { text-align:right; }
.AnswerTime{ color:#999 }

/*留言表单*/
.message_title{ height:40px; padding-left:35px; line-height:40px; font-size:16px; color:#333; font-weight:bold;}
.message_body{ padding-left: 10px; padding-right: 10px; color:#626262; }
.message_bottom{}
/*===留言频道  结束===*/

/*===反馈频道 开始===*/
.feedback{ }
table.feedback_table{ width:99%; text-align:center; margin:0 auto;}
table.feedback_table th{ width:100px; text-align:left; font-weight:bold;}
table.feedback_table td{  text-align:left;}
table.feedback_table .operation{text-align:center}
/*===反馈频道 结束===*/
/*==========@@频道布局  结束@@==========*/


/*==========@@公共板块  开始@@==========*/
/* 顶部 */
#top_main { height:28px;  background:#f0f0f0; border-bottom:0px solid #ddd;}
#top { height:28px; line-height:28px; text-align:right;}
#top_1 { float:left;  text-align:left;}
#top_2 { float:right; text-align:right; }
#top1 { float:left;  text-align:left;}
#top2 { float:right; text-align:right; font-size: 15px; color: #666; }
#top2 a{ padding-right: 5px; border-right: 1px solid #ddd; }
#top2 .top_sc{ background: url(../images/top_sc.png) left center no-repeat; padding-left: 20px; background-size: 14px; }
#top2 .top_dw{ background: url(../images/top_dw.png) left center no-repeat; padding-left: 20px; background-size: 10px; }
#top2 .top_dh{ background: url(../images/top_dh.png) left center no-repeat; padding-left: 20px; background-size: 12px; }
#top2 .top_sj{ background: url(../images/top_sj.png) left center no-repeat; padding-left: 20px; background-size: 8px; border: 0; }
#top .MobileEdition{ font-weight: bold; color:#bc0701;}
#top a { color:#666;  }
#top a:hover { color:#000; text-decoration:none}

/*Logo*/
#logo_main { background: #FFF; }
#logo { position: relative; overflow:hidden; padding: 8px 0; }
#logo .WebLogo{ float:left;}
#logo .WebLogo a{ display:block; overflow: hidden; }
#logo .WebLogo .logotext{ float: right; font-size: 18px; padding: 5px 5px 5px 30px; margin: 5px 5px 5px 30px; border-left: 1px solid #eee; }
#logo .WebPublicity{ width: 300px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; text-align: center;
	padding: 18px 0 12px 0; }
#logo .HotLine{ float: right; padding: 5px 0 5px 55px; background: url(../images/logo_telephone.png) left center no-repeat; }
/*导航*/
#navigation_main { background:#0185d7; }
#navigation { width: 1200px; margin: 0 auto; }
#navigation ul{ overflow: hidden; display: flex; justify-content: center; }
#navigation ul.navigationlist li { float:left; text-align:center; }
#navigation ul.navigationlist li a { display:block; line-height: 60px; padding: 0 13px; text-align: center; font-size: 18px; color:#fff; font-weight:normal; border:0px dashed #bc0701;}
#navigation ul.navigationlist li a:hover { text-decoration:none;  background:#bc0701; color:#fff; }
/*#navigation ul.navigationlist .current { background:#bc0701; color:#fff; }*/
/*导航栏下拉*/
#navigation  ul.subnavigationlist{ display:none; max-width: 600px; position:absolute; background:#0256ac; z-index:100; }
#navigation  ul.subnavigationlist li { padding:0px; display:inline-block; width: 140px; }
#navigation  ul.subnavigationlist li a { display:block; white-space:nowrap; font-weight:normal; color:#FFF; line-height:45px;height:45px; font-size:15px; padding:0px 16px; text-align:left; }
#navigation  ul.subnavigationlist li a:hover {  background:#bc0701;  color:#fff; }

/*公告*/
#announcement { margin-top:5px;  height:35px; line-height:35px;background-color:#f0f0f0; color:#0B3B7D;}
#announcement .announcement_title{ float:left;font-weight:bold; text-indent:35px; background:url(../images/announcement_title.gif) no-repeat 8px center; width:150px;}
#announcement .announcement_body{float:left; width:750px;}
#announcement .announcement_bottom{float:right; width:100px; }
.announcementlist{ }
.announcementlist li { line-height:35px; }

/*Js幻灯片样式*/
#banner_main {position:relative; border:0px solid blue; min-width: 1200px; }
#banner {  border:0px solid #bc0701; margin:0 auto; overflow:hidden; width:100%}
.bannerlist{}
.bannerlist li{ text-align:center; border:0px dashed #bc0701; overflow:hidden; display:block; }
.bannerlist li img{ margin:0 auto; display:block; width: 100%; }
#banner_main .hd{ width:100%; position:relative; bottom:35px; left:0; height: 0; line-height:5px; text-align:center; border:0px solid #bc0701; }
#banner_main .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width: 40px; height:6px; background:#fff; margin-right:15px; overflow:hidden; font-size:0px;}
#banner_main .hd ul li.on{  background:#F00; }

/*Flash幻灯片样式*/
/*#banner_main {border:0px solid blue; }
#banner {  border:0px solid #bc0701; margin:0 auto; overflow:hidden;} */

/*当前位置*/
#location_main { } 
#location { position: relative; color:#999; padding-left: 30px; font-size: 14px; line-height: 25px; }
#location:after{ content: ""; display: block; width: 25px; height: 25px; position: absolute; left: 0; top: 0; background: url(../images/icon.png) 78px top; }
#location a {color:#999; font-size: 14px; }

/*子频道列表*/
#subchannel_main{ overflow:hidden; }
#subchannel{ width:1200px; overflow:hidden; margin:0 auto; line-height:50px; }
#subchannel_P{ width: 280px; float: left; }
.subchannellist_P{ width: 280px; float: left; text-align:center; background: #FFF; margin-bottom: 20px; }
.subchannellist_P h2{ position: relative; background-color: #0185d7; padding: 20px 0; }
.subchannellist_P h2 a{ line-height:40px; font-size:30px; color: #fff; font-weight: normal; }
.subchannellist { overflow: hidden; }
.subchannellist li { float: left; padding-right: 13px; }
.subchannellist li.n6{ padding: 0; }
.subchannellist li a { width: 160px; height: 50px; line-height: 50px; text-align: center; padding: 10px 0; font-size: 18px; color: #333; float: left; display: block; background: url(../images/menu-libg.png) no-repeat center center; }
.subchannellist li a:hover { background: url(../images/menu-libg-hover.png) no-repeat center center; color: #FFF; }
.subchannellist #current a { background: url(../images/menu-libg-hover.png) no-repeat center center; color: #FFF; }
.subchannellist .depth1{ font-weight:normal; }
.subchannellist .depth2{ font-size:14px; text-indent:1.5em; background:none; }
.subchannellist .depth2 a{ border:none;}
.subchannellist .depth3{ font-size:14px; text-indent:3em}
.subchannellist .depth4{ font-size:14px; text-indent:4.5em}
.subchannellist .depth5{ font-size:14px; text-indent:6em}
.subchannellist .depth6{ font-size:14px; text-indent:7.5em}
/*标化专题*/
.subchannellist_P .leftNav{margin-bottom: 37px; border: 1px solid #dddddd;}
.subchannellist_P .leftNav .list{border-bottom: 0px;}
.subchannellist_P .leftNav .bhbtn{width: 100%; text-align: center; border-top: 0px; padding: 28px 0;}
.subchannellist_P .leftNav .bhbtn h3{font-size: 18px;}
.subchannellist_P .leftNav .bhbtn .btn{width: 150px; height: 45px; line-height: 45px; display: block; margin: 10px auto 0; font-size: 18px; background: #047fcc; color: #fff;}
.subchannellist_P .leftNav .bhbtn .btn:hover{background: #bc070e;}
/*热词*/
.subchannellist_P .leftSkey{width: 100%; overflow: hidden;}
.subchannellist_P .leftSkey h2{ margin-top: 20px; }
.subchannellist_P .leftSkey .list{width: 110%; padding: 19px 0;}
.subchannellist_P .leftSkey .list li{width: 128px; height: 33px; line-height: 33px; float: left; margin: 0 19px 19px 0; text-align: center; border: 1px dashed #c9c9c9;}
.subchannellist_P .leftSkey .list li a{width: 100%; font-size: 12px; display: block; color: #666666;}
.subchannellist_P .leftSkey .list li a:hover{color: #047fcc;}
/*网站地图频道列表*/
.sitemaplist{ overflow: hidden; font-size: 14px; }
.sitemaplist li{ float: left; padding: 10px 20px; }
.sitemaplist li a.depth1{ color: #000; border-bottom: 1px solid #ddd; padding-bottom: 10px; display: block; font-weight: bold; }
.sitemaplistdepth1 a.depth2{ display: block; padding: 5px 0; color: #666; }
.sitemaplistdepth2 a{ display: block; padding: 5px 0; color: #999; text-indent: 10px; }
.sitemaplist li a:hover{ color: #047fcc; }

/*子频道文字列表*/
.textlist{ border: 1px solid #ddd; }
.textlist li a{ position: relative; display: block; text-align: left; padding: 0 20px; line-height: 60px; border-bottom: 1px solid #eee; font-size: 18px; }
.textlist li a:after{ content: ""; display: block; position: absolute; width: 20px; height: 20px; right: 20px; top: 0; bottom: 0; margin: auto;
	background: url(../images/icon.png) 189px 2px; z-index: 1; -webkit-transition-duration: .5s; transition-duration: .5s; }
.textlist li a:hover{ color: #0185d7; background: url(../images/leftNav-lihover.png) center top no-repeat; }
.textlist li a:hover:after{ background: url(../images/icon.png) 218px 2px; }
.textlist li a.current{ color: #0185d7; background: url(../images/leftNav-lihover.png) center top no-repeat; }
.textlist li a.current:after{ background: url(../images/icon.png) 218px 2px; }
.textlist li a.HasChild:after{ background: url(../images/icon.png) 379px top; width: 25px; height: 25px; -webkit-transform: rotate(90deg); transform: rotate(90deg); }
.textlist li a.HasChild:hover:after{ background: url(../images/icon.png) 349px top; width: 25px; height: 25px; }
.textlist li a.current.HasChild:after{ background: url(../images/icon.png) 349px 2px; width: 25px; height: 25px; }
.textlist li a.isSlideUp:after{ -webkit-transform: rotate(0); transform: rotate(0); }
.textlist li .subchannellist_sublist{ background: #f5f5f5; }
.textlist li .subchannellist_sublist.isHide{ display: none; }
.textlist li .subchannellist_sublist a{ color: #999; font-size: 15px; text-indent: 25px; }
/*问题列表*/
.questionslist a{ display: block; padding: 10px; border: 1px solid #ddd; margin-bottom: 10px; }
.questionslist .InfoTitle{ padding-left: 25px; text-align: left; font-weight: bold; background: url(../images/questionicon.png) left center no-repeat; background-size: 20px; }
.questionslist .InfoContent{ padding: 15px; background: #f5f5f5; border-left: 4px solid #0185d7; }
/*搜索栏 */
#search_main{ border-bottom: 1px solid #eee; }
#search{ width: 1200px; margin: 0 auto; overflow: hidden; }
.search_box{ width: 500px; float: left; }
.search_box form{ overflow: hidden; }
.search_box form .search_tabal{ width: 378px; border: 1px solid #ddd; float: left; overflow: hidden; margin: 5px 0; font-size: 12px; }
.search_box form select{ width: 150px; height: 40px; border: 0; float: left; margin: 0; outline: none; font-size: 16px; }
.search_box form .search_input{ width: 200px; float: left; }
.search_box form .search_input input{ border: 0; padding: 10px; margin: 0; line-height: 35px; outline: none; border-left: 1px solid #eee; font-size: 16px; }
.search_box form .form_button{ width: 100px; height: 40px; padding: 0; margin: 5px 10px; float: left; outline: none; background: #c20710; font-size: 16px; }

.search_hotword{ float: right; }
.search_hotword .title{ font-size: 16px; color: #bc0701; }
.search_hotword span{ line-height: 52px; }
.search_hotword span a{ font-size: 16px; padding: 0 20px; border-right: 1px solid #ddd; }
.search_hotword span a:hover{ color: #0185d7; }
.search_hotword span:last-child a{ padding-right: 0; border: 0; }
.search_hotword span.n1 a{ padding-left: 0; }

/*主页联系我们*/
.contact_index{ line-height:1.8em; overflow: hidden; }
.contact_index .contact{ float: left; }
.contact_index .contact .tel{ position: relative; padding-left: 60px; height: 60px; }
.contact_index .contact .tel.t1{ margin-bottom: 25px; }
.contact_index .contact .tel p{ font-size: 26px; line-height: 24px; display: block; font-family: arial; white-space: nowrap; font-weight: bold; margin-top: 10px; }
.contact_index .contact .tel:after{ content: ""; display: block; width: 60px; height: 60px; position: absolute; left: 0; top: 0; background: url(../images/icon.png) -328px -25px;  }
.contact_index .WeChat{ float: right; }
.contact_index .WeChat img{ width: 120px; display: block; }
.contact_index .WeChat span{ display: block; text-align: center; font-size: 14px; line-height: 1.4em; padding-top: 5px; }
/*联系我们*/
.contact_wrap{ line-height:1.8em; overflow: hidden; color: #333; margin-top: 15px; border: 1px solid #ddd; }
.contact_wrap .contact_title h1{ position: relative; font-size: 30px; text-align: center; background: #0185d7; color: #FFF; line-height: 80px; font-weight: normal; }
.contact_wrap .contact_title h1:after{ content: ""; display: block; width: 40px; height: 40px; position: absolute; left: 30px; top: 0; bottom: 0; margin: auto; background: url(../images/icon.png) right -90px; }
.contact_wrap .contact_title p{ padding: 10px 30px 0; text-align: left; font-size: 20px; font-weight: bold; }
.contact_wrap .contact_content{ padding: 10px 30px 0; text-align: left; font-size: 14px; }
.contact_wrap .contact{ float: left; }
.contact_wrap .contact .tel{ position: relative; padding-left: 60px; height: 60px; }
.contact_wrap .contact .tel.t1{ margin-bottom: 25px; }
.contact_wrap .contact .tel p{ font-size: 26px; line-height: 24px; display: block; font-family: arial; white-space: nowrap; font-weight: bold; margin-top: 10px; }
.contact_wrap .contact .tel:after{ content: ""; display: block; width: 60px; height: 60px; position: absolute; left: 0; top: 0; background: url(../images/icon.png) -328px -25px;  }
.contact_wrap .WeChat{ float: right; }
.contact_wrap .WeChat img{ width: 120px; display: block; }
.contact_wrap .WeChat span{ display: block; text-align: center; font-size: 14px; line-height: 1.4em; padding-top: 5px; }
.contact_wrap b{ font-weight: normal; }
.contact_wrap h3{ font-size: 20px; color: #bc0701; font-weight: bold; text-align: center; padding-top: 10px; position: relative; width: 245px; margin-left: -12px; }
.contact_wrap h3 span{ font-size: 24px; font-weight: bold; padding: 0 5px; }
.contact_wrap .tel{ padding: 15px 0 15px 60px; text-align: left; background: url(../images/logo_telephone.png) left center no-repeat; }
.contact_wrap .tel span{ display: block; font-size: 14px; color: #999; }
.contact_wrap .tel strong{ font-size: 20px; font-family: arial; color: #444; }
/*加盟页*/
.joinform_main{  }
.joinTitle{ font-size: 36px; text-align: center; padding: 40px 0; }

.joinBody{ overflow: hidden; }
.joinform{ float: left; width: 50%; }
.joinform .inputWrap input,.joinform .inputWrap textarea{ padding: 15px; margin: 0 0 20px; background: #f5f5f5; width: 85%; border: 0; }
.joinform .inputWrap textarea{ height: 134px; }
.joinPicture{ float: right; width: 50%; }
#joinformremind{ color: red; font-style: normal; display: none; }

.joinsubmit{ display: block; width: 260px; margin: 20px auto; line-height: 45px; border: 1px solid #ddd; text-align: center; background: #047fcc; color:#FFF; }
.joinsubmit:hover{ color: #FFF; }
/*公共百度地图*/
#Map{ overflow:hidden; width:100%; margin-bottom: 40px; }
#Map .ContactInfo{ line-height:2.7em; }
#Map .ContactInfo .title{ text-align: center; font-size: 32px; font-weight: bold; color: #222; margin-bottom: 10px; }
#Map .ContactInfo .title span{ color: #047fcc; }
#Map .ContactInfo .sTitle{ font-size: 18px; color: #999; text-align: center; line-height: 41px; background: url(../images/contact-titbg.png) no-repeat center center; }
#Map .ContactInfo .ContactusWrap{ overflow: hidden; }
#Map .ContactInfo .Company{ font-size:24px; margin-bottom:8px;}
#Map .ContactInfo img{ width: 18px; vertical-align:middle; margin-right:8px;}
#Map .ContactInfo .con{height: 276px; position: relative; padding: 22px 0; border: 1px solid #dddddd; font-size: 18px; margin: 50px 0; }
#Map .ContactInfo .con .ewm{position: absolute; top: 22px; padding: 42px 0 34px;}
#Map .ContactInfo .con .ewm img{width: 150px; height: 150px; border: 8px solid #dddddd;}
#Map .ContactInfo .con .ewm span{font-size: 16px; display: block; text-align: center;}
#Map .ContactInfo .con .ewm.m1{left: 412px; padding-right: 22px; border-right: 1px solid #dddddd;}
#Map .ContactInfo .con .ewm.m2{right: 22px;}
#Map .ContactInfo .con li{width: 360px; padding: 25px 0 20px; float: left; margin-left: 30px; border-bottom: 1px solid #dddddd;}
#Map .ContactInfo .con li s{width: 50px; height: 52px; display: inline-block; vertical-align: middle; margin-right: 18px; background: url(../images/contact-ico.png) no-repeat 0 center;}
#Map .ContactInfo .con li span{width: 280px; line-height: 25px; display: inline-block; vertical-align: middle;}
#Map .ContactInfo .con li.a2{margin-left: 242px;}
#Map .ContactInfo .con li.a2 s{background-position: -210px center;}
#Map .ContactInfo .con li.a3 s{background-position: -70px center;}
#Map .ContactInfo .con li.a4{margin-left: 242px;}
#Map .ContactInfo .con li.a4 s{background-position: -280px center;}
#Map .ContactInfo .con li.a5{border-bottom: 0px;}
#Map .ContactInfo .con li.a5 s{background-position: -140px center;}
#Map .ContactInfo .con li.a6{margin-left: 242px; border-bottom: 0px;}
#Map .ContactInfo .con li.a6 s{background-position: -350px center;}

#Map .MapInfo{ float:left; border: 1px dashed #ccc; padding:8px;}
#Map .MapInfo #MapContainer{ width:1182px; height:500px; }

/*订购*/
.order{margin:0px auto}
.order .WantOrder h1{ border-bottom:1px dotted #999999; padding: 5px 0px;}
.order .f1{ float:right; color:#bc0701;}
table.order_table{ width:98%;  }
table.order_table th{ width:100px; text-align:left;}
table.order_table td{text-align:left}
table.order_table .operation{ text-align:center}

/* 底部导航 */
#bottomnavigation_main {padding: 5px 0; background:#202a36; }
.link_title { line-height:45px; height:45px; float: left; }
.link_title h2 { color:#FFF; font-weight: normal; padding-right: 20px; }
.bottomnavigationwrap { color:#000; border-top:0px; border-bottom:0px; }
.bottomnavigationlist { overflow: hidden; zoom:1; display: flex; justify-content: space-between; }
.bottomnavigationlist li { float:left; text-align:center; overflow:hidden;white-space:nowrap;}
.bottomnavigationlist li a { line-height:45px; font-size: 18px; color:#FFF; padding: 0 14px; border-left: 1px solid #FFF; }
.bottomnavigationlist li:first-child a{ padding-left: 0; border: 0; }
.bottomnavigationlist li:last-child a{ padding-right: 0; }
.bottomnavigationlist li a:hover { line-height:45px; color:#0185d7; }
/* 友情链接 */
#link_main {padding: 5px 0; background:#202a36; border-bottom: 1px solid #666; }
.link_title { line-height:45px; height:45px; float: left; }
.link_title h2 { color:#FFF; font-weight: normal; padding-right: 20px; }
.link_body { color:#000; border-top:0px; border-bottom:0px; }
.link_bottom{}
/*图片链接列表*/
.linkpiclist { overflow:auto; zoom:1;  }
.linkpiclist li { float:left; text-align:center; width:112px; }
.linkpiclist li img { width:86px; height:30px; padding:2px; border:1px solid #eee; }
.linkpiclist li a:hover img { border:1px solid #c11b33; }
/*文字链接列表*/
.linktextlist { overflow: hidden; zoom:1; }
.linktextlist li { float:left; text-align:center; overflow:hidden;white-space:nowrap;}
.linktextlist li a { line-height:45px; color:#FFF; padding: 0 20px; }
.linktextlist li a:hover { line-height:45px; color:#ddd; }

/*底部区域*/
#bottom_main{ background-color: #202a36; color:#f0f0f0; }
#bottom{ padding: 40px 0; }
#bottom_1{float: left; width: 110px; padding-right: 60px; margin-right: 60px; border-right: 1px solid #666; }
#bottom_1 a{ display: block; width: 100%; height: 175px; background: url(../images/blogo.png) left center no-repeat; }
#bottom_2{float: left; padding-right: 60px; margin-right: 60px; border-right: 1px solid #666; }
#bottom_2 .bcontact .txt{ line-height: 2.0em; font-size: 14px; color: #999; }
#bottom_2 .bcontact h3{ margin-bottom: 10px; }
#bottom_3{ width: 40%; float: right; }
.bdshare-button-style0-24 {  padding-top: 30px;  }

/* 版权信息 */
#copyright_main { color:#fff; background-color: #141920; }
#copyright { line-height:40px;  }
#copyright a {color: #f0f0f0; text-decoration: none;}
#copyright a:hover {color:#fff; text-decoration: none;}
#copyright .bottom_info{ text-align:center;padding-top:5px; padding-right:10px; line-height:20px; }
#copyright .TechnicalSupport{ float:right; margin:0}

#bfix{ text-align: center; background: #0185d7; position: relative; left: 0; width: 100%; bottom: 0; z-index: 99; overflow: hidden; }
#bfix:after{ content: ""; display: block; position: absolute; right: -150px; top: -90px; height: 200px; bottom: 0; width: 45%; background-color: #bc0701; z-index: -1;
	border-left: 10px solid #FFF; transform: rotate(-10deg); border-radius: 50%; }
.bfixWrap{ width: 1200px; overflow: hidden; margin: 0 auto; }
#bfix span{ float: left; font-size: 24px; color: #FFF; line-height: 50px; }
#bfix .tel{ float: right; position: relative; font-size: 36px; font-family: arial; padding-left: 30px; }
#bfix .tel:before{ content: ""; display: block; position: absolute; left: 0; width: 50px; height: 50px;  background: url(../images/fix-ico.png) no-repeat -46px 15px; }
#bfix .tel p{ display: inline; }

/*右侧浮动栏*/
.rightFix{width: 48px; position: fixed; right: 5px; top: 50%; margin-top: -100px; z-index: 99;}
.rightFix .ico{width: 48px; height: 48px; display: block; position: relative; overflow: hidden; margin: 0px; transition: all ease 300ms; margin-top: 1px; padding: 0px; border-radius: 48px; border: 1px solid #dedede; margin-bottom: 5px; background: #ffffff url(../images/fix-ico.png) no-repeat center 0;}
.rightFix .ico img{width: 110px; height: 110px; position: absolute; left: -78px; top: 0; padding: 6px; background: #047fcc; border: 1px solid #ddd; background: #fff; display: block; opacity: 0; filter: alpha(opacity=0); transition: all ease-in-out 0.2s; border-radius: 5px;}
.rightFix .ico span{width: 210px; text-align: center; height: 48px; line-height: 48px; position: absolute; left: -78px; top: 0; background: #047fcc; color: #fff; display: block; font-weight: bold; font-size: 18px; opacity: 0; filter: alpha(opacity=0); transition: all ease-in-out 0.2s; border-radius: 48px;}
.rightFix .ico:hover{background-color: #047fcc; border-color: #047fcc; overflow: visible;}
.rightFix .ico:hover img{opacity: 1; filter: alpha(opacity=100); left: -140px;}
.rightFix .ico:hover span{opacity: 1; filter: alpha(opacity=100); left: -215px;}
.rightFix .fix-tel{background-position: 11px 12px;}
.rightFix .fix-tel:hover{background-position: -33px 12px;}
.rightFix .fix-xcx{background-position: 11px -39px;}
.rightFix .fix-xcx:hover{background-position: -33px -39px;}
.rightFix .fix-ewm{background-position: 11px -96px;}
.rightFix .fix-ewm:hover{background-position: -33px -96px;}
.rightFix .fix_top{background-position: 11px -150px;}
.rightFix .fix_top:hover{background-position: -33px -150px;}
.rightFix .fix-form{background-position: 10px -234px;}
.rightFix .fix-form span{font-size: 14px; line-height: 23px; width: 180px;}
.rightFix .fix-form:hover{background-position: -37px -234px;}

/*分页样式*/
.page { padding:4px 0px 40px 1px; margin: 0 auto; overflow: hidden; display: flex; justify-content: center; }
.page a,.page span { float:left; display:block; border:1px solid #D3D1D1; padding:2px 5px; margin-left:4px; line-height:22px; border-radius: 2px; }
.page span{ color: #999; }
.page a{ color: #444; }
.page a:hover { background:#0185d7; color:#FFF; }
.page .current{ background:#0185d7; color:#FFF; }
.page #total{ color: #0185d7; }

/*会员*/
/*会员登录*/
table.login_table{ width:40%; text-align:center; margin:0 auto;}
table.login_table th{ width:100px; text-align:left; font-weight:bold;}
table.login_table td{ text-align:left;}
table.login_table .operation{text-align:center}
table.login_table .quick_login td{text-align:left; padding:10px 0;}
table.login_table .quick_login td img{ margin-right:8px; float:left;}

/*会员注册*/
table.reg_table{ width:40%; text-align:center; margin:0 auto;}
table.reg_table th{ width:140px; text-align:left; font-weight:bold;}
table.reg_table td{  text-align:left; }
table.reg_table .operation{text-align:center}
table.reg_table .MemberCode{  text-align:left; width:70px;}
table.reg_table #SmsCode{width:50px;}

/*忘记密码 第一步*/
table.forget_table1{ width:40%; text-align:center; margin:0 auto;}
table.forget_table1 th{ width:100px; text-align:left; font-weight:bold;}
table.forget_table1 td{ text-align:left; }
table.forget_table1 .operation{text-align:center}
/*忘记密码 第二步*/
table.forget_table2{ width:40%; text-align:center; margin:0 auto;}
table.forget_table2 th{ width:100px; text-align:left; font-weight:bold;}
table.forget_table2 td{text-align:left}
table.forget_table2 .operation{text-align:center}
table.forget_table2 #SmsCode{ width:60px;}
table.forget_table2 .PasswordQuestion, table.forget_table2 .MemberMobile, table.forget_table2 .FindPwdWay{ padding:3px 0;}

/*网站地图列表*/
.maplist{ }
.maplist li { padding:1px; }
.maplist li a { background:#d1e8fc; line-height:25px; display:block; padding:0 20px; border:0px solid #A6CC93; }
.maplist li a:hover { text-decoration:none; background:#FFF; }
.maplist .depth1{font-weight:bold;text-indent:0px; font-weight:bold}
.maplist .depth2{text-indent:2em}
.maplist .depth3{text-indent:4em}
.maplist .depth4{text-indent:6em}
.maplist .depth5{text-indent:8em}
.maplist .depth6{text-indent:10em}
/*==========@@公共板块  结束@@==========*/


/*==========@@通用列表 开始@@==========*/
/*文字列表1*/
.textlist1{   }
.textlist1 li a{ position: relative; display: block; text-align: left; padding: 0 20px; line-height: 52px; border-bottom: 1px solid #eee; font-size: 18px; }
.textlist1 li a:after{ content: ""; display: block; position: absolute; width: 20px; height: 20px; right: 20px; top: 0; bottom: 0; margin: auto; background: url(../images/icon.png) 189px 2px; }
.textlist1 li a:hover{ color: #0185d7; }
.textlist1 li a:hover:after{ background: url(../images/icon.png) 218px 2px; }
/*文字列表2*/
.textlist2{ overflow: hidden; }
.textlist2 li{ width: 141px; margin-left: 12px; float: left; }
.textlist2 li.n1{ margin: 0; }
.textlist2 li a{ display: block; line-height: 40px; border: 1px solid #ccc; text-align: center; text-indent: 20px; color: #666; font-size: 16px; }
.textlist2 li a:hover{ border-color: #0185d7; color: #0185d7; }
/*带缩略图文字列表*/
.thumblist{ }
.thumblist li{ margin: 0 0 20px 20px; padding-bottom: 20px; border-bottom: 1px dashed #eee; }
.thumblist li a{ display: block; overflow: hidden; }
.thumblist li .InfoPicture{ float:left; margin-right: 20px; }
.thumblist li img{ display: block; width:240px; }
.thumblist li .InfoTitle{ display:block; font-size: 20px; color:#0185d7; text-align:left; padding:0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.thumblist li p{ font-size:15px; color:#666; line-height:1.8em; text-align: left; padding: 15px 0; }
.thumblist li .InfoTime{ line-height:30px; font-size: 12px; text-align:left; padding:0; color:#999; }
/*带缩略图文字列表2*/
.thumblist1{ overflow: hidden; }
.thumblist1 li{ position: relative; overflow: hidden; width: 630px; float: right; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #ddd; }
.thumblist1 li a .InfoTitle{ text-align: left; font-size: 16px; color: #333; }
.thumblist1 li.first{ width: 530px; float: left; border: 0; }
.thumblist1 li.first .InfoPicture img{ height: 290px; }
.thumblist1 li.first .ContentWrap{ overflow: hidden; background: #047fcc; color: #FFF; }
.thumblist1 li.first .ContentWrap .InfoTime{ float: left; padding: 20px 25px; height: auto; }
.thumblist1 li.first .ContentWrap .InfoTime span{ display: block; text-align: center; }
.thumblist1 li.first .ContentWrap .InfoTime span.day{ font-size: 42px; color: #b1dcf7; font-weight: bold; }
.thumblist1 li.first .ContentWrap .InfoTime span.month{ color: #b1dcf7; }
.thumblist1 li.first .ContentWrap .InfoContent{ width: 416px; float: right;  }
.thumblist1 li.first .ContentWrap .InfoContent .InfoTitle{ border-bottom: 1px solid #1d8bd1; padding: 0 10px 10px 0; text-overflow: ellipsis;
	overflow: hidden; white-space: nowrap; color: #FFF; font-size: 20px; }
.thumblist1 li.first .ContentWrap .InfoContent p{ color: #b1dcf7; padding: 10px 10px 0 0; }

.thumblist1 li .ishover{ border: 0; padding: 10px 0; margin: 0; }
.thumblist1 li .ishover .InfoWrap{ display: block; width: 554px; }
.thumblist1 li .ishover .InfoWrap .InfoTitle{ border-bottom: 1px solid #ddd; margin-bottom: 10px; padding-bottom: 10px; }
.thumblist1 li .ishover .InfoWrap p{ color: #999; line-height: 1.8em; }
.thumblist1 li .ishover .InfoTime{ position: absolute; top: 10px; right: 0; height: auto; }
.thumblist1 li .ishover .InfoTime:after{ content: ""; display: block; width: 20px; height: 20px; position: absolute; bottom: -30px; right: 0; background: url(../images/bluejt.png) center no-repeat; }
.thumblist1 li .ishover .InfoTime span{ display: block; text-align: center; }
.thumblist1 li .ishover .InfoTime span.day{ font-size: 36px; color: #047fcc; font-weight: bold; }
.thumblist1 li .ishover .InfoTime span.month{ color: #047fcc; font-size: 12px; }

.thumblist1 li .nothover .InfoWrap{ display: block; position: relative; }
.thumblist1 li .nothover .InfoWrap .InfoTime{ position: absolute; top: 0; right: 0; bottom: 0; margin: auto; line-height: 25px; color: #333; font-size: 12px; }

.thumblist1 li.default .ishover{ display: none; }
.thumblist1 li.default .nothover{ display: block; }
.thumblist1 li.default.hover .ishover{ display: block; }
.thumblist1 li.default.hover .nothover{ display: none; }
.thumblist1 li:hover .InfoTitle{ color: #047fcc; }


/*橱窗列表*/
.gridlist{ overflow:hidden; }
.gridlist li { float: left; text-align: center;transition:.2s ease 0s; -moz-transition:.2s ease 0s; -webkit-transition:.2s ease 0s; }
.gridlist li:hover { opacity: 0.8; }
.gridlist li a{ display: block; width: 278px; margin: 0 0 25px 20px; border: 1px solid #eee; background: #FFF; }
.gridlist li img { width: 100%; height: 209px; }
.gridlist li .InfoTitle{ font-size: 16px; color: #333; line-height: 40px; padding: 5px 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/*橱窗列表1*/
.gridlist1{ overflow:hidden; }
.gridlist1 li { float: left; text-align: center;transition:.2s ease 0s; -moz-transition:.2s ease 0s; -webkit-transition:.2s ease 0s; }
.gridlist1 li:hover { opacity: 0.8; }
.gridlist1 li a{ display: block; width: 277px; margin: 0 0 11px 20px; border: 1px solid #eee; background: #FFF; }
.gridlist1 li img { width: 100%; height: 209px; }
.gridlist1 li .InfoTitle{ font-size: 16px; color: #333; line-height: 40px; padding: 5px 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
/*橱窗列表2*/
.gridlist2{ overflow: hidden; }
.gridlist2 li{ float: left; width: 301px; }
.gridlist2 li a{ display: block; margin: 0 5px 8px; transition-duration: .2s; }
.gridlist2 li a .InfoPicture img{ display: block; width: 100%; transition-duration: .2s; height: 168px; }
.gridlist2 li a .InfoTitle{ background: #0185d7; font-size: 20px; line-height: 45px; color: #FFF; padding: 0 15px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; transition-duration: .5s; }
.gridlist2 li a p{ background: #f5f5f5; border: 1px solid #ddd; border-top: 0; padding: 10px; transition-duration: .2s; color: #333; height:50px; }
.gridlist2 li a:hover{ box-shadow: 0 4px 8px 0 rgba(0,0,0,.2); }
.gridlist2 li a:hover .InfoTitle{ transform: scale(1.05); box-shadow: 0 4px 8px 0 rgba(0,0,0,.2); }
/*搜索页列表*/
.gridlist3{ overflow:hidden; }
.gridlist3 li { float: left; width: 288px; margin: 0 0 15px 15px; text-align: center;transition:.2s ease 0s; -moz-transition:.2s ease 0s; -webkit-transition:.2s ease 0s; }
.gridlist3 li.n0{ margin-left: 0; }
.gridlist3 li:hover { opacity: 0.8; }
.gridlist3 li a{ display: block; border: 1px solid #eee; background: #FFF; }
.gridlist3 li img { width: 100%; height: 209px; }
.gridlist3 li .InfoTitle{ font-size: 16px; color: #333; line-height: 40px; padding: 5px 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
/*视频列表*/
.videolist{ margin-top:5px; }
.videolist li { float:left; margin-bottom:10px; margin-left:12px; text-align:center; overflow:hidden; transition:all .2s linear}
.videolist li:hover { transform:translate3d(0, -4px, 0); box-shadow:0 10px 10px rgba(0,0,0,.1); }
.videolist li.n0{ margin-left:0; }
.videolist li img { border:1px solid #fff; width:289px;}
.videolist li a{ display:block; position:relative; }
.videolist li .InfoTitle{ display:block; padding:10px 0; }
.videolist li .InfoTitle a { white-space:nowrap; }
.videolist li i{ position:absolute; width:100%; height:100%; top: 0;left: 0;background:url(../images/play.png) center center no-repeat; cursor:pointer;}

/*频道相册列表*/
.channelalbumlist{ overflow:hidden; }
.channelalbumlist li { float:left; margin-top:10px;}
.channelalbumlist li img{ display: block; width:290px; margin-right:10px;}
/*频道相册列表1*/
.channelalbumlist1{ position: relative; overflow:hidden; padding: 5px; }
.channelalbumlist1:after,.channelalbumlist1:before{ content: ""; display: block; position: absolute; width: 60px; height: 60px; border-color: #0185d7; border-style: solid; }
.channelalbumlist1:after{ border-width: 5px 0 0 5px; left: 0; top: 0; }
.channelalbumlist1:before{ border-width: 0 5px 5px 0; right: 0; bottom: 0; }
.channelalbumlist1 li { width: 50%; float:left; text-align: center; }
.channelalbumlist1 li.n0 .AlbumPicture{ padding-right: 10px; }
.channelalbumlist1 li.n1 .AlbumPicture{ padding-left: 10px; }
.channelalbumlist1 li .AlbumPicture img{ height: 320px; width: 100%; }
.channelalbumlist1 li .AlbumTitle { font-size:22px; font-weight: normal; margin:12px 0 20px; }
/*频道相册列表2*/
.channelalbumlist2{ overflow:hidden; }
.channelalbumlist2 li { width: 301px; float:left; }
.channelalbumlist2 li .AlbumPicture{ padding: 0 5px; }
.channelalbumlist2 li img{ display: block; width: 100%; height: 208px; transition-duration: .5s; }
.channelalbumlist2 li:hover img{ transform: scale(1.05); }
/*频道相册列表3*/
.channelalbumlist3{ overflow:hidden; }
.channelalbumlist3 li { width: 240px; float:left; }
.channelalbumlist3 li.n1{ margin: 0; }
.channelalbumlist3 li .AlbumPicture{ margin: 0 5px; border: 1px solid #ddd; overflow: hidden; }
.channelalbumlist3 li img{ display: block; width: 100%; transition-duration: .2s; }
.channelalbumlist3 li img:hover{ transform: scale(1.1); }
/*频道相册列表4*/
.channelalbumlist4{ position: relative; overflow:hidden; padding: 5px; }
.channelalbumlist4:after,.channelalbumlist4:before{ content: ""; display: block; position: absolute; width: 60px; height: 60px; border-color: #0185d7; border-style: solid; }
.channelalbumlist4:after{ border-width: 5px 0 0 5px; left: 0; top: 0; }
.channelalbumlist4:before{ border-width: 0 5px 5px 0; right: 0; bottom: 0; }
.channelalbumlist4 li { width: 50%; float:left; text-align: center; }
.channelalbumlist4 li.n0 .AlbumPicture{ padding-right: 10px; }
.channelalbumlist4 li.n1 .AlbumPicture{ padding-left: 10px; }
.channelalbumlist4 li .AlbumPicture img{ height: 320px; width: 100%; }
.channelalbumlist4 li .AlbumTitle { font-size:22px; font-weight: normal; margin:12px 0 20px; }
/*频道相册列表5*/
.channelalbumlist5 li{ overflow: hidden; margin: 20px 0; color: #333; display:table }
.channelalbumlist5 li .InfoWrap,.channelalbumlist5 li .AlbumPicture{ width: 50%; }
.channelalbumlist5 li .InfoWrap{ display:table-cell; vertical-align:middle; }
.channelalbumlist5 li .InfoWrap .AlbumTitle{ font-size: 18px; font-weight: bold; }
.channelalbumlist5 li .InfoWrap .AlbumDescription{ line-height: 1.8em; }
.channelalbumlist5 li img{ width: 598px; }
/*频道相册列表6*/
.channelalbumlist6{ overflow: hidden; }
.channelalbumlist6 li{ width: 286px; float: left; margin-left: 15px; text-align: center; border: 1px solid #ddd; margin-bottom: 10px; }
.channelalbumlist6 li.n0{ margin-left: 0; }
.channelalbumlist6 li img{ display: block; width: 100%; height: 200px; }
.channelalbumlist6 li .InfoWrap{ padding: 10px; }
.channelalbumlist6.ishzhb li{ width: 226px; border: 1px solid #ddd; margin-bottom: 10px; }
.channelalbumlist6.ishzhb li img{ height: auto; }

/*主页快速通道 开始*/
.index_link_wrap{  width: 800px; float: left; }
.index_contactimg{ float: right; width: 400px; margin-top: -75px; }
/*样式1*/
.linktextlist1{ overflow: hidden; }
.linktextlist1 li{ display: inline-block; padding: 15px 0; border-bottom: 1px dashed #ddd; }
.linktextlist1 li a{ display: block; padding: 0 5px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size: 16px; color: #333; }
.linktextlist1 li:last-child a{ color: #bc0701; padding-right: 0; padding-left:0; }
.linktextlist1:last-child li{ border: 0; }
/*主页快速通道 结束*/

.footlinks {clear:both;margin:0px auto;padding:10px 0px;max-width:1200px;height:auto;font-size:9pt;line-height:140%;color:#777;text-align:center;}
.footlinks a:link, .footlinks a:visited {font-size:9pt;line-height:140%;color:#777;}
/*==========@@通用列表  结束@@==========*/