 @charset "utf-8";
/* CSS Document */
@media only screen and (min-width: 1000px)
{
*{ padding:0px; margin:0px;}
body{ background:#fff; font-family:"Microsoft YaHei";}
input{ font-family:"Microsoft YaHei"; -webkit-tap-highlight-color:rgba(255,0,0,0); outline:none;}
li{ list-style:none;}

.header{ width:100%; height:108px; background:#008cee;}
.top{ width:1000px; height:108px; margin:0px auto; background:url(../images/logo2.png?a=123) no-repeat 0px center;}
.logo{ float:right; width:300px; height:108px; background:url(../images/xxun.png) no-repeat right 46px;}

.box{ width:1000px; height:auto; margin:0px auto; margin-top:20px; overflow:hidden;}
.box .tab{ height:42px; font-size:16px; border-bottom:1px solid #cce5fe;}
.box .tab li{ float:left; width:50%; height:42px; line-height:42px; text-align:center; background:#cce5fe; cursor:pointer;}
.box .current{ height:43px !important; background:#008cee !important; color:#fff;}
.box .tabCon{ background:#fff; padding:15px; border:1px solid #cce5fe; border-top:0px;}
.box .tabCon .tabData{ display:none;}
.box .tabCon .on{ display:block;}

.main{ width:998px; height:auto; margin:20px auto 0px auto; overflow:hidden; color:#000;}
.main h1{ font-size:30px; text-align:center; color:#008cee; padding:30px;}
.content{ padding:0px 40px; font-size:16px; line-height:30px;}
.content h2{ font-size:18px; padding:10px 0px;}
.content h3{ font-size:16px; color:#008cee;}
.tpPng{ text-align:center;} 
.tpPng span{ padding:0px 20px;}
.tpPng img{ padding:20px 0px; width:240px;}

.main1{ width:auto; height:auto; overflow:hidden; color:#000;}
.main1 h1{ font-size:30px; text-align:center; color:#f00; padding:50px 100px; line-height:60px;}

.banner{ width:100%; height:490px; background:url(../images/bannerBg.jpg) no-repeat center bottom;}
.footer{ display:none;}
}
@media only screen and (max-width: 1000px)
{
*{ padding:0px; margin:0px;}
body{ background:#fff; font-size:11pt; font-family:"Microsoft YaHei";}
input{ font-family:"Microsoft YaHei"; -webkit-tap-highlight-color:rgba(255,0,0,0); outline:none;}
li{ list-style:none;}

.header{ width:100%; height:102px; background:#008cee;}
.top{ width:100%; height:102px; background:url(../images/logo2.png) no-repeat center; background-size:85%;}
.logo{ display:none;}

.box{ margin-top:20px; overflow:hidden;}
.box .tab{ height:42px; font-size:16px;}
.box .tab li{ float:left; width:50%; height:42px; line-height:42px; text-align:center; background:#cce5fe; cursor:pointer;}
.box .current{ height:43px !important; background:#008cee !important; color:#fff;}
.box .tabCon{ background:#fff; padding:15px;}
.box .tabCon .tabData{ display:none;}
.box .tabCon .on{ display:block;}

.main{ margin:20px; overflow:hidden; color:#000;}
.main h1{ font-size:16pt; text-align:center; color:#008cee; padding:10px 30px;}
.content{ font-size:12pt; line-height:28px;}
.content h2{ font-size:15pt; padding:10px 0px;}
.content h3{ font-size:14pt; color:#008cee; padding:10px 0px;}
.tpPng{ text-align:center;} 
.tpPng span{ display:block;}
.tpPng img{ padding:20px 0px; width:90%;}

.main1{ width:auto; height:auto; overflow:hidden; color:#000;}
.main1 h1{ font-size:18pt; text-align:center; color:#f00; padding:30px 20px; line-height:48px;}

.banner{ display:none;}
.footer{ width:100%; height:96px; background:#008cee; text-align:center;}
.footer p{ padding:20px; line-height:28px; color:#fff;}
}