﻿/* #region 默认样式*/

.aspNetDisabled {
    color: #CCCCCC !important;
    cursor:default !important;
    font-weight:normal !important;
}

*
{
    padding:0;
    margin:0 auto;
}

html
{
      width: 100%;
      height: 100%;
      overflow:auto;
}
        
body
{
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

div
{
    width:auto;
    overflow:hidden;
    zoom:1;
}

img, ul, li
{
    margin:0px;
    padding:0px;
    border-style:none;    
    list-style-type:none;
}

img
{
    max-width:100%;    
}

table
{
    max-width:100%;     
}

a
{
    text-decoration:none;
}

a:link, a:visited
{
    color: #000000;
    cursor:pointer;
    text-decoration:none;
}

a:hover
{
    color: #FF0000;
    font-weight:bold;
    cursor:pointer;
    text-decoration:none !important;
}

a:active
{
    color: #034af3;
    text-decoration: none;
}


h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    font-variant: small-caps;
    text-transform: none;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size:14px;
    line-height:30px;
    font-weight:bold;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

p
{
    line-height: 22px;
    text-indent: 24px;
    margin: 0px 0px;
    padding: 0px;
    color: #555;    
    text-align:Justify;
    text-justify:inter-ideograph;
}

p img
{
    text-indent:0px;    
    margin-left:-24px;
}

table
{
	/*text-align:center;*/
}

input[type="text"],input[type="password"] 
{
    border:1px solid #CCCCCC;
    width:160px;    
    border-radius: 3px;
    height:18px;
    padding:5px;
    box-sizing : content-box; 
    -moz-box-sizing : content-box;
    -webkit-appearance:none;
    -webkit-border-radius:3px;
}

input[type="button"],input[type="submit"]
{
    -webkit-appearance:none;
    box-sizing : content-box; 
    -moz-box-sizing : content-box;
}

textarea
{
   border:1px solid #CCCCCC;
   padding:5px;
   border-radius: 3px;
   width:160px;    
   font-size:12px;
   font-family:微软雅黑;
   -webkit-appearance:none;
}

select
{
    border:1px solid #CCCCCC;
    width:160px;    
    border-radius: 3px;
    height:28px;
    padding:0px 5px;
    box-sizing : content-box; 
    -moz-box-sizing : content-box;
    -webkit-border-radius:3px;
}


/* #endregion  */

/* #region 一般样式*/

.disable
{

  filter:gray;
  -moz-opacity:.6;
  opacity:0.6;
}

.xing
{
    color:Red;    
}

.border1
{
    border: 1px solid #3399FF;
    border:1px solid #cccccc;
}

.borderU
{
    border-width: 0px 1px 1px;
    border-style: none solid solid;
    border-color: -moz-use-text-color #DBDBDB #DBDBDB;
}

.borderL
{
    border-style: none none none solid;
    border-width: 1px;
    border-color: #7698BE;
}

.borderT
{
    border-style: solid none none none;
    border-width: 1px;
    border-color: #7698BE;
}

.xline
{
	
    height: 1px;
    border-bottom: 1px dashed #CCC;
    margin: 10px 0px;
    clear:both;
}

.table, .table0
{
    border-style: none;
    border-width: 0px;
    padding: 0px;
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0px;
    empty-cells: show;
    table-layout: auto;
    font-size: 10pt;
}


.table td
{
    border:1px solid #CCCCCC;   
    padding:5px; 
}

.table td input[type="text"]
{
    border:0px solid #CCCCCC;  
    width:100%; 
    padding:5px 0px;     
}

.table td input[type="password"]
{
    border:0px solid #CCCCCC;  
    width:100%; 
    padding:5px 0px;     
}

.table td textarea
{
    border:0px solid #CCCCCC;  
    width:100%; 
    padding:5px 0px;     
}

.table0 td
{
    border:0px solid #CCCCCC;   
    padding:5px; 
}

.table0 td input[type="text"]
{
    border:1px solid #CCCCCC;  
    width:100%; 
    height:30px;
    box-sizing : border-box; 
}

.table0 td input[type="password"]
{
    border:1px solid #CCCCCC;  
    width:100%; 
    height:30px;
    box-sizing : border-box;
}

.table0 td textarea
{
    border:1px solid #CCCCCC;  
    width:100%; 
    box-sizing : border-box;
}

.middle
{
    display:table-cell;
    vertical-align:middle;
}

.center
{
    position: absolute;
    top: 50%;
}

.lineSeparator
{
    border-bottom:1px solid rgb(230, 230, 230);
    height:1px;
    margin:10px 0px 10px 0px;
}

.hide
{
    display:none;    
}

.gap
{
    height:10px;   
    clear:both; 
}

.gap2
{
    height:8px;   
    clear:both; 
    background-color:#EEEEEE;
}

.gap20
{
    height:20px;   
    clear:both; 
}

.titleBar {
    height:40px;
    line-height:40px;
    font-size:18px;
    border-bottom:1px solid gainsboro;
    padding-left:10px;
    margin:0px 10px;
}

     .footer
    {
        background-color:#03A248;
        width:100%;
        border-top:0px solid rgb(190, 0, 0);
        text-align: center;
        line-height:20px;
        padding:10px 0px 10px 0px;
        font-size:9pt;
        color:White;
    }
    
     .pager
    {
        height:30px;
        line-height:30px;
        margin: 0px 10px 0px 10px;

    }

    .pager-l
    {
        float:left;
        width: auto;
        color:rgb(51, 51, 51);
    }

    .pager-r
    {
        float:right;
        width: auto;
    }

/* #endregion  */

/* #region Portalet相关 */

    .portaletBar
    {
        background: url('../images/h3zx.gif') no-repeat scroll left top transparent;
        height:38px; 
        line-height:38px; 
        padding-left:5px;
        font-size:14px;
        font-weight:bold;
        
    }
    
    .portaletBar2
    {
        color: #0E7734;
        font-family: "Microsoft YaHei","微软雅黑","SimHei","黑体";
        font-size: 14px;
        font-weight: bold;
        margin: 0px;
        padding: 0px;
        text-indent: 20px;
        background: url('../images/h301.gif') no-repeat scroll 0% 0% transparent;
        width: 100%;
        height: 34px;
        line-height: 34px;
        position: relative;
    }
    
     .portaletBar3
    {
        color: #0E7734;
        font-family: "Microsoft YaHei","微软雅黑","SimHei","黑体";
        font-size: 14px;
        font-weight: bold;
        margin: 0px;
        padding: 0px;
        text-indent: 10px;
        background: url('../images/bgtab02.gif') repeat-x scroll left top transparent;
        width: 100%;
        height: 34px;
        line-height: 34px;
        position: relative;
        border-bottom:1px solid #CCCCCC
    }
     .portaletBarOnline
    {
        color: #0E7734;
        font-family: "Microsoft YaHei","微软雅黑","SimHei","黑体";
        font-size: 14px;
        font-weight: bold;
        margin: 0px;
        padding: 0px;
        text-indent: 20px;
        background: url('../images/bgtab02.gif') repeat-x scroll left top transparent;
        width: 735px;
        height: 34px;
        line-height: 34px;
        position: relative;
        border-bottom:1px solid #CCCCCC
    }
    
    .portalet-t
    {
        border:1px solid #CCCCCC;
        border-top:3px solid #04883C;
    }

    .portaletMore
    {
        background:url("../images/line-v.jpg") no-repeat scroll 0 center;
        line-height:38px;
        float:right;
        text-indent:10px;
        width:60px;
        font-size:12px;
        font-weight:lighter;
        color:#cccccc;
    }
    
    .portaletMore a
    {
        color:#666666;
    }

    .portaletContent
    {
        padding: 5px; 
        overflow:hidden;
        zoom:1;
    }

    .portaletText
    {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow:ellipsis;      /*兼容IE*/
        float:left;
        text-align:left;
        font-size:14px;
        line-height:25px;
        text-indent:10px;
    }

    .portaletImg
    {
        float:left;
        width:200px;
        height:150px;
        font-size:12px;
        font-weight:lighter;
        margin:0px 30px 0px 0px;
        color:#cccccc;
        text-align:center;
        line-height:200px;
        vertical-align:middle;
    }

    .portaletList
    {
        float:left;
        width:470px;
    }

    .portaletContent li
    {
        line-height:20px;    
    }
  

/* #endregion */

/* #region 新闻相关 */

     .newsList
    {
        border-bottom: 1px dotted rgb(204, 204, 204);
        height:24px;
        line-height:24px;
        margin-top:4px;
    }
    
    .newsList a
    {
        background:url("../images/dot.gif") no-repeat scroll 0% 0% transparent;
        text-indent : 15px;
        float:left;
    }
        
    .newsListTitle
    {
        background:url("../images/dot.gif") no-repeat scroll 0% 0% transparent;
        text-indent : 15px;
        float:left;
    }
    
    .newsListTime
    {
         float: right; 
         width: auto;
         text-align: right;
    }
    
    .newsList2
    {
        border-bottom: 1px dotted rgb(204, 204, 204);
        height:24px;
        line-height:24px;
        margin-top:4px;
    }
    
    .newsList2 a
    {
        background:url("../images/dot.gif") no-repeat scroll 0% 0% transparent;
        text-indent : 15px;
        float:left;
    }
        
    .newsListTitle2
    {
        font-size:14px;
        font-weight:bold;
        line-height:30px;
    }
    
     .newsListSummary2
    {
        line-height:25px;
    }
    
    .newsListTime2
    {
    	float:right;
    	clear:both;
        line-height:20px;
        margin-bottom:5px;
    }

    .newsTitle
    {
        vertical-align: middle;
        padding: 5px 10px 5px 10px;
        text-align:center;
        font-size:16px;
        font-weight:bold;
    }

    .newsTime
    {
        vertical-align: middle;
        padding: 0px;
        text-align:center;
        font-size:12px;
        color:Silver;
        height:30px;
    }

    .newsContent
    {
        padding: 0px 5px 5px 5px;
        border:0px solid #cccccc;
        min-height:260px;
        line-height:24px;
        font-size:14px;
        word-spacing:normal;    
    }

    .newsAttach
    {
        background:url("../images/Attachment.png") no-repeat scroll 0 center;
        text-indent:20px;
        font-size:12px;
        font-weight:lighter;
        color:#cccccc;
        margin-left:20px;
    }

    .newsAttachTitle
    {
        font-size:14px;
        font-weight:bold;
        color:rgb(36, 114, 178);
    }
    
    .picNewsPortaletWrap
   {
       background-color:#ffffff;
       padding:0px 0px 0px 11px;
   }
   
   .picNewsPortaletWrap li
   {
       padding:10px 10px 10px 0px;
       margin:0px 0px 0px 0px;
       width:134px;
       height:110px;
       float:left;
   }
   
    .picNewsPortaletWrap img
   {
       width:100%;
       height:90px;
       border:1px solid #cccccc;
       margin:auto;
   }
   
   .picNewsPortaletImg
   {

   }
   
    .picNewsPortaletTitle
   {
       line-height:25px;
       text-align:center;
   }

   .picNewsThumbView
   {
       background:url("../images/iphone/uniteBg.gif") repeat scroll 0% 0% transparent;
       float:left;
       display:inline;
       margin: 10px 27px 10px 0px;
       width:194px;
       height:240px;
       text-align:center;   
   }
   
    .picNewsThumbView .container
    {
        width:170px;
        height:130px;
        margin:0px auto 6px;
        display:block;
        vertical-align:middle;
        padding:40px 0px 0px 0px;
    }
        
     .picNewsThumbView .des
    {
        width:170px;
        margin:auto;
     }
        
    .picNewsThumbView .container img
    {
        vertical-align:middle;
        display:inline;
    }
    
    .summary
    {
        border:1px dotted #CCCCCC;
        font-size:12px;
        background-color:#EEEEEE;
        padding:5px;
    }
    
    .gallery
    {
        padding:0px 0px 0px 0px;
        margin:auto;
        border:1px solid #cccccc
    }
    
    .galleryCatalog
    {
        background: url("../images/title-b.jpg") no-repeat scroll 0px 0px transparent;
        font-size:14px;
        text-indent:50px;
        height:32px;
        line-height:32px;
        font-weight:bold;
        clear:both;
    }
    
    .galleryMore
    {
        background:url("../images/line-v.jpg") no-repeat scroll 0 center;
        line-height:28px;
        float:right;
        text-indent:10px;
        width:60px;
        font-size:12px;
        font-weight:lighter;
        color:#cccccc;
    }
    
    .galleryMore a
    {
        color:#666666;
    }
    
    .galleryContent
    {
        padding:10px 10px 10px 50px;
        margin:auto;
    }
    
    .sliderView
    {
        width:800px;
        overflow:visible;
        margin:auto;
        text-align:center;
        padding:10px 10px 10px 10px;
    }
    
     .comment
    {
        border:1px solid rgb(221, 232, 240);
        background:none repeat scroll 0% 0% rgb(239, 244, 248);
        padding:13px 16px 8px 14px;
    }
    
    .comment .head
    {
        height:23px;
        color: rgb(51, 51, 51);    
    }
    
    .comment .txt
    {
        border:1px solid rgb(101, 154, 199);
        padding:6px;
        height:100px;
        width:98.5%;   
        color:rgb(51, 51, 51);
        font-size:12px;
        line-height:20px;     
        overflow:auto;
        resize:none;
    }
    
    .comment .btn
    {
        margin:10px auto;
        float:right;
        width:85px;
        height:29px;
        border:0pt none;
        padding:0px;
        color:White;
        cursor:pointer;
        background: url("../images/btn_com.gif") no-repeat scroll 0% 0% transparent;    
    }
    
    .comment .btn:hover
    {
        background-position: 0pt -40px;   
    }
    
    .commentList
    {
        border:1px solid #cccccc;
        padding: 5px 10px 10px 10px;
    }
    
    .commentList .content
    {
        font-size:14px;
        line-height:24px;
        margin-bottom:10px;
    }
    
    
     .commentList .date
    {
        text-align:right;
        color: rgb(184, 184, 184);
    }
    
    .questionnaire
    {
        background: url("../images/icon/gift.gif") no-repeat 3px 3px;  
        color:Red;
        height:30px;
        line-height:30px;
        text-indent:30px;    
        font-weight:bold;
    }
    
    .questionnaire a
    {
        color:Red;
    }
    
     .quest1
    {
       background: url("../images/quest1.png") repeat;    
    }
    
    .quest2
    {
        width:100%;
        height:130px;
       background: url("../images/quest2.png") no-repeat center bottom;   
    }

/* #endregion */

/* #region 导航相关 */

	.menu
	{
		height:38px;
	    font-family:"Microsoft Yahei",Tahoma, Geneva, sans-serif;
	    text-align:center;
	    overflow:visible;
	    width:100%;
	    background:url(../images/menu.gif) repeat-y; 
	    background-position:center; 
	    background-color:#17a958;
	}
	
	.menu a
	{
		font-size:14px;
		float:left;
		position:relative;
		width:20%;
		text-align:center;
		line-height:38px;
	    color:White;
	}
			
	.menu a:hover
	{
		background-color:#f4b60d;
	}


.navTitle
{
    height:60px;
    line-height:60px;
    font-size:26px;
}

.navItem-b
{
    background:url(../images/mobile/nav1.png) 0 0 no-repeat;
    width:120px;
    height:120px;
    background-color:#4198FF;
    float:left;
    margin:3px;
}

.navItem-o
{
    background:url(../images/mobile/nav2.png) 0 0 no-repeat;
    width:120px;
    height:120px;
    background-color:#DE4C01;
    float:left;
    margin:3px;
}

.navItem-y
{
    width:120px;
    height:120px;
    background-color:#E0C200;
    float:left;
    margin:3px;
}
    
    .navItemText
{
    margin-top:90px;
    height:30px;
    line-height:30px;
    text-align:left;
    text-indent:10px;
    color:White;
    font-size:14px;
}

/* #endregion */

/* #region 布局相关 */

.bodyWrap
{
    width:100%;
    margin:auto;
}

contentWrap
{
        width:100%;
    margin:auto;
    padding:0px 20px 0px 20px;
    }

.title
{
    height:50px;
    line-height:50px;
    font-size:26px;
    border-bottom:3px solid #ffffff;
}

.infoItem
{
    
}

.infoItem li
{
    height:30px;
    line-height:30px;
    font-size:14px;
    float:left;
    width:160px;
}
/* #endregion */

/* #region 通用 */

    .msgBar-err
    {
        background: url("../images/smallerror.gif") no-repeat scroll 5px 4px transparent;
        text-indent:30px;
        color:Black;
        background-color:#ffd5d5;
        border:1px solid red;
        height:25px;
        line-height:25px;
        border-radius:3px;
    }
    
    .msgBar-ok
    {
        background: url("../images/smallsuccess.gif") no-repeat scroll 8px 5px transparent;
        text-indent:30px;
        color:Black;
        background-color:#DDF7D6;
        border:1px solid Green;
        height:25px;
        line-height:25px;
        border-radius:3px;
    }
    
    
    .searchBar
    {
        background-color: #F1F1F1;
        text-align: center;
        float: none;
        margin: auto;
        vertical-align: middle;
        padding-top: 20px;
        padding-bottom: 20px;
        border-style:solid;
        border-width: 1px;
        border-color:Silver;
    }

    .searchBtn
    {
        background:url("../images/bg_search.png") repeat scroll 0% 0% rgb(221, 221, 221);
        width:95px;
        height:32px;
        font-size:14px;
        border-style:none;
        cursor:pointer;
    }
    
     .searchTxt
    {
        width:95px;
        height:29px;
        font-size:14px;
        border:1px solid rgb(204, 204, 204);
    }


        .loginBtn input[type=button]
        {
            height: 35px;
            width: 100%;
            display: inline-block;
            font-size: 16px;
            color: #fff;
            font-weight: bold;
            border: 1px solid #3e6983;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            text-shadow: 0 -1px 1px rgba(0,32,75,0.33);
            -webkit-box-shadow: 0 1px 1px rgba(255,255,255,0.5);
            box-shadow: 0 1px 1px rgba(255,255,255,0.5);
            background: #64a2cc;
            background-image: -webkit-gradient(linear,left top,left bottom,from(#68a6ce),to(#2478b0));
            background-image: -webkit-linear-gradient(top,#68a6ce,#2478b0);
            background-image: -moz-linear-gradient(top,#68a6ce,#2478b0);
        }
        
                .loginWrap
        {
            padding: 0 20px;
            clear: both;
        }
        
                .inputArea
        {
            background: #fff;
            border: 1px solid #628aa5;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-shadow: 0 1px 5px #acaeaf inset,0px 1px 1px rgba(255,255,255,0.5);
            box-shadow: 0 1px 5px #acaeaf inset,0px 1px 1px rgba(255,255,255,0.5);
        }
        .inputLine
        {
            color: #000;
            padding: 12px 10px;
            clear: both;
        }
        .inputLine:first-of-type
        {
            border-bottom: 1px solid #cfcfcf;
        }
        .il
        {
            float: left;
            padding-top: 1px;
        }
        .ir
        {
            overflow: hidden;
            text-align: left;
            padding: 0;
            padding: 0;
        }
        .ir input
        {
            -webkit-appearance: none;
            width: 99%;
            border: 0;
            font-size: 14px;
            vertical-align: middle;
            margin: 0;
            padding: 0;
        }
        
        .inputLabel
        {
            font-size:14px;
                        color: #000;
            padding: 10px 0px;
            clear: both;
            }
            
        .inputText
        {
            background: #fff;
            border: 1px solid #cccccc;

                       padding:8px 5px;
        }
            
        .inputText input
        {
            -webkit-appearance: none;
            width: 99%;
            border: 0;
            font-size: 14px;
            vertical-align: middle;
            margin: 0;

        }
        
        .banner
        {
            overflow: hidden;
            width: 100%;
            border-bottom: 1px solid #bdc0c7;
            position: relative;
        }
        .banner a
        {
            display: inline-block;
            width: 24px;
            height: 24px;
            position: absolute;
            top: 9px;
            text-indent: -9999em;
        }
        .banner .return
        {
            font-size: 12px;
            position: absolute;
            top: 12px;
            left: 10px;
            display: inline-block;
            width: 23px;
            height: 20px;
            line-height: 28px;
            background: url(http://u1.sinaimg.cn/upload/h5/img/newreg/return_s.png) center no-repeat;
        }
        .banner div
        {
            background: #4976b0;
            padding:8px 5px;
            font-size: 24px;
            font-weight: bold;
            color: #fff;
            border-bottom: 1px solid #cccccc;
            text-align:center;
        }
        
        
    .searchTxts
    {
        border-width:1px medium 1px 1px;
        border-style:solid none solid solid;
        border-color:rgb(204, 204, 204);
        padding-left:8px;
        float:left;
        height:21px;
        width:320px;
        line-height:21px;
        }
    
     .searchBtns
    {
        background:url("../images/search_btn.jpg") no-repeat scroll 0% 0% transparent;
        float:left;
        height:25px;
        width:91px;
        cursor:pointer;
        border:medium none;
        margin:0px;
        }
        
        	    .link
    {
        text-align:center;
    }
    
     .link li
    {
        padding:10px 0px;
        float:left;
        width:20%;
    }
    
    .ad
{
     background:url("../images/mobile/ad.jpg") center no-repeat;
     width:100%;
     height:122px;
}

/* #endregion */
        
/* #region 产品介绍 */
        
    .product
    {
        text-align:center;
        /*padding:10px;*/
    }
        
    .product li
    {
        padding:5px 0px;
        float:left;
        width:33.333%;
    }
    
    .lmkList
	{
	    font-size:14px;
		float:left;
		position:relative;
		width:100%;
		text-align:left;
		text-indent:10px;
		line-height:38px;
		height:38px;
		border-bottom: 1px dashed #CCC;
	}
	
/* #endregion */	

/* #region 营业网点 */
    
    .branchCatalog
	{
		height:38px;
	    font-family:"Microsoft Yahei",Tahoma, Geneva, sans-serif;
	    text-align:center;
	    overflow:visible;
	    width:100%;
	    background-position:center; 
	    background-color:Gray;
	}
	
	.branchCatalog a
	{
		font-size:14px;
		float:left;
		position:relative;
		width:25%;
		text-align:center;
		line-height:38px;
		height:38px;
	    color:White;
	}
			
	.branchCatalog a:hover
	{
		background-color:#f4b60d;
	}
	
	.branchCatalog a:active 
	{
	    color: #000000;
		background-color:#f4b60d;
	}
	
/* #endregion */	

/* #region 在线业务 */
	
	.online
{
    overflow: hidden;
    margin: 0px 0px;
    padding: 10px 0px 10px 0px;
    border-bottom: 0px solid #CCF;
}

.online dl 
{
    overflow: hidden;
    width: 100%;
    padding-right: 0px;
    float: left;
    margin: 0px;
}

.online dt
{
    float: left;
    margin: 0px 20px 0px 0px;
    padding-top: 2px;
}

.online dd {
    line-height: 20px;
}

.online p
{
    text-indent: 0px;
    margin: 0px;    
}

/* #endregion */	

/* #region 问答 */

    .askCatalog
	{
	    font-family:"Microsoft Yahei",Tahoma, Geneva, sans-serif;
	    text-align:center;
	    overflow:visible;
	    width:100%;
	    background-position:center; 
	}
	
	.askCatalog a
	{
		font-size:14px;
		float:left;
		position:relative;
		width:25%;
		text-align:center;
		line-height:30px;
		height:30px;
	}
	
/* #endregion *

/* #region 停车应用 */

.box{
    width: 100%;
    height: 45px;
    background: #7bbc28;
    background: url("../images/car2.png") no-repeat 10px 6px #7bbc28;
    border: solid 1px #fff;
    margin-bottom: 15px;
    margin-top: 15px;
    float: left;
    color: #fff;
    font-size: 18px;
    line-height: 45px;
    text-indent:55px;
    font-weight:bold;
}

.box img{
    display: block;
    float: left;
    padding: 5px 0 0 10px;
}
.box h2{

}
.tu1
{
	clear:both;
}
.tu1 img{
    display: block;
    text-align:center;
    margin: auto;
    max-width:100%;
    width:100%;
}
.tu1 h3{
    font-size: 14px;
    line-height: 38px;
    margin-bottom: 10px;
    background: url("../images/right-2.png") no-repeat left 12px;
    padding-left: 30px;
}
.box2
{
	clear:both;
}
.box2 ul li{
    font-size: 14px;
    line-height: 35px;
    background: url("../images/right.png") no-repeat left 10px;
    padding-left: 20px;
}

.tu1 div{
    font-size: 14px;
    line-height: 35px;
    background: url("../images/right.png") no-repeat left 10px;
    padding-left: 20px;
    margin-bottom:15px;
    text-align:Justify;
    text-justify:inter-ideograph;
}


/* #endregion */

/* #region 表单相关 */


    .formRow
    {
        height:60px;
        vertical-align:middle;
    }
    
   .formLabel
    {
        line-height:30px;
        height:30px;
        text-align:right;
        margin-right:20px;
        float:left;
        vertical-align:middle;
    }
    
     .formLabelText
    {
        margin:0px 0px;
        height:30px;
        float:left;
        vertical-align:middle;
    }
    
     .formLabelText input[type="text"]
     {
         width:220px;
         height:24px;
         padding:0px 3px;
     }
     
     .submitBtn, .queryBtn, .validCode
    {
        width:172px;
        height:35px;
        font-size:14px;
        border-style:none;
        cursor:pointer;
        color:White;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: #ddd 0 1px 1px;
        -moz-box-shadow: #ddd 0 1px 1px;
        box-shadow: #ddd 0 1px 1px;
        background: #17a958;
    }
    
        
    .queryBtn
    {
        height:30px;
        width:80px;            
    }
    
    .validCode
    {
        height:30px;
        width:130px;
    }
    
    .submitBtn:hover, .validCode:hover, .queryBtn:hover
    {
        background-color:#f73500;
        font-weight:bold;
    }
    
/* #endregion */

/* #region 充值相关 */

.payresultTitle
{
    line-height:40px;
    font-size:20px;
    font-weight:bolder;
}

.order
{
    line-height:28px;    
    background-color:#F7F7F7;
    border: 1px solid #EEEEEE;
    padding:10px;
    font-size:12px;
}

.orderOper div
{
    line-height:25px;    
    width:100px;
    float:left;
}

.payBaiFuBao
{
    border:1px solid #CCCCCC;
    background:url("../images/bdqb.jpg") 30px center no-repeat;
    width:150px;
    float:left;
    vertical-align:middle;
    padding:15px 10px;
    margin:0px 10px 10px 0px;
}

.payAliPay
{
    border:1px solid #CCCCCC;
    background:url("../images/zfb.jpg") 20px center no-repeat;
    width:150px;
    float:left;
    vertical-align:middle;
    padding:15px 10px;
    margin:0px 10px 10px 0px;
}

.payICBC2C
{
    border:1px solid #CCCCCC;
    background:url("../images/gsyh.jpg") 30px center no-repeat;
    width:150px;
    float:left;
    vertical-align:middle;
    padding:15px 10px;
    margin:0px 10px 10px 0px;
}
.payICBC2B
{
    border:1px solid #CCCCCC;
    background:url("../images/gsyhb2b.jpg") 30px center no-repeat;
    width:150px;
    float:left;
    vertical-align:middle;
    padding:15px 10px;
    margin:0px 10px 10px 0px;
}
.payICBC2B
{
    border:1px solid #CCCCCC;
    background:url("../images/gsyhB2B.jpg") 30px center no-repeat;
    width:150px;
    float:left;
    vertical-align:middle;
    padding:15px 10px;
    margin:0px 10px 10px 0px;
}

.payUnion2C
{
    border:1px solid #CCCCCC;
    background:url("../images/UnionPay.jpg") 30px center no-repeat;
    width:150px;
    float:left;
    vertical-align:middle;
    padding:15px 10px;
    margin:0px 10px 10px 0px;
    display:none;
}

.payUnion2B
{
    border:1px solid #CCCCCC;
    background:url("../images/UnionPayB2B.jpg") 30px center no-repeat;
    width:150px;
    float:left;
    vertical-align:middle;
    padding:15px 10px;
    margin:0px 10px 10px 0px;
    display:none;
}

/* #endregion */

.textBoxStyle {width: 200px; }        
.fielddiv{ margin-top: 10px;  line-height: 31px;}
.labelstyle{float: left; width: 30%; height:30px; line-height: 30px; font-size: 13px;  text-align: right;}
.txtboxstyle{ float:left; width:70%; height:30px; line-height:30px; font-size:13px; text-align:left; }
.red { color: Red; }
.tablelineheight td{ height:40px; }

.android_panel{  margin:0 auto; width:360px;  padding:5px 0px;}
.android_panel a{ margin-right:10px; float:left; width:80px; text-align:center;}
.items_mobile{ margin:10px 0px; background:#f6f6f6; }
.items_mobile p{ line-height:30px; }


.serch{ border: 1px solid #ccc; line-height: 40px;vertical-align: middle;margin-bottom: 10px;padding: 0px 20px; background-color: #EEEEEE;}
.serch .table{ width:100%; border:none; margin:0px; padding:0px; }
.serch .table td{ border:none; margin:0px; padding:0px; }
.serch .btn{border: 1px; background-color: #CCC; width: 60px; line-height: 28px; cursor: pointer; outline:none;resize:none;}
.serch select{ width:180px; }


.serch .label{ width:70px; display:block; float:left; text-align:right; }
.serch p{ margin:5px 0px; text-indent:0px;  }