﻿@charset "UTF-8";
body{  min-width: 1200px;  }
.wrapContent{width: 1200px;overflow: hidden;margin: 0 auto; min-height:1000px;}
.wrapContents{width: 1200px;margin: 0 auto;overflow: hidden;border: 1px solid; }

/*head*/
.wrapHead{width: 100%;position: relative;z-index: 10; }
.wrapHead .head{width: 1200px;margin: 0 auto;height: 60px;}
.head .name{float: left;width:250px;font-size: 22px;line-height: 60px;font-weight: bold;color: #ffffff; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
/*导航*/
.head .nav{float: left;max-width: 550px;overflow: hidden;}
.nav ul li{display: block;float: left;line-height: 60px;font-size: 16px;}
.nav ul li a{display: block;color: #ffffff;padding: 0 15px;height: 60px;}
.nav ul li a img{margin-top: 20px;}
.wrapResource .resource {
    width: 1200px;
    margin: 0 auto;
    height: 126px;
    position: relative;
    z-index: 3;
}
/*搜索*/
.search{width: 180px;height: 30px;float: right;margin-top: 15px;position: relative;}
.searchBtn{display: block;width: 20px;height: 20px;float: right;margin: 5px;cursor: pointer;}
.search .searchCon{background: #ffffff;border-radius: 3px;height: 30px;
    position: absolute;  right: 0;  top: 0;width: 0;overflow: hidden;}
.searchCon input{float: left;  width: 145px;  height: 30px;  border: none;border-radius: 3px;
    padding-left: 5px;}
.searchCon img{width: 20px;height: 20px;/*float: right;*/margin: 5px;cursor: pointer;position: absolute;right: 0;}

/*帮助中心*/
.helpCenter{float: right;position: relative;z-index: 9999;margin-right: 20px;}
.helpCenter .helpTitle{line-height: 60px;cursor: pointer;
    color: #ffffff;font-size: 14px;padding-right: 15px;margin-left: 15px;
    background: url("../images/top/icon_down.png") no-repeat right center; }
.helpCenter .slideUp{background: url("../images/top/icon_up.png") no-repeat right center;}
.helpCenter div:nth-child(2){position: absolute;left: 5px;top: 60px;width: 180px;display: none;z-index:99999;}
.helpCenter div:nth-child(2) ul{margin-bottom:10px}
.helpCenter div:nth-child(2) ul li{display: block;line-height: 30px;margin-top: 2px;color: #ffffff;padding:0px 15px}
.helpCenter div:nth-child(2) ul li a{display: block;color: #ffffff;font-size: 14px;}
.helpCenter div:nth-child(2) li b{font-weight: normal;font-size: 16px;}
.helpCenter div:nth-child(2) li i{font-style: normal;font-size: 12px;}
.helpCenter div:nth-child(2) ul li a:hover b{font-weight: bold;}
.helpCenter:hover div:nth-child(2){display: block;}
/*新加*/
.wrapRes{width: 1200px;overflow: hidden;}
.slideRes{width: 6000px;  height: 126px;position: relative;}
.slideBtn{position: absolute;display: none;  width: 26px;  height: 56px;
    top: 8px;  cursor: pointer;}
.slidePre{left: -30px;  background:url(../images/top/slidePre.png) no-repeat center;  }
.slideNext{  right: -30px; background:url(../images/top/slideNext.png) no-repeat center;  }
/*登录前*/
.loginBefore{float: right;margin-top: 15px;}
.loginBefore span{display: block; float: left;color: #ffffff;
    padding: 5px 8px;margin-right: 5px;font-size: 13px;cursor: pointer;
   border-radius: 3px;}
/*登录后*/
.loginAfter {float: right;position: relative;}
.loginAfter .loginPeole{width: 94px;overflow: hidden;cursor: pointer;height: 60px;}
.loginPeole img{display: block;width: 30px;height: 30px;border: 1px solid #39905a;
    border-radius: 50%;background: #419e64;float: left;margin-right: 10px;margin-top: 15px;}
.loginPeole span{display: block;float: left;color: #ffffff;width: 50px;font-size: 13px;margin-top: 22px;
    overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.loginSlide{width: 94px;position: absolute;left: 0;top: 60px;display: none;z-index: 9999;}
.loginSlide ul{margin-bottom:10px}
.loginSlide ul li{display: block;line-height: 30px;margin-top: 2px;}
.loginSlide ul li a{display: block;color: #ffffff;font-size: 14px;padding:0px 15px}
.loginSlide ul li a:hover{font-weight: bold;}
.loginAfter:hover .loginSlide{display: block;}

    
/*资源*/
.wrapResources{    width: 100%;  background: #F0F0F0;
    position: relative;  height: 70px;overflow: hidden;}
.wrapResources .resource{width: 1200px;  margin: 0 auto;  height: 70px;  position: relative;  z-index: 3;}
.resource ul li{    display: block;  float: left;  width: 80px;  height: 66px;
    border-bottom: 3px solid rgba(0,0,0,0);}
.resource ul li a{display: block;text-align: center;width: 80px;}
.resource ul li a .warpImg{width: 30px;height: 30px;overflow: hidden;margin: 10px auto 0;
    text-align: center; background-position: center;
    background-repeat: no-repeat;background-size: 76% 76%;
    transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;}
.resource ul li a .warpImg img{display:inline-block;height: auto;border-radius: 3px;width:90%;max-height: 30px;
    text-align: center;vertical-align: middle;line-height: 30px; }
.resource ul li a:hover .warpImg{-webkit-transform:scale(1.2,1.2);  -moz-transform:scale(1.2,1.2);  -transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2); }
.resource ul li a span{display: block;text-align: center;width: 90%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin: 0 auto;
    font-size: 12px;line-height: 25px;}
.resource ul li a:hover span{color: #333333;}
.resource ul li.cur a span{color: #333333;}
.resource ul li.cur a img{width: 62px;margin-top: 12px;}
.wrapResources .line{    position: absolute;  bottom: 0px;
    border-top: 1px solid #ffffff;  border-bottom: 1px solid #CCCCCC;
    width: 100%;  overflow: hidden;  z-index: 1;}
    



/*2015.6.11添加登陆框*/
.maskLayer{width:100%;height:100%;filter:alpha(opacity=40);opacity:0.5;background:#000;position:fixed;z-index:88;top:0;left:0;display:none;}
.loginBox{width:300px; z-index:999; position:fixed; left:50%; top:50%; margin:-135px 0 0 -150px; border-radius:6px; -moz-border-radius:6px; background:rgba(247,247,247,0.95); background:#f8f8f8 !important; display:none;}
.loginCloseBtn{width:10px; height:10px; background:url(../images/loginClose.png) center center no-repeat; float:right; margin-right:16px; margin-top:16px; cursor:pointer;}
.loginTitle{ font-size:16px; color:#454545; font-weight:bold; text-align:center; line-height:18px;}
.userName{width:228px; height:40px; border-radius:2px; -moz-border-radius:2px; border:1px solid #dfcdbe; margin:29px 0 0 35px; color:#897765; font:14px/40px '微软雅黑'; text-indent:1em; *height:40px; float:left;}
.passWord{width:228px; height:40px; border-radius:2px; -moz-border-radius:2px; border:1px solid #dfcdbe; margin:10px 0 20px 35px; color:#897765; font:14px/40px '微软雅黑'; text-indent:1em; float:left;}
.numcode{width:100px; height:40px; border-radius:2px; -moz-border-radius:2px; border:1px solid #dfcdbe; margin:0px 0 20px 35px; color:#897765; font:14px/40px '微软雅黑'; text-indent:1em; float:left;}
#refreshSpan{  height: 40px;  width: 128px;  line-height: 40px;  position: absolute;  text-align:center;  display: none;
    background: lightgray none repeat scroll 0% 0%;
    filter: alpha(opacity=80);  -moz-opacity: 0.8;  opacity: 0.8;  font-size:1.5em;  cursor: pointer;  }
.loginButtonWrap{width:265px;height:60px; border-radius:6px;background:#f6f0ec; padding:20px 0 0 35px; float:left;}
/*2015.6.11添加登陆框*/

/*footer*/
.wrapFooter{width: 100%; margin-top: 40px;text-align: center;font-size: 14px;
    line-height: 30px;overflow: hidden;}
.wrapFooter .footer{margin-top: 20px;color: #666666;overflow: hidden;width: 100%;padding-top:20px;background:url("../images/line.png") no-repeat top center}

.classifyTab{overflow: hidden;margin-top: 20px;width: 929px;min-height: 300px;}
.classifyNav{height: 40px;line-height: 40px;}
.classifyNav ul.claList{float: left;width: 600px;}
.classifyNav ul.claList li{display: block;float: left;padding: 0 20px;border-radius: 5px 5px 0 0;
    font-size: 15px;margin-right: 10px;cursor: pointer;}
.classifyNav ul.claList li.cur,.classifyNav ul.claList li:hover{background: #fa7a20;color: #ffffff;}
.classifyNav .classifyMore{float: right;position: relative;}
.classifyMore .more{text-align: center;font-size: 15px;cursor: pointer;width: 100px;}
.classifyMore .more:hover{color: #fa7a20;}
.classifyMore .moreCla{width: 100px;border: 1px solid #fa7a20;background: #fbf5f0;position: absolute;right: 0;display: none;}
.classifyMore:hover .moreCla{display: block;}
.moreCla li{display: block;line-height: 30px;font-size: 14px;border-bottom: 1px solid #dddddd;
    text-align: center;cursor: pointer;}
.moreCla li.cur,.moreCla li:hover{background: #fa7a20;color: #ffffff;}

/*更多*/
.claMore{float: left;position: relative;margin-right: 20px;margin-left: 30px;}
.claMore .moreTitle{line-height: 60px;cursor: pointer;
    color: #ffffff;font-size: 16px;padding-right: 15px;margin-left: -15px;
    background: url("../images/top/icon_down.png") no-repeat right center; }
.claMore .slideUp{background: url("../images/top/icon_up.png") no-repeat right center;}
.claMore .moreCon{position: absolute;left: -30px;top: 60px;width: 150px;display: none;z-index: 99999;}
.moreCon ul{ovflow:hidden;margin-bottom:10px}
.moreCon ul li{display: block;line-height: 35px;margin-top: 2px;padding:0px 15px}
.moreCon ul li a{display: block;color: #ffffff;font-size: 16px;}
.claMore:hover .moreCon{display: block;}
/*右侧悬浮*/
.suspend{width: 150px;  overflow: hidden;position: fixed; bottom: 50px;right: 30px;}
.suspend ul li{width: 55px;height: 50px;display: block;margin-bottom: 12px;cursor: pointer;}
.suspend ul li.kefu{background: url("../images/fixedBg.png") no-repeat 0px -5px; }
.suspend ul li.kefu:hover{background: url("../images/fixedBg.png") no-repeat 0px -65px; }
.suspend ul li.code{background: url("../images/fixedBg.png") no-repeat -60px -5px; }
.suspend ul li.code:hover{background: url("/images/fixedBg.png") no-repeat -60px -65px; }
.suspend ul li.backTop{background: url("../images/fixedBg.png") no-repeat -120px -5px; }
.suspend ul li.backTop:hover{background: url("../images/fixedBg.png") no-repeat -120px -65px; }
