/*公共样式*/
*{margin:0;padding:0;}
body{font-size:12px;font-family:SimSun,Arial,Helvetica,sans-serif;}
ul,li{ list-style-type: none;}
input,select,button,textarea{font-size:12px;font-family:SimSun,Arial,Helvetica,sans-serif; }
button{cursor: pointer;}
.cur,a{cursor: pointer;}

img{border:none;}

table{ margin:auto;}

a,a:link {color:#333333;text-decoration:none;}
a:visited { }
a:active,a:hover{text-decoration:underline;cursor: pointer; color:#FF6600;}
a:focus {outline:none;}
a:hover{ color:#FF6600;}

.tRight{ text-align:right;}
.tcenter{ text-align:center;}
.tLeft{ text-align:left;}

.right{ float:right;}
.left{ float:left;}
.b{ font-weight:bold;}
.n{ font-weight:normal;}

.yh{font-family:\5FAE\8F6F\96C5\9ED1;}
.tRed{ color:red;}
.tGreen{ color:green;}
.tBlue{ color:#04AEDA;}
.none{ display:none;}


.index-body{ background:#2BA3D5;}

/*头部*/
.header{ width:100%; height:68px; background:#000;}
.head-content{ height:68px; margin:0 auto; width:1000px;}
.head-content .logo{ width:260px; height:68px; float:left; line-height:68px; font-size:24px;}
.head-content .logo a{ color:#fff;}
.head-content .logo a:hover{ color:#fff; text-decoration:none;}

.menu{ width:500px; height:68px; float:left;}
.menu a{ float:left; display:block; height:40px; line-height:40px; margin-top:14px; padding:0 30px; font-size:14px; color:#7d7d7d;}
.menu a:hover{ color:#fff; text-decoration:none;}

.link{ height:68px; float:right;}
.link a{ display:block; height:68px; line-height:68px; font-size:14px; color:#7d7d7d;}
.link a:hover{ color:#fff; text-decoration:none;}

/*主体*/
.container{ background:#2BA3D5; width:100%; overflow:hidden; background:url(../images/index-bg.jpg) no-repeat top center;}
.content{ margin:0 auto; width:1000px;}
.index-title{ font-size:60px; color:#fff; text-align:center; margin-top:330px;}
.index-info{ font-size:18px; color:#fff; text-align:center; margin-top:20px;}
.index-btn{ width:330px; height:50px; margin:0 auto; margin-top:35px;}
.index-btn a{ display:block; width:150px; height:50px; float:left; transition:all .2s .1s ease-in;}
.oper-btn{ margin-right:30px; background:url(../images/btn1.png) no-repeat;}
.oper-btn:hover{ background:url(../images/btn1-hover.png) no-repeat;}
.inst-btn{background:url(../images/btn2.png) no-repeat;}
.inst-btn:hover{ background:url(../images/btn2-hover.png) no-repeat;}
.index-foot{ color:#fff; text-align:center; margin-top:90px;}
.index-foot span{ padding:0 10px;}

.menu .xz{ background:#2A9FCF; border-radius:3px; color:#fff;}

/*内页*/
.ny-content{ margin:120px auto; background:url(../images/ny-bg.jpg) repeat-y 240px; overflow:hidden; width:1000px;}
.ny-left{ width:240px; float:left; overflow:hidden; padding-bottom:100px;}
.ny-left h2{ font-weight:normal; padding-bottom:10px; padding-top:15px;}
.ny-left p{ font-size:14px; color:#2A9FCF; padding-left:15px; line-height:30px;}
.ny-left ul{ padding-bottom:10px;}
.ny-left li a{ display:block; height:26px; line-height:26px; color:#777; padding-left:15px;}
.ny-left li a:hover{ text-decoration:none; background:#F5F5F5; color:#222;}
.ny-left li .cur{ background:#F5F5F5; color:#222;}
.ny-right{ float:left; overflow:hidden; display:inline; padding-left:50px; padding-bottom:100px; width:710px;}

/*详细描述*/
.nycont h2{ font-size:21px; color:#000; margin:20px 0; margin-top:30px;}
.nycont p{ font-size:14px; color:#333; line-height:24px;}
.nycont h3{ font-weight:normal; color:#000; font-size:16px; padding-left:10px; border-left:3px solid #2A9FCF; margin:10px 0;}
.nycont-inner{ padding-bottom:50px; overflow:hidden;}
.nycont-inner p{ margin:15px 0;}
.nycont-inner p img{ border:1px solid #ddd; float:left;}
.info-table{ width:100%;border-collapse: collapse;border-spacing: 0;}
.info-table tr{ border-bottom:1px solid #E5E5E5;}
.info-table thead tr td{ font-weight:bold;}
.info-table tr td{ font-size:14px; color:#333; line-height:28px; padding:5px;}
.info-table tr td:first-child{ width:150px;}
.info-table tbody tr:nth-of-type(odd) { background: #fafafa;}
.ny-right span{ color:#2A9FCF;}

tr td{ min-width:130px; _width:130px;}

/*声明*/
.sta{ background:none;}
.sta p{ font-size:14px; line-height:2; text-indent:2em; padding-bottom:10px;}
