@charset "utf-8";
html,body {border:0;margin:0;padding:0;font-size:14px; font-family:"微软雅黑"; background-color:#EEEEEE }
h1, h2, h3, h4, h5, h6 {margin:0;padding:0;font-weight:normal; }
ul,li{ margin:0; padding:0; list-style-type:none;}
img{ border:0}
h2{ font-size:20px; font-family:"微软雅黑"; font-weight:bold;}
.toupiao_body{ width:100%; margin-top:40px;}
.toupiao_body_in{ width:970px; padding:15px 15px 55px 15px; margin:0 auto; background-color:#FFFFFF;}
.set_xuanxiang{ width:12%;  padding:10px; margin:0 1% 3% 1%; border-left:1px solid #CFCFCF; border-top:1px solid #CFCFCF; border-radius: 5px; border-right:1px solid #CFCFCF; border-bottom:1px solid #CFCFCF;  float:left;}
.set_xuanxiang_l{ float:left; width:10%; height:30px; padding:10px 0 0 0; display:inline;}
.set_xuanxiang_r{ float:right; width:85%; height:40px; line-height:40px;}
.set_xuanxiang_appico { width:100%; text-align:center}
.set_xuanxiang_appico img { width:100px; height:100px;}
.set_xuanxiang_appname { width:100%; text-align:center; margin-top:6px; }
.set_xuanxiang_button { width:90%; margin-left:5%; height:30px; line-height:30px; cursor:pointer; text-align:center;  margin-top:16px; background-color:#3DB1D2; color:#FFFFFF; border:1px solid #33658E}
.set_xuanxiang_button_out { width:90%; margin-left:5%; height:30px; cursor:no-drop; line-height:30px; text-align:center;  margin-top:16px; background-color:#D3D3D3; color:#000000; border:1px solid #C0C0C0}
.bg_green{ background-color:#53D27D}
.bg_gray{ background-color:#D4D4D4}
.input_checkbox{ width:15px; height:15px;}
.toupiao_bar{ background-color:#D95052; width:100%; border-top:2px solid #782123; height:40px; position:fixed; bottom:0;}
.clear{ clear:both}
.window_cover{ background-color:#000000; display:none; filter:alpha(opacity=40); opacity:0.4; z-index:40; position:absolute; left:0; top:0;}
.dialogue{ display:none; padding:20px; border:1px solid #BFBFBF; background-color:#ffffff; z-index:50; top:100px; position:absolute;  width:600PX; font-family:"微软雅黑"; }
.dialogue_title{  border-bottom:1px solid #BFBFBF; height:30px; margin-bottom:15px; }
.dialogue_title_l{ float:left;height:30px; color:#0F6A9B; font-weight:bolder;}
.dialogue_title_r{ float:right;height:40px;}
.dialogue_body{ padding-bottom:4%;}
.tip_info{ text-align:center; font-size:24px; height:60px; margin-top:45px;}
.tip_button{ width:60%; height:40px; margin-left:20%; background-color:#4993D8; cursor:pointer; line-height:40px; color:#FFFFFF; margin-top:40px; text-align:center;}
#dialogue_appname{ color:#296BC3}

.toupiao_head{ height:410px; background:url(../images/bg.jpg) repeat-x bottom #F5F5F5;}
.toupiao_head_in{ background:url(../images/banner_bg.jpg) no-repeat center bottom; width:990px; height:410px; margin:0 auto}
.toupiao_banner_title{ background:url(../images/banner_title.gif); width:452px; height:97px; float:right; margin:240px 110px 0 0; display:inline;}

.toupiao_info{ font-size:18px; padding:20px 30px 20px 30px; line-height:40px; color:#494949;} 

.wqhg_banner{  text-align:center; margin-top:20px;  } 
.wqhg_banner_kk{  text-align:center;  } 
.wqhg_line{  text-align:center;  } 
.toupiao_foot{ padding:20px 0 60px 0; text-align:center; font-size:12px; color:#A1A1A1; line-height:28px;}

.appinfo_title{ background:url(../images/app_title.jpg) no-repeat center; height:90px;} 
.apptoupiao_info{ width:96%; border-top:1px solid #CBCBCB; line-height:25px; margin-top:10px; padding:30px 0 10px 15px; color:#808080}
.apptoupiao_info strong { color:#797979;}

.toupiao_zbf{ width:100%; margin-top:10px; text-align:center;  }

.body_sckm{ margin:0 auto; margin-top:10px; width:990px;}

.list_gongzhonghao{ float:left; height:110px; padding:15px; margin:32px 0 0 32px; display:inline; width:420px; border:1px solid #D4D4D4}
.list_gongzhonghao_l{ float:left; height:110px; width:110px; background-color:#AFFFEC  }
.list_gongzhonghao_l img { width:110px; height:110px; }
.list_gongzhonghao_r{ float:right; height:110px;  width:290px; }
.list_gongzhonghao_r_p1{ padding-left:12px; font-size:18px; font-weight:bolder; color:#444444}
.list_gongzhonghao_r_p2{ padding-left:12px; margin-top:5px; font-size:14px; color:#B2B2B2}
.list_gongzhonghao_r_p3{}

.wzzw_title{ padding:40px 50px 20px 50px; text-align:center; font-size:18px; font-weight:bolder;}
.wzzw_zw{ padding:0 80px 30px 80px; font-size:14px; line-height:30px;}

.heartBeat{
        animation-name: heartBeat;
        -webkit-animation-name: heartBeat;  

        animation-duration: 1.5s;   
        -webkit-animation-duration: 1.5s;

        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

    @keyframes heartBeat {
        0% {
            transform: scale(0.9);
            opacity: 0.7;       
        }
        50% {
            transform: scale(1);
            opacity: 1; 
        }   
        100% {
            transform: scale(0.9);
            opacity: 0.7;   
        }           
    }

    @-webkit-keyframes heartBeat {
        0% {
            -webkit-transform: scale(0.95);
            opacity: 0.7;       
        }
        50% {
            -webkit-transform: scale(1);
            opacity: 1; 
        }   
        100% {
            -webkit-transform: scale(0.95);
            opacity: 0.7;   
        }           
    }