﻿@charset "utf-8";

/*公用*/
.comwidth {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.clear,cl{clear:both; height:0;}.fleft,.fl{float:left}.fright,.fr{ float:right}.cen{ text-align:center;}
.h20{ height:20px;}
.top20{ margin-top:20px}.bot20{ margin-bottom:20px}.left20{ margin-left:20px}.right20{ margin-right:20px}
.top15{ margin-top:15px}.bot15{ margin-bottom:15px}.left15{ margin-left:15px}.right15{ margin-right:15px}
.top10{ margin-top:10px}.bot10{ margin-bottom:10px}.left10{ margin-left:10px}.right10{ margin-right:10px}
.top05{ margin-top:5px}.bot05 { margin-bottom:5px}.left05{ margin-left:5px}.right05{ margin-right:5px}
.border-radius-3{ -moz-border-radius: 3px 3px 0 0;-webkit-border-radius: 3px 3px 0 0;border-radius: 3px 3px 0 0;}
.border-radius-4{ -moz-border-radius: 4px 4px 0 0;-webkit-border-radius: 4px 4px 0 0;border-radius: 4px 4px 0 0;}
.border-radius-5{ -moz-border-radius: 5px 5px 0 0;-webkit-border-radius: 5px 5px 0 0;border-radius: 5px 5px 0 0;}


/*头部开始*/
.header {
    height: 80px;
    background: #fff;
}
.logo {
    width: 200px;
    height: 80px;
    overflow: hidden;
}
.nav-box li {
    float: left;
}
.nav-box li a {
    font-size: 14px;
    color: #565656;
    display: inline-block;
    padding: 0 15px;
    line-height: 80px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.nav-box li.on a,
.nav-box li:hover a {
    background: #016BC1;
    color: #fff;
}

/*头部结束*/

/*Banner开始*/
.banner {
    min-width:1000px;
    position:relative;
    height:422px;
    overflow:hidden;
}
.banner .bd {
    position:relative;
    z-index:0;
}
.banner .bd ul {
    width:100% !important;
}
.banner .bd li {
    width:100% !important;
    height:422px;
}
.banner .bd li .siteWidth {
    width:1000px;
    position:relative;
    margin:0 auto;
    height:422px;
}
.banner .bd li a {
    height:422px;
    display:block;
}
.banner .hd {
    width:100%;
    position:absolute;
    z-index:1;
    bottom:0;
    height:30px;
    line-height:30px;
    text-align:center;
}
.banner .hd ul li {
    cursor:pointer;
    display:inline-block;
    *display:inline;
    zoom:1;
    width:13px;
    height:13px;
    margin:4px;
    background:url(../images/bg.png) -23px 0px;
    overflow:hidden;
    line-height:9999px;
}
.banner .hd ul .on {
    background:url(../images/bg.png) 0px 0px;
}
/*内页banner*/
.cont-ban .banner {
    height: 350px;
}
/*Banner结束*/


/*课程中心*/
.kecheng {
    padding: 0 0 13px;
    background: #F5F5F5;
    text-align: center;
}
.comtitle {
    text-align: center;
}
.comtitle h1 {
    font-size: 40px;
    color: #016bc1;
    font-family: Arial;
    padding-top: 40px;
    text-transform: uppercase;
}
.comtitle h2 {
    font-size: 16px;
    color: #7d7d7d;
    background: url(../images/tit-bg.png) no-repeat center;
    margin-bottom: 30px;
    font-weight: normal;
}
.kecheng .show ul {
    width: 1050px;
}
.kecheng .show ul li {
    float: left;
    width: 233px;
    height: 274px;
    background: #fff;
    border: 1px solid #DADADA;
    margin: 0 20px 20px 0;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
.kecheng .show ul li .pic {
    margin-top: 22px;
}
.kecheng .show ul li h3 {
    font-weight: normal;
    font-size: 20px;
    color: #474747;
    display: inline-block;
    width: 97px;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #B8B8B8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.kecheng .show ul li p {
    padding: 0 55px;
    color: #7c7c7c;
    line-height: 20px;
    margin-top: 9px;
}
.kecheng .show ul li .more {
    display: inline-block;
    width: 95px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #016BC1;
    border-radius: 1px;
    color: #016BC1;
    margin-top: 20px;
    background: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.kecheng .show ul li .more:hover {
    background: #EAAB00;
    color: #fff;
}
.kecheng .show ul li:hover,
.kecheng .show ul li.on {
    background: #0064B9;
}
.kecheng .show ul li:hover h4,
.kecheng .show ul li.on h4 {
    border-color: #fff;
    color: #fff;
}
.kecheng .show ul li:hover p,
.kecheng .show ul li.on p {
    color: #fff;
}

/*优势*/
.youshi {
    padding-bottom: 33px;
    text-align: center;
}

/*团队*/
.team{
    padding-bottom: 39px;
    background: url(../images/tuandui-bg.jpg);
}
.team .comtitle h1,
.star .comtitle h1 {
    color: #fff;
}
.team .comtitle h2,
.star .comtitle h2 {
    color: #fff;
    background: url(../images/tit-bg2.png) no-repeat center;
}
.team .team-box {
    position: relative;
    width: 1000px;
    height: 250px;
    overflow: hidden;
}
.team .detail {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.team .detail .left {
    width: 654px;
    height: 250px;
    overflow: hidden;
}
.team .detail .right {
    width: 266px;
    height: 209px;
    padding: 12px 40px 29px;
    background: #EAAB00;
}
.team .detail .right h3 {
    color: #fff;
    font-size: 16px;
    padding-bottom: 18px;
    text-transform: uppercase;
    font-family: Arial,"微软雅黑";
}
.team .detail .right .cont {
    color: #fff;
    line-height: 25px;
    width: 100%;
}
.team .detail .right .more {
    width: 97px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #FF9000;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.team .detail .right .more a {
    padding: 2px 13px 2px 12px;
    color: #fff;
    border: 1px solid #FFC87F;
}
.team .detail .right .more:hover {
    background: #fff;
}
.team .detail .right .more:hover a {
    border-color: #FF9000;
    color: #FF9000;
}
.team .list {
    width: 100%;
    height: 98px;
    overflow: hidden;
    margin-top: 5px; 
}
.team .list ul {
    width: 1020px;
    padding-left: 3px;
}
.team .list ul li {
    width: 98px;
    height: 98px;
    margin-right: 14px;
    overflow: hidden;
    float: left;
    position: relative;
}
.team .list ul li .a-pic {
    display: inline-block;
    width: 98px;
    height: 98px;
    overflow: hidden;
    text-align: center;
    background: #fff;
}
.team .list ul li .shadow {
    display: block;
    width: 98px;
    height: 98px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #333;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: .5;
}
.team .list ul li.on .shadow {
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

/*关于我们*/
.about {
    padding-bottom: 39px;
    background: #fff;
}
.about .left {
    width: 377px;
    height: 338px;
    overflow: hidden;
    margin-right: 30px;
}
.about .right {
    width: 563px;
    padding-right: 30px;
}
.about .right h1 {
    color: #262626;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 27px;
    background: url(../images/about-h1-bg.jpg) no-repeat left bottom;
}
.about .right .cont {
    margin-top: 20px;
    color: #666;font-size: 14px;
    line-height: 26px;
}

/*明星学员*/
.star{
    padding-bottom: 29px;
    background: url(../images/tuandui-bg.jpg);
}
.star .show ul {
    width: 1050px;
}
.star .show ul li { background:#fff;
    width: 220px;
    height: 150px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    text-align: center;
}
/*.star .show ul li:first-child {
    width: 241px;
    height: 334px;
}*/
/*.star .show ul li .shadow {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #EBD47C;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    transition: .5s;
}*/
.star .show ul li div{ width: 220px;
    height: 162px;}
/*.star .show ul li:hover .shadow {
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: .7;
}
.star .show ul li .icon {
    width: 36px;
    height: 36px;
    width: 100%;
    text-align: center;
    background: url(../images/star-icon.png) no-repeat center;
    position: absolute;
    top: 30%;
    z-index: 2;
    left: -100%;
    transition: .5s;
}
.star .show ul li:hover .icon {
    left: 0;
}
.star .show ul li .pp {
    font-size: 20px;
    color: #fff;
    height: 45px;
    line-height: 45px;
    position: absolute;
    top: 60%;
    width: 100%;
    text-align: center;
    left: 100%;
    transition: .5s;
}
.star .show ul li:hover .pp {
    left: 0;
}*/

/*新闻中心*/
.news {
    padding-bottom: 39px;
    background: #fff;
}
.news .show ul {
    width: 1100px;
}
.news .show ul li {
    width: 457px;
    height: 80px;
    overflow: hidden;
    margin: 0 89px 28px 0;
    float: left;
}
.news .show ul li .date {
    width: 46px;
    height: 58px;
    text-align: center;
    color: #575757;
    font-family: Arial;
    margin: 12px 20px 0 0;
}
.news .show ul li .date span {
    font-size: 40px;
    color: #151515;
}
.news .show ul li .pic {
    width: 129px;
    height: 78px;
    overflow: hidden;
    text-align: center;
}
.news .show ul li .cont {
    width: 245px;
}
.news .show ul li .cont h5 {
    padding-bottom: 17px;
    background: url(../images/news-tit-bg.jpg) no-repeat left bottom;
}
.news .show ul li .cont h5 a {
    font-size: 12px;
    color: #282828;
}
.news .show ul li .cont h5 a:hover {
    color: #EAAB00;
}
.news .show ul li .cont p {
    margin-top: 12px;
    color: #777777;
    line-height: 18px;
}
.news .more {
    display: inline-block;
    width: 100%;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: 515151;
    background: #E8E8E8;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.news .more:hover {
    background: #EAAB00;
    color: #fff;
}

/*公用2*/
.comwidth2 {
    width: 906px;
    margin: 0 auto;
}

/*友情链接*/
.links {
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: #0E8FCE;
    border-bottom: 1px solid #5FB4DF;
}
.links span {
    font-weight: bold;
    padding-right: 3px;
}
.links a {
    color: #EDEDED;
    margin: 0 13px;
}
.links a:hover {
    color: #fff;
}


/*尾部*/
.footer {
    padding-top: 39px;
    background: #1D90CC;
}
.footer .title {
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}
.footer .left {
    color: #fff;
    line-height: 20px;
    width: 228px;
    margin-right: 38px;
}
.footer .left p {
    margin-bottom: 27px;
}
.footer .left p a {
    color: #fff;
}
.footer .left .share a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/bg.png);
    margin-right: 20px;
    opacity: .8;
}
.footer .left .share a:hover {
    opacity: 1;
}
.footer .left .share .weibo {
    background-position: 0 -25px;
}
.footer .left .share .qq {
    background-position: -50px  -25px;
}
.footer .left .share .weixin {
    background-position: -100px -25px;
}
/*留言板*/
.footer .contact {
    width: 385px;
}
.footer .contact .one-text {
    height: 28px;
    width: 385px;
    /*overflow: hidden;*/
}
.footer .contact .one-text input {
    width: 180px;
    height: 26px;
    border: 1px solid #89C7E5;
    color: #fff;
    text-indent: 10px;
    line-height: 26px;
}
.footer .contact .text {
    width: 379px;
    height: 63px;
    border: 1px solid #89C7E5;
    margin-top: 20px;
    color: #fff;
    text-indent: 10px;
    line-height: 22px;
}
.footer .contact .yzm {
    margin-top: 10px;
}
.footer .contact .yzm input {
    border: 1px solid #89C7E5;
    text-indent: 10px;
    float: left;
    width: 85px;
    margin-right: 10px;
    height: 25px;
    color: #fff;
}
.footer .contact .yzm img {
    height: 28px;
}

.footer .contact .sub {
    width: 91px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #0F6CBE;
    cursor: pointer;
    margin-top: 10px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.footer .contact .one-text input:focus,
.footer .contact .text:focus {
    border-color: #E4F0F5;
}
.footer .contact .sub:hover {
    background: #EAAB00;
}
.footer .right .qr-box {
    width: 158px;
    height: 158px;
    overflow: hidden;
    text-align: center;
}
.foo-bottom {
    height: 32px;
    line-height: 32px;
    background: #0A4E8F;
    text-align: center;
    color: #fff;
    margin-top: 30px;
}
.foo-bottom a {
    color: #fff;
}


/* -------------------------内页样式开始------------------------- */
/*内页左侧*/
#page-warp {
    width:1000px;
    margin:0 auto;
}
#left {
    float:left;
    width:220px;
    margin:20px 0;
}
.sidebar h3 {
    text-align: left;
    color: #fff;
    background: url(../images/tuandui-bg.jpg);
    text-indent: 31px;
    line-height: 70px;
    height: 70px;
    font-size: 20px;
    font-weight: normal;
    font-family: Arial,"微软雅黑";
}
.sidebar .l-tit { 
    text-align: left;
    color: #fff;
    background: url(../images/tuandui-bg.jpg);
    /*text-indent: 31px;*/
    height: 70px;
    font-size: 20px;
    /*font-weight: normal;*/
    font-family: Arial,"微软雅黑";
}
.sidebar .l-tit span {
    margin-left: 20px;
    margin-right: 5px;
    font-size: 50px;
    line-height: 70px;
}
.sidebar .l-tit h5 {
    margin-bottom: -6px;
    font-size: 16px;
    font-weight: normal;
    padding-top: 16px;
}
.sidebar .fenlei{
    overflow:hidden;
    /*border: 1px solid #D4D4D4;*/
    padding: 3px 0 13px 0;
}
.sidebar .fenlei li a{
    font-size: 14px;
    display: inline-block;
    width: 100%;
    line-height: 36px;
    /*border: 1px solid #E3E3E3;*/
    /*background: #EFEFEF url(../images/icon/fenlei-tit-bg.png) no-repeat 10px center;*/
    background: #D8D7D7;
    margin-top: 5px;
    /*text-indent: 20px;*/
    text-align: left;
	padding-left:15px;
}
.sidebar .fenlei li ul li a{
    font-size: 14px;
    display: inline-block;
    width: 100%;
    line-height: 36px;
    /*border: 1px solid #E3E3E3;*/
    /*background: #EFEFEF url(../images/icon/fenlei-tit-bg.png) no-repeat 10px center;*/
    background:#efefef;
    margin-top: 5px;
    /*text-indent: 20px;*/
    text-align: left;
	padding-left:35px;
}
.sidebar .fenlei li.on>a,
.sidebar .fenlei li a:hover { 
    /*background: #FD7E1F url(../images/icon/fenlei-tit-on-bg.png) no-repeat 10px center;*/
    background: #777;
    /*border: 1px solid #FD7E1F;*/
    color: #fff;
}
.sidebar .fenlei li a.curr { 
    background: #FFCD50; 
    color: #1E1613;
    /*border: 1px solid #FED190;*/
}
.contact-lb {
    line-height:24px;
    padding:15px;
    color: #666;
    background: #F5F5F5;
}
.contact-lb a {
    color: #666;
}
.contact-lb a:hover {
    color: #333;
}

/* 内页右侧样式*/
#right {
    float: right;
    width: 758px;
    margin: 20px 5px 15px 0;
    overflow: hidden;
}
.position{ 
    font-size: 14px;
    line-height: 27px;
    color: rgb(96, 96, 96);
}
.position span,
.position a {
    color: rgb(96, 96, 96);
}
.position a:hover {
    color: #016BC1;
}
#about,#news_list,#product {
    margin-left: 6px;
    margin-top: 20px;
    border-left: 1px dotted #DDDDDD;
    border-top: none;
    padding: 0 15px 15px 31px;
    font-size: 14px;
    line-height: 26px;
    /*overflow: hidden;*/
    position: relative;
}
.fangge {
    border: 1px solid #e5e5e5;
    width: 5px;
    height: 5px;
    background: #fff;
    position: absolute;
    left: -4px;
    top: -6px;
}
#about .cont {
    min-height: 204px;
}
#about h1 {color: #000;font-size: 20px;line-height: 35px;text-align: center;}
#about .time{ color:#999;border-bottom: 1px dotted #ddd; font-size: 12px; line-height: 30px; margin: 10px 0 15px 0; text-align:center;}
#about .time a{ color:#999;}
#about .imgshow img{ max-width:600px; margin:10px auto;}
.bds_more{ background:none;}

#news_list ul li{ 
    background:url(../images/icon/arc.gif) no-repeat -2px 4px; 
    display:block; 
    border-bottom:1px dashed #d8d8d8; 
    margin-bottom:10px; 
    padding:0 0 10px 20px;
}
#news_list ul li h2{ font-size:14px; height:30px; overflow:hidden; line-height:30px; margin-bottom:2px;}
#news_list ul li h2 label{color:#aeaeae; display:inline; float:right; font-size:12px; font-weight:100; width:180px; text-align:right;}
#news_list ul li h2 label a{ float:right; margin-top:2px;}
#news_list ul li h2 label a img{ margin-top:3px;}
#news_list ul li h2 a{ font-size:14px; color:#333;}
#news_list ul li p{ line-height:20px; color:#666;}
#news_list ul li h2 a:hover {
    color: #01AEF0;
    /*text-decoration: underline;*/
}
/*--/news_list--*/

/* 产品分类样式*/
#prod_wrap {
    height:490px;
    background:url(../images/mainbg.jpg) repeat-x left bottom;
    padding-top:35px;
}
#main {
    width:980px;
    margin:0 auto;
    padding-bottom:20px;
    display:table;
    overflow-x:hidden;
}
#categories {
    float:left;
    width:228px;
}
#categories h3 {
    height:50px;
    line-height:50px;
    background:url(../images/productbg.jpg) no-repeat left top;
    font-size:24px;
}
#categories h3 {
    background-position:left top;
    text-align:center;
    color:#fff;
}
#categories .fenlei {
    height:430px;
}
#categories .fenlei li {
    background:url(../images/fenlei_li.jpg) no-repeat;
    margin-top:10px;
    height:34px;
}
#categories .fenlei li a {
    display:block;
    width:193px;
    padding-left:35px;
    height:34px;
    line-height:34px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#categories .fenlei li:hover a {
    background:url(../images/fenlei_lia.jpg) no-repeat;
    color:#fff;
}

/* 首页产品列表样式 */
#product_list {
    margin-left: 6px;
    margin-top: 20px;
    border-left: 1px dotted #DDDDDD;
    border-top: none;
    padding: 0 15px 15px 31px;
    font-size: 14px;
    line-height: 26px;
    position: relative;
}

#product_list ul li{ float:left; display:inline; margin: 15px;text-align:center; }
#product_list ul li .a-pic {width: 200px; height: 160px;border:1px solid #ddd; padding:1px;}
#product_list ul li h2 { 
    height:30px; 
    overflow:hidden; 
    line-height:30px; 
    margin-bottom:2px;
    font-weight: normal;
}
#product_list ul li h2 a {
    color: #353535;
    font-size: 18px;
}
#product_list ul li h2 a:hover {
    color: #0996DD;
}
#product_list ul li h5 {
    margin: 5px 0;
    padding-left: 63px;
    display: inline-block;
    font-weight: normal;
    color: #ABABAB;
    background: url(../images/bg.png) no-repeat -257px -363px;
}
#product_list ul li p { 
    line-height:20px; 
    color:#666;
    font-size: 12px;
}



/*分页样式*/
#pagelist {
    padding: 5px 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 3px;
}
#pagelist a, 
span.page_index,
span.page_prev, 
#pagelist span.active, 
span.page_end, 
span.page_next, 
#pagelist span {
    cursor: pointer;
    padding: 2px 7px;
    font-size: 12px;
    border: 1px solid #CCCCCC;
}
#pagelist span.active { 
    background-color: #ADADAD;
    color: #fff;
    border-color: #ADADAD;
}
#pagelist a:hover, #pagelist span:hover {
    background-color: #ADADAD;
    color: #fff;
    border-color: #ADADAD;
}
#pagelist span:first-child {
    
    border: none;
}
#pagelist span:first-child:hover {
    background: #fff;
    color: #333333;
    cursor: default;
}
/*--/pagelist--*/

.prew, .nextw { margin-top:20px; background: url("../images/ui_pre_info.gif") no-repeat scroll left 6px;float: left;height: 24px;line-height: 24px;overflow: hidden;padding-left: 15px;text-align: left;width: 46%; color:#878787; font-size:12px;}
.nextw { background: url("../images/ui_next_info.gif") no-repeat scroll right 6px;float: right; padding-right: 15px; text-align: right;}
.prew a, .nextw a { color:#878787; font-size:12px;}
.prew a:hover, .nextw a:hover, .about .time a:hover {color: #332520;}
.prew i,
.nextw i {
    color: #000;
    font-style: normal;
}

/*--/next_prew--*/

/*相关资讯&相关产品的轮播*/
#xg_news {
    padding-top: 10px;
}
#xg_pic {
    /*margin-top: 10px;*/
}
#xg_pic h2, #xg_news h2, #plun h2,.content h2{
    font-weight: normal;
    color: #333;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #016BC1;
}
#xg_pic h2 span, #xg_news h2 span, #plun h2 span,.content h2 span {
    padding: 0 15px 0 5px;
    display: inline-block;
    font-size: 18px;
}
#xg_news ul li {
    background: url("../images/ico10.gif") no-repeat scroll 10px center;
    border-bottom: 1px dashed #d8d8d8;
    float: left;
    height:30px;
    line-height: 30px;
    overflow:hidden;
    padding: 0 1% 0 3%;
    width: 46%;
}
#xg_news ul li a{ font-size:12px;}
#xg_news ul li a:hover {
    color: #322823;
}
.di { border: 1px solid #d8d8d8; height: 160px; overflow: hidden; width: 160px; background-color:#fff;}
.di:hover {border: 1px solid #B0B0B0; opacity: 0.8;}
#marquee { margin-top:30px; overflow:hidden; width:100%;}
#marquee img {}
#marquee dl, #marquee dt, #marquee dd, #marquee a { float: left; padding: 0; text-align:center; font-size:12px;}
#marquee a{ margin:0 5px 0 5px; width:162px; overflow:hidden;}
#marquee dl dt a { display:inline; float:left; line-height: 20px;}
#marquee dl dt a:hover { color: #000;}
#marquee dl { width:1000%; }

.probar { padding: 10px 0 0;}
.probar_left { width: 673px;}
.probar_right { height: 402px; width: 296px;}
.probar_right li { border: 0 none;}
.probar_right li h1, .probar_right li h3 {    border-bottom: 1px dashed #d8d8d8;}
.tagContent_ { border: 1px solid #d8d8d8; height: 400px; overflow: hidden; text-align: center; width: 400px;}
#thumb { float: left; overflow: hidden; width: 402px;}
#thumb li { border: 1px solid #d8d8d8; display: inline; float: left; height: 70px; margin: 10px 4px; overflow: hidden; text-align: center; width: 70px;}
#thumb li:hover { border: 1px solid #d8d8d8;}
#thumb li img {}
#thumb li A { float: left; height: 70px; line-height: 70px; text-align: center; width: 70px;}
#thumb li.emptyTag {}
#thumb li.selectTag { position: relative;}
#thumb li.selectTag A {}

.big{ background:url(../images/big.png) no-repeat 150px center; float:left; width:100%; text-align:center; height:18px; line-height:18px; padding-left:20px;}

#show{ width:400px; height:400px; overflow:hidden; position:relative; left:0; border:1px solid #d8d8d8; text-align:center; background-color:#fff;}
#show_mark{ position:absolute; top:0; left:0; width:400px; height:400px; background-color:#000; opacity:1; filter:alpha(opacity=50); cursor:crosshair; border:1px solid #999; display:none; }
#zoom{ float:left; position:relative; left:412px; margin-top:-402px; z-index:3; width:300px; height:400px; text-align:center; line-height:400px; display:none; overflow:hidden; border:1px solid #eee; background-color:#fff; z-index:1000;}
#zoom img{ position:absolute; margin:0 auto;}

.probar_right ul { padding: 0 0 0 15px;}
.probar_right ul li { padding: 0 0 0 10px;}
.probar_right ul li h1, .probar_right ul li h3 { color:#181818; font-size: 14px; line-height: 30px; text-align: left;}
.inp, .textarea { border: 1px solid #d8d8d8;color: #686868; font-size: 12px; font-family: "宋体"; height: 24px; line-height: 24px; margin: 5px 0 0; overflow: hidden; padding: 0 5px 0 7px; width: 247px; background:none;}
.inp { height: 24px;}
.textarea { height: 60px;}
.code{ float:left; border:1px solid #d8d8d8; height:18px; margin-right:8px; width:60px; padding:1px; text-align:center; background:none;}
.sub { /*background: url("../images/zixun.gif") no-repeat scroll left center; border: 0 none; cursor: pointer; float: left; height: 23px; width: 61px;*/ margin-top:10px;}

/*--/probar--*/

/*--/guest--*/
#guest {
    color: #545454;
    line-height: 22px;
    width: 680px;
}
.input_on {
    background-color: #FFFFCC;
    background-image: none;
    border: 1px solid #999999;
    float: left;
    height: 18px;
    margin: 0;
    padding: 2px 8px 0 3px;
}
.input_off {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    float: left;
    height: 18px;
    margin: 0;
    padding: 2px 8px 0 3px;
}
.input_move {
    background-color: #FFFFCC;
    background-image: none;
    border: 1px solid #0088CD;
    float: left;
    height: 18px;
    margin: 0;
    padding: 2px 8px 0 3px;
}
.input_out {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    float: left;
    width:260px;
    height: 28px;
    line-height:28px;
    margin: 0;
    padding: 0px 8px 0 3px;
}
.input_out1:focus,
.input_out:focus {
    border-color: #016BC1;
}
.input_out1 {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    float: left;
    font-size: 12px;
    height: 100px;
    line-height:20px;
    margin: 0;
    padding: 2px 8px 0 3px;
    resize: none;
    width: 400px;
}
.input_out2 {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    float: left;
    height: 18px;
    margin: 0;
    padding: 2px 8px 0 3px;
    width: 80px;
}
#guest .input_test {
    list-style-type: none;
    margin: 20px 0 0 60px;
    padding-bottom: 10px;
}
#guest ul.input_test .hr {
    display: block;
    float: left;
    line-height: 27px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
#guest ul.input_test li {
    background-image: none;
    display: inline;
    float: left;
    margin:20px 0 0px 0;
    width: 610px;
}
#guest .input_test label {
    background-image: none;
    float: left;
    font-size: 12px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-align: right;
    width:60px;
}
#guest .input_test span {
    background-image: none;
    color: #999999;
    float: left;
    font-size: 12px;
    line-height: 30px;
    margin-left: 0;
    padding-left: 10px;
    text-align: left;
}
#guest .input_test span.inp_zd,#guest .input_test span .inp_zd{ width:250px; height:30px; overflow:hidden;}
#guest .input_test .red {
    color: #FF0000;
    float: none;
}
.yanzhen .code_img { 
    height:31px;
    vertical-align: middle;
}
#guest .code_img{ height:28px; margin:1px auto;}
#sub_btn, #sub_reset {
    height: 24px;
    line-height: 24px;
    margin-right: 10px;
    width: 50px;
}
#sub_btn:hover {
    height: 24px;
    line-height: 24px;
    width: 50px;
}
.inp_kg {
    overflow: hidden;
    width: 50px;
}
#submit, #sub_reset {
    background: red;
    color: #fff;
    cursor: pointer;
    height: 30px;
    width: 70px;
    font-size: 14px;
    font-family: "微软雅黑";
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#submit:hover,
#sub_reset:hover {
    background: #333;
}

#guest #submit,
#guest #sub_reset {
    /*border-radius: 3px;*/
    color: #FFf;
    cursor: pointer;
    height: 30px;
    width: 64px;
    /*background: #E3AD00;*/
}
/*yp*/
#guest #sub_reset {
    margin-left: -63px;
}

/*--Guest--*/

#plun {
    border: 1px solid #D3D3D3;
    margin: 20px 0 0 -2px;
    padding: 10px;
    width: 684px;
}
#plun h5 {
    display: block;
    padding: 0 10px 10px;
}
#plun h5 span {
    color: #6B6B6B;
    float: right;
}
#plun h5 label {
    color: #71706D;
    font-size: 14px;
}
#plun .pl {
    margin: 10px 0 0;
}
#plun .pl .text {
    border: 1px solid #D3D3D3;
    color: #666666;
    display: block;
    font-family: "宋体",Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 80px;
    line-height: 18px;
    width: 682px;
}
#plun .pl li {
    float: left;
    margin: 10px 0 0;
    text-align: left;
    width: 100%;
}
.plun_inp {
    /*border-radius: 3px;*/
    background: red;
    color: #fff;
    border: 0 none;
    height: 30px;
    margin-right: 10px;
    padding: 0;
    width: 66px;
}
.plun_inp:hover {
    cursor: pointer;
    background: #333;
}
.emiall {
    border: 1px solid #eee;
    float: left;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
    padding: 0 10px 0 0;
}
.em1 {
    color: #666666;
    margin:0 7px;
}
#plun .pl li em {
    float: left;
    height: 22px;
    margin: 0 10px;
    width: 60px;
}
#plun .ly {
    padding: 5px 0;
}
#plun .ly li {
    border-bottom: 1px dashed #CFD3D6;
    clear: both;
    margin: 10px 0 0;
    padding: 0 5px 5px;
}
#plun .ly li label {
    background: url("../images/arrow.gif") no-repeat scroll 2px center transparent;
    color: #267CC8;
    padding: 0 0 0 15px;
}
/*--Guest--*/

#tbox { width:54px; float:right; position:fixed; right:85px; bottom:50px; _position:absolute; _bottom:auto; _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
_margin-bottom:15px; z-index:9998 }
#tbox a { overflow:visible; position:relative }
#gotop, #moblie, #home { display:block; width:50px; height:50px; margin-bottom:2px }
#gotop { background:#d3d3d3 url(../images/icon/top_icon.png) no-repeat 5px 3px; }
#home { background:#d3d3d3 url(../images/icon/home_ico.png) no-repeat 5px 3px; }
#moblie { background:#d3d3d3 url(../images/icon/moblie_icon.png) no-repeat 5px 3px; position:relative; }
#gotop:hover { background:#9B9B9B url(../images/icon/top_icon.png) no-repeat 5px 3px; }
#home:hover { background:#9B9B9B url(../images/icon/home_ico.png) no-repeat 5px 3px; }
#moblie:hover { background:#9B9B9B url(../images/icon/moblie_icon.png) no-repeat 5px 3px; }
#moblie .moblie_Code { position:absolute; right:55px; top:-80px; z-index:999999; background:url(../images/icon/mobibarcodeui_tech.png) no-repeat; width:160px; height:160px; text-align:center; }
#moblie .moblie_Code img { margin:5px 0 0 0px; margin-right:10px; }
#moblie .moblie_Code p { width:110px; color:#333; font-site:14px; margin-left:22px; }
.pop_showmsg_wrap:focus { outline:0 none; }
.pop_showmsg_wrap, .pop_showmsg { background:#f6fbfe url(../images/icon/pop_showmsg.png) no-repeat; }
.pop_showmsg_wrap { position:fixed; _position:absolute; z-index:11; height:55px; padding-right:9px; background-position:right 0; border-radius: 8px; box-shadow:0 0 10px #e1e1e1; }
.pop_showmsg { height:55px; font-size:14px; background-position:left 0; border-top-left-radius:8px; border-bottom-left-radius:8px; display:inline-block; }
.pop_showmsg span { padding:10px 10px 10px 68px; display:block; line-height:36px; height:35px; text-shadow: 0 1px 1px #eee; color:#333; }
.pop_showmsg span.success { background:url(../images/icon/success.gif) 20px center no-repeat; }
.pop_showmsg span.warning { background:url(../images/icon/warning.gif) 20px center no-repeat; }

/*hr*/

#about2 .cont{font-size:14px; line-height:26px; min-height:200px; padding-bottom:20px;border: 1px solid #D4D4D4;
  border-top: none;}
#wrapper{ width:100%; display:table; height:auto;}