@charset "utf-8";
/* CSS Document */

/****** 1. 公共样式 *****/
*,*:before,*:after {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box}
*{margin:0; padding:0; list-style:none;}
html {height:100%; -webkit-text-size-adjust: none;}
body {background:#fff;color:#333;  -webkit-font-smoothing: antialiased; min-height: 100%; width:100%;
    font-family:Arial, Verdana, sans-serif;}
a, a:hover, a:visited, a:active, a:link {cursor: pointer;text-decoration:none; -webkit-font-smoothing: antialiased; -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;text-shadow: rgba(0,0,0,.01) 0 0 1px;}
a:hover{text-decoration:underline; }
.form-control{color: #000;}
section{display: block;position: relative;box-sizing: border-box;}
.clear::before,.clear::after{content: "";display: table;}
.clear::after{clear: both;}
.clear{zoom: 1;}
.left{float: left;}
.right {float: right;}
table{border-collapse:collapse;}
iframe{width: 100%;height: 100%;border: none;overflow: auto;}
ol, ul{margin-bottom: 0;}
::-webkit-scrollbar{width:8px;}
::-webkit-scrollbar-track{background-color:#eee;}
::-webkit-scrollbar-thumb{background-color:#ccc; border-radius: 5px;}
button,input[type=button],input[type=submit]{cursor: pointer;}
/*****弹性布局*****/
.cent{display: flex;align-items: center;justify-content: center;}
.rows{display: flex;flex-direction: row;align-items: center;}
.column{display: flex;flex-direction: column;align-items: center;}
.between{display: flex;flex-direction: row;align-items: center;justify-content: space-between;}
.t-cent{text-align: center;}

/****** 2. 页面样式 *****/
.container{width: 1000px;margin: 0  auto;}
footer{line-height: 30px; padding: 30px 0;}

h2.tit{font:30px/50px ""; color: #222;text-align: center; margin: 30px 0;}
.article p{font:16px/26px ""; color: #222;margin-bottom: 10px;}
.tab {margin: 10px 0;}
.tab table{width: 48%;}
.tab table th{background:#70ad46; color: #fff; border: 1px solid #888; padding: 5px; font-weight: normal; }
.tab table td{border: 1px solid #ccc; padding: 5px; text-align: center;font:16px/26px "";}
.tab table td:last-child{background: #e2efdb; }
.a_blue a{color: #00a0e9; text-decoration: underline;}
.a_blue a:hover{color: #f60;}
.mtb30{margin:30px 0;}
.mt30{margin-top:30px;}

@media only screen and (max-width: 1000px){
    .container{width:90%;}
}

/************880px************/
@media only screen and (max-width: 880px){
    .container{width:100%;padding: 0 20px;}
}
/************768px************/
@media only screen and (max-width: 768px){
    .container{padding: 0 15px;}
    .tab table td{font:14px/26px "";}
}


/************600px************/
@media only screen and (max-width: 600px){
    .tab table{width:100%; float: none;}
    .tab table.right tr:first-child{display: none;}
    .tab table.right tr:nth-child(2) td{border-top: 0;}
    .tab table td:first-child{width: 22%;}
    .tab table td:nth-child(2){width:47%;}
    .tab table td:nth-child(3){width:13%;}
    .tab table td:last-child{width: 18%;}

}



