/*共用css，模板里只能模板设计小组人员才能修改*/
/*模板设计小组人员修改以后注意本地备份一下*/
/*最新更新人员：胡平2017-3-13*/   
/* 清除内外边距 */
@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}
input,textarea {border: 2 none; box-shadow: none; outline: none;}
/* 设置默认字体 */
body,button, input, select, textarea {font: 14px/22px "Microsoft YaHei";color: #666;}
h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;}
/* 重置列表元素 */
ul, ol ,li{list-style: none;}
/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;outline:none;}/*英文换行*/
a:hover {text-decoration: none; color:#ffa600;;}
/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {overflow-y: scroll;}
/*手机预览居中*/
body{
    min-width: 1200px;
    width: 100%;
    overflow: hidden;
}

/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}


/*清除浮动*/
.clear{clear: both;height: 0;}
.blk-main .clearlist,.blk-main .listclear{ clear:both;height:0;padding:0;margin:0;border:0;width:100% ;float:none;}
.b-main .clearlist,.b-main .listclear{ clear:both;height:0;padding:0;margin:0;border:0;width:100% ;float:none;}
.clearafter:after { content:"."; display:block; height:0; visibility:hidden; clear:both; }


/*全局背景色1*/
.body-color{background: #ffffff;}
.bark-body-color{background:#181818;}

.blk{margin-bottom: 25px;}
/*Main模板*/
.blk-main{width:1200px; margin: 0 auto;}
/*小模块*/
.blk-xs{width:240px;}
/*中模块*/
.blk-sm{width:930px;}
/*小版块*/
.blk{margin-bottom:30px;}




/*首页板块全局补白*/
.p{padding: 30px 0;}
/*首页板块全局变量*/
.b{clear: both;}
/*内页板块全局变量*/
.blk{margin-bottom:  20px;}


/*数据更新中的样式*/
.nodata {background:url("../images/nodata.png") no-repeat 58px 20px #fff;margin: 10px 0;padding:80px 0 80px 220px;border:1px solid #eee;text-transform: capitalize;}


/*详情内容*/
.endit-content{ line-height:28px;}
.endit-content p{margin:15px 0;}
.endit-content img{max-width:100%;}
/*百度地图图片*/
.endit-content #map img,.endit-content #dituContent img,.endit-content #platform img{max-width: inherit;}
.endit-content em,.endit-content i{font-style: italic;}
.endit-content .img-p{text-indent: 0px; padding-top: 14px; margin: 0px; text-align: center;}
.endit-content .img-container{}
.endit-content .img-block {text-indent: 0px;padding-top: 14px;margin: 0px;text-align: center;}
/*详情关键字飘红加粗*/
.endit-content a{color:#f00; font-weight: bold;}
/*详情内容关键字加VI色*/
/*.endit-content a{color:#b50d11; font-weight: bold;}*/

/*表单弹框*/
.nsw-modal {
    width: 100%;
    height: 100%;
    background: rgba(225, 225, 225, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999; 
}
.modal-dialog {
    position: fixed;
    color:#000000;
    top: 150px;
    width: 400px;
    border-radius: 3px;
    min-height: 155px;
    overflow: hidden;
    z-index: 99998;
    margin-left: -200px;
    left: 50%; 
}
.modal-dialog .css-icon {
    background-image: url("../images/modal-icons.png"); 
}
.modal-dialog .modal-head {
    height: 30px;
    line-height: 30px;
    padding: 0px 20px;
    background: #F6EFEF;
    font-size: 14px; 
}
.modal-dialog .modal-head .modal-logo {
    width: 15px;
    height: 15px;
    background-position: 1px 0px;
    margin: 8px 5px 0 0;
    float: left; 
}
.modal-dialog .modal-head .close {
    float: right;
    width: 15px;
    height: 15px;
    background-position: -14px 0px;
    margin-top: 8px; 
}
.modal-dialog .modal-body {
    width: 100%;
    min-height: 125px;
    background: #ffffff; 
}
.modal-dialog .modal-body .modal-body-left {
    width: 140px;
    float: left; 
}
.modal-dialog .modal-body .modal-body-left .icon {
    width: 64px;
    height: 64px;
    margin: 30px 0 0 48px; 
}
.modal-dialog .modal-body .modal-body-left .success-message {
    background-position: 0px -14px; 
}
.modal-dialog .modal-body .modal-body-left .warming-message {
    background-position: 0px -78px; 
}
.modal-dialog .modal-body .modal-body-right {
    width: 260px;
    float: right;
    padding-top: 20px; 
}
.modal-dialog .modal-body .modal-body-right .close-btn {
    color: #000;
    text-align: center;
    width: 90px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    background: #818079; 
}
.modal-dialog .modal-body .modal-body-right p {
    line-height: 30px; 
}

/*翻页*/
.p12-pagination-1-main {
    margin: 0 auto; 
    padding: 20px 0;
    height: 30px;
    text-align: center;
}

.p12-pagination-1 a,
.p12-pagination-1 span {
    vertical-align: top;
    display: inline-block;
    padding: 0 8px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #e5e5e5; 
    text-align: center;
    margin: 0 2px;
    background: #fff;
}

.p12-pagination-1 span {
    border: 1px solid #fff;
}

.p12-pagination-1 .page_curr {
    background:#b50d11;
    color:#fff;
    border-color:#b50d11;
}

.p12-pagination-1 .laypage_first,
.p12-pagination-1 .laypage_last {
    display: none;
}















.banner {
	height: 487px; overflow: hidden; clear: both; margin-top: -132px; position: relative; 
}
.ban_p {
	height: 487px; overflow: hidden;
}
.ban_p li {
	height: 487px; overflow: hidden;
}
.ban_p li {
	margin: 0px auto; width: 100% !important; display: block; position: relative;
}
.ban_p li img {
	left: 50%; top: 0px; width: 1920px; height: 487px; margin-left: -960px; position: absolute;
}



#newBridge .nb-icon-group .icon-disable {
	border: 1px solid rgb(132, 132, 132) !important; border-image: none !important;
}
#newBridge .nb-customer-icon-style .nb-icon-groups-item {
	border: 1px solid #b50d11 !important; border-image: none !important;
}
#newBridge .nb-customer-icon-style .nb-icon-groups {
	border: 1px solid #b50d11 !important; border-image: none !important;
}
#newBridge .nb-icon-group .icon-disable .nb-group-icon {
	background: url("../images/icondisable.png") no-repeat !important;
}
#newBridge .nb-customer-icon-style .nb-icon-groups-item .nb-group-icon {
	background: url("../images/icongroup0.png") no-repeat !important;
}
.header {
	margin: 0px auto; width: 1300px; font-family: "Microsoft Yahei";
}
.content {
	margin: 0px auto; width: 1300px; font-family: "Microsoft Yahei";
}
.footer {
	margin: 0px auto; width: 1300px; font-family: "Microsoft Yahei";
}

.h_top{background:url(../images/t_bg.png) repeat-x;position: relative;z-index: 2; height: 215px;position: relative; }
.t_top{height:30px;line-height:30px;color: #8c8c8c; margin-right: -13px; font-size: 13px;}
.t_top span{float: right;}
.t_top a{color: #8c8c8c;padding: 0 13px;}.t_top a:hover{ text-decoration: underline;}
.header h1{ position: absolute; left: 0; top: 0; z-index: 99;}
.header h1 img{width:203px;display: block;height:283px;}

.t_con{height:115px;overflow: hidden;clear: both;}
.t_text{ font-size: 0; padding:  0 0 0 228px;}

.t_pho{color: #444444;padding:16px 0 0 90px;font-size:15px;background:url(../images/tel.png) no-repeat 0 6px; font-weight: bold;  line-height: 1.5em;}
.t_pho b{color: #b50d11;font-size:45px;display: block;padding-top:20px;padding-bottom: 5px; font-family: Arial;}

.menu{white-space:nowrap;height:70px;line-height:70px;font-size: 16px; margin-left: 190px; background: #3b3b3b;}
.menu ul{ overflow: hidden;}
.menu li{float: left; position: relative;background:url(../images/t_lin.gif) no-repeat right 31px;}
.menu li a{color:#fff;display: inline-block;height:70px;padding:0 51px;}
.menu li.cur a,.menu li a:hover{text-decoration:none;color: #fff;z-index: 1; background: #b50d11;}
.menu li a:-webkit-any-link{ display:block;}
.menu li.nob{ background: none;}
.menu li em{ display: none; position: absolute; top: 59px; width: 100%; text-align: center;}
.menu li em a{background:#b50d11; display: block; border-top: 1px solid #fff; padding: 0;}
.menu li.cur em{ display: block;}
.menu li.home a{ padding-left: 50px;}











/*底部开始*/
.footWrap{ background:url(../images/footer_bg.jpg) no-repeat center top; height:320px; padding-top:80px; overflow:hidden;}

.fnav{ width:266px; padding-left:50px; overflow:hidden; height:260px; overflow:hidden; background:url(../images/fline.gif) no-repeat right top; font:14px "Microsoft Yahei"; color:#666; line-height:34px;}
.fnav p{ font:14px "Microsoft Yahei"; color:#666; line-height:34px;}
.fnav p a{ display:inline-block; width:130px; color:#666;}
.fnav em{ padding:0 12px;}
.tit2 a{ display:block; height:38px; font:16px "Microsoft Yahei"; font-weight:bold; background:url(../images/fo_h.gif) no-repeat left bottom; color:#333; overflow:hidden; margin-bottom:16px;}
.f_pic{width:214px; height:256px; background:url(../images/fline.gif) no-repeat right top; overflow:hidden;}
.f_pic img{width:155px; height:130px; padding-top:20px;}
.fwz{ width:472px;}
.code{ width:106px; overflow:hidden;}
.code img{ display:block; width:96px; height:96px; border:5px solid #d9d9d9;}
.code em{ display:block; font:14px "Microsoft Yahei"; text-align:center; line-height:40px; height:40px; overflow:hidden; color:#666;}
.foot{ height:60px; font:14px "Microsoft Yahei"; line-height:60px; color:#646464; overflow:hidden;}
.foot em{ float:right; display:inline-block;}
.foot a{ color:#646464; padding:0 10px;}










.client-2 {
	right: -170px; bottom: 25%; position: fixed; z-index: 900;
}
.client-2 li a {
	text-decoration: none;
}
.client-2 li {
	height: 71px; clear: both; margin-top: 1px; position: relative;
}
.client-2 li i {
	background: url("../images/fx.png") no-repeat; margin: 0px auto; width: 30px; height: 27px; text-align: center; display: block;
}
.client-2 li p {
	height: 20px; text-align: center; color: rgb(255, 255, 255); line-height: 20px; overflow: hidden; font-size: 14px;
}
.client-2 .my-kefu-qq i {
	background-position: 4px 5px;
}
.client-2 .my-kefu-tel i {
	background-position: 0px -21px;
}
.client-2 .my-kefu-liuyan i {
	background-position: 4px -53px;
}
.client-2 .my-kefu-weixin i {
	background-position: -34px 4px;
}
.client-2 .my-kefu-weibo i {
	background-position: -30px -22px;
}
.client-2 .my-kefu-ftop {
	display: none;
}
.client-2 .my-kefu-ftop i {
	background-position: -27px -51px; width: 33px; height: 35px;
}
.client-2 .my-kefu-left {
	width: 77px; height: 47px; float: left; position: relative;
}
.client-2 .my-kefu-tel-right {
	padding: 0px 15px; height: 24px; color: rgb(255, 255, 255); line-height: 22px; font-size: 16px; margin-top: 14px; border-left-color: rgb(255, 255, 255); border-left-width: 1px; border-left-style: solid; float: left;
}
.client-2 .my-kefu-right {
	width: 20px;
}
.client-2 .my-kefu-tel-main {
	background: #b50d11; padding: 9px 0px 6px; width: 247px; height: 56px; color: rgb(255, 255, 255); float: left;  
}
.client-2 .my-kefu-main {
	background: #b50d11; padding: 9px 0px 6px; width: 97px; height: 56px; float: left; position: relative;  
}
.client-2 .my-kefu-weixin-pic {
	left: -130px; top: -24px; display: none; position: absolute; z-index: 333;  
}
.my-kefu-weixin-pic img {
	width: 115px; height: 115px;
}




/* 模板1公共面包屑导航 */

.con{height: 50px;background: url(../images/mub01addressBg.png); margin: 0px auto; width: 1300px; margin-bottom: 30px; }
.p1{height: 50px;line-height: 50px;font-size: 13px;color: #fff;float: left;width: 1280px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.p1 a{color: #fff;padding: 0 4px;}
.p1 img{margin: 0 10px 0 20px;position: relative;top: 4px;}
.p2{float: right;font-size: 13px;color: #fff;line-height: 50px;margin-right: 22px;}






/* proList 产品列表内页 */
.proListClassify{width: 100%;padding-top: 30px; background-color: #f4f4f4; overflow:auto; padding-bottom: 20px;}
.proListClassify .sidebar{width: 290px;float: left;}
.proListClassify .sidebar .top{width: 290px;height: 70px;background: url(../images/proListClassify_icon01.png) no-repeat 237px center #b50d11; }
.proListClassify .sidebar h3{padding: 20px 0 0 26px;font-size: 24px;font-weight: normal;}
.proListClassify .sidebar h3 a{display: block;color: #fff;text-decoration: none;}
.proListClassify .sidebar h3 em{font-weight: bold;color: #fff;}
.proListClassify .sidebar h3 span{font-size: 10px;color: #fff;font-family: arial;margin-left: 6px;position: relative;top: 2px;}
.proListClassify .sidebar .box1{padding: 15px;background: #fff; }
.proListClassify .sidebar .box1 dl{margin-top: 20px;}
.proListClassify .sidebar .box1 dl:first-child{margin-top: 0;}
.proListClassify .sidebar .box1 dt{ height: 56px;text-indent: 26px;font-size: 18px;background: url(../images/proListClassify_icon02.png) no-repeat 220px center #eaeaea;line-height: 56px;}
.proListClassify .sidebar .box1 dt a{display: block;color: #333;text-decoration: none;}
.proListClassify .sidebar .box1 dt a:hover,.proListClassify .sidebar .box1 dt a.cur{color: #b50d11;background: url(../images/proListClassify_icon03.png) no-repeat 220px center;font-weight: bold;}
.proListClassify .sidebar .box1 dd a{ margin-top: 10px; display: block;font-size: 14px;color: #666666;height: 50px;line-height: 50px;background: url(../images/proListClassify_icon02.png) no-repeat 220px center;text-indent: 25px;text-decoration: none;border: 1px solid #eaeaea;}
.proListClassify .sidebar .box1 dd a:hover,.proListClassify .sidebar .box1 dd a.cur{color: #b50d11;background: url(../images/proListClassify_icon03.png) no-repeat 220px center;font-weight: bold;}
.proListClassify .sidebar .box2{margin-top: 20px;background: #fff; margin-bottom:20px;}
.proListClassify .sidebar .box2 .phone{background: url(../images/proListClassify_phone.png) no-repeat 32px center;padding-left: 86px;padding-top: 25px;padding-bottom: 20px;border-bottom: 1px solid #eaeaea;}
.proListClassify .sidebar .box2 .phone span{display: block;font-size: 14px;color: #333333;}
.proListClassify .sidebar .box2 .phone p{font-size: 24px;color: #b50d11;font-family: arial;}
.proListClassify .sidebar .intro{padding: 28px 28px 24px;}
.proListClassify .sidebar .intro p{font-size: 14px;color: #333333;margin-bottom: 8px;line-height: 20px;}
.proListClassify .sidebar .intro p em{font-size: 14px;color: #333;font-family: arial;}
/*产品展示*/
.proListClassify .section2 { width: 990px; float: right;}
.proListClassify .section2 h3{ text-align:center; margin-bottom:5px; font-weight:normal; font-size:26px;}
.proListClassify .section2 h3 a{ color:#333;}
.proListClassify .section2 span{ display:block; text-align:center; font-size:12px; color:#999; font-family:Arial; margin-bottom:10px;}
.proListClassify .section2 i{ display:block; width:30px; height:1px; background-color:#b50d11; margin:0 auto; margin-bottom:40px;}
.proListClassify .section2 li{ overflow:hidden; float:left; position:relative; width:321px; height:416px; margin-right:9px; margin-bottom:16px; background-color:#fff;}
.proListClassify .section2 li img{ display:block; position:absolute; left:0; top:0}
.proListClassify .section2 li .wen{ overflow:hidden; padding:0 20px; width:321px; height:93px; border-top:1px solid #ccc; position:absolute; left:0; bottom:0; z-index:2; background:url(../images/p02_jiantou.png) no-repeat -40px center;}
.proListClassify .section2 li h4{ font-size:16px; font-weight:normal; margin-top:20px; margin-bottom:5px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.proListClassify .section2 li h4 a{ color:#333;}
.proListClassify .section2 li p{ font-size:12px; color:#999; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;width:280px;}
.proListClassify .section2 .btn{ overflow:hidden; width:128px; margin:0 auto; margin-bottom:25px;}
.proListClassify .section2 .btn span{ display:block; float:left; margin:0 2px; width:58px; height:1px; border:1px solid #999; opacity:0.6;}
.proListClassify .section2 .btn span.cur{ border:1px solid #ff0d00; opacity:1; background-color:#ff0d00;}
.proListClassify .section2 .more{ display:block; width:248px; height:38px; border:1px solid #999; margin:0 auto; text-align:center; line-height:38px; font-size:12px; color:#888; font-family:Arial;}
.proListClassify .section2 .more img{ display:none; position:relative; top:1px;}
.proListClassify .section2 li:hover{ box-shadow:0 0 10px #ccc;}
.proListClassify .section2 li:hover a{ color:#fff;}
.proListClassify .section2 li:hover p{ color:#ffffff;}
/*产品展示*/







/*产品内容页*/
.proDetailsSection {
	WIDTH: 990px; FLOAT: right;
}
.proDetailsSection .mainCon {
	BORDER-TOP: #e4e4e4 1px solid; BORDER-RIGHT: #e4e4e4 1px solid; BORDER-BOTTOM: #e4e4e4 1px solid; PADDING-BOTTOM: 0px; BORDER-LEFT: #e4e4e4 1px solid;  background-color: #ffffff; 
}

.proDetailsIntro {
	HEIGHT: 458px; WIDTH: 100%; BORDER-BOTTOM: #e4e4e4 1px solid
}
.proDetailsIntro .conL {
	HEIGHT: 458px; BORDER-RIGHT: #e4e4e4 1px solid; WIDTH: 458px; POSITION: relative; FLOAT: left
}
.proDetailsIntro .conL I {
	OVERFLOW: hidden; CURSOR: pointer; HEIGHT: 44px; WIDTH: 44px; MARGIN-TOP: -22px; POSITION: absolute; Z-INDEX: 9; DISPLAY: block; TOP: 50%
}
.proDetailsIntro .conL I.prev {
	LEFT: -1px
}
.proDetailsIntro .conL I.next {
	RIGHT: -1px
}
.proDetailsIntro .conL .btnList {
	HEIGHT: 10px; WIDTH: 100%; POSITION: absolute; TEXT-ALIGN: center; BOTTOM: 18px
}
.proDetailsIntro .conL .btnList SPAN {
	OVERFLOW: hidden; CURSOR: pointer; HEIGHT: 9px; WIDTH: 9px; BACKGROUND: url(../images/proDetailsIntro_icon01.png) no-repeat left top; POSITION: relative; MARGIN-LEFT: 14px; DISPLAY: inline-block
}
.proDetailsIntro .conL .btnList SPAN.cur {
	BACKGROUND-POSITION: left bottom
}
.proDetailsIntro .conL .btnList SPAN:first-child {
	MARGIN-LEFT: 0px
}
.proDetailsIntro .conL .conBox {
	OVERFLOW: hidden; HEIGHT: 458px; WIDTH: 458px; POSITION: relative
}
.proDetailsIntro .conL .conBox UL {
	POSITION: absolute; LEFT: 0px; TOP: 0px
}
.proDetailsIntro .conL .conBox LI {
	WIDTH: 458px; FLOAT: left
}
.proDetailsIntro .conL .conBox LI IMG {
	 HEIGHT: 458px; WIDTH: 458px; DISPLAY: block
}
.proDetailsIntro .conR {
	HEIGHT: 400px; WIDTH: 490px; POSITION: relative; FLOAT: right; PADDING-TOP: 40px; MARGIN-RIGHT: 20px
}
.proDetailsIntro .conR H3 {
	FONT-SIZE: 20px; OVERFLOW: hidden; HEIGHT: 30px; FONT-WEIGHT: bold; COLOR: #333333
}
.proDetailsIntro .conR I {
	HEIGHT: 1px; BACKGROUND: #e4e4e4; MARGIN: 30px 0px 18px; DISPLAY: block
}
.proDetailsIntro .conR P {
	FONT-SIZE: 14px;
	OVERFLOW: hidden;
	COLOR: #666666;
	DISPLAY: inline-block;
	LINE-HEIGHT: 25px
}
.proDetailsIntro .conR .box {
	WIDTH: 100%; POSITION: absolute; LEFT: 0px; BOTTOM: 34px
}
.proDetailsIntro .conR .box .zx {
	FONT-SIZE: 20px; TEXT-DECORATION: none; HEIGHT: 53px; WIDTH: 172px; BACKGROUND: url(../images/proDetailsIntroBg01.png) no-repeat center 50%; FLOAT: left; COLOR: #fff; TEXT-ALIGN: center; DISPLAY: block; LINE-HEIGHT: 53px
}
.proDetailsIntro .conR .box .zx IMG {
	POSITION: relative; MARGIN-LEFT: 12px; TOP: 4px
}
.proDetailsIntro .conR .box .phone {
	BACKGROUND: url(../images/proDetailsIntro_phone.png) no-repeat left center; MARGIN-TOP: 6px; FLOAT: left; PADDING-LEFT: 42px; MARGIN-LEFT: 18px
}
.proDetailsIntro .conR .box .phone SPAN {
	FONT-SIZE: 14px;
	COLOR: #666666;
	DISPLAY: block
}
.proDetailsIntro .conR .box .phone EM {
	FONT-SIZE: 24px; FONT-FAMILY: arial; COLOR: #b50d11; DISPLAY: block
}

.proDetailsCanS {
	WIDTH: 960px; MARGIN: 20px auto 0px
}
.proDetailsCanS .enu {
	MARGIN-BOTTOM: 20px; HEIGHT: 54px; WIDTH: 100%; BORDER-BOTTOM: #e4e4e4 1px solid
}
.proDetailsCanS .enu LI {
	FONT-SIZE: 16px;
	CURSOR: pointer;
	BORDER-TOP: #e4e4e4 1px solid;
	HEIGHT: 53px;
	BORDER-RIGHT: #e4e4e4 1px solid;
	WIDTH: 49.8%;
	BORDER-BOTTOM: #e4e4e4 1px;
	FLOAT: left;
	COLOR: #000;
	TEXT-ALIGN: center;
	BORDER-LEFT: #e4e4e4 1px;
	LINE-HEIGHT: 53px;
}
.proDetailsCanS .enu LI:first-child {
	BORDER-LEFT: #e4e4e4 1px solid
}
.proDetailsCanS .enu LI.status_on {
	BORDER-TOP-COLOR: #b50d11; BACKGROUND: #b50d11; BORDER-LEFT-COLOR: #b50d11; COLOR: #fff; BORDER-BOTTOM-COLOR: #b50d11; BORDER-RIGHT-COLOR: #b50d11
}
.proDetailsCanS .conBox {
	WIDTH: 100%; BACKGROUND: #fff; LINE-HEIGHT: 22px
}
.proDetailsCanS .conBox .box {
	HEIGHT: 100%; WIDTH: 100%; BACKGROUND: #fff
}





.mub02Top {
	WIDTH: 960px; PADDING-TOP: 20px; MARGIN: 0px auto
}
.mub02Top H2 {
	FONT-SIZE: 18px; HEIGHT: 40px; BORDER-BOTTOM: #e4e4e4 1px solid; FONT-WEIGHT: normal; COLOR: #b50d11
}




.label {
	FONT-SIZE: 12px; BACKGROUND: url(../images/label.png) no-repeat left center; MARGIN-TOP: 10px; MARGIN-BOTTOM: 10px; COLOR: #999999; PADDING-LEFT: 26px; DISPLAY: block; 
}
.label a{
	 PADDING-LEFT: 10px; LINE-HEIGHT: 35px
}





.mub02xgyd {
	BORDER-TOP: #e4e4e4 1px solid;
	BORDER-RIGHT: #e4e4e4 1px solid;
	MARGIN-TOP: 20px;
	BORDER-BOTTOM: #e4e4e4 1px solid;
	PADDING-BOTTOM: 10px;
	PADDING-TOP: 0px;
	PADDING-LEFT: 19px;
	BORDER-LEFT: #e4e4e4 1px solid;
	PADDING-RIGHT: 19px;
	margin-bottom: 20px;
	background: rgb(255, 255, 255);
    position: relative;
	OVERFLOW: hidden;
}
.mub02xgyd .conBox {
	OVERFLOW: hidden; WIDTH: 100%; MARGIN-TOP: 22px
}
.mub02xgyd .conBox UL {
	WIDTH: 106%
}
.mub02xgyd .conBox LI {
	OVERFLOW: hidden; MARGIN-BOTTOM: 13px; WIDTH: 456px; FLOAT: left; MARGIN-RIGHT: 38px
}
.mub02xgyd .conBox LI A {
	FONT-SIZE: 14px;
	OVERFLOW: hidden;
	WIDTH: 302px;
	WHITE-SPACE: nowrap;
	TEXT-OVERFLOW: ellipsis;
	FLOAT: left;
	COLOR: #333333;
	DISPLAY: block
}
.mub02xgyd .conBox LI A:hover {
	COLOR: #b50d11
}
.mub02xgyd .conBox LI SPAN {
	FONT-SIZE: 14px;
	FONT-FAMILY: arial;
	FLOAT: right;
	COLOR: #999999;
	DISPLAY: block
}













.xgff {
	BORDER-TOP: #e4e4e4 1px solid;
	BORDER-RIGHT: #e4e4e4 1px solid;
	MARGIN-TOP: 20px;
	BORDER-BOTTOM: #e4e4e4 1px solid;
	PADDING-BOTTOM: 10px;
	PADDING-TOP: 0px;
	PADDING-LEFT: 19px;
	BORDER-LEFT: #e4e4e4 1px solid;
	PADDING-RIGHT: 19px;
	margin-bottom: 20px;
	background: rgb(255, 255, 255);
    position: relative;
	OVERFLOW: hidden;
}
.xgff .conBox {
	OVERFLOW: hidden; WIDTH: 100%; MARGIN-TOP: 22px
}
.xgff .conBox UL {
	WIDTH: 100%
}
.xgff .conBox LI {
	OVERFLOW: hidden; MARGIN-BOTTOM: 13px; WIDTH: 220px; FLOAT: left; MARGIN-RIGHT: 17px
}
.xgff .conBox LI A {
	FONT-SIZE: 14px;
	OVERFLOW: hidden;
	WHITE-SPACE: nowrap;
	TEXT-OVERFLOW: ellipsis;
	FLOAT: left;
	COLOR: #333333;
	DISPLAY: block
}
.xgff .conBox LI A:hover {
	COLOR: #b50d11
}




/* mub02tjcp 推荐产品公共样式*/
.mub02tjcp{border: 1px solid #e4e4e4;padding: 0 19px 20px;margin-top: 20px;background: rgb(255, 255, 255);     position: relative; OVERFLOW: hidden; } 
.mub02tjcp .conBox{width: 100%;margin-top: 20px;}
.mub02tjcp .conBox li{width: 308px;float: left;margin-left: 13px;text-align: center; }
.mub02tjcp .conBox li:first-child{margin-left: 0;}
.mub02tjcp .conBox li span{display: block;width: 306px;height: 254px;overflow: hidden;border: 1px solid #e4e4e4;}
.mub02tjcp .conBox li img{display: block;transform: scale(1);transition: all 1s ease-out; width: 306px;height: 254px; }
.mub02tjcp .conBox li:hover img{transform: scale(1.2); }
.mub02tjcp .conBox li em{display: block;font-size: 14px;color: #333333;margin-top: 10px; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.mub02tjcp .conBox li a{display: block;text-decoration: none;}

.selectTdClass {
	background-color:#edf5fa !important
   }
   table.noBorderTable td,
   table.noBorderTable th,
   table.noBorderTable caption {
	border:1px dashed #ddd !important
   }
   table {
	margin-bottom:10px;
	border-collapse:collapse;
	display:table;
   }
   td,
   th {
	padding: 5px 10px;
	border: 1px solid #DDD;
   }
   caption {
	border:1px dashed #DDD;
	border-bottom:0;
	padding:3px;
	text-align:center;
   }
   th {
	border-top:1px solid #BBB;
	background-color:#F7F7F7;
   }
   table tr.firstRow th {
	border-top-width:2px;
   }
   .ue-table-interlace-color-single {
	background-color: #fcfcfc;
   }
   .ue-table-interlace-color-double {
	background-color: #f7faff;
   }
   td p {
	margin:0;
	padding:0;
   }







.mub02Title {
	WIDTH: 950px; TEXT-ALIGN: center; MARGIN: 0px auto
}
.mub02Title H2 {
	FONT-SIZE: 20px; FONT-WEIGHT: normal; COLOR: #b50d11
}
.mub02Title H2 A {
	TEXT-DECORATION: none; FONT-WEIGHT: bold; COLOR: #b50d11
}
.mub02Title I {
	HEIGHT: 3px; WIDTH: 950px; MARGIN-TOP: 26px; DISPLAY: block
}
.mub02Title I IMG {
	HEIGHT: 3px; WIDTH: 950px; DISPLAY: block
}



.newsList {
	WIDTH: 100%
}
.newsListSection {
	WIDTH: 1010px; FLOAT: right; background-color: #ffffff; 
}
.newsListSection .mainCon {
	BORDER-TOP: #e4e4e4 1px solid; BORDER-RIGHT: #e4e4e4 1px solid; WIDTH: 1008px; BORDER-BOTTOM: #e4e4e4 1px solid; PADDING-TOP: 28px; BORDER-LEFT: #e4e4e4 1px solid; 
}
.newsListSection .newsListIntro {
	WIDTH: 950px; MARGIN: 40px auto 0px
}


.newsListSection .newsListIntro .box2 DL {
	BORDER-TOP: #e4e4e4 1px solid; PADDING-BOTTOM: 18px; PADDING-TOP: 18px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px
}
.newsListSection .newsListIntro .box2 DT {
	HEIGHT: 104px; WIDTH: 170px; BACKGROUND: #f5f5f5; FLOAT: left; TEXT-ALIGN: center; PADDING-TOP: 32px
}
.newsListSection .newsListIntro .box2 DT SPAN {
	FONT-SIZE: 42px; FONT-FAMILY: arial; FONT-WEIGHT: bold; COLOR: #666666; DISPLAY: block
}
.newsListSection .newsListIntro .box2 DT EM {
	FONT-SIZE: 16px; FONT-FAMILY: arial; COLOR: #666666; DISPLAY: block; margin-top: 20px;
}
.newsListSection .newsListIntro .box2 DD {
	HEIGHT: 136px; WIDTH: 762px; POSITION: relative; FLOAT: right
}
.newsListSection .newsListIntro .box2 DD H3 {
	FONT-SIZE: 14px;
	OVERFLOW: hidden;
	WIDTH: 698px;
	WHITE-SPACE: nowrap;
	TEXT-OVERFLOW: ellipsis;
	FONT-WEIGHT: bold;
	COLOR: #333333
}
.newsListSection .newsListIntro .box2 DD H3 A {
	TEXT-DECORATION: none; COLOR: #333333
}
.newsListSection .newsListIntro .box2 DD P {
	FONT-SIZE: 14px;
	WIDTH: 698px;
	MARGIN-TOP: 14px;
	COLOR: #666666;
	LINE-HEIGHT: 24px
}
.newsListSection .newsListIntro .box2 DD P A {
	TEXT-DECORATION: none; COLOR: #666666
}
.newsListSection .newsListIntro .box2 DD SPAN {
	BACKGROUND: url(../images/label.png) no-repeat left center; POSITION: absolute; PADDING-LEFT: 25px; LEFT: 0px; DISPLAY: block; LINE-HEIGHT: 18px; BOTTOM: 0px
}
.newsListSection .newsListIntro .box2 DD SPAN A {
	FONT-SIZE: 12px; COLOR: #999999
}
.newsListSection .newsListIntro .box2 DD A.more {
	OVERFLOW: hidden; HEIGHT: 37px; WIDTH: 37px; RIGHT: 0px; MARGIN-TOP: -18px; POSITION: absolute; DISPLAY: block; TOP: 50%
}
.newsListSection .newsListIntro .box2 DD A.more IMG {
	POSITION: relative; DISPLAY: block
}
.newsListSection .newsListIntro .box2 DL:hover DT {
	BACKGROUND: #b50d11
}
.newsListSection .newsListIntro .box2 DL:hover DT SPAN {
	COLOR: #fff
}
.newsListSection .newsListIntro .box2 DL:hover DT EM {
	COLOR: #fff
}
.newsListSection .newsListIntro .box2 DL:hover DD H3 A {
	COLOR: #b50d11
}
.newsListSection .newsListIntro .box2 DL:hover DD A.more IMG {
	TOP: -37px
}

.newsListSection .newsListIntro .jianji {
	margin-bottom: 35px;
	}

.newsListSection .newsListIntro .jianji p {
line-height: 28px; 
}



.container {
	width: 1300px; margin-right: auto; margin-left: auto;
}

.InpageSidebar01 {
	WIDTH: 270px; FLOAT: left
}
.InpageSidebar01 .top {
	HEIGHT: 80px; WIDTH: 100%; BACKGROUND: #b50d11;
}
.InpageSidebar01 .top H2 {
	FONT-SIZE: 24px; HEIGHT: 80px; BACKGROUND: url(../images/InpageSidebar01_icon01.png) no-repeat 218px center; FONT-WEIGHT: normal; COLOR: #fff; LINE-HEIGHT: 80px; TEXT-INDENT: 28px
}
.InpageSidebar01 .top H2 A {
	TEXT-DECORATION: none; FONT-WEIGHT: bold; COLOR: #fff
}
.xwfl .box {
	BORDER-TOP: #e4e4e4 1px; BORDER-RIGHT: #e4e4e4 1px solid; BORDER-BOTTOM: #e4e4e4 1px solid; POSITION: relative; BORDER-LEFT: #e4e4e4 1px solid
}
.xwfl :first-child.box {
	BORDER-TOP: #e4e4e4 1px solid
}
.xwfl DL {
	PADDING-BOTTOM: 18px; PADDING-TOP: 14px; PADDING-LEFT: 30px; PADDING-RIGHT: 19px
}
.xwfl DT {
	FONT-SIZE: 20px; MARGIN-BOTTOM: 14px; BACKGROUND: url(../images/mub02_jt03.png) no-repeat 194px 6px; COLOR: #333333
}
.xwfl DT A {
	COLOR: #333333
}
.xwfl DD P {
	HEIGHT: 35px; BORDER-LEFT: #e4e4e4 1px solid; LINE-HEIGHT: 35px
}
.xwfl DD P A {
	FONT-SIZE: 14px;
	TEXT-DECORATION: none;
	COLOR: #333333;
	DISPLAY: block;
	TEXT-INDENT: 16px
}
.xwfl .box I {
	HEIGHT: 100%; WIDTH: 3px; BACKGROUND: #b50d11; POSITION: absolute; LEFT: -1px; DISPLAY: none; TOP: 0px
}
.xwfl .box:hover {
	BACKGROUND: #f5f5f5
}
.xwfl .box:hover I {
	DISPLAY: block
}
.xwfl .box DT.cur {
	BACKGROUND: url(../images/mub02_jt04.png) no-repeat 194px 6px; FONT-WEIGHT: bold
}
.xwfl .box:hover DT A {
	TEXT-DECORATION: none; COLOR: #b50d11; DISPLAY: block
}
.xwfl .box DT.cur A {
	TEXT-DECORATION: none; COLOR: #b50d11; DISPLAY: block
}
.xwfl .box:hover DT {
	BACKGROUND: url(../images/mub02_jt04.png) no-repeat 194px 6px; FONT-WEIGHT: bold
}
.xwfl DD P:hover A {
	COLOR: #fff
}
.xwfl DD P.cur A {
	COLOR: #fff
}
.xwfl DD P:hover {
	BACKGROUND: url(../images/mub02_jt02.png) #b50d11 no-repeat 194px center
}
.xwfl DD P.cur {
	BACKGROUND: url(../images/mub02_jt02.png) #b50d11 no-repeat 194px center
}
.InpageSidebar01 .sidebarLinkUs {
	MARGIN-BOTTOM: 20px; BORDER-TOP: #e4e4e4 1px solid; BORDER-RIGHT: #e4e4e4 1px solid; MARGIN-TOP: 20px; BORDER-BOTTOM: #e4e4e4 1px solid; PADDING-BOTTOM: 20px; PADDING-TOP: 0px; PADDING-LEFT: 19px; BORDER-LEFT: #e4e4e4 1px solid; PADDING-RIGHT: 19px
}
.InpageSidebar01 .sidebarLinkUs H3 {
	FONT-SIZE: 18px; MARGIN-BOTTOM: 18px; HEIGHT: 59px; BORDER-BOTTOM: #e4e4e4 1px solid; FONT-WEIGHT: normal; COLOR: #b50d11; LINE-HEIGHT: 59px; TEXT-INDENT: 10px
}
.InpageSidebar01 .sidebarLinkUs P {
	FONT-SIZE: 14px;
	MARGIN-BOTTOM: 12px;
	COLOR: #333333;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	PADDING-LEFT: 10px;
	LINE-HEIGHT: 20px;
	PADDING-RIGHT: 10px
}
.InpageSidebar01 .sidebarLinkUs .zxzx {
	OVERFLOW: hidden; TEXT-DECORATION: none; HEIGHT: 50px; WIDTH: 160px; BACKGROUND: #b50d11; MARGIN-TOP: 20px; DISPLAY: block
}
.InpageSidebar01 .sidebarLinkUs .zxzx SPAN {
	HEIGHT: 50px; BORDER-RIGHT: #fff 1px solid; WIDTH: 50px; BACKGROUND: url(../images/zxzx_icon01.png) no-repeat center 50%; FLOAT: left; DISPLAY: block
}
.InpageSidebar01 .sidebarLinkUs .zxzx EM {
	FONT-SIZE: 16px; HEIGHT: 50px; WIDTH: 109px; FLOAT: left; COLOR: #fff; TEXT-ALIGN: center; DISPLAY: block; LINE-HEIGHT: 50px
}
.InpageSidebar01 .sidebarLinkUs .zxzx EM IMG {
	POSITION: relative; MARGIN-LEFT: 8px; DISPLAY: inline-block; TOP: 2px
}




.InpageSidebar01 .box2{margin-top: 20px;background: #fff; margin-bottom:20px; }
.InpageSidebar01 .box2 .phone{background: url(../images/proListClassify_phone.png) no-repeat 32px center;padding-left: 86px;padding-top: 25px;padding-bottom: 20px;border-bottom: 1px solid #eaeaea;}
.InpageSidebar01 .box2 .phone span{display: block;font-size: 14px;color: #333333;}
.InpageSidebar01 .box2 .phone p{font-size: 24px;color: #b50d11;font-family: arial;}
.InpageSidebar01 .intro{padding: 28px 28px 24px;}
.InpageSidebar01 .intro p{font-size: 14px;color: #333333;margin-bottom: 8px;line-height: 20px;}
.InpageSidebar01 .intro p em{font-size: 14px;color: #333;font-family: arial;}
.InpageSidebar02 .classify {
	BORDER-TOP: #e4e4e4 1px; BORDER-RIGHT: #e4e4e4 1px solid; BORDER-BOTTOM: #e4e4e4 1px solid; POSITION: relative; BORDER-LEFT: #e4e4e4 1px solid; background: #fff;
}
.InpageSidebar02 .classify LI {
	FONT-SIZE: 16px;
	BORDER-TOP: #e4e4e4 1px solid;
	HEIGHT: 58px;
	BACKGROUND: url(../images/mub02_jt03.png) no-repeat 224px center;
	COLOR: #333333;
	LINE-HEIGHT: 58px;
	TEXT-INDENT: 28px
}
.InpageSidebar02 .classify LI A {
	TEXT-DECORATION: none; COLOR: #333333; DISPLAY: block
}
.InpageSidebar02 .classify LI:hover {
	BACKGROUND: url(../images/mub02_jt04.png) #f5f5f5 no-repeat 224px center
}
.InpageSidebar02 .classify LI.cur {
	BACKGROUND: url(../images/mub02_jt04.png) #f5f5f5 no-repeat 224px center
}
.InpageSidebar02 .classify LI:hover A {
	FONT-WEIGHT: bold; COLOR: #b50d11
}
.InpageSidebar02 .classify LI.cur A {
	FONT-WEIGHT: bold; COLOR: #b50d11
}
.InpageSidebar02 .classify I {
	WIDTH: 3px; BACKGROUND: #b50d11; POSITION: absolute; LEFT: -1px; Z-INDEX: 9; DISPLAY: block; TOP: 0px
}
.InpageSidebar02 .xgzx {
	BORDER-TOP: #e4e4e4 1px solid; BORDER-RIGHT: #e4e4e4 1px solid; MARGIN-TOP: 20px; BORDER-BOTTOM: #e4e4e4 1px solid; PADDING-BOTTOM: 16px; PADDING-TOP: 0px; PADDING-LEFT: 19px; BORDER-LEFT: #e4e4e4 1px solid; PADDING-RIGHT: 19px; background: #fff; 
}
.InpageSidebar02 .xgzx H3 {
	FONT-SIZE: 18px; MARGIN-BOTTOM: 18px; HEIGHT: 59px; BORDER-BOTTOM: #e4e4e4 1px solid; FONT-WEIGHT: normal; COLOR: #b50d11; LINE-HEIGHT: 59px; TEXT-INDENT: 10px
}
.InpageSidebar02 .xgzx P {
	FONT-SIZE: 14px;
	OVERFLOW: hidden;
	MARGIN-BOTTOM: 10px;
	WHITE-SPACE: nowrap;
	TEXT-OVERFLOW: ellipsis;
	COLOR: #333333;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	PADDING-LEFT: 10px;
	PADDING-RIGHT: 10px
}
.InpageSidebar02 .xgzx P A {
	COLOR: #333333
}
.InpageSidebar02 .xgzx P:hover A {
	COLOR: #b50d11
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}









.newsDetailsSection {
	WIDTH: 1010px; POSITION: relative; float: right;
}
.newsDetailsSection .article {
	BORDER-TOP: #e4e4e4 1px solid; BORDER-RIGHT: #e4e4e4 1px solid; WIDTH: 1008px; BORDER-BOTTOM: #e4e4e4 1px solid; POSITION: relative; BORDER-LEFT: #e4e4e4 1px solid; background-color: #ffffff; 
}
.newsDetailsSection .article .conBox {
	PADDING-BOTTOM: 0px; PADDING-TOP: 20px; PADDING-LEFT: 19px; PADDING-RIGHT: 19px
}
.newsDetailsSection .article .title H1 {
	FONT-SIZE: 22px; MARGIN-BOTTOM: 20px; FONT-WEIGHT: normal; COLOR: #333333
}
.newsDetailsSection .article .title .share {
	HEIGHT: 24px; WIDTH: 100%
}
.newsDetailsSection .article .title .share P {
	OVERFLOW: hidden; FLOAT: left
}
.newsDetailsSection .article .title .share P SPAN {
	FONT-SIZE: 12px; FLOAT: left; COLOR: #999999; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 8px; BORDER-LEFT: #b6b6b6 1px dotted; DISPLAY: block; PADDING-RIGHT: 8px
}
.newsDetailsSection .article .title .share P SPAN:first-child {
	BORDER-LEFT-STYLE: none; PADDING-LEFT: 0px
}
.newsDetailsSection .article .title .share P SPAN #cntrHits {
	FLOAT: right
}
.newsDetailsSection .article .title .share UL {
	FLOAT: right
}
.newsDetailsSection .article .title .share LI {
	HEIGHT: 24px; WIDTH: 24px; FLOAT: left; MARGIN-LEFT: 7px
}
.newsDetailsSection .article .title .share LI IMG {
	DISPLAY: block
}
.newsDetailsSection .article .title I {
	HEIGHT: 3px; WIDTH: 100%; BACKGROUND: url(../images/mub02Top2_xian.png) no-repeat center 50%; MARGIN-TOP: 12px; DISPLAY: block
}

.newsDetailsSection .article .co {
	OVERFLOW: hidden; MARGIN-TOP: 20px; PADDING-BOTTOM: 20px
}
.newsDetialsArticle .article .co IMG {
	MAX-WIDTH: 100%
}
.newsDetailsSection .article .co P {
	FONT-SIZE: 14px; COLOR: #333333; LINE-HEIGHT: 30px
}
.newsDetailsSection .article .co P A {
	COLOR: #b50d11
}
.newsDetailsSection .article .context {
	BORDER-TOP: #e7e7e7 1px solid; HEIGHT: 60px; WIDTH: 100%; BACKGROUND: #fff;
}
.newsDetailsSection .article .context P {
	HEIGHT: 60px; WIDTH: 494px; FLOAT: left; LINE-HEIGHT: 60px;
}
.newsDetailsSection .article .context P A {
	FONT-SIZE: 13px; OVERFLOW: hidden; WHITE-SPACE: nowrap; TEXT-OVERFLOW: ellipsis; COLOR: #666666; DISPLAY: block
}
.newsDetailsSection .article .context P.prevNews A {
	BACKGROUND: url(../images/mub02_jt01.png) no-repeat left center; PADDING-LEFT: 20px; MARGIN-LEFT: 20px
}
.newsDetailsSection .article .context P.NextNews A {
	BACKGROUND: url(../images/mub02_jt03.png) no-repeat right center; TEXT-ALIGN: right; PADDING-RIGHT: 20px; MARGIN-RIGHT: 20px
}
.newsDetailsSection .article .context P.prevNews A:hover {
	BACKGROUND: url(../images/mub02_jt05.png) no-repeat left center; COLOR: #b50d11
}
.newsDetailsSection .article .context P.NextNews A:hover {
	BACKGROUND: url(../images/mub02_jt04.png) no-repeat right center; COLOR: #b50d11
}
.newsDetailsSection .article .context P.NextNews {
	WIDTH: 494px; BORDER-LEFT: #e7e7e7 1px solid
}
.newsDetailsSection .backNewsList {
	CURSOR: pointer; HEIGHT: 59px; WIDTH: 59px; POSITION: absolute; LEFT: -59px; DISPLAY: block; TOP: 0px
}





















.qyfcSection {
	WIDTH: 1010px; FLOAT: right; background-color: #ffffff;
}
.qyfcSection .mainCon {
	BORDER-TOP: #e4e4e4 1px solid; BORDER-RIGHT: #e4e4e4 1px solid; WIDTH: 1008px; BORDER-BOTTOM: #e4e4e4 1px solid; PADDING-TOP: 28px; BORDER-LEFT: #e4e4e4 1px solid;
}
.qyfcSection .mainCon .qyfcIntro {
	OVERFLOW: hidden; WIDTH: 970px; PADDING-BOTTOM: 20px; MARGIN: 20px auto 0px
}
.qyfcSection .mainCon .qyfcIntro DT {
	HEIGHT: 450px; WIDTH: 600px; FLOAT: left
}
.qyfcSection .mainCon .qyfcIntro DT IMG {
	HEIGHT: 450px; WIDTH: 600px; DISPLAY: block
}
.qyfcSection .mainCon .qyfcIntro DD {
	HEIGHT: 402px; WIDTH: 222px; BACKGROUND: #b50d11; POSITION: relative; FLOAT: right; PADDING-TOP: 48px; PADDING-LEFT: 48px
}
.qyfcSection .mainCon .qyfcIntro DD H4 {
	FONT-SIZE: 15px; COLOR: #fff
}
.qyfcSection .mainCon .qyfcIntro DD H3 {
	FONT-SIZE: 24px; COLOR: #fff
}
.qyfcSection .mainCon .qyfcIntro DD SPAN {
	FONT-SIZE: 12px; FONT-FAMILY: arial; MARGIN-TOP: 28px; COLOR: #fff; DISPLAY: block
}
.qyfcSection .mainCon .qyfcIntro DD I {
	HEIGHT: 2px; WIDTH: 54px; BACKGROUND: #fff; MARGIN-TOP: 208px; DISPLAY: block
}
.qyfcSection .mainCon .qyfcIntro DD EM {
	FONT-SIZE: 14px; MARGIN-TOP: 18px; COLOR: #fff; DISPLAY: block
}
.qyfcSection .mainCon .qyfcIntro DD P {
	FONT-SIZE: 24px; FONT-FAMILY: arial; COLOR: #fff
}
.qyfcSection .mainCon .qyfcIntro UL {
	WIDTH: 102%; MARGIN-TOP: 20px
}
.qyfcSection .mainCon .qyfcIntro LI {
	MARGIN-BOTTOM: 26px; WIDTH: 314px; FLOAT: left; TEXT-ALIGN: center; MARGIN-RIGHT: 14px
}
.qyfcSection .mainCon .qyfcIntro LI SPAN {
	OVERFLOW: hidden; BORDER-TOP: #e4e4e4 1px solid; HEIGHT: 208px; BORDER-RIGHT: #e4e4e4 1px solid; WIDTH: 312px; BORDER-BOTTOM: #e4e4e4 1px solid; BORDER-LEFT: #e4e4e4 1px solid; DISPLAY: block
}
.qyfcSection .mainCon .qyfcIntro LI IMG {
	HEIGHT: 208px; WIDTH: 312px; DISPLAY: block; transform: scale(1); transition: all 1s ease-out
}
.qyfcSection .mainCon .qyfcIntro LI:hover IMG {
	transform: scale(1.2)
}
.qyfcSection .mainCon .qyfcIntro LI A {
	TEXT-DECORATION: none; DISPLAY: block
}
.qyfcSection .mainCon .qyfcIntro LI EM {
	FONT-SIZE: 14px;
	MARGIN-TOP: 14px;
	COLOR: #333;
	DISPLAY: block
}