﻿/*
 * html5 boilerplate
 *
 * what follows is the result of much research on cross-browser styling.
 * credit left inline and big thanks to nicolas gallagher, jonathan neal,
 * kroc camen, and the h5bp dev community and team.
 *
 * detailed information about this css: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   html5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   base
   ========================================================================== */

/*
 * 1. correct text resizing oddly in ie6/7 when body font-size is set using em units
 * 2. prevent ios text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family:"helvetica neue", "hiragino sans gb", "segoe ui", "microsoft yahei", "微软雅黑", tahoma, arial, stheiti, sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

div,nav{display: block;}
/*
 * remove text-shadow in selection highlight: h5bp.com/i
 * these selection declarations have to be separate
 * also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #3197fc; color: #fff; text-shadow: none; }
::selection { background: #3197fc; color: #fff; text-shadow: none; }


/* =============================================================================
   links
   ========================================================================== */

a { color: #353535;text-decoration: none; }
/*a:visited { color: #551a8b; }*/
a:hover { color: #9d9d9d; }
a:focus { outline: thin dotted; }

/* improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   embedded content
   ========================================================================== */

/*
 * 1. improve image quality when scaled in ie7: h5bp.com/d
 * 2. remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * correct overflow not hidden in ie9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. correct color not inheriting in ie6/7/8/9
 * 2. correct alignment displayed oddly in ie6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. correct font-size not inheriting in all browsers
 * 2. remove margins in ff3/4 s5 chrome
 * 3. define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. define line-height as normal to match ff3/4 (set using !important in the ua stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. display hand cursor for clickable form elements
 * 2. allow styling of clickable form elements in ios
 * 3. correct inner spacing displayed oddly in ie7 (doesn't effect ie6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * remove inner padding and border in ff3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. remove default vertical scrollbar in ie6/7/8/9
 * 2. allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   chrome frame prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   author:kidd
   ========================================================================== */

/*index*/
body{ background:url(/uploads/image/simages/bg.png)}
.main{ width:1000px; background-color:#fff; margin:0 auto;}
.header{ height:104px; }
.header .logo{ float:left; }
.header .search{ height:25px; float:right; border:1px solid #ccc; margin-top:30px; margin-right:30px; }
.header .search input{ border:none; width:175px;*width:173px;*zoom:1; height:23px; float:left;outline:none; background-color:#eee}
.header .search img{ width:25px; height:25px; float:left;}

.banner{ height:307px;}

.nav{ height:40px; background-color:#1c5ba0; z-index:99999; position:relative;}
.nav ul{}

.menu-item{ float:left; width:100px; height:30px; text-align:center; color:#fff; margin-top:10px;}
.menu-item-a{color: #fff;width: 100%;height: 20px;display: block;border-left: solid 1px #ffffff;}
.menu-item:first-child a{border-left: none}
 
#menu{
    width: 100%;
    list-style: none; 
    height: 100%;
}
 
#menu li{
    float: left;
    position: relative;
}
#menu li:hover > a{
    color: #fafafa;
}
 
*html #menu li a:hover{ /* ie6 */
    color: #fafafa;
}
 
#menu li:hover > ul{
    display: block;
}
 
/* sub-menu */
 
#menu ul{
    list-style: none;
    margin: 0;
    padding: 0;   
    display: none;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 99999;   
    background: #1c5ba0;
}
 
#menu ul li{
    float: none;
    margin: 0;
    padding: 0;
    display: block; 
}
 
#menu ul a{   
    padding: 5px 21px 5px 25px;
    height: auto;
    display: block;
    white-space: nowrap;
    float: none;
    color:#fff;
    text-align: left;
}
 
*html #menu ul a{ /* ie6 */  
    height: 10px;
    width: 150px;
}
 
*:first-child html #menu ul a{ /* ie7 */   
    /*height: 10px;*/
   /* width: 150px;*/
}
 
#menu ul a:hover{
    background: #0186ba;
}

 
* html #menu             { zoom: 1; } /* ie6 */
*:first-child html #menu { zoom: 1; } /* ie7 */

.sfx{ height:104px; width:960px; margin:10px auto;}
.sfx img{ width:950px;}

.news{ height:300px; }
.news .news_img{ margin-left:20px; width:258px; float:left;}
.news .news_img .news_img_logo{ margin:15px;}
.news .news_img .news_img_main{ margin-top:15px;}
.news .news_img .news_img_tips{ height:25px; background-color:#eee;width: 232px;}
.news .news_img .news_img_tips p{ font-size:14px; white-space: nowrap;overflow: hidden;text-overflow: ellipsis; text-align:left; margin:0;padding-top: 3px;padding-left: 3px;}
.news .news_txt{ float:left; width:370px; height:212px; margin-top:66px; margin-left:20px;}
.news .news_txt li{margin-left:10px; margin-bottom:5px; float:left;}
.news .news_txt a{font-size:14px; width:300px; height:20px; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: block;float:left;}
.news .news_txt .date{font-size:13px; color:#aaa; width:50px; height:20px; float:right;margin-left: 10px;}
.news .news_txt .more{ font-size:14px; color:#001b56; float:right;text-align: right; }
.news .link{ width:300px; height:270px; float:right; margin-right:20px;}
.news .link .link_logo{ margin-top:20px;}
.news .link .link_img{ margin-top:15px;}
.news .link .link_img img{ margin-top:5px;}
/*容器*/
#slider ul, #slider li
{
    margin: 0;
    padding: 0;
    list-style: none;
}
/*数字导航样式*/
#flashnvanum
{
    bottom: 10px;
    position: absolute;
    right: 20px;
    width: 90px;
}
#flashnvanum span
{
    background: transparent url(/uploads/image/simages/flashbutton.gif) no-repeat scroll -15px 0;
    color: #86a2b8;
    cursor: pointer;
    float: left;
    font-family: arial;
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    margin: 1px;
    text-align: center;
    width: 15px;
}
#flashnvanum span.on
{
    background: transparent url(/uploads/image/simages/flashbutton.gif) no-repeat scroll 0 0;
    color: #ffffff;
    height: 15px;
    line-height: 15px;
    width: 15px;
}
.content{}
.content .boxes{ margin-bottom:15px;height:290px;}
.content .boxes .box_left{ width:260px; height:290px; background-color:#eee; float:left; margin-left:20px;}
.content .boxes .box_left .box_left_title{ width:260px;  height:36px; background:url(/uploads/image/simages/conten_title.png);}
.content .boxes .box_mid{ width:358px; height:290px; background-color:#eee; float:left; margin-left:20px;}
.content .boxes .box_mid .box_mid_title{width:358px;  height:36px; background:url(/uploads/image/simages/conten_title.png);}
.content .boxes .box_right{ width:290px; height:290px; background-color:#eee; float:left; margin-left:20px;}
.content .boxes .box_right .box_right_title{width:290px;  height:36px; background:url(/uploads/image/simages/conten_title.png);}
.content .boxes .title{ color:#e5cf13; float:left; margin-top:3px; font-size:18px; margin-left:8px;}
.content .boxes .more{ color:#fff; float:right; margin-right:10px; margin-top:8px; font-size:14px;}
.content .boxes .login{ width:260px; height:290px; background-color:#e7eef8; float:left; margin-left:20px; border:1px solid #7fb6ff;}
.content .boxes .login .title{ color:#7fb6ff; width:220px; margin-top:10px; margin-left:20px; border-bottom:1px solid #7fb6ff; padding-bottom:5px;}
.content .boxes .login .info-name{ width:210px; height:40px; color:#7fb6ff; margin-top:20px; outline:none; margin-left:20px; padding-left:10px; border:1px solid #7fb6ff; *padding-top:10px;*zoom:1; *height:30px;*zoom:1;}
.content .boxes .login .info-psw{ width:210px; height:40px; color:#7fb6ff; margin-top:20px; outline:none; margin-left:20px; *margin-left:0;*zoom:1; padding-left:10px; border:1px solid #7fb6ff;*padding-top:10px;*zoom:1; *height:30px;*zoom:1;}
.content .boxes .login .info-vcode{ width:105px; height:40px; color:#7fb6ff; margin-top:20px; outline:none; margin-left:20px; padding-left:10px; border:1px solid #7fb6ff; *padding-top:10px;*zoom:1; *height:30px;*zoom:1;}
.content .boxes .login .button{width:222px; height:33px; background-color:#3561a4; color:#fff; text-align:center; margin-top:10px; margin-left:20px; padding-top:7px;}
.content .boxes .notice{ width:260px; height:290px; background-color:#e7eef8; float:left; margin-left:20px; border:1px solid #7fb6ff;}
.content .boxes .notice .notice_title{width:250px;  height:31px; margin:5px; background:url(/uploads/image/simages/notice_title.png); }
.content .boxes .notice .notice_text{width:200px; margin-left:20px; margin-top:15px;}
.content .boxes .notice .notice_text li{font-size:14px; white-space: nowrap;overflow: hidden;text-overflow: ellipsis; margin-bottom:5px;}
.content .boxes .intro{ width:100%; height:65px; margin-top:5px;}
.content .boxes .intro img{ float:left; margin-left:10px;}
.content .boxes .intro .span_title{ margin-left:5px; float:left; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.content .boxes .intro .span_intro{ margin-left:5px; float:left; width:230px;font-size:13px;overflow: hidden;text-overflow: ellipsis; color:#aaa;}
.content .boxes .text{ font-size:15px; margin-left:10px; margin-top:10px;}
.content .boxes .text ul{ }
.content .boxes .text li{list-style:disc; list-style-position:inside; margin-bottom:5px; text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}

.sights{ height:310px;}
.sights .sights_title{ height:50px;}
.sights .sights_title img{ margin-left:20px;}
.sights .sights_title span{ float:right; margin-right:20px;}
.sights .sights_ul{white-space: nowrap;}
.sights .sights_ul .sights_img{ float:left; width:170px; height:160px; margin-left:20px;}
.sights .sights_ul .sights_img .img img{border:1px solid #ccc; width:170px;  height:120px;overflow: hidden;}
.sights .sights_ul .sights_img .txt{ text-align:center; margin-top:5px;}

.friendlink{width:233px;float:left}
.friendlink .friendlink_title img{ margin-left:20px;}
.friendlink .friendlink_title span{ float:right; margin-right:20px;}
.friendlink>ul{padding:20px;}
.friend-link-item{padding:5px;margin-bottom: 5px;width:100%;border:1px solid #d4eaf6;background-color:#ebf3f7;cursor: pointer;}
.friend-link-item a{display: block;width:100%;}
.friend-link-item a span{font-size:11px;padding: 1px;}

.qr-code{float:left;width:705px;margin-left:10px;}
.qr-list{border:1px solid #eee;float: left;width: 100%;padding:20px;height: 193px;}
.qr-item{float:left;padding: 5px;border-right: 1px solid #eee;width:165px;}
.qr-item:last-child{border:none;}
.qr-item p{text-align:center;}
.qr-item img{margin:0 auto;display: block;}

.footer{height: 70px;padding: 25px;background-color: #3561a4;color:#bfc9dd; clear: both;}
.footer_school{margin:5px 0;font-size: 14px;}
.footer_info{margin:5px 0;font-size: 12px;font-family:georgia,arial, helvetica, sans-serif;}
.footer_support{margin:5px 0;font-size: 12px;font-family:georgia,arial, helvetica, sans-serif;}
.footer-left{float: left;}
.footer-right{float: right;text-align: right;}


.second_title{ height:60px; width:960px; border-bottom:1px solid #ccc; margin-left:20px;}
.second_title img{ margin-top:15px; float:left;}
.second_title .position{ font-size:13px; color:#999; float:left; margin-top:30px; margin-left:20px;}
.second_title a{color:#999; }
.second_title .title_name{ float:left; font-size:24px; margin-top:18px; margin-left:10px; font-family:'微软雅黑'; color:#354399;}

.second_main{ min-height:800px; margin-bottom:25px; float:left;}

.second_text{ width:700px; min-height:750px; border-right:1px solid #ccc; margin-top:10px; float:left; padding-top:20px;}

.second_text .second_textfield{ min-height:700px; text-align:center;}
.second_text .second_textfield h1{ text-align:center; font-weight:normal; width:650px; margin:0 auto;}
.second_text .second_textfield h6{ text-align:center; font-weight:normal; color:#999; font-size:13px;}
.second_text .second_textfield p{ text-align:left; font-weight:normal; font-size:15px; width:600px; margin:0 auto; text-indent:2em; line-height:28px; color:#333; font-family:'宋体'; margin-bottom:20px;}
.second_text .second_textfield img{ max-width:600px;}
.second_text .second_textfield li{ text-align:left;}

.second_text_txt{ width:1000px; min-height:750px;margin-top:10px; float:left; padding-top:20px;}

.second_text_txt .second_textfield{ min-height:700px; text-align:center;}
.second_text_txt .second_textfield h1{ text-align:center; font-weight:normal; width:700px; margin:0 auto;}
.second_text_txt .second_textfield h6{ text-align:center; font-weight:normal; color:#999; font-size:13px;}
.second_text_txt .second_textfield p{ text-align:left; font-weight:normal; font-size:15px; width:850px; margin:0 auto; text-indent:2em; line-height:28px; color:#333; font-family:'宋体'; margin-bottom:20px;}
.second_text_txt .second_textfield img{ max-width:800px;}
.second_text_txt .second_textfield li{ text-align:left;}

.second_text li{list-style-position:inside; margin-left:30px; text-overflow: ellipsis;white-space: nowrap;overflow: hidden; width:650px; float:left; margin-bottom:10px;}
.second_text li img{ float:left; margin-top:5px; margin-left:-5px; margin-right:8px;}
.second_text .date{font-size:14px; color:#aaa; width:80px; height:20px; margin-left: 10px; padding-top:3px; float:right;}
.second_text li a{ width:450px; height:20px; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: block; float:left;}
.second_text_page{font-size:14px; padding: 10px;}
.second_text_page .order{float:left;}
.second_text_page .next{float:right;}
.second_text_page .next input{ height:15px; width:30px; outline:none;}


.second_link{ width:295px; height:750px; float:right }
.second_link ul{ margin-top:20px; margin-left:20px;}
.second_link li{ font-size:17px; margin-bottom:5px;}
.second_link li img{ margin-top:0px; margin-left:0px; margin-right:10px;}
.second_link .title{ margin-left:7px; margin-top:20px;}
.second_link img{ margin-left:5px; margin-top:10px;}

.qrcontainer{ text-align:center; width:120px; height:120px; position:fixed;  top:400px;}
@media only screen and (max-width: 800px) {
    .qrcontainer{display: none;}
}
@media only screen and (max-width:1280px) {
    .qrcontainer{display: none;}
}
@media only screen and (max-width: 3600px) {
    .qrcontainer{left:50%; margin-left:520px;}
}
.qrcontainer p{ font-size:14px; color:#75be03; margin:0;}
.qrcontainer img{}



/* ==|== media queries ======================================================
   example media query for responsive design.
   this example overrides the primary ('mobile first') styles
   modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   please define your styles before this section.
   ========================================================================== */

/* for image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   print styles.
   inlined to avoid required http connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
.main-im{position:fixed;right:10px;top:300px;z-index:100;width:110px;height:272px;}
.main-im .qq-a{display:block;width:106px;height:116px;font-size:14px;color:#0484cd;text-align:center;position:relative;}
.main-im .qq-a span{bottom:0;position:absolute;width:90px;left:10px;}
.main-im .qq-hover-c{width:70px;height:70px;border-radius:35px;position:absolute;left:18px;top:10px;overflow:hidden;z-index:9;}
.main-im .qq-container{z-index:99;position:absolute;width:109px;height:118px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom:1px solid #dddddd;background:url(/uploads/image/simages/qq-icon-bg.png) no-repeat center 8px;}
.main-im .img-qq{max-width:60px;display:block;position:absolute;left:6px;top:3px;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.main-im .im-qq:hover .img-qq{max-width:70px;left:1px;top:8px;position:absolute;}
.main-im .im_main{background:#f9fafb;border:1px solid #dddddd;border-radius:10px;background:#f9fafb;display:none;}
.main-im .im_main .im-tel{color:#000000;text-align:center;width:109px;height:124px;border-bottom:1px solid #dddddd;}
.main-im .im_main .im-tel div{font-weight:bold;font-size:12px;margin-top:6px;}
.main-im .im_main .im-tel .tel-num{font-family:arial;font-weight:bold;color:#e66d15;}
.main-im .im_main .im-tel:hover{background:#fafafa;}
.main-im .im_main .weixing-container{width:55px;height:47px;border-right:1px solid #dddddd;background:#f5f5f5;border-bottom-left-radius:10px;background:url(/uploads/image/simages/weixing-icon.png) no-repeat center center;float:left;}
.main-im .im_main .weixing-show{width:112px;height:172px;background:#ffffff;border-radius:10px;border:1px solid #dddddd;position:absolute;left:-125px;top:-126px;}
.main-im .im_main .weixing-show .weixing-sanjiao{width:0;height:0;border-style:solid;border-color:transparent transparent transparent #ffffff;border-width:6px;left:112px;top:134px;position:absolute;z-index:2;}
.main-im .im_main .weixing-show .weixing-sanjiao-big{width:0;height:0;border-style:solid;border-color:transparent transparent transparent #dddddd;border-width:8px;left:112px;top:132px;position:absolute;}
.main-im .im_main .weixing-show .weixing-ma{width:104px;height:103px;padding-left:5px;padding-top:5px;}
.main-im .im_main .weixing-show .weixing-txt{position:absolute;top:110px;left:7px;width:100px;margin:0 auto;text-align:center;}
.main-im .im_main .go-top{width:50px;height:47px;background:#f5f5f5;border-bottom-right-radius:10px;background:url(/uploads/image/simages/totop-icon.png) no-repeat center center;float:right;}
.main-im .im_main .go-top a{display:block;width:52px;height:47px;}
.main-im .close-im{position:absolute;right:10px;top:-12px;z-index:100;width:24px;height:24px;}
.main-im .close-im a{display:block;width:24px;height:24px;background:url(/uploads/image/simages/close_im.png) no-repeat left top;}
.main-im .close-im a:hover{text-decoration:none;}
.main-im .open-im{cursor:pointer;margin-left:68px;width:40px;height:133px;background:url(/uploads/image/simages/open_im.png) no-repeat left top;}