@charset "utf-8";
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{background:#FFFFFF;width: 100%;font-size:14px; color:#000; line-height:24px; font-family:"微软雅黑", "黑体", "宋体";}
a{color: #000000;text-decoration: none;}
a:hover{text-decoration: none;}
img { border:none; }
ol,ul,li { list-style:none; }
table { border-collapse:collapse; }
.f-l{float:left}
.f-r{float:right}
.clear{zoom:1}
.clear:after{content: '';display: block;clear: both;}
#header_wrap,#main_wrap,#footer_wrap{width: 100%;}
.header-inner,.main-inner,.footer-inner{width: 1100px;margin: 0 auto}
/*header*/
#header_wrap{background: #ac0909;color: #FFFFFF;padding: 10px 0px;}
#header_wrap a{color: #FFFFFF;}
.logo{display: inline-table;}
.logo img,.logo span{vertical-align: middle;}
.logo span{font-weight: 1000;font-size: 18px;margin-left: 8px;}
#nav_wrap{margin-left: 30px;margin-top: 2px;}
#menu li{float: left;position: relative;}
.triangle span{width:18px;height:24px;background: url(../../../images/2013/activity/images1/traidown.png) no-repeat right center;display: inline-block;
   transform-origin: 50% 50% 0;transition: transform 0.2s ease-in 0s;  -moz-transition: transform 0.2s ease-in 0s; }
.triangle:hover span{display: inline-block;width:18px;height:24px;background: url(../../../images/2013/activity/images1/traidown.png) no-repeat right center;transform: rotate(180deg);  
    transform-origin: 50% 50% 0;transition: transform 0.2s ease-in 0s;-moz-transform: rotate(180deg);-moz-transition: transform 0.2s ease-in 0s;}
#menu li a{font-size: 16px;display: block;transition: 0.2s;padding: 0px 15px;line-height: 22px;color: #ffffff;}
#menu li a:hover{text-decoration: none;color: #FFFFFF;}
#menu li ul{position:absolute;top:100%;left:0;height:auto;z-index: 100;}
#menu li ul li{padding: 0;}
#menu li ul li a{text-align: center;background:#e80028;opacity: 0.9;font-size: 14px;height: 30px;padding: 0 5px;
transition: 0.5s; color: #FFFFFF;display: block;width: 200px;line-height:30px;border-bottom: 1px solid #FFFFFF;}
#menu li ul li:last-child a{border: none;}
#menu li ul li a:hover{color: #FFFFFF;background: #b0011f;}
div.hRegLogin a {color: #FFFFFF;font-size: 12px;font-weight: bold;}
.main-inner{margin-top: 20px;}
.main-left{width: 750px;margin-right: 30px;float: left;}
.main-right{width: 320px;float: left;}
/*banner*/
.banner{width: 750px;height: 330px;overflow: hidden;margin-bottom: 16px;}
.slide_x{overflow:hidden;position:relative;margin:0px auto;width:750px;height:330px;}
.slide_x a{color:#eee;text-decoration:none;}
.slide_x .box{overflow:hidden;position:relative;width:750px;height:330px;}
.slide_x .list{overflow:hidden;width:9999px;}
.slide_x .list li{float:left;position:relative;width:750px;}
.slide_x .list img{vertical-align:top;}
.slide_x .list p{position:absolute;bottom:0;left:0;width:100%;height:30px;color:#FFFFFF;font-size:16px;line-height:30px;text-indent:12px;
filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#99000000',endColorstr='#99000000');background:rgba(0,0,0,0.6);}
.slide_x .btn{overflow:hidden;position:absolute;bottom: 5px;right: 5px;height: 10px;}
.slide_x .btn li{float:left;width:10px;height:10px;margin:0 5px;background-image:url(../../../images/2013/activity/images1/bg15.png);*display:inline;*zoom:1;margin:0 0 0 10px;}
.slide_x .btn .selected{width:25px;background-image:url(../../../images/2013/activity/images1/bg16.png);}
.slide_x .minus{position:absolute;top:125px; left:0px;width:40px;height:80px;background-image:url(../../../images/2013/activity/images1/bg17.png);background-repeat:no-repeat;text-align:center;cursor:pointer;}
.slide_x .plus{position:absolute;top:125px; right:0px;width:40px;height:80px;background-image:url(../../../images/2013/activity/images1/bg18.png);background-repeat:no-repeat;text-align:center;cursor:pointer;}
.slide_x .minus:hover{background-image:url(../../../images/2013/activity/images1/bg19.png);}
.slide_x .plus:hover{background-image:url(../../../images/2013/activity/images1/bg20.png);}
/*active-list*/
.actv-list{margin-top: 14px;}
.actv-title{width: 750px;}
.actv-title h3{float: left; background: url(../../../images/2013/activity/images1/title_bg.png) no-repeat left center;font-size: 18px;color: #575757;text-indent: 35px;line-height: 36px;}
.actv-title hr{float: right;border: none;border-top: 2px #E5E5E5 solid;padding: 0;margin: 0;color: #E5E5E5;height:1px;margin-top: 20px;width: 628px}
.actv-item{border-bottom: 1px dotted #E5E5E5;padding-bottom: 20px;padding-top:20px;}
.actv-item:first-child{padding-top: 0px;}
.actv-item:last-child{border-bottom: none;}
.actv-pic{float: left;width: 180px;margin-right: 15px;}
.actv-pic a{width: 180px;height: 130px;display: block;overflow: hidden;border-radius: 1px;overflow: hidden;}
.actv-pic a img{display: block;border: 0;width: 100%;transform: scale(1);transition: all 0.5s ease 0s;
-webkit-transform: scale(1);  -webkit-transform: all 0.5s ease 0s;  }
.actv-pic a:hover img{ transform: scale(1.1);transition: all 0.5s ease 0s;  
-webkit-transform: scale(1.1);-webkit-transform: all 0.5s ease 0s; }
.actv-intro{float: left;width: 555px;color: #6e6e6e;}
.actv-intro h3 a{font-size: 20px;color: #404040;}
.actv-intro h3 a:hover{color: #AC0909;}
.actv-intro .date{font-weight:600;margin-top: 5px;}
.actv-intro .intro-p{font-size: 14px;line-height: 18px;display: block;height: 36px;overflow: hidden;}
.actv-intro .label{margin-top: 10px;}
.actv-intro .label a{padding: 0px 5px;border: 1px solid #6e6e6e;color:#6e6e6e;margin: 0px 3px 0px 1px;border-radius: 4px;box-shadow: 1px 1px 1px #404040;font-size: 12px;}
.actv-intro .label a:hover{color: #ac0909;}
.quotess{margin-top: 30px;}
.quotess input{width: 750px;border: none;color: #9D9D9D;background: #F2F2F2;font-size: 18px;font-weight: lighter;overflow: hidden;
    height: 40px;border-radius: 8px; -webkit-transition: all 1s ease 0s;font-family: tahoma,Verdana,Arial,'微软雅黑';
    -moz-transition: all 1s ease 0s;-o-transition: all 1s ease 0s;-ms-transition: all 1s ease 0s;-chrome-transition: all 1s ease 0s;-moz-transition: all 1s ease 0s;}
.quotess input:hover{background: #dedede;color: #000000;}
/*right*/
.section{margin-bottom: 20px;}
.section h3{color:#505050;font-size: 18px;border-bottom: 2px solid #E5E5E5;text-align: center;padding-bottom: 10px;margin-bottom: 10px;}
.list_lh{overflow: hidden;height: 200px;}
.list_lh li{height: 40px;width:320px;}
.list_lh li span{width: 2px;height: 32px;display: inline-block;float: left;}
.list_lh li a{display: inline-block;font-size: 14px;color: #6E6E6E; line-height: 16px;height: 32px;width: 308px;float: left;border-bottom: 8px solid #FFFFFF;padding-left: 10px;}
.list_lh li:nth-child(6n+1) span{background: red;}
.list_lh li:nth-child(6n+2) span{background: orange;}
.list_lh li:nth-child(6n+3) span{background: yellow;}
.list_lh li:nth-child(6n+4) span{background: green;}
.list_lh li:nth-child(6n+5) span{background: blue;}
.list_lh li:nth-child(6n+6) span{background: plum;}
.list_lh li a:hover{color: #AC0909;}

.forum-ul{}
.forum-box .forum-ul li{white-space: nowrap;text-overflow:ellipsis; overflow:hidden;width: 320px;margin: 5px 0px;}
.forum-box .forum-ul li a{display: block;text-indent: 15px;background: url(../../../images/2013/activity/images1/list-arrow.png) no-repeat left center;
font-size: 14px;color: #6E6E6E; line-height: 24px;white-space: nowrap;text-overflow:ellipsis; overflow:hidden;width: 320px;transition: 0.2s all ease-in-out}
.forum-ul li a:hover{color: #AC0909;}
.hddr-one{margin:10px 0px;}
.hddr-one dl{border-bottom: 1px dotted #E5E5E5;}
.hddr-one:last-child dl{border-bottom: none;}
.hddr-one dl dt{float: left;width: 80px;}
.hddr-one dl dt img{width: 70px;height: 70px;border-radius: 50%;overflow: hidden}
.hddr-one dl dt img:hover{opacity: 0.8;transition: 0.2s;}
.hddr-one dl dd{float: left;width:240px;}
.hddr-one dl dd a{font-weight: normal;font-size: 16px;color: #AC0909;margin-top: 8px;display: block;}
.hddr-one dl dd p{font-size: 13px;color: #515051;margin-top: 4px;}
/*在线研讨会*/
.namePrize{padding:10px 0;border-bottom:dotted 1px #E5E5E5;zoom:1;text-align:left;}
.namePrize:last-child{border-bottom: none;}
.namePrize dl{clear:both;line-height:24px;clear:both;zoom:1;}
.namePrize dt{float:left;width:50px;font-weight:bold;font-size:14px;text-align:left;color:#A7A7A7;}
/*.namePrize dt.mTit{padding-bottom:3px;width:auto;font-size:16px;font-weight:normal;text-indent: 10px;background: url(../../../images/2013/activity/images1/webinar-dot.png) no-repeat left center;}*/
.namePrize dt.mTit{padding-bottom:3px;width:auto;font-size:16px;font-weight:normal;text-indent: 10px;background: url(../../../images/2013/activity/images1/webinar-dot.png) no-repeat left 10px;}
.namePrize dt.mTit a{color:#333;}
.namePrize dt.mTit a:hover{color: #AC0909;}
.namePrize dd{float:right;padding-bottom:2px;width:270px;color:#A7A7A7;}
.namePrize dd a{color:#CCC;}
.namePrize dd a.regM{float:right;font-weight:bold;background:#AC0909;color:#FFF;padding:2px 5px;}
.namePrize dd a.regM:hover{text-decoration:none;background:#666;}
    
/*footer*/
#footer_wrap{background: #262628;padding: 25px 0px;color: #FFFFFF;margin-top: 80px;}
.footer-inner{}
.fot_l,.fot_r{height: 40px;float: left;}
.fot_l{width: 668px;font-size: 12px;border-right: 1px solid #353537;}
.fot_r{width: 400px;border-left: 1px solid #28282a;padding-left: 10px;}
.fot_r a{float: right;color: #FFFFFF;display: block; width:46px;height: 46px;border-radius: 50%; background: #525256;margin-left: 20px;transition: background-color,background-image 2s ease-in-out;}
.fot_r a:nth-child(1){background: url(../../../images/2013/activity/images1/footer_bg.jpg) no-repeat 0px 0px;}
.fot_r a:nth-child(2){background: url(../../../images/2013/activity/images1/footer_bg.jpg) no-repeat -46px 0px;}
.fot_r a:nth-child(3){background: url(../../../images/2013/activity/images1/footer_bg.jpg) no-repeat -92px 0px;}
.fot_r a:nth-child(4){background: url(../../../images/2013/activity/images1/footer_bg.jpg) no-repeat -138px 0px;}
.fot_r a:nth-child(5){background: url(../../../images/2013/activity/images1/footer_bg.jpg) no-repeat -184px 0px;}
.fot_r a:nth-child(6){background: url(../../../images/2013/activity/images1/footer_bg.jpg) no-repeat -230px 0px;}
.fot_r a:nth-child(1):hover{background: url(../../../images/2013/activity/images1/footer_bg.jpg) no-repeat 0px -50px;}
.fot_r a:nth-child(2):hover{background: url(../../../images/2013/activity/images1/footer_bg.jpg) no-repeat -46px -50px;}
.fot_r a:nth-child(3):hover{background: url(../../../images/2013/activity/images1/footer_bg.jpg) no-repeat -92px -50px;}
.fot_r a:nth-child(4):hover{background: url(../../../images/2013/activity/images1/footer_bg.jpg) no-repeat -138px -50px;}
.fot_r a:nth-child(5):hover{background: url(../../../images/2013/activity/images1/footer_bg.jpg) no-repeat -184px -50px;}
.fot_r a:nth-child(6):hover{background: url(../../../images/2013/activity/images1/footer_bg.jpg) no-repeat -230px -50px;}
/*gotop*/
.cbbfixed {position: fixed;right: 10px;transition: bottom ease .3s;bottom: -85px;z-index: 3;cursor:pointer;}
.cbbfixed .cbbtn {width: 40px;height: 40px;display: block;background-color: #AC0909;}
.cbbfixed .gotop {transition: background-color ease .3s;margin-top: 1px;}
.cbbfixed .gotop .up-icon{float:left;margin:14px 0 0 9px;width:23px;height:12px;background: url(../../../images/2013/activity/images1/side-icon02.png);}
.cbbfixed .gotop:hover {background-color:#2c2d2e;}
.cbbfixed .cweixin {background: #dadbdd;}
.cbbfixed .cweixin div {background: url(../../../images/2013/activity/images1/qrcode.png);width: 194px;height: 199px;position: absolute;left: -194px;top: -115px;opacity: 0;transform: scale(0);    -webkit-transform: scale(0);transform-origin: 100% 70%;-webkit-transform-origin: 100% 70%;transition: transform ease .3s,opacity ease .3s;-webkit-transition: all ease .3s;display:none\0;*display:none;}
.cbbfixed .cweixin:hover div {display: block;transform: scale(1);-webkit-transform: scale(1);opacity: 1;*display:block;}
.cbbfixed .cweixin .weixin-icon{float: left;margin:12px 0 0 11px;width:18px;height: 18px; background: url(../../../images/2013/activity/images1/side-icon01.png);}

/*listpage*/
.order{background: #E5E5E5;padding: 2px 5px 2px 10px;margin-top: 10px;}
.order strong{font-size: 14px;text-indent: 20px;font-weight: 500;}

.page-box{margin-top: 30px;}
.page-box a{float: left;padding: 0px 10px;border: 1px solid #DEDEDE;font-size: 14px;transition: 0.2s;line-height: 30px;margin: 0px 4px;border-radius: 2px;}
.page-box a:hover{background: #AC0909;color: #FFFFFF;border: 1px solid #AC0909;}
.page-box span{float: left;margin: 10px 10px 0px 10px;}
.page-box a.current{background: #AC0909;color: #FFFFff;}
/*面包屑导航*/
.position{margin: 0px;color: #8f8f8f;font-size: 12px;}
.position a{color: #8f8f8f;}
.position a:hover{color: #AC0909;}