﻿/*************************
        公共样式
**************************/
body
{
    color: #171716;
    margin: 0px;
    font-size: 12px;
    font-family: 微软雅黑, Arial;
}
.clr
{
    clear: both;
}
img
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
}
table, td, tr, body, ul, li, p, h2
{
    margin: 0;
    padding: 0;
}
a:link
{
    color: #097402;
    text-decoration: none;
}
a:active
{
    color: #097402;
    text-decoration: none;
}
a:visited
{
    color: #097402;
    text-decoration: none;
}
a:hover
{
    color: #f57b05;
    text-decoration: none;
}
/***************************
    通用网页top部份样式
***************************/
.top_div
{
    width: 1200px;
    margin: 0 auto;
}
.top_div_lef
{
    width: 15%;
    float: left;
}
.top_div_lef img
{
    margin-left: 10px;
    height: 130px;
}
.top_div_cen
{
    float: left;
    width: 40%;
    height: 90px;
    line-height: 32px;
    margin-top: 40px;
    font-size: 20px;
    font-weight: bold;
    font-family: 华文新魏;
    color: #6d7073;
}
.top_div_rig
{
    width: 44%;
    float: left;
    margin-top: 30px;
    height: 90px;
    float: left;
    text-align: right;
}
.top_div_rig img
{
    width: 297px;
    height: auto;
}
/******************
    通用底部样式
******************/
.dv_bottom
{
    width: 100%;
    height: 280px;
    margin: 0px; /*background-image: url(/images/bottom_bj.gif);*/
    background-color: #097402;
    background-repeat: repeat-x;
    padding-top: 30px;
    text-align: center;
    line-height: 25px;
}
.ul_bot_daohang
{
    width: 880px;
    list-style-type: none;
    height: 40px;
    margin: 0 auto;
    padding-left:120px;
}
.ul_bot_daohang li
{
    float: left;
    width: 12%;
    text-align:right;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}
.ul_bot_daohang li a
{
    color: #FFF;
}
.tb_bottom
{
    width: 1200px;
    height: 120px;
    margin: 0 auto;
    text-align: center;
    background-color: #097402;
}

.tb_bottom span
{
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
}
.tb_bottom_left
{
    width: 30%;
    height: 120px;
    padding-left: 1%;
    text-align: left;
}
.tb_bottom_left img
{
    width: 200px;
}
.tb_bottom_cen
{
    width: 66%;
    text-align: left;
    padding-left: 1%;
    color: #FFF;
}
.tb_bottom_cen b
{
    font-size: 14px;
}
.tb_bottom_right
{
    width: 12%;
    text-align: left;
}
.tb_bottom_right img
{
    width: 120px;
}
/**********************
    通用横向导航
***********************/
/* 一级菜单样式 */
*, *:after, *:before
{
    box-sizing: border-box;
}
.daohang
{
    width: 100%;
    background-image: url(../images/bg_daohang1.jpg);
    background-repeat: repeat-x;
    height: 40px;
}
.animenu
{
    display: block;
}
.animenu ul
{
    padding: 0;
    list-style: none;
    font: 0px 'Open Sans' , Arial, Helvetica;
}
.animenu li, .animenu a
{
    display: inline-block;
    font-size: 15px;
}
.animenu a
{
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

.animenu__nav
{
    width: 1200px;
    margin: 0 auto;
    background-image: url(../images/bg_daohang1.jpg);
    background-repeat: repeat-x;
    height: 40px;
}
.animenu__nav li
{
    position: relative;
    width: 150px;
    text-align: center;
}
.animenu__nav > li > a
{
    padding: 10px 0px;
    text-transform: uppercase;
}
.animenu__nav > li:first-child
{
    color: #fff;
    background-image: url(../images/bg_xz.jpg);
}
.animenu__nav > li > a:first-child:nth-last-child(2):before
{
    content: "";
    position: absolute;
    border: 4px solid transparent;
    border-bottom: 0;
    border-top-color: currentColor;
    top: 50%;
    margin-top: -2px;
    right: 30px;
}
.animenu__nav > li:hover > ul
{
    opacity: 1;
    visibility: visible;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
.animenu__nav > li:hover > a
{
    color: #fff;
    background-image: url(../images/bg_xz.jpg);
    width: 150px;
}
/* 二级菜单样式 */
.animenu__nav__child
{
    min-width: 60%;
    position: absolute;
    opacity: 0.5;
    top: 100%;
    left: 0;
    z-index: 1;
    visibility: hidden;
    margin: 1px 0 0 0;
    background-color: #097402;
    transition: margin .15s, opacity .15s;
}
.animenu__nav__child li
{
    width: 100%;
    border-bottom: 1px solid #9fa09f; /* filter:alpha(Opacity=80);-moz-opacity:0.1;opacity: 0.1;*/
}
#ul_cs
{
    width: 120px;
    margin-left: 20px;
}

.animenu__nav__child > li:first-child > a:after
{
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    left: 1em;
    top: -6px;
    border: 6px solid transparent;
    border-top: 0;
    border-bottom-color: inherit;
}
.animenu__nav__child > li:last-child
{
    border: 0;
}
.animenu__nav__child a
{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    border-color: #097402;
    font-size: 12px;
}
.animenu__nav__child a:hover
{
    background-color: #f57605;
    border-color: #f57605;
    color: #fff;
}


/*********************
首页中间部份样式
*********************/
/*标题导航条*/
.bg_biaoti
{
    width: 1202px;
    margin: 0 auto;
    margin-top: 30px;
    background-image: url(/images/biaoti.jpg);
    background-repeat: no-repeat;
    height: 80px;
    font-family: 黑体;
}

.biaoti_lef
{
    float: left;
    text-align: right;
    width: 55%;
    line-height: 80px;
    border: solie 1px #000;
    margin-right: 60px;
}
.biaoti_lef a
{
    color:#FFF;
    font-size: 20px;
    font-weight: bold;
}
.biaoti_lef a:hover
{
    color:#FFF;
    font-size: 20px;
    cursor:pointer;
}
.biaoti_rig
{
    float: left;
   
    width: 35%;
    height: 35px;
    line-height: 35px;
    border: solie 1px #000;
    padding-top:3px;
}
.biaoti_rig a
{
    font-size: 8px;
    color: #FFF;
}
.biaoti_rig a:hover
{
    color: #FFF;
    text-decoration:underline;
}
/*首页产品展示样式*/
.dv_bg
{
    width: 1202px;
    height: 640px;
    margin: 0 auto;
    padding-top: 10px;
    border-left: solid 1px #097402;
    border-right: solid 1px #097402;
    border-bottom: solid 1px #097402;
}
.ul_pro
{
    width: 1200px;
    list-style-type: none;
    margin-left: 0px;
    padding-left: 10px;
}
.ul_pro li
{
    float: left;
    width: 580px;
    height: 200px;
    padding-left: 20px;
    padding-top: 20px;
    background-image: url(/images/bg_Pro.jpg);
    background-repeat: no-repeat;
}
.pro_img
{
    float: left;
    width: 200px;
    height: 160px;
}
.pro_img img
{
    width: 200px;
    height: 160px;
    margin: 0 auto;
}
.bg_txt
{
    float: left;
    width: 320px;
    height:160px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
}
.dv_title 
{
   text-align: center;
   width: 320px;
   height:30px;
   line-height:30px;
}
.dv_title a
{
    
    color: #097402;
    font-size: 16px;
    
    font-weight: bold;
    padding: 5px 0px 5px 0px;
}
.dv_des
{
    width: 320px;
    padding-top:10px;
    height:25px;
    line-height:25px;
}
.dv_xiangqing
{
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border:solid 1px #097402;
    border-radius: 3px 3px 3px 3px;
    color: #097402;
    font-weight: bold;
    margin-top:70px;
    margin-left:220px;
}
/*耗材供应模块样式*/

.haocai
{
   width: 100%;
    height: 350px;
   
    padding-top: 10px;
}
.bg_biaoti2
{
    width: 1202px;
    margin: 0 auto;
    margin-top: 30px;
    background-image: url(/images/biaoti_ys.png);
    background-repeat: no-repeat;
    height: 80px;
    font-family: 黑体;
}
.dv_bg2
{
    width: 1202px;
    height: 220px;
    margin: 0 auto;
    padding-top: 10px;
}
/*我们的优势模块样式*/
.dv_bgyoushi
{
    width: 1200px;
    height: 150px;
    background-image: url(/images/bg_title.jpg);
    background-repeat: no-repeat;
    margin: 0 auto;
    text-align: center;
}
.dv_bgyoushi span
{
    position: relative;
    font-size: 22px;
    font-weight: bold;
    top: 70px;
    left: 0px;
    color: #FFF;
}
.dv_youshi
{
    width: 1200px;
    height: 630px;
    margin: 0 auto;
    background-image: url(/images/bg_youshi.jpg);
    background-repeat: no-repeat;
    margin-top: 40px;
}
.dv_youshi .dv_liyou
{
    clear:both;
    width: 400px;
    height:100px;
    text-align: center;
    position: relative;
    top: -435px;
    left: 390px;
}
.dv_liyou b
{
    font-size: 40px;
    color: #f57b05;
}
.dv_liyou span
{
    font-size: 14px;
}
.img_liyou
{
    width: 300px;
    position: relative;
    top: -400px;
    left: 450px;
}
.ul_list
{
    width: 1200px;
}
.ul_list li
{
    float: left;
    list-style-type: none;
    width: 49%;
    height: 200px;
}
.ul_list li h3
{
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
}
.ul_list li p
{
    font-size: 14px;
    color: #097402;
    font-weight: bold;
}
.h3_1
{
    float: left;
    width:26%;
    padding-top: 85px;
    margin-left: 48px;
    text-align: center;
}
.h3_2
{
    float: left;
    width: 20%;
    padding-top: 55px;
    margin-left: 88px;
}

.h3_3
{
    float: left;
    width: 22%;
    padding-top: 25px;
    margin-left: 75px;
}

.h3_4
{
    float: right;
    width: 29%;
    padding-top: 85px;
    padding-right: 20px;
    text-align: center;
}

.h3_5
{
    float: right;
    width: 28%;
    padding-top: 55px;
    padding-right: 20px;
    text-align: center;
}

.h3_6
{
    float: right;
    width: 28%;
    padding-top: 25px;
    padding-right: 20px;
    text-align: center;
}
.p_1
{
    width: 64%;
    float: right;
    padding-top: 95px;
}
.p_2
{
    width: 64%;
    float: right;
    padding-top: 30px;
}
.p_3
{
    width: 64%;
    float: right;
    padding-top: 35px;
}
.p_4
{
    width: 64%;
    float: right;
    padding-top: 80px;
    margin-right: 10px;
    text-align: right;
}
.p_5
{
    width: 64%;
    float: right;
    padding-top: 35px;
    margin-right: 20px;
    text-align: right;
}
.p_6
{
    width: 64%;
    float: right;
    padding-top: 30px;
    margin-right: 20px;
    text-align: right;
}


/*首页关于拓宇样式*/
.about_tit
{
    width: 100%;
    height: 400px;
    background-color: #eaecf0;
    padding-top: 50px;
}
.dv_about
{
    width: 1200px;
    margin: 0 auto;
}

.dv_about_img
{
    float: left;
    width: 34%;
    height: 370px;
    background-image: url(/images/bg_img1.png);
    background-repeat: no-repeat;
}
.dv_about_img img
{
    width: 318px;
    height: 260px;
    position: relative;
    top: 10px;
    left: 10px;
}
.dv_about_txt
{
    float: right;
    width: 66%;
}
.dv_about_x 
{
    width:800px;
    height:210px;
    font-size: 13px;
    line-height: 25px;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom:10px;
  
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.dv_xx
{
    width: 80px;
    color: #FFF;
    line-height: 30px;
    height: 30px;
    float: right;
    margin-right: 30px;
    background-color: #097402;
    border-radius: 3px 3px 3px 3px;
}
.dv_xx a
{
    color: #FFF; padding-left: 5px; padding-right: 5px;
}

.dv_xx a:hover
{
    color: #FFF; padding-left: 5px; padding-right: 5px;
}
/*首页新闻版块样式*/
.dv_news
{
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
}
.news
{
    width: 390px;
    height: 330px;
    float: left;
    border-left: solid 1px #BBB;
    border-right: solid 1px #BBB;
    border-bottom: solid 1px #BBB;
    margin-right: 8px;
    margin-bottom:5px;
}
.news ul
{
    width: 99%;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
}
.news ul li
{
    clear:both;
    width: 99%;
    height: 28px;
    line-height: 28px; 
    list-style-type:none;
}
.news ul li img
{
    margin:0 atuo;
    vertical-align:middle;
}
.news ul li a
{
    float: left;
    background-image: url('/images/sanjiao4.jpg');
    background-repeat: no-repeat;
    display: inline-block;
    padding-left:25px;
}
.news ul li a:hover
{
    float: left;
    background-image: url('/images/sanjiao3.jpg');
    background-repeat: no-repeat;
    display: inline-block;
    padding-left:25px;
    color:#f57b05;
}
.news ul li span
{
    float: right;
}
.news_tit
{
    margin:0 auto;
    background-image: url(/images/bg.jpg);
    background-repeat: repeat-x;
    height: 35px;
    line-height: 35px;

    font-weight: bold;
    color: #FFF;
}
.tit_lef
{
    float: left;
    line-height: 30px;
    height: 30px;
    vertical-align:middle;
    font-size: 14px;
}
.tit_lef a
{
    color:#FFF;
}
.tit_lef a:hover
{
    color:#FFF;
}
.tit_rig
{
    float: right;
    line-height: 30px;
    padding-right:5px;
}
.tit_rig a
{
    color:#FFF;
    padding-right:5px;
}
.tit_rig a:hover
{
    color:#FFF;
    padding-right:5px;
}
/********************************************************************
                   产品页大类页面
*********************************************************************/
/*广告图片样式（公共样式）*/
.dv_banner_img
{
    width: 100%;
}
/*中间部份分块样式（公共样式）*/
.center
{
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
}
.cent_lef
{
    width: 80%;
    height: auto;
    float: left;
}
.cent_rig
{
    width: 19%;
    height: auto;
    float: right;
    margin-left: 8px;
}
/*标题部份样式（公共样式）*/
.biaoti1
{
    background-image: url('/images/bt_1.jpg');
    color: #FFF;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    font-family: 微软简综艺;
    font-weight: bold;
    padding-left: 70px;
}
.biaoti1 a
{
    color:#FFF;
}
.biaoti2
{
    width: 99%;
    height: 40px;
    line-height: 40px;
    border-bottom: solid 3px #097402;
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
}
.biaoti2 a
{
    color:Black;
}
.biaoti2 img
{
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
.biaoti3
{
    width: 99%;
    height: 30px;
    background-repeat: repeat-x;
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
}
/** 分页 （公共样式）**/
#dv_Page
{
    width: 100%;
    line-height: 30px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    letter-spacing: 3px;
}
#dv_Page span
{
    color: #FFF;
     margin-top:5px;
    margin-right:5px;
    margin-bottom:5px;
    margin-left:5px;
     background-color: #097402;
    padding: 5px 8px 5px 8px;
}
#dv_Page a span
{
    color: #FFF;
    background-color: #f57b05;
    
}
#dv_Page a:hover span
{
    color: #FFF;
    background-color: #f57b05;
    
}
#txtPageGo
{
    width: 20px;
    margin-right: 10px;
}
/*左边样式*/
.dv_Product
{
    width: 100%;
    margin: 0 auto;
}
.dv_Product ul
{
    width: 99%;
    list-style-type: none;
    margin-left: 0px;
    padding-left: 10px;
}
.dv_Product li
{
    float: left;
    width: 33%;
    height: 300px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}
.dv_pro_img
{
    width: 100%;
    height: 230px;
    background-image: url(/images/bg_Pro2.jpg);
    background-repeat: no-repeat;
}
.dv_pro_img img
{
    width: 99%;
    padding: 20px 8px 3px 10px;
    height: 210px;
}
.pro_titie
{
    clear: both;
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
}
.pro_titie a
{
    font-size: 15px;
    color: #097402;
}
/*.pro_titie a:hover
{
    color: #f57b05;
}*/
.pro_txt
{
    width: 100%;
    font-size: 10px;
    text-align: center;
}
/*成功案案样式变化*/
/*左边样式*/
.dv_chenggong
{
    width: 100%;
    margin: 0 auto;
}
.dv_chenggong ul
{
    width: 99%;
    list-style-type: none;
    margin-left: 0px;
    padding-left: 10px;
}
.dv_chenggong li
{
    float: left;
    width: 25%;
    height: 300px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 20px;
}
.dv_chenggong_img
{
    width: 95%;
    height: 230px;
    background-image: url(/images/bg_Pro2.jpg);
    background-repeat: no-repeat;
}
.dv_chenggong_img img
{
    width: 99%;
    padding: 20px 8px 3px 10px;
    height: 210px;
}
.pro_titie
{
    clear: both;
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
}
.pro_titie a
{
    font-size: 15px;
    color: #097402;
}
/*右边样式*/
.dv_lanmu1
{
    height: auto;
    font-size: 14px;
}
.dv_lanmu1 dl
{
    margin-bottom: 10px;
}
.dv_lanmu1 dd
{
    margin: 0 auto;
    width: 100%;
    font-weight: bold;
    border-left: solid 1px #097402;
    border-right: solid 1px #097402;
    padding-top: 5px;
    padding-bottom: 5px;
}
.dv_lanmu1 dd:last-child
{
    border-bottom: solid 2px #097402;
}
.dv_lanmu1 dd a
{
    padding-left: 35px;
    height: 35px;
    line-height: 35px;
    background-image: url('/images/sanjiao1.jpg');
    background-repeat: no-repeat;
    display: inline-block;
}
.dv_lanmu1 dd a:hover
{
    padding-left: 35px;
    height: 35px;
    line-height: 35px;
    color: #f57b05;
    background-image: url('/images/sanjiao2.jpg');
    background-repeat: no-repeat;
    display: inline-block;
}
/******************************
        小类页面样式
*******************************/
/*左边样式*/
.dv_Pro_d
{
    width: 100%;
    margin: 0 auto;
}
.dv_Pro_d ul
{
    width: 99%;
    list-style-type: none;
    margin-left: 0px;
    padding-left: 10px;
}
.dv_Pro_d li
{
    float: left;
    width: 99%;
    height: 240px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    background-image: url(/images/bg_Pro3.jpg);
    background-repeat: no-repeat;
}
.pro_d_img
{
    float: left;
    width: 30%;
    height: 190px;
    border: solid 1px #097402;
    text-align: center;
}
.pro_d_img img
{
    width: 260px;
    padding: 5px;
    height: 190px;
}
.pro_d_txt
{
    float: right;
    width: 65%;
    padding: 5px 0px 5px 0px;
}
.pro_d_titie 
{
    text-align:center;
}
.pro_d_titie a
{
    font-weight: bold;
    font-size: 16px;
    color: #097402;   
}
.pro_titie a:hover
{
    font-size: 15px;
    color: #f57b05;
}
.pro_d_describe 
{
    height:120px;
    padding-top:10px;
    line-height:25px;
}
.pro_d_xq 
{
    width:80px;
    height:30px;
    line-height:30px;
    padding-left:5px;
    cursor:pointer;
    text-align:center;
    margin-left:460px;
    color:#FFF;
    background-color: #097402;
    border-radius: 3px 3px 3px 3px;
}
.pro_d_xq a 
{
    color:#FFF;
}
/******************************
        详细页面样式
*******************************/
/*左边样式*/
.dv_wz
{
    width: 97%;
    padding: 20px 10px 10px 10px;
    text-align: center;
    letter-spacing: 1px;
}
.dv_wz b
{
    font-size: 24px;
    margin-top: 10px;
}
.dv_wz span
{
    margin-left: 10px;
    margin-right: 10px;
}
.dv_content
{
    line-height: 20px;
    text-align: left;
    width: 95%;
}
.dv_Pian
{
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: dashed 1px #BBB;
    text-align: left;
}


/*********新闻类别***********/
.ul_Article_Content
{
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.ul_Article_Content li
{
    list-style-type: square;
    list-style-position: inside;
    border-bottom: dashed 1px #BBB;
    height: 40px;
    line-height :40px;
    padding-left: 20px;
    margin-left: 20px;
}
.ul_Article_Content_Title
{
    width: 73%;
    line-height: 30px;
}
.ul_Article_Content_Title a
{
    color: #000;
    text-decoration: none;
}
.ul_Article_Content_Title a:hover
{
    text-decoration: underline;
    color: Blue;
}
.ul_Article_Content_Time
{
    width: 24%;
    float: right;
    line-height: 30px;
}

.ul_Article_Content a
{
    text-align: left;
    padding-right: 5px;
    font-size: 12px;
    line-height: 30px;
}
.ul_Article_Content font
{
    float: right;
    width: 30%;
    line-height: 30px;
}
/**************************网站导航*************************************/
.dv_thread
{
    /*background-image: url(/images/bg_.jpg); 	background-repeat: repeat-x;*/
    border: solid 1px #6d181b;
    width: 1200px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin: 0 auto;
}
.dv_thred_content
{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.dv_manual
{
    width: 160px;
    height: 150px;
    border-left: solid 1px #CCC;
    margin-top: 10px;
    margin-left: 12px;
    float: left;
    text-align: left;
}
.dv_manual:first-child
{
    border-left: none;
}
.dv_manual span
{
    font-weight: bold;
    padding-left: 40px;
}

.ul_mnual
{
    list-style-type: square;
    padding-left: 60px;
    padding-top: 10px;
}
.ul_mnual li
{
    width: 110px;
    line-height: 25px;
    float: left;
}

.dv_manual2
{
    width: 403px;
    height: 150px;
    border-left: solid 1px #CCC;
    margin-top: 10px;
    margin-left: 12px;
    padding-left: 20px;
    float: left;
    text-align: center;
}
.dv_manual2 img
{
    width: 260px;
}
.ul_mnual_phone
{
    width: 332px;
    margin-top: 10px;
    margin-left: 70px;
    float: left;
    text-align: left;
    list-style-type: none;
}
.ul_mnual_phone li
{
    line-height: 20px;
    padding-left: 8px;
    width: 326px;
}
.ul_mnual_phone li b
{
    font-size: 14px;
    font-weight: bold;
}
/*通用在线QQ聊天样式*/
/*.b
{
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
.w
{
	position: absolute;
	right: 30px;
	top: 30%; 
	overflow: hidden;
	border: 0px;
	cursor: default;
	-moz-user-select: none;
}*/

/***********回顶部样式********************/
.backToTop
{
    display: none;
    background-image: url(/images/goto_top.jpg);
    background-repeat: no-repeat;
    position: fixed;
    text-align: center;
    bottom: 0px;
    cursor: pointer;
    right: 0px;
    _position: absolute;
    _right: auto;
    top: 0px;
}
/********************/

/*************案例搜索样式***************/
.kuan
{
    width: 60%;
}
.an
{
    width: 25%;
    height: 23px;
}
/****************************************
            在线预约页面样式
*****************************************/
.yuyue
{
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align:center;
}
/*.yuyue_lef
{
    width: 30%;
    float: left;
}
.yuyue_lef img
{
    width: 100%;
    height: auto;
}

.yuyue_cent
{
    width: 26%;
    float: left;
}
*/
.yuyue_rig
{
    width: 60%;
      margin: 0 auto;
        text-align:center;
}
.yuyue_rig_tab
{
    width: 100%;
    margin: 0 auto;
    border: 1px dashed #235e1b;
    border-radius: 15px;
    padding: 10px;
    font-size: 14px;
    text-align:left;
}
.wenti1
{
    width: 15%;
    text-align: left;
}
.wenti2
{
    width: 70%;
    height: 40px;
    line-height: 40px;
    text-align: left;
}
.wenti2 input
{
    height: 30px;
    line-height: 30px;
    border: solid 1px #d4d4d3;
}
.wenti2 textarea
{
    border: solid 1px #d4d4d3;
    height: 80px;
}
.wenti2 span
{
    color: Red;
}
#btn_submit
{
    width: 100px;
    color: #FFF;
    line-height: 30px;
    height: 30px;
    margin-right: 30px;
    background-image: url(/images/bg_anliu.jpg);
    border: 0px;
    border-radius: 3px 3px 3px 3px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-left: 15px;
    cursor: pointer;
}
/**/
.wrap
{
    width: 96%;
    height: 34px;
    margin: 0px auto;
    border: 0;
    position: relative;
    float: left;
}
.input
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding-left: 5px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border: 1px solid #c9cacb;
}
s
{
    position: absolute;
    top: 1px;
    bottom: 1px;
    right: 0;
    width: 32px;
    height: 28px;
    background: url("/images/arrow.png") no-repeat;
}
/*._citys
{
    width: 100%;
    display: inline-block;
    border: 2px solid #eee;
    padding: 5px;
    position: relative;
    background-color: #f9c894;
}
._citys span
{
    color: #05920a;
    background-color: #f9c894;
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 3px;
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid #05920a;
    cursor: pointer;
}
._citys0
{
    width: 95%;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    border-bottom: 2px solid #05920a;
    padding: 0px 5px;
    font-size: 14px;
    font-weight: bold;
    margin-left: 6px;
    background-color: #f9c894;
}
._citys0 li
{
    display: inline-block;
    line-height: 34px;
    font-size: 15px;
    color: #888;
    width: 80px;
    text-align: center;
    cursor: pointer;
}
._citys1
{
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}
._citys1 a
{
    width: 83px;
    height: 35px;
    display: inline-block;
    background-color: #f5f5f5;
    color: #666;
    margin-left: 6px;
    margin-top: 3px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    border-radius: 5px;
    overflow: hidden;
}
._citys1 a:hover
{
    color: #fff;
    background-color: #05920a;
}
.AreaS
{
    background-color: #05920a !important;
    color: #fff !important;
}*/
*/
/*alert 弹框样式（在线预约）*/
.win
{
    display: none;
}
.mask-layer
{
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-color: black;
    z-index: 99998;
    top: 0px;
    left: 0px;
}
.window-panel
{
    position: fixed;
    z-index: 99999;
    top: 50%;
    left: 50%;
    background-color: white;
    border-radius: 4px;
}
.window-panel .title-panel
{
    position: absolute;
    height: 36px;
    width: 100%;
    border-radius: 4px 4px 0 0;
}
.window-panel .title
{
    position: absolute;
    height: 36px;
    width: 100%;
    text-align: center;
    border-radius: 4px 4px 0 0;
    line-height: 36px;
    vertical-align: middle;
    background-color: whitesmoke; /*标题背景色*/
    border-bottom: 1px solid rgb(233, 233, 233);
    z-index: 1;
}
.window-panel h3
{
    font-size: 16px;
    margin: 0;
}
.window-panel .close-btn
{
    display: block;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    width: 36px;
    height: 36px;
    line-height: 36px;
    right: 0px;
    text-decoration: none;
    font-size: 24px;
    color: black;
    background-color: #DBDBDB;
    border-radius: 2px;
    z-index: 1;
}
.window-panel .close-btn:hover
{
    background-color: #ccc;
}
.window-panel .body-panel
{
    position: absolute;
    width: 100%;
    top: 36px;
    border-radius: 0 0 4px 4px;
    z-index: 1;
    background: #fff;
    background-image: url(../images/wenli.png);
}
.window-panel .body-panel.toast-panel
{
    position: absolute;
    color: #fff;
    background: rgba(0,0,0,0.3);
}
.window-panel .content, .window-panel .btns
{
    text-align: center;
}
.window-panel .content
{
    padding: 10px 10px 0px 10px;
    font-size: 16px;
    min-height: 40px;
    line-height: 22px;
}
.window-panel .content.toast-content
{
    padding: 0;
    min-height: 0;
}
.window-panel .w-btn
{
    display: inline-block;
    width: 60px;
    height: 26px;
    line-height: 26px;
    background-color: #DE5923;
    color: white;
    cursor: pointer;
    text-align: center;
    border-radius: 2px;
    text-decoration: none;
    margin: 0 10px 0px 10px;
    border: none;
}
.window-panel .w-btn:hover
{
    background-color: #DA3E00;
}
.window-panel .w-btn:focus
{
    outline: 0 none;
}

