body,form{background:#f8f8f8; min-height:100%;}
.myoffice_w600{background:#fff; width:800px; margin:0 auto; }
.myoffice_w600 h1{font-size:24px; font-weight:normal; padding:20px 0; text-align:center; border-bottom:1px #ddd solid;}
.w100{width:100%;}
.fl{float:left}
.fr{float:right;}

.tt{font-size:15px; border-bottom:1px #ddd solid; margin-top:10px;}
.tt span{padding:10px 20px; color:#fff; background:#2299ee;}
ul {padding:10px 0; border-bottom:1px #ddd dotted; width:90%; margin:0 5%;}
ul li.lft{width:20%; text-align:right; font-size:14px; padding-right:10px; color:#333; line-height:40px;}
ul li.rit{width:80%; min-height:40px; text-align:left; font-size:14px; color:#666}
ul li.rit label{margin-right:20px; cursor:pointer;line-height:40px;}
ul li.rit input[type=radio]{width:16px; height:16px;}
ul li.rit input[type=text]{width:330px; border:1px #ddd solid; height:38px; line-height:38px;}
ul li.rit input[type=password]{width:330px; border:1px #ddd solid; height:38px; line-height:38px;}
ul li.rit input[type=button]{width:180px; border:1px #2299ee solid; background:#2299ee; color:#fff; height:48px; line-height:48px; font-size:18px;}

.layoutceng{position:fixed; background:rgba(0,0,0,0.5) ;z-index:999; top:0; left:0; right:0; bottom:0;
	display:none;}
.layoutceng .main{
	 top:50%; left:50%; margin:-310px 0 0 -400px; 
	 width:800px; height:620px; position:absolute; background: #ffffff url(cg.jpg) center 0 no-repeat;
	 
}
.layoutceng .main a.btn_queding{width:180px;  margin:0 auto; display:block; text-align:center; border:1px #2299ee solid; 
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
-moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; -webkit-transition: all 0.4s ease; transition: all 0.4s ease;
background:#2299ee; color:#fff; height:48px; line-height:48px; font-size:18px;}
.layoutceng .main a:hover{background:#0c73b9; border-color:#0c73b9; text-decoration:none;}

.mgl10{margin-left:10px;}
.lh44{line-height:44px;}
.arktitle {
          font-size:16px;
            animation: blink 1s linear infinite;
            -webkit-animation: blink 1s linear infinite;
            -moz-animation: blink 1s linear infinite;
            -ms-animation: blink 1s linear infinite;
            -o-animation: blink 1s linear infinite;
          }
 @keyframes blink {
            0% {
                opacity: 1;
            }

            50% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }
          @-webkit-keyframes blink {
            0% {
                opacity: 1;
            }

            50% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }
          @-moz-keyframes blink {
            0% {
                opacity: 1;
            }

            50% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }
          @-ms-keyframes blink {
            0% {
                opacity: 1;
            }

            50% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }
          @-o-keyframes blink {
            0% {
                opacity: 1;
            }

            50% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }