@CHARSET "UTF-8";
/**公共样式**/
body {margin: 0px;padding: 0px;color: #484848;/**background-color: #f7f6f5;*/}
*{/**font-size: 14px;font-family: 'Microsoft YaHei UI', 'Microsoft YaHei', SimSun, 'Segoe UI',Tahoma, Helvetica, Sans-Serif;*/margin: 0;padding: 0;}
form {margin: 0px;padding: 0px;}
img {border: 0px;}
li{list-style: none;list-style-type: none;}
.clear{height:0;overflow:hidden;clear:both;font-size:0;}
/**添加阴影**/
.shadow{box-shadow:0 1px 3px rgba(34, 25, 25, 0.1);}
/**自动省略超出区域的内容**/
.subText {overflow: hidden;WHITE-SPACE: nowrap;TEXT-OVERFLOW: ellipsis;position:relative; }
/**截取字符串：多行*/
.subString{
	overflow:hidden;
 	TEXT-OVERFLOW: ellipsis;
 	-o-text-overflow: ellipsis;/*Opera专用*/
	-moz-binding: url('ov.xml#ellipsis');/*firefox下实现要配套对应的xml文件*/ 
}
/**页面外围*/
.page{width: 100%;text-align: center;}
/**页面正文**/
.p-cnt{width: 1200px; margin: 0 auto;}
/**超链接总样式***/
/*
a:link {color: #484848;text-decoration: none;}
a:visited {color: #484848;text-decoration: none;}
*/
a:active {color: #484848;text-decoration: none;}
a:hover {color: #0C6886;position: relative;	}

/**取消文本框点击后出现的黄框框**/
*:focus { outline: none; }
input {outline:none;}

.nav-gt{font-family: 宋体; font-size: 14px;}
/**登录弹出层**/
.bg{
	background-color:#000000;
	width:100%;
	height:100%;
	left:0px;
	top:0px;/*FF IE7*/
	filter:alpha(opacity=75);/*IE*/
	opacity:0.75;/*FF*/
	z-index:99;
	position:fixed!important;/*FF IE7*/
	position:absolute;/*IE6*/
	_width:expression(eval(document.compatMode &&
		   document.compatMode=='CSS1Compat') ?
		   (document.documentElement.clientWidth):/*IE6*/
		   (document.body.clientWidth));/*IE5 IE5.5*/
	_height:expression(eval(document.compatMode &&
			document.compatMode=='CSS1Compat') ?
			(document.documentElement.clientHeight):/*IE6*/
			(document.body.clientHeight));/*IE5 IE5.5*/
	_top:expression(eval(document.compatMode &&
		 document.compatMode=='CSS1Compat') ?
		 documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
		 document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/*IE5 IE5.5*/
	_left:expression(eval(document.compatMode &&
		  document.compatMode=='CSS1Compat') ?
		  documentElement.scrollLeft:/*IE6*/
		  document.body.scrollLeft);/*IE5 IE5.5*/
}
.winform {
	left:50%;
	top:50%;
    width:400px;
	height:270px;
	float:left;  
	background-color:#ffffff; 
	margin-left:-200px!important;/*FF IE7 该值为本身宽的一半 */
	margin-top:-130px!important;/*FF IE7 该值为本身高的一半*/
	margin-top:0px;
	z-index:100;
	position:fixed!important;/* FF IE7*/
	position:absolute;/*IE6*/
	_top:expression(eval(document.compatMode &&
		 document.compatMode=='CSS1Compat') ?
		 documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
		 document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);
}
.winform #subject{width: 100%;height: 40px;font-weight:bold;}
.winform #subject #icon{width: 7px;height: 30px;float:left;margin-top:20px;background-color: #0774D3;}
.winform #subject #title{font-size: 18px;float:left;margin-top:20px;line-height:30px;padding-left: 15px;}
.winform #subject #close{font-size: 24px;width:26px;height:26px;line-height:26px;float:right;text-align:center;display:inline;display:inline-table;}
.winform #subject #close:hover{background-color:#e0e0e0;text-decoration: none; color: RED;}
.winform #content{margin-top:10px;margin:10px;}
.loginTable tr{height: 45px;}
.loginTable #left{width: 100px;font-size:15px;text-align: right;}
.inputText{height: 30px !important;width: 220px !important;padding-left:4px;background-image:url("../images/input_bg.jpg");background-repeat:repeat-x;border: 1px solid #c0c0c0;}

.comBtn{padding: 8px 30px; background-color: #1c98f3; border: 1px solid #088ef0; border-radius:3px; color: #FFF;}
.comBtn:hover{background-color: #0a86e2;}
/**通用样式结束，页面正文开始***/

/**页面头部***/
.top{height: 25px;line-height: 25px;}
.top #wel{float: left; font-size: 12px;}
.top #nav{float: right;}
.top #nav a{font-size: 12px;}
.hed{height: 100px; background-color: #016ed5;}
.hed #logo{float: left;line-height: 100px;color: #dfe8f1;font-size: 24px;}
.hed #logo a{color: #dfe8f1;font-size: 24px;}
.hed #logo a:hover{color: #fff;}
.hed #logo font{color: #ff8000;font-size: 24px;}
.hed #hed-rig{float: right;padding-top:36px; }
.hed #hed-rig #key{width: 250px;height: 28px;border: 0px;padding-left: 5px;background-color: #2c94f7;}
.hed #hed-rig #s-btn{height: 28px;border: 0px;background-color: #1b84e7; color: #e8e8e8;padding: 0px 5px;}
.web-menus {background-color: #f3f2f0;height: 60px;}
.web-menus #menu-list{background-color: #fff;height: 50px;text-align: left;overflow: hidden; margin: 0 auto;}
.web-menus #menu-list a {display: block; display: inline-block;height: 50px;padding: 0px 20px;font-size: 1.1em;line-height: 50px;}
.web-menus #menu-list #select {color: #016ed5;font-weight: bold;}
.web-menus #menu-list a:hover {text-decoration: none;background-color: #000;color: #fff;}

/**首页***/
.index-cnt{padding-top: 10px;}	
.info-bor {border: 1px solid #eaeaea; background-color: #FFF;}
.tit{height: 35px; background-color: #f4f4f4; line-height: 35px;text-align: left;padding-left: 15px;}
.index-news{float: right; width: 315px; height: 348px;}
.index-news ul { padding: 10px 0px;}
.index-news ul li {height: 32px; line-height: 32px; font-size: 12px; color: #808080; padding: 0px 10px; text-align: left;width: 280px;}
.p-remark {width: 673px; height: 300px;border: 1px solid #e2e2e2;float: left; margin-top: 10px; overflow: hidden;}
.p-remark #cnt {padding: 10px 20px; line-height: 25px; text-align: left; font-size: 12px;}
.p-remark #cnt img {float: left; margin: 5px 20px 0px 0px;}
.p-right {float: right; width: 315px; height: 300px; margin-top: 10px;}
.p-right ul{padding: 20px;}
.p-right ul p{text-align: left; padding-bottom: 3px;}
.survey ul{padding: 15px 25px;}
.survey ul p{padding-bottom: 15px;}
.survey ul li{height:30px; text-align:left; }
/*图片轮部分，如量需要该模块可删除*/
.mF_liuzg{width:675px;height:350px;position:relative;overflow:hidden;font:12px/1.5 Verdana,Geneva;background:#000;float: left;}
.mF_liuzg .loading{height:350px;line-height:350px; position:absolute;z-index:9999;width:100%;color:#fff;text-align:center;background:#2c2c2c;vertical-align:middle;}
.mF_liuzg .pic{margin: 0px; padding: 0px;}
.mF_liuzg .pic li{width:675px;position:relative;overflow:hidden;*margin-top:-2px;list-style-type:none }
.mF_liuzg .pic li p{width:675px;position:absolute; text-align: center;}
.mF_liuzg .pic li p a{display:block;}
.mF_liuzg .pic li p img{width:675px;height:350px; border: none;}
.mF_liuzg .txt li{width:675px;height:36px;position:absolute;z-index:2;bottom:0;line-height:36px;overflow:hidden;display:none;}
.mF_liuzg .txt li a{display:block;color:#fff;padding:2px 0 0 16px;font-size:14px;font-weight:bold;text-decoration:none; text-align: left;}
.mF_liuzg .txt-bg{width:675px;position:absolute;bottom:0;z-index:1;height:36px;overflow:hidden;background:#333;filter:alpha(opacity=60);opacity:0.6;left: 1px;}
.mF_liuzg .num{position:absolute;z-index:3;bottom:6px;right:8px;color:#333;}
.mF_liuzg .num li{float:left;width:24px;height:24px;position:relative;line-height:24px;text-align:center;margin-right:3px;cursor:pointer;background:#404040; border-radius:12px;filter:alpha(opacity=90);opacity:0.9; color:#fff;}
.mF_liuzg .num li.current,.mF_liuzg .num li.hover{background:#fe0072;color:#fff;font-weight:bold;height:24px;line-height:24px;}

/**二级页面菜单****/
.list-cnt{margin-top: 15px; border:1px solid #e8e8e8; }
.p-left{width: 308px; float: left;padding: 15px 0px 0px 0px; border-left: 1px solid #FFF;}
.child-menu{padding: 0px 20px;}
.nav-child-menus{height: 45px;line-height: 45px;border-bottom: 1px solid #e5e5e5; text-align: left; background: url("../images/platform/menu_icon.png") no-repeat 17px; }
.topic{font-size: 18px;padding-left: 13px;line-height: 50px;color: #006dd4; text-align: left; border-bottom: 1px solid #e5e5e5;font-weight: bold; /*text-shadow: 1px 1px 1px #378bdb;*/ }
.nav-child-menus a{font-size: 1.1em;color:#8B8B8B; width: 83% !important;width:83%; height: 100%;padding-left: 17%;
  zoom: 1;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
}
.nav-child-menus a:hover{background-color: #006dd4;color: #F0F0F0;}
.nav-child-menus #select{background-color: #006dd4;color: #F0F0F0;}
.p-nav{padding: 10px 25px; border-bottom: 1px dotted #e8e8e8; text-align: left;}
.autoHei{height:auto!important;}

/**联系我们***/
.contract{padding: 0px 20px;}
.contract ul{padding: 20px 5px 40px 10px;}
.contract li{text-align: left;font-size: 13px; line-height: 25px;}


/**二级页面列表****/
.list-content{width: 878px;float: right;background-color: #ffffff; text-align: left; border-left: 2px solid #e8e8e8; padding-bottom: 0px; }
.info-content{padding: 20px 0px; }
.info-content #content{line-height: 30px; padding: 10px 20px;}
.info-content #content a{color: #2D64B3;}
.info-list{ height: 50px; line-height: 50px; border-bottom: 1px dotted #e8e8e8; padding: 0px 0px;}
.info-list #left{float: left; width: 480px;}
.info-list #right{float: right; color: #808080;}
.info-blank{font-size: 1.5em;color: #929292;text-align: center;padding-top: 35px;min-height: 500px;}
.detail-subject{font-size: 20px;line-height: 60px;color: #2A2A2A; text-align: center;}
.info_basic{line-height: 45px;color: #9D9D9D;}
.xgxx_subject{background-color: #008CBA;width: 320px;height: 40px;line-height: 40px;margin-top: 20px;color: #FFFFFF;padding-left: 25px;}
.xgxx{margin-top: 5px;padding-left: 25px;line-height: 30px;padding: 10px 20px 10px 25px;background-color: #F2F2F2;border: 1px solid #D7D7D7;}
.xgxx a{font-size: 1.1em;}

/***图片中心，相册列表********/
.pic_album { width: 200px; height: 200px; float:left; margin: 16px; display:inline;}
.pic_album p {width: 200px; height: 130px; overflow: hidden; margin-bottom: 10px; }
.pic_album li {padding-left: 10px; line-height: 25px;}
.pic_album img {width:200px; }
/**图片中心，相册详细**/
.album_info{height:auto!important; padding: 0px 25px;}
.album_info #album_pic{float: left;}
.album_info #album_pic img{width: 350px;}
.album_data{width:300px;padding: 5px 0px 2px 25px;float: left; }
.album_data #title{font-size: 22px;}
.album_data #zh{font-size: 15px;}
.album_data #en{font-size: 10px;}
.album_data p{line-height:20px;padding:5px 3px;}
.img_nav{padding: 7px;border-bottom: 1px dotted #d6d6d6;margin: 5px 25px;}
.img_list{text-align: center; height: auto; }
.img_list img {max-width: 650px;_width:expression((document.documentElement.clientWidth||document.body.clientWidth) > 650 ? "650px" :""); overflow: hidden; }

/**视频库****/
.video_area{height: 200px; width: 200px; float:left; margin:16px;position:relative; display:inline;}
.video_area p {width: 200px; height: 130px; overflow: hidden; margin-bottom: 10px; }
.video_area li {padding-left: 10px; line-height: 25px; text-align: left;}
.video_area img {width:200px; }

.player_nav{text-align: left;background: none; margin: 20px auto 10px auto;}
.related_video{height: 70px;margin-top:5px;border-bottom:0px dotted #c0c0c0;width: 100%; overflow: hidden;}
.related_video #img{float: left;height: 55px;overflow:hidden;background-color: #000000;}
.related_video #info{float: left;text-align:left;width:130px;padding: 0px 2px 3px 10px;line-height: 20px;}
.related_video #info #title{padding: 0px;font-weight: normal;}
.related_video #info #playerNum{line-height: 28px;font-weight: normal;color: #808080;}
.hot_video{height: 35px;text-align:left; width:255px; float: left; }
.hot_video #No{float:left;width:22px;height:18px; color:#ffffff;padding:1px 0px;text-align:center;background-color: #ff8000; margin-top: 3px;}
.hot_video #title{float:left;padding-left: 5px;padding-top:3px;width: 180px;}
.hot_video #access{float: right;color:#808080;padding-top:1px;}
.video_info{margin-top:10px; text-align:left;background-color:#FFF;padding:10px 9px 30px 25px;line-height:25px;display:inline;display:inline-table;height:auto!important;height:300px;min-height:300px;border: 1px solid #e8e8e8;}
.video_info #img{float: left;}
.video_info #img #pic{width: 220px;height: 120px;margin-bottom:7px;background-color: #808080;overflow: hidden;}
.video_info #info{float: left;width: 400px;padding-left: 20px; }
.download{border: none;padding: 8px 30px; background-color: #2B96F3;color: #ffffff;border-radius:3px; border: 1px solid #2B96F3;}
.download:hover{background-color: #0774D3;}
.right-min{width: 290px;float: right;}
.right_subject{background-color: #008CBA;width: 280px;height: 40px;line-height: 40px;color: #FFFFFF;padding-left: 10px;text-align: left;}
.info-right{width: 260px; padding: 0px 12px 10px 16px; height:auto!important; height:250px;min-height:250px;background-color: #ffffff; margin-bottom: 15px; border: 1px solid #e8e8e8;}
.info-right p{padding: 10px 0px; font-size: 1.4em; text-align: left;}
.play-left{float: left;text-align: left;width: 690px;background: none;border: 0px;}

/**资源库***/
.res-list{height: 30px !important;height: 40px;padding-top:10px;border-bottom: 1px dotted #e8e8e8; margin: 0px 25px;}
.res-list #subject{float: left;width:550px;padding-left: 5px;}
.res-list #subject a{font-size: 13px;}
.res-list .operation{float: right;padding-right: 5px;}
.res-list .operation .fav{width: 12px; height: 11px; display: -moz-inline-stack; display: inline-block;  *display: inline; background: url("../images/platform/favdload.png") no-repeat -12px -12px; margin-right: 10px;}
.res-list .operation .dload{width: 12px; height: 11px; display: -moz-inline-stack; display: inline-block;  *display: inline; background: url("../images/platform/favdload.png") no-repeat -13px 0px ;}
.res-list .operation .fav:hover{background-position: 0px -12px;}
.res-list .operation .dload:hover{background-position: 0px 0px; }
.res-list .res-format { color: #016ed5; display: -moz-inline-stack; display: inline-block;  *display: inline; width: 60px; font-weight: normal;}
.res_info {padding: 0px 30px 30px 30px;}
.res_info #res_title{line-height: 40px;font-size: 16px;font-weight: bold;color: #0000NC;margin-bottom: 13px;white-space: normal;}
.res_info #res_title a{line-height: 40px;font-size: 16px;font-weight: bold;color: #000000;margin-bottom: 13px;}
.res_info p{line-height: 30px;font-size: 14px;}
.res_info p{line-height: 30px;font-size: 14px;}
.down_freeze{background-color: #808080;border: none;color: #ffffff;	height: 50px;width: 130px;font-size: 16px;margin-top: 20px;}

/**产品管理*****/
.noCover{display: -moz-inline-stack; display: inline-block;  *display: inline; width: 100%; height: 100%; background-color: #28bef2; color: #FFF; font-size: 28px; text-align: center; line-height: 200px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius:3px;}
.noCover:hover{background-color: #10a2d4;}
.smallNoCover{width: 80px;height: 55px;font-size: 12px;border-radius:0px; line-height: 55px;}
.p-content {border-left: 0px; border-right: 2px solid #e8e8e8; }
.product{height:auto!important; height:210px;min-height:210px;margin-bottom: 10px;padding: 10px 25px 0px 30px;}
.product #pic{width: 250px;	height: 200px;float: left;}
.product #pic img{width: 249px;height: 199px;  -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius:3px;}
.product #pic p{line-height: 35px;text-align: center;width: 96%;}
.product #info{height: 198px;float: left;width: 410px;padding-left: 20px;}
.product #info p{padding-top: 9px;	padding-bottom: 2px;}
.product #info p a{font-size: 18px;}
.pro_remark{border-bottom: 0px;line-height: 25px;padding-top: 5px;}
.p-info-bor { border-bottom: 1px dotted #e8e8e8; margin: 10px 20px 0px 25px; padding: 5px;}
.p-info-bor #topic {font-size: 18px;line-height: 35px; font-weight: bold;}
.p-info-basic {padding-bottom: 30px;}
.p-info-basic #p_simg{float: left; width: 300px; height: 200px; overflow: hidden;}
.p-info-basic #p_simg img {width: 300px; }
.p-info-basic #p_data{float: right; width: 350px; padding-right: 15px;}
.p-info-basic #p_data #name{font-size: 18px;}
.p-info-basic #p_data #model{padding: 10px 0px; line-height: 30px;}
.p-info-basic #p_data #price{padding-bottom: 5px;}
.p-right-list {padding: 0px 20px;}
.rig-tlcp{padding: 10px;}
.rig-tlcp .list{text-align: left; height: 30px; padding-left: 5px; background: url("../images/platform/rightpoint.jpg") no-repeat 10px 10px; padding-left: 25px;}
.rig-tlcp ul{ padding-bottom: 15px; height: 50px; margin-top: 10px; overflow: hidden;}
.rig-tlcp ul .img{ float: left; }
.rig-tlcp ul .name{ float: left; padding-left: 10px; width: 100px; text-align: left; }

/**订单管理*****/
.beizhu {font-size: 12px; text-shadow: none; color: #808080; }
.orders{margin-top: 10px;padding-top: 0px;text-align: left;padding-bottom: 30px;background-color: #FFFFFF;}
.orders td{padding-left: 4px; }
.o_title{width: 25%;text-align: right;height: 40px; }
.o_input{height: 30px; width: 300px;padding-left: 5px; border-radius:3px; border: 1px solid #808080;}
.o_text{height: 80px; width: 400px;padding-top: 5px;padding-left: 5px; border-radius:3px; border: 1px solid #808080;}
.o_btn{width: 120px;height: 40px;font-size: 16px;margin-top: 5px; border-radius:3px;}
.o_msg{color: #9E9E9E; margin-left: 10px;}
.must{color: red;}
.o_result{line-height: 35px;padding-left: 60px;width: 320px;text-align: left;background: url("../images/platform/blank.png") no-repeat;}

/**检索结果***/
.sea-list{margin: 5px 20px 0px 20px; }
.sea-list ul {padding: 10px 0px;}
.sea-list ul em{color: red; font-style: normal;}
.sea-list .title{padding-bottom: 6px; }
.sea-list .dtn{border-bottom: 1px dotted #c0c0c0;}
.sea-list ul .title a{color: #006dd4;}
.sea-list .title span{font-weight: bold; margin-left: 10px; color: #202020; font-size: 15px;}
.sea-list ul .remark{line-height: 26px;}
.moreLink{display: -moz-inline-stack; display: inline-block;  *display: inline; width: 100%; height: 30px; line-height:30px; background-color: #e5e5e5; text-align: center;}
.moreLink:hover{background-color: #dddbdb;}


/**分页***********/
.p_page{margin-top:20px;float: left;width: 100%;padding-left: 30px;padding-bottom: 20px;}
.p_page a {font-size: 12px;line-height: 125%; float:left;color:#333333;margin: 0px 1px;text-decoration: none;display: inline;padding: 3px 8px;border: 1px solid #e8e8e8;}                       
.p_page a:hover{color:#ffffff;text-decoration:none;background-color: #0099FF;}
span.totals {color:#373737;float:left;margin-left:3px;}
.p_page input{float:left;height:15px;margin-top:-2px;margin-right:3px;margin-left:3px;}
a.p_num {margin-right: 1px;}
a.p_curpages{color:#FFFFFF;text-decoration: none;background-color:#0099FF;}
.goPage{width: 30px;float: left;border: 1px solid #e8e8e8;margin-top: 0px;}
.navigation{color: #4f4f4f;}
a.tiaozhuan{padding: 4px 6px;background-color: #194876;color: #ffffff;margin-left: 0px;}
a.tiaozhuan:hover{background-color: #5AA5EF;color: #ffffff;}
.p_page a.on{ }
a.p_curpage{background-color: #587b9c}
.tiaozhuanBtn{background-color:#194876;border: none;width: 30px;color: #ffffff;}
.tiaozhuan:hover{background-color: #194876;color: #ffffff;}


/**页脚***/
/*
.footer{border-top: 2px solid #1b8fc2; margin-top: 15px; padding: 20px 0px; line-height: 40px; background-color: #f3f3f3;}	
*/	

	
	
	
	
	

