@charset "utf-8";
/* CSS Document */
body{margin: 0px auto; padding: 0px; font-size: 14px; line-height:24px; color: #333; font-family:Microsoft YaHei;}
div{margin: 0px; padding: 0px;}
span, p{margin: 0px; padding: 0px;}
h1,h2,h3,h4,h5,h6{margin: 0px; padding: 0px;}
img{margin: 0px; padding: 0px;}
dl,dt,dd,ol,ul,li {margin: 0px; padding: 0px; list-style: none;}
img{border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;}
form,input,select{margin: 0px; padding: 0px;}
ul{list-style-type: none;}
a{text-decoration: none; color: #333; transition: all 0.6s;}
a:hover{text-decoration: blink; color:#f00;transition: all 0.6s;}
img{transition: all 0.5s linear;}
img:hover{transition: all 0.5s linear;}

.clear{height:0; overflow:hidden; clear:both;}
::selection{background-color: red; color: #fff;}

/*抖动样式二*/
@-webkit-keyframes test{
0%{transform:translate(0,0)}
50%{transform:translate(0,5px)}
100%{transform:translate(0,0)}
}

body{ background:#fbfbfb url(https://memberpic.114my.com.cn/dghsjcjs/uploadfile/image/20251127/20251127104244_469902030.jpg) no-repeat bottom; background-attachment:fixed;}

/*head*/
.head_t{width:100%; height:46px; line-height:46px; background:#fff; font-size:14px; border-bottom:solid 1px #ccc; color:#666; min-width:1200px;}
.head_t a{width:100%; font-size:14px; color:#666;}
.head_tW{width:1200px; margin:0 auto;}
.head_tl{float:left;}
.head_tr{float:right; overflow:hidden;}

.head{width:100%; height:180px; min-width:1200px;}
.headW{width:1200px; margin:0 auto;}
.head_logo{float:left; overflow:hidden; margin-top:42px;}
.head_line{float:left; overflow:hidden; height:90px; width:1px; margin:0 40px; margin-top:52px; background:#ccc;}
.head_m{float:left; margin-top:44px;}
.head_mm{font-size:40px; line-height:56px;}
.head_mn{font-size:30px; color:#853f08; line-height:36px;}
.head_r{float:right; width:286px; margin-top:60px;}
.head_rm{font-size:24px; line-height:40px; padding-left:48px; background:url(https://memberpic.114my.com.cn/dghsjcjs/uploadfile/image/20251127/20251127104244_1275373301.png) no-repeat left center;}
.head_rs{font-family:"MS Serif", "New York", serif, Arial, Helvetica, sans-serif; font-size:33px; line-height:35px; letter-spacing:2px; color:#853f08; font-weight:bold;}

/*nav*/
#nav{width:100%; height:60px; background:url(https://memberpic.114my.com.cn/dghsjcjs/uploadfile/image/20251127/20251127104244_1400759111.jpg) center; min-width:1200px; z-index:12; position:relative;} 
#navW{width:1200px; margin:0 auto;} 
#nav ul{width:1200px; height:60px; float:left;}
#nav li{float:left; text-align:center; width:133px; height:60px;transition: all 0.5s linear; position:relative;}
#nav ul li a{text-decoration: none; font-size:18px; line-height:60px; height:60px; display:block; text-align:center; color:#fff; transition: all 0.5s linear; position:relative; z-index:3;}
#nav ul li a:hover, #nav ul .none a, #nav .a_nav a{text-decoration:none; transition: all 0.5s linear;}

#nav .nav_t a{ text-shadow:0px 0px 10px #632c03;}

#nav ul li strong{transition: all 0.5s linear; display:block; position:absolute; z-index:1; width:100%; height:60px; top:0px; filter:Alpha(opacity=0); opacity:0.0;}
#nav ul li span{display:block; position:absolute; transition: all 0.5s linear; filter:Alpha(opacity=0); opacity:0.0; z-index:1; width:100%; height:60px; top:0px;}
.nav_t span, .nav_t strong{background:#ca7106; }

#nav ul .a_nav strong, #nav .a_nav strong{transition: all 0.5s linear; top:0px; filter:Alpha(opacity=1); opacity:1;}
#nav ul .a_nav span, #nav .a_nav span{transition: all 0.5s linear; top:60px; filter:Alpha(opacity=50); opacity:0.5;}

#nav ul .a_nav:hover strong, #nav .a_nav:hover strong{transition: all 0.5s linear; top:-60px; filter:Alpha(opacity=1); opacity:0.5;}
#nav ul .a_nav:hover span, #nav .a_nav:hover span{transition: all 0.5s linear; top:0px; filter:Alpha(opacity=50); opacity:1;}

#nav ul li:hover strong{transition: all 0.5s linear; top:-68px; filter:Alpha(opacity=1); opacity:1;}
#nav ul li:hover span{transition: all 0.5s linear; top:0px; filter:Alpha(opacity=1); opacity:1;}

#nav .nav_t{height:60px; transition: all 0.5s linear; overflow:hidden; position:relative;}
#nav .nav_d{width:133px; position:absolute; background:#eee; z-index:9; transition: all 0.3s linear; width:0; overflow:hidden; filter:Alpha(opacity=95); opacity:0.95;}
#nav .nav_d a{color:#333; border-top:solid 1px #aeaeae; line-height:42px; height:auto; padding-top:0; transition: all 0.2s linear; width:133px; margin-left:-133px; z-index:6;}
#nav .nav_da{position:relative; overflow:hidden;}
#nav .nav_da_d{position:absolute; width:133px; top:0; margin-left:0px; overflow:hidden; background:#eee; width:0; transition: all 0.3s linear; z-index:5;}
#nav li:hover .nav_d{transition: all 0.3s linear; width:133px; font-size:15px;}
#nav li:hover .nav_d:hover{overflow:visible;}
#nav li:hover .nav_da:hover{overflow:visible;}
#nav li:hover .nav_d a{transition: all 0.3s linear; font-size:15px; margin-left:0;}
#nav li:hover .nav_d a:hover{transition: all 0.3s linear; background:#e6993c; font-size:15px; border-top:solid 1px #fff; color:#fff;}
#nav li:hover .nav_da:hover .nav_da_d{transition: all 0.3s linear; width:133px; margin-left:134px;}
#nav li:hover .nav_da:hover .nav_da_d a{line-height:38px; font-size:15px;}



/*search*/
.search{width:100%; min-width:1200px; margin-top:-27px; padding-top:27px; background:url(https://memberpic.114my.com.cn/dghsjcjs/uploadfile/image/20251127/20251127104244_1737093249.png) no-repeat center top; z-index:11; position:relative;}
.searchW{width:1200px; margin:0 auto; overflow:hidden; height:60px; border-bottom:solid 1px #ccc;}
.search_l{float:left; width:856px; font-size:14px; line-height:60px; color:#fff;}
.search_l strong{color:#e6993c; font-size:16px;}
.search_l a{font-size:14px;}

#search-d{width:252px; overflow:hidden; height:32px; margin-top:14px; float:right; border:solid 1px #ccc;}
#search-i{float:right; width:36px; overflow:hidden; height:32px;}
#search-i input{border:none;}
#search-bg{float:left;width:216px; height:32px; overflow:hidden;}
#search input{border: none;}
:focus{outline:none;/*去掉输入框获得焦点时默认的轮廓*/}

/*course*/
.course{width:100%; overflow:hidden; min-width:1200px;padding-top:40px;}
.course_m{width:1200px; margin:0 auto; text-align:center; font-size:52px; line-height:70px;}
.course_n{width:1200px; margin:0 auto; text-align:center; font-size:22px; line-height:30px; color:#666; letter-spacing:4px;}
.course_line{width:100px; height:2px; background:#e6993c; margin:22px auto;}
.course_d{width:1200px; margin:0 auto; overflow:hidden; margin-top:30px;}
.course_dl{float:left; width:298px; height:280px; background:#f2f2f2; margin:1px; text-align:center; position:relative; overflow:hidden; transition: all 0.3s linear;}
.course_dl_img{overflow:hidden; margin:0 auto; margin-top:30px; width:130px; height:130px; position:relative; z-index:3;}
.course_dl_m{font-size:24px; line-height:40px; position:relative; z-index:3;}
.course_dl_n{width:116px; height:24px; line-height:24px; background:#fff; margin:0px auto; color:#de0000; font-size:16px; position:relative; z-index:3;}
.course_dl_d{font-size:16px; line-height:30px; position:relative; z-index:3; color:#666;}

.course_dl::before{content:""; display:block; position:absolute; width:264px; height:246px; transition: all 0.3s linear; z-index:2; top:14px; left:14px; border:solid 3px #fff;}
.course_dl:hover{transition: all 0.3s linear;}
.course_dl::after{content:""; display:block; position:absolute; width:0px; height:0px; transition: all 0.3s linear; z-index:1; left:50%; top:50%; background:#e2e1df; border-radius:50%;}
.course_dl:hover::after{transition: all 0.5s linear;transform: rotate(360deg); width:298px; height:280px; left:0px; top:0px; border-radius:0;}

.course_ta{width:1200px; margin:0 auto; overflow:hidden; margin-top:30px; text-align:center; font-size:30px; color:#e8993c; line-height:36px;}
.course_da{width:358px; margin:0 auto; overflow:hidden; padding:20px;}
.course_da_a{float:left; width:158px; height:40px; line-height:40px; border:solid 1px #999; text-align:center; box-shadow:4px 3px 8px #999;}
.course_da_a a{font-size:16px;}
.course_da_r{float:right;}

/*cou_in*/
.cou_in{width:100%; overflow:hidden;  min-width:1200px;}
.cou_in_line{width:1200px; margin:0 auto; overflow:hidden; height:1px; background:#ccc;}
.cou_in_line_i{width:460px; margin:0 auto; background:#fff; height:1px;}
.cou_in_m{width:1200px; margin:0 auto; text-align:center; font-size:52px; line-height:70px; margin-top:-40px;}
.cou_in_m a{font-size:52px;}
.cou_in_d{width:1200px; margin:0 auto; overflow:hidden; padding-top:60px;padding-bottom:60px;}
.cou_in_d .divproduct_new_div{overflow:hidden;}
.cou_in_d .divproduct_new_div_item{width:278px; height:auto; float:left; position:relative; margin:11px 10px; transition: all 0.3s linear; border:solid 1px #ddd;  overflow: hidden;}
.cou_in_d .product_div_item_pic{width:100%; height:auto; overflow:hidden; position:absolute; z-index:1; top:0; box-shadow:0 1px 1px #999;}
.cou_in_d .product_div_item_pic img{width:100%;}
.cou_in_d .divproduct_new_div_item_content{overflow:hidden; padding:160px 22px 60px 22px; width:100%; position:relative; z-index:2; box-sizing:border-box;}
.cou_in_d .divproduct_new_div_item_title{overflow:hidden; line-height:30px; width:100%; white-space: nowrap; text-overflow: ellipsis;}
.cou_in_d .divproduct_new_div_item_title a{font-size:28px;}
.cou_in_d .divproduct_new_div_item_title a::after{content:"查看详情>>"; font-size:16px; color:#333; line-height:34px; position:absolute; left:22px; bottom:28px; width:122px; border:solid 1px #ccc; text-align:center; transition: all 0.3s linear;}
.cou_in_d .divproduct_new_div_item_body{width:100%; padding-top:14px; line-height:26px; font-size:15px; color:#d27405; text-overflow:ellipsis; -o-text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom:30px; height: 50px;}
.cou_in_d .cou_in_do{overflow:hidden; height:36px;}
.cou_in_d .cou_in_do a{font-size:0px; line-height:0;}
.cou_in_d .divproduct_new_div_item_date{ display:none;}

.cou_in_d .divproduct_new_div_item:hover{transition: all 0.3s linear; box-shadow:2px 5px 6px #999;}
.cou_in_d .divproduct_new_div_item:hover .cou_in_do p{transition: all 0.3s linear; background:#e6993c; color:#fff;}

.kecheng_more{margin-top:20px; overflow:hidden;}
.kecheng_more a{display:block; margin:0 auto; width:318px; text-align:center; font-size:18px; line-height:60px; color:#333; border:1px solid #999; background:#fff;}
.kecheng_more a:hover{color:#fff; background-color:#e6993c;}




/*stude*/
.stude{width:100%; overflow:hidden; padding:40px 0; min-width:1200px; background:#f2f2f2;}
.stude_m{width:1200px; margin:0 auto; text-align:center; font-size:52px; line-height:68px;}
.stude_n{width:1200px; margin:0 auto; text-align:center; font-size:26px; line-height:30px; color:#853f08;}
.stude_d{width:1200px; margin:0 auto; overflow:hidden; margin-top:40px;}

#stude_tablit{width:1200px; height:auto; background-repeat:no-repeat; float:right;}
#stude_tablit dl{width:640px; overflow:hidden; margin:0 auto;}
#stude_tablit dl dd{float:left; display:block; width:318px; margin:1px; text-align:center; line-height:60px; background:#fff; box-shadow:0 0 1px #999; position:relative; overflow:hidden;}
#stude_tablit dl dd a{font-size:18px; display:block; text-decoration:blink; position:relative; z-index:3;}
#stude_tablit .on{text-decoration:blink; transition: all 0.3s linear; transition: all 0.3s linear;}
#stude_tablit .on a{color:#fff; font-size:24px;}

#stude_tablit dl dd::before{content:""; background:#e6993c; display:block; position:absolute; width:318px; height:100%; z-index:1; transition: all 0.3s linear; top:0; margin-left:-350px;}
#stude_tablit dl .on::before{transition: all 0.3s linear; margin-left:0px;}
#stude_tablit dl dd::after{content:""; display:block; position:absolute; width:80px; height:100%; z-index:2; transition: all 0.3s linear; margin-left:-250px; top:0; border-left:solid 10px #fff; border-right:solid 10px #fff;}
#stude_tablit dl .on::after{transition: all 0.5s linear; margin-left:350px;}

.stude_tabcon{width:100%; height:auto; clear:both; overflow:hidden; transition: all 0.5s linear;}
.dis{display:none;}

.stude_d_l{width:1200px; margin:0 auto; overflow:hidden; margin-top:26px;}
.stude_d_lfl{width:1200px; margin:0 auto; overflow:hidden;}
.stude_d_lfl table{width:100% !important;}
.stude_d_lfl tr{float:left;}
.stude_d_lfl tr td {
    height: auto !important;
    overflow: hidden;
    display: block;
    float: left;
    width: 280px;
    margin: 10px;
    text-align: center;
    position: relative;
    box-shadow: 0 0 1px #999;
    background: #fff;
    padding-left: 0px !important;
}
.stude_d_lfl tr td br{display:none;}
.stude_d_lfl tr td a{display:block; line-height:50px !important; color:#333; font-size:16px; width:100%; position:relative; z-index:999;}

.stude_d_lfl tr td:after {
content: "";
    display: block;
    width: 300px;
    height: 100px;
    background: #e6993c;
    position: absolute;
    top: 156px;
    left: -285px;
    transition: all 0.3s linear;
    transform: rotate(-25deg);
    z-index: 1;
}
.stude_d_lfl tr td a img {
    width: 100%;
}
a:hover {
    text-decoration: blink;
    color: #f00;
    transition: all 0.6s;
}
.stude_d_lfl tr td:hover:after{    transition: all 0.3s linear;
    left: 266px;
    transform: rotate(25deg);}
.stude_d_ld{width:1200px; margin:0 auto; overflow:-webkit-paged-y; overflow:auto; height:540px; margin-top:8px;}
.stude_d_ld td{display:block; float:left; width:275px; margin:10px; padding:0 !important; position:relative; overflow:hidden; box-shadow:0 3px 4px #ccc;}
.stude_d_ld td img{width:100% !important; height:100% !important; box-shadow:0 0 1px #ccc;}
.stude_d_ld td br{display:none;}
.stude_d_ld td div{overflow:hidden; width:275px; padding-top:0 !important; position:relative;}
.stude_d_ld td div a{display:block; position:relative; font-size:16px; width:255px; padding:0 10px; line-height:46px; z-index:5; overflow:hidden; white-space: nowrap; text-overflow: ellipsis;}
.stude_d_ld td div::after{content:""; display:block; width:300px; height:100px; background:#e6993c; position:absolute; top:-10px; left:-285px; transition: all 0.3s linear; transform: rotate(-25deg); z-index:1;}
.stude_d_ld td:hover div::after{transition: all 0.3s linear; left:260px; transform: rotate(25deg);}

.stude_d_r{width:1200px; margin:0 auto; overflow:-webkit-paged-y; overflow:auto; height:702px; margin-top:26px;}
.stude_d_r td{display:block; float:left; width:216px; margin:10px; padding:0 !important; position:relative; overflow:hidden; box-shadow:0 3px 4px #ccc;}
.stude_d_r td img{width:100% !important; height:100% !important;}
.stude_d_r td br{display:none;}
.stude_d_r td div{overflow:hidden; width:216px; padding-top:0 !important; position:relative;}
.stude_d_r td div a{display:block; position:relative; font-size:16px; width:196px; padding:0 10px; line-height:46px; z-index:5; overflow:hidden; white-space: nowrap; text-overflow: ellipsis;}
.stude_d_r td div::before{content:""; display:block; width:216px; height:46px; border-bottom:solid 2px #e6993c; border-top:solid 2px #e6993c; position:absolute; left:0; top:-60px; transition: all 0.5s linear; z-index:1;}
.stude_d_r td:hover div::before{transition: all 0.5s linear; top:60px;}
.stude_d_r td div::after{content:""; display:block; width:216px; height:42px; border-bottom:solid 2px #e6993c; border-top:solid 2px #e6993c; position:absolute; top:0; left:-280px; transition: all 0.5s linear; z-index:1;}
.stude_d_r td:hover div::after{transition: all 0.5s linear; left:280px;}

/*about*/
.about{width:100%; padding:40px 0; overflow:hidden; min-width:1200px;}
.aboutW{width:1200px; margin:0 auto; overflow:hidden;}
.about_l{float:left; width:574px; overflow:hidden;}
.about_lm{font-size:42px; color:#333; line-height:48px;}
.about_lm span{font-family:"MS Serif", "New York", Arial, Helvetica, sans-serif; display:block; text-transform:uppercase; font-size:50px; color:#ccc; line-height:50px; font-weight:bold;}
.about_lm strong{display:block; font-weight:normal;}
.about_line{width:60px; height:6px; background:#e6993c; margin-top:8px;}
.about_lz{font-size:20px; line-height:28px; padding-top:35px; overflow:hidden; color:#333;}
.about_ln{font-size:14px; line-height:28px; padding-top:10px; color:#666;}
.about_la{text-align:center; overflow:hidden; margin-top:30px}
.about_la a{color:#333; font-size:16px; display:block; position:relative; z-index:2;}
.about_la_l{float:left; width:140px; line-height:36px; background:#fff; overflow:hidden; margin:0 10px; transition: all 0.5s linear; border:solid 1px #eee; border-bottom:solid 3px #e6993c; position:relative;}
.about_la_l:hover{transition: all 0.5s linear; width:200px;}
.about_la_l::after{ content:""; display:block; background:#e6993c; width:200px; height:100%; left:-220px; position:absolute; top:0; transition: all 0.5s linear; z-index:1;}
.about_la_l:hover::after{ left:220px; transition: all 0.3s linear;}
.about_r{float:right; width:580px; height:455px; padding-bottom:38px; background:url(https://memberpic.114my.com.cn/dghsjcjs/uploadfile/image/20251127/20251127104244_952696819.jpg) no-repeat bottom center; margin-left:5px;}


/*news*/
.news{width:100%; min-width:1200px; overflow:hidden; margin:40px 0; position:relative;}
.news_bac{width:100%; position:absolute; top:84px; height:107px; background:url(https://memberpic.114my.com.cn/dghsjcjs/uploadfile/image/20251127/20251127104244_820183645.png) no-repeat center; z-index:1;}
.news_m{width:1200px; margin:0 auto; text-align:center; font-size:52px; line-height:66px; position:relative; z-index:2;}
.news_en{width:1200px; margin:0 auto; text-align:center; font-size:32px; line-height:40px; font-family:Arial, Helvetica, sans-serif; color:#e6993c; text-transform:uppercase; position:relative; z-index:2;}

.news_t{overflow:hidden; width:660px; overflow:hidden; margin:0 auto; margin-top:36px;}
.news_t a{display:block; float:left; width:176px; text-align:center; box-shadow:0 0 1px #666 inset; margin:0px 22px; line-height:50px; position:relative; overflow:hidden;}
.news_ta_lt{width:0; height:50px; position:absolute; top:0; left:50%; transition: all 0.3s linear; border-bottom:solid 0px #e6993c; border-top:solid 0px #e6993c; overflow:hidden;}
.news_ta_lm{width:176px; line-height:50px; position:relative; z-index:2; font-size:17px; transition: all 0.3s linear; color:#333;}

.news_t .on{transition: all 0.9s linear; background:#e6993c;}
.news_t .on .news_ta_lm{font-size:20px; transition: all 0.3s linear; color:#fff; font-weight:bold;}
.news_t .on .news_ta_lt{transition: all 0.4s linear; width:100%; height:0; left:0; border-bottom:solid 25px #e6993c; border-top:solid 25px #e6993c;}

.lanrenzhijia{ width:1200px; margin:0 auto; overflow:hidden; min-width:1200px; position:relative; z-index:2;}
.lanrenzhijia .content{overflow:hidden; width:1200px; margin:0 auto; height:560px; position:relative; margin-top:40px; min-width:1200px;}
.lanrenzhijia .content .ul{ position:absolute; left:0; top:0; width:1200px; min-width:1200px;}
.lanrenzhijia .content .li{ width:1200px; float:left; min-width:1200px; overflow: hidden; padding-bottom:1px;}

.news .news_div_item, .news .divdgweb_new_div_item{width:310px; overflow:hidden; background:#f6f8fa; padding:30px; float:left; position:relative; box-shadow:0 0 1px #999; margin:0px 15px; transition: all 0.3s linear;}
.news .news_div_item_pic{width:370px; height:243px; position:absolute; top:0; left:0;}
.news .news_div_item_pic img{width:100%; height:100%;}
.news .news_div_item_date, .news .divdgweb_new_div_item_date{position:absolute; top:308px; font-size:15px; color:#525a67; line-height:30px; background:url(https://memberpic.114my.com.cn/dghsjcjs/uploadfile/image/20251127/20251127104244_1803237759.png) no-repeat left center;}
.news .news_div_item_year, .news .divdgweb_new_div_item_year{ float:left; margin-left:30px;}
.news .news_div_item_month, .news .divdgweb_new_div_item_month{float:left;}
.news .news_div_item_day, .news .divdgweb_new_div_item_day{float:left;}
.news .news_div_item_content, .news .divdgweb_new_div_item_content{width:310px; overflow:hidden; margin-top:230px;}
.news .news_div_item_title, .news .divdgweb_new_div_item_title{ overflow:hidden; width:310px; white-space: nowrap; text-overflow: ellipsis; line-height:40px;}
.news .news_div_item_title a, .news .divdgweb_new_div_item_title a{ font-size:18px;}
.news .news_div_item_body, .news .divdgweb_new_div_item_body{ padding-top:22px; margin-top:50px; font-size:14px; line-height:22px; color:#525a67; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; border-top:solid 1px #bfc3c8; width:310px; height:68px;}
.news .news_t_rgo{ margin-top:28px; width:140px; height:38px; text-align:center; overflow:hidden; box-shadow:0 0 1px #525a67 inset; background:#fff;}
.news .news_t_rgo a{ font-size:0; line-height:0;}
.news .news_t_rgo p{ font-size:15px; color:#525a67; line-height:38px;}

.news .news_div_item:hover, .news .divdgweb_new_div_item:hover{transition: all 0.3s linear;}
.news .news_div_item:hover .news_t_rgo p, .news .divdgweb_new_div_item:hover .news_t_rgo p{transition: all 0.3s linear; background:#e6993c; color:#fff;}





/*link*/
.linksbox{width:1200px; overflow:hidden; padding:20px 0; border-top:solid 1px #3a3a3a; border-bottom:solid 1px #3a3a3a; margin:0 auto;}
.linksW{width:1200px; margin:0 auto;}
.linksWr{width:1200px; margin:0 auto; text-align:center; font-size:28px; color:#999;}
.linksWr{width:1200px; margin:0 auto; font-size:30px; color:#999; text-align:center; font-weight:bold;}
.links_l{float:left; width:117px; border-right:solid 1px #3a3a3a; color:#999;}
.links_lm{font-size:16px; line-height:18px;}
.links_len{font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; font-weight:bold; line-height:30px; font-size:30px; color:#ccc; filter:Alpha(opacity=40); opacity:0.4;}
.links_r{float:right; width:1065px; padding-top:5px; line-height:36px;}
.links_r a{font-size:14px;}

.copy{background: #333;padding: 20px 0 0;}
.copy .page{position: relative;}
.copy_row3 {padding: 17px 0;}
.copy_row3,.copy_row3 a { color: #fff; text-align: center;
line-height: 28px;}
.copy_row3 a:hover{ color: #fff; text-decoration:underline; }

/*内页导航条*/
#bodycon{ margin-top:20px;}
.strong_title{ display:none;}
.mianbxContent{width: 100% !important; text-align: left !important; font-size: 16px !important; padding-bottom:15px;  padding-top:5px; border-bottom:1px solid #CCC; margin-bottom:10px !important;}
.mianbxContent a{font-size: 16px !important;}
.mianbxContent a:hover{font-size: 16px !important;}