@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td{
    margin:0;
    padding:0;
}

body, button, input, select, textarea{
    font:14px/1.5 "Microsoft YaHei";
}

h1, h2, h3, h4, h5, h6{
    font-size:100%;
}

address, cite, dfn, em, var{
    font-style:normal;
}

code, kbd, pre, samp{
    font-family:"couriernew", courier, monospace;
}

small{
    font-size:12px;
}

ul, ol, li{
    list-style:none;
}

a{
    text-decoration:none;
    color:#424242;
}

a:hover{
    color:#0d81f6;
}

sup{
    vertical-align:text-top;
}

sub{
    vertical-align:text-bottom;
}

img{
    border:0;
    vertical-align:middle;
}

button, input, select, textarea{
    font-size:100%;
}

table{
    border-collapse:collapse;
    border-spacing:0;
}

body{
    color:#000000;
    background:#f5f5f5;
    font-family:"Microsoft YaHei";
}

.clear{
    clear:both;
    height:1px;
    width:100%;
}

.fl{
    float:left;
}

.fr{
    float:right;
}

.hr{
    overflow:hidden;
    width:100%;
    clear:both;
}

.hr10{
    height:10px;
}

.hr20{
    height:20px;
}

.hr30{
    height:30px;
}

.clearfix:after{
    content:".";
    display:block;
    height:0;
    visibility:hidden;
    clear:both;
}

.clearfix{
    zoom:1;
}

.main{
    width:1200px;
    margin:0 auto;
}

.none{
    display:none;
}

.block{
    display:block;
}

.border2{
    -webkit-border-bottom-right-radius:25px;
    border-bottom-right-radius:25px;
    -webkit-border-top-right-radius:25px;
    border-top-right-radius:25px;
}

.jb, .type_meau dd .active, .page a.active, .nav .nav_drop li a:hover{
    background:#0d81f6;
    background:-moz-linear-gradient(left, #55a1ee 0, #0d81f6 100%);
    background:-webkit-gradient(linear, left, right, color-stop(0, #55a1ee), color-stop(100%, #0d81f6));
    background:-webkit-linear-gradient(left, #55a1ee 0, #0d81f6 100%);
    background:-o-linear-gradient(left, #55a1ee 0, #0d81f6 100%);
    background:-ms-linear-gradient(left, #55a1ee 0, #0d81f6 100%);
    background:-webkit-gradient(linear, left top, right top, from(#55a1ee), to(#0d81f6));
    background:-webkit-gradient(linear, left top, right top, color-stop(0, #55a1ee), to(#0d81f6));
    background:-webkit-gradient(linear, left top, right top, color-stop(0, #55a1ee), to(#0d81f6));
    background:linear-gradient(to right, #55a1ee 0, #0d81f6 100%);
    cursor:pointer;
}

.jb:hover, .meau_personal li a:hover{
    background:#0d81f6;
    background:-moz-linear-gradient(left, #0d81f6 0, #55a1ee 100%);
    background:-webkit-gradient(linear, left, right, color-stop(0, #0d81f6), color-stop(100%, #55a1ee));
    background:-webkit-linear-gradient(left, #0d81f6 0, #55a1ee 100%);
    background:-o-linear-gradient(left, #0d81f6 0, #55a1ee 100%);
    background:-ms-linear-gradient(left, #0d81f6 0, #55a1ee 100%);
    background:-webkit-gradient(linear, left top, right top, from(#0d81f6), to(#55a1ee));
    background:-webkit-gradient(linear, left top, right top, color-stop(0, #0d81f6), to(#55a1ee));
    background:-webkit-gradient(linear, left top, right top, color-stop(0, #0d81f6), to(#55a1ee));
    background:linear-gradient(to right, #0d81f6 0, #55a1ee 100%);
    cursor:pointer;
}

.bgfff{
    background-color:#fff;
}

.header{
    width:100%;
    background-color:#fff;
}

.header .main{
    height:78px;
}

.logo{
    margin-right:30px;
}

.logo img{
    display:block;
}

.nav li{
    float:left;
    line-height:78px;
    position:relative;
    z-index:9;
}

.nav li a{
    display:block;
    height:100%;
    padding:0 23px;
    font-size:16px;
    color:#000;
    position:relative;
}

.nav li a span{
    color:#0d81f6;
    border:1px solid #0d81f6;
    border-radius:2px;
    font-size:12px;
    padding:0 4px;
    margin-left:4px;
}

.nav li a i{
    display:block;
    position:absolute;
    width:19px;
    height:10px;
    overflow:hidden;
    right:0;
    top:24px;
}

.nav li a .hot{
    background-position:0 0;
}

.nav li a .new{
    background-position:-20px 0;
}

.nav_drop{
    position:absolute;
    left:-42px;
    top:78px;
    background-color:#fff;
    padding:17px 20px 13px;
    width:304px;
    border-top:1px solid #eaeaea;
    display:none;
}

.nav .nav_drop li{
    float:left;
    height:30px;
    line-height:30px;
    font-size:14px;
    color:#545454;
    margin-bottom:4px;
    width:50%;
}

.nav .nav_drop li a{
    padding:0 15px;
    height:30px;
    line-height:30px;
    color:#545454;
    font-size:14px;
    display:inline-block;
    border-radius:3px;
}

.nav .nav_drop li a:hover{
    color:#fff;
}

.nav .active a{
    color:#0d81f6;
}

.login_no{
    padding-top:21px;
    padding-left:25px;
}

.login_no a{
    display:block;
    float:left;
    height:35px;
    line-height:35px;
    padding:0 18px;
    border:1px solid #b0b0b0;
    border-radius:3px;
    white-space:nowrap;
}

.login_no .signIn_btn{
    color:#0d81f6;
    border-color:#0d81f6;
    margin-right:10px;
}

.header_meau{ float:left; width:50px; position:relative; padding-top:15px; padding-left:40px; height:47px; z-index:9;}
.header_meau:hover .meau_personal{ display:block;}

.header_meau .jiaobiao_meau{position:absolute;left:70px;top:50px;width:18px;height:18px;}
.header_meau .jiaobiao_meau.qq{background:url(../images/jiaoqq.png);}
.header_meau .jiaobiao_meau.wx{background:url(../images/jiaowei.png);}
.header_meau .jiaobiao_meau.phone{background:url(../images/icon_phone.png);}

.meau_user_face{
    display:block;
    width:50px;
    height:50px;
    border-radius:50%;
    overflow:hidden;
}

.meau_user_face img{
    display:block;
    width:100%;
    height:100%;
}

/***************************20200206*********************/
.meau_personal{
    position:absolute;
    box-shadow:3px 8px 8px rgba(0, 0, 0, .1);
    right:0;
    top:63px;
    width:496px;
    text-align:center;
    /*background-color: #fff;*/
    color:#999;
    font-size:14px;
    padding-top:10px;
    display:none;
    border-radius:5px;
    overflow:hidden;background:url(../images/bgcadlogin.png) center center no-repeat;
}

/***************************20200206****end*****************/
.meau_personal a{
    color:#999;
}

.meau_personal li{
    height:44px;
    line-height:44px;
}

.meau_personal li a{
    display:block;
    width:100%;
    height:100%;
}

.meau_personal li a:hover{
    color:#fff;
}

.meau_personal p{
    height:28px;
    line-height:28px;
}

/***************************20200206*********************/
.meau_personal .personallay{
    width:100%;
    float:left;
    /*background:url(../images/personallay.png);*/
    height:100px;
    position:relative;
}

.meau_personal .personallay .personheader{
    width:70px;
    height:70px;
    border-radius:50%;
    overflow:hidden;
    margin:10px;
    margin-left: 37px;
    float:left;
}

.meau_personal .personallay .personal_name{
    float:left;
    color:#000000;
    padding-top:10px;
    font-size:16px;
    line-height:42px;
    width:260px;
    text-align:left
}

.meau_personal .personallay .logout{
    float:right;
    margin-right:30px;
    margin-top:20px;
    color:#000000;
    background:url(../images/logout.png) left center no-repeat;
    padding-left:20px;
    font-size:16px;
}

.meau_personal .personallay .personal_vip{float:left;font-size:16px;width:300px;text-align:left;color:#000000;line-height:22px;margin-top:10px;}
.meau_personal .personallay .personal_vip .novip{display:inline-block;height:20px;width:40px;float:left;margin-top:0px;background:url(../images/novip.png) center center no-repeat;padding-right:10px}
.meau_personal .personallay .jiaobiao{    position:absolute;    left:90px;    top:70px;    width:18px;    height:18px;}

.meau_personal .personallay .jiaobiao.qq{
    background:url(../images/jiaoqq.png);
}

.meau_personal .personallay .jiaobiao.wx{
    background:url(../images/jiaowei.png);
}

.meau_personal .personallay .personal_vip .onevip{
    display:inline-block;
    height:20px;
    width:18px;
    float:left;
    background:url(../images/vip_icon_1.png) center center no-repeat;
}

.meau_personal .personallay .personal_vip .year_vip{
    display:inline-block;
    height:20px;
    width:18px;
    float:left;
    margin-right:7px;
    background:url(../images/vip_icon_2.png) center center no-repeat;
}

.meau_personal .personallay .personal_vip .ultimate_vip{
    display:inline-block;
    height:20px;
    width:40px;
    float:left;
    background:url(../images/vip_icon_3.png) center center no-repeat;
}

.meau_personal .vipheadbg .viphy{
    float:left;
    color:#a98123;
    height:32px;
    line-height:32px;
    padding-left:40px;
    margin-top:30px;
    margin-left:30px;
}

.meau_personal .vipheadbg span{
    float:left;
    margin-left:12px;
    margin-top:30px;
    line-height:32px;
    color:#ffffff;
}

.meau_personal .header_ul{float:left;width:436px;height:120px;}

.meau_personal .header_ul li{float:left;width:25%;cursor:pointer;}

.meau_personal .header_ul li a{float:left;width:100%;height:80px;color:#666;}

.meau_personal .header_ul li a:hover{color:#0d81f6;}

.meau_personal .header_ul li a.gr{background:url(../images/geren.png) center 10px no-repeat;padding-top:75px;}
.meau_personal .header_ul li a.sc{background:url(../images/sc.png) center 10px no-repeat;padding-top:75px;}
.meau_personal .header_ul li a.xz{background:url(../images/xz.png) center 10px no-repeat;padding-top:75px;}
.meau_personal .header_ul li a.zt{background:url(../images/zt.png) center 10px no-repeat;padding-top:75px;}

.meau_personal .vipheadbg {
    float: left;
    width: 438px;
    height: 75px;
    padding-top: 10px;
    background: url(../images/vipheadbg.png) left 10px no-repeat;
}
.meau_personal .vipheadbg:hover{background:url(../images/vipheadbg2.png) left 10px no-repeat;}
/***************************20200206*************end********/
.header_vip{
    height:78px;
    line-height:78px;
    font-size:15px;
    color:#0d81f6;
}

.header_vip a{
    color:#0d81f6
}

.header_vip a i{
    display:inline-block;
    width:20px;
    height:20px;
    vertical-align:middle;
    margin-right:12px;
    background-position:-137px -20px;
}

.page_header{
    height:90px;
}

.header .search{
    background:none;
    width:635px;
    padding:15px 0 0;
}

.search{
    width:100%;
    padding:23px 0 22px;
    height:60px;
    background-image:url(../images/search_bg.jpg);
    background-repeat:no-repeat;
    background-position:center top;
    background-color:#262e44;
    position:relative;
    z-index:8;
}

.search .main{
    width:411px;
    background-color:#fff;
    border-radius:4px;
    padding:12px 94px 12px 130px;
    height:36px;
    line-height:36px;
    position:relative;
}

.header .search .main{
    height:32px;
    line-height:32px;
    border:2px solid #0d81f6;
}

.search_class{
    width:119px;
    position:absolute;
    left:0;
    top:12px;
    color:#333;
    font-size:14px;
    text-align:center;
    z-index:8;
    cursor:pointer;
    bottom:0;
}

.search_class_check{
    width:100%;
    height:36px;
    line-height:36px;
    border-right:1px solid #e5e5e5;
    position:relative;
}

.search_class ul{
    width:118px;
    border:1px solid #e5e5e5;
    background-color:#fff;
    position:absolute;
    left:0;
    top:48px;
    border-radius:2px;
    display:none;
}

.header .search .search_class ul{
    top:44px;
}

.search_class li{
    height:40px;
    line-height:40px;
    cursor:pointer;
}

.search_class li:hover{
    color:#0d81f6;
}

.search_class_check i{
    display:inline-block;
    width:11px;
    height:6px;
    overflow:hidden;
    background-position:-101px 0;
    margin-left:5px;
    position:absolute;
    right:13px;
    top:50%;
    margin-top:-3px;
}

.search_class.active .search_class_check i{
    background-position:-80px 0;
}

.search_class.active ul{
    display:block;
}

.search_text, .search_btn input{
    border:none 0;
    background:none;
}

.search_text{
    width:100%;
    height:100%;
    font-size:14px;
}

.search_btn{
    display:block;
    position:absolute;
    right:0;
    top:0;
    width:83px;
    height:60px;
    /*border-radius: 0 4px 4px 0;*/
    background-image:url(../images/search.png);
}

.header .search .search_btn{
    top:-2px;
    right:-2px;
}

.search.bsearch .search_btn{top:-1px;height:59px}
.search.searchZindex .search_btn{right:-1px;height: 59px;}

.search_btn input{
    width:100%;
    height:100%;
}

.type_meau{
    width:100%;
    background-color:#fff;
    padding:30px 0 15px;
}

.type_meau .main{
}

.type_meau dl{
    padding-left:47px;
    position:relative;
    line-height:26px;
    font-size:14px;
}

.type_meau dt{
    position:absolute;
    left:0;
    top:0;
}

.type_meau dd{
    overflow:hidden;
    *margin-bottom:16px;
}

.type_meau dd a{
    padding:0 8px;
    display:block;
    height:26px;
    float:left;
    margin:0 10px 16px 0;
    border:1px solid #fff;
    border-radius:3px;
}

.type_meau dd .active, .type_meau dd .active:hover{
    color:#fff;
    border:1px solid #fff;
}

.type_meau dd a:hover{
    background: #0d81f6;color:#fff;
    background: -moz-linear-gradient(left, #55a1ee 0, #0d81f6 100%);
    background: -webkit-gradient(linear, left, right, color-stop(0, #55a1ee), color-stop(100%, #0d81f6));
    background: -webkit-linear-gradient(left, #55a1ee 0, #0d81f6 100%);
    background: -o-linear-gradient(left, #55a1ee 0, #0d81f6 100%);
    background: -ms-linear-gradient(left, #55a1ee 0, #0d81f6 100%);
    background: -webkit-gradient(linear, left top, right top, from(#55a1ee), to(#0d81f6));
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #55a1ee), to(#0d81f6));
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #55a1ee), to(#0d81f6));
    background: linear-gradient(to right, #55a1ee 0, #0d81f6 100%);
    cursor: pointer;
}

.con_nav{
    padding:16px 0 14px;
}

.con_nav li{
    float:left;
    padding:0 14px;
    height:32px;
    line-height:32px;
    margin-right:18px;
    font-size:14px;
}

.con_nav li.jb a{
    color:#fff;
}

.bottomDown, .bottomBg, .topbtn{
    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    /*opacity: 0;*/
    /*filter: alpha(opacity=0);*/
}

.list_ul{
    margin-right:-20px;
}

.listItem{
    float:left;
    width:288px;
    position:relative;
    background-color:#fff;
    box-shadow:0px 3px 9px rgba(0, 0, 0, .1);
    margin-right:16px;
    margin-bottom:16px;
    position:relative;
    overflow-x:hidden;
}

.listItem .imgBox{
    display:block;
    width:100%;
    position:relative;
    overflow:hidden;
}

.listItem .imgBox img{
    display:block;
    width:100%;
}

.listItem .topbtn{
    position:absolute;
    left:0;
    right:0;
    top:-70px;
    padding:10px;
    overflow-x:hidden;
    z-index:5;
}

.listItem .topbtn{
    filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#7FFFFFFF', endColorstr='#7FFFFFFF');
    background:rgba(255, 255, 255, 0.5);
}

:root .listItem .topbtn{
    filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#00FFFFFF', endColorstr='#00FFFFFF');
}

/*for IE9*/
.topbtn .collect{
    float:left;
    background-color:#d8d8d8;
}

.topbtn .down{
    float:right;
    background-color:#0d81f6;
}

.topbtn .collect, .topbtn .down{
    width:110px;
    height:36px;
    line-height:36px;
    font-size:16px;
    border-radius:4px;
    display:block;
    text-align:center;
    font-size:14px;
    color:#fff;
    cursor:pointer;
}

.topbtn .collect:hover{
    background-color:#0d81f6;
}

.topbtn .down:hover{
    background-color:#55a1ee;
}

.listItem .imgtt{
    height:48px;
    line-height:48px;
    overflow-x:hidden;
    font-weight:normal;
    padding:0 30px;
    white-space:nowrap;
    text-overflow:ellipsis;
    font-size:14px;
}

.listItem .imgBox .topbtn{
    background:none;
    background-image:url(../images/bg_1.png);
    height:70px;
    padding:0;
}

.listItem .imgBox .topbtn .collect{
    width:46px;
    height:46px;
    border:1px solid #999;
    position:absolute;
    right:24px;
    top:15px;
    border-radius:50%;
    background-color:#fff;
}

.listItem .imgBox .topbtn .collect i{
    display:block;
    width:19px;
    height:17px;
    background-image:url(../images/down_num.png);
    background-position:-50px 0;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-9px;
    margin-top:-8px;
}

.listItem .imgBox .topbtn .collect.active i{
    background-position:-150px 0;
}

.listItem .imgBox .topbtn .collect.active{
    border-color:#0d81f6;
}

.bottomBg{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    z-index:3;
    background-image:url(../images/bg_2.png);
    background-repeat:repeat-x;
    background-position:left bottom;
    display:none;
}

.bottomDown{
    background-color:#0d81f6;
    color:#fff;
    letter-spacing:2px;
    padding-left:36px;
    width:142px;
    position:absolute;
    left:50%;
    margin-left:-89px;
    font-size:17px;
    text-align:left;
    height:50px;
    line-height:50px;
    bottom:-60px;
    z-index:4;
}

.bottomDown i{
    background-image:url(../images/down_num.png);
    background-repeat:no-repeat;
    display:inline-block;
    width:19px;
    height:100%;
    vertical-align:top;
    background-position:-100px center;
    margin-right:14px;
}

.bottomDown:hover{
    color:#fff;
    background-color:#55a1ee;
}

.listItem:hover .bottomDown, .listItem:hover .bottomBg, .listItem:hover .topbtn{
    display:block;
    opacity:1;
    /*filter: alpha(opacity=100);*/
}

.listItem:hover .topbtn{
    top:0;
}

.listItem:hover .bottomDown{
    bottom:30px;
}

.page{
    text-align:center;
    padding:30px 0 50px;
}

.page a{
    display:inline-block;
    padding:0 22px;
    height:55px;
    line-height:55px;
    color:#404040;
    background:#ffffff;
    border-radius:2px;
    margin:3px;
    border:1px solid #fff;
}

.page a.active, .page a.active:hover{
    color:#fff;
}

.page a.active:hover{
    border:1px solid #fff;
}

.page a:hover{
    color:#0d81f6;
    border:1px solid #0d81f6;
}

.ppxt{
    width:100%;
    height:397px;
    background-image:url(../images/footer_bg.png);
    background-repeat:no-repeat;
    background-position:center top;
    background-color:#262930;
    position:relative;
}
.ppxt .fo_logo{ position:absolute;top:80px; left:45%; font-size:50px; color:#eee; }
.ppxt ul{ list-style-type:none; width:1200px; font-size:50px; color:#eee; position:absolute; top:240px; left:50%; margin-left: -600px;}
.ppxt ul li{ list-style-type:none; display:inline; float:left;margin-left:130px;}
.ppxt ul li span{ font-size:18px; display:block;  margin-left:40px;}



.footer{
    width:100%;
    background-color:#141414;
    padding:20px 0;
    color:#999;
}

.footer .fr{
    width:454px;
    font-size:12px;
    line-height:24px;
}

.footer .fl img{
    display:block;
}

.loch{
    height:54px;
    line-height:54px;
    font-size:14px;
    color:#757575;
}

.loch a{
    color:#757575;
}

.loch i{
    font-style:normal;
}

.left{
    width:828px;
}

.right{
    width:355px;
}

.pageTitle{
    border-bottom:1px solid #e4e4e4;
    line-height:32px;
    padding:20px 20px 20px;
    font-size:24px;
    color:#666666;
    position:relative;
    font-weight:normal;
}

.detail_title_img{
    position:relative;
    margin-left:15px;
    display:inline-block;
    width:46px;
    height:20px;
    top:3px;
    background-position:-110px -60px;
}

.seo_num{
    opacity:0.4;
    font-size:12px;
    font-family:'����';
    height:27px;
    line-height:27px;
    padding-left:20px;
    margin-bottom:20px;
    color:#fff;
    background:black;
}

.excel_content{
    padding:30px;
}

.excel_content img{
    display:block;
    max-width:100%;
    margin:0 auto 10px;
}

.r2Title{
    font-size:16px;
    color:#524d4d;
    white-space:nowrap;
    height:30px;
    line-height:30px;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-bottom:10px;
}

.right .r2{
    padding:22px 30px 0;
    font-size:14px;
    color:#757575;
}

.right .r2 li{
    height:35px;
    line-height:35px;
    overflow:hidden;
}
.right .r2 li.bq{height:auto}
.right .r2 li span{
    display:inline-block;
    margin-right:10px;
}

.right .r2 li span.bql{float:left;width:50px;}
.right .r2 li span.bqr{float:right;width:220px}
.right .r2 li a{cursor:pointer;
    display:inline-block;line-height:24px;
    margin-right:10px;padding:2px 5px;border:1px solid #dedede;
}
.right .r2 li a:hover{background-color:#1384f6;border:1px solid #1384f6;color:#fff;}



.right .r1{
    padding:0 30px 10px;
    border-bottom:1px solid #f1f1f1;
}

.right .r1 .btn{
    display:block;
    border-radius:4px;
    text-align:left;
    padding-left:116px;
    position:relative;
    font-size:18px;
    margin-top:16px;
    cursor:pointer;
}

.right .r1 .btn i{
    display:block;
    width:20px;
    height:20px;
    position:absolute;
    left:80px;
    top:50%;
    margin-top:-10px;
}

.right .r1 .d_down{
    height:54px;
    padding-left:117px;
    line-height:54px;
    color:#fff;
}

.right .r1 .d_down i{
    background-position:-40px -60px;
}

.right .r1 .d_collect{
    height:52px;
    line-height:52px;
    border:1px solid #b0b0b0;
    letter-spacing:38px;
}

.right .r1 .d_collect i{
    background-position:-60px -60px;
    width:21px;
}

.right .r1 .d_collect.active{
    color:#0d81f6;
    border:1px solid #0d81f6;
}

.right .r1 .d_collect.active i{
    background-position:-81px -60px;
}

.copyright_tips{
    font-size:14px;
    color:#757575;
    line-height:24px;
    height:24px;
    padding-top:20px;
    clear:both;
    overflow:hidden;
}

.copyright_tips i{
    display:block;
    width:24px;
    height:24px;
    float:left;
    background:#0d81f6;
    line-height:24px;
    text-align:center;
    color:#fff;
    font-size:18px;
    border-radius:3px;
    margin-right:15px;
    text-align:center;
    font-style:normal;
}

.right .r3{
    padding:0 30px 20px;
}

.right .r3 .xgtj{
    height:54px;
    line-height:54px;
    font-size:18px;
    color:#4a4a4a;
}

.right .r3 ul{
    overflow:hidden;
}

.right .r3 ul li{
    float:left;
    border:1px solid #cecece;
    margin-bottom:10px;
    margin-right:10px;
    height:32px;
    line-height:32px;
}

.right .r3 ul li a{
    display:block;
    padding:0 12px;
    color:#757575;
    font-size:14px;
    height:100%;
}

.gyl{
    height:90px;
    line-height:90px;
    font-size:18px;
    color:#646464;
    text-align:left;
}

.ppt_banner{
    width:100%;
    height:603px;
    background-image:url(../images/ppt_banner.jpg);
    background-position:center top;
    position:relative;
}

.ppt_banner_btn{
    width:326px;
    position:absolute;
    left:50%;
    margin-left:-163px;
    top:325px;
}

.ppt_banner_btn a{
    display:block;
    width:100%;
    height:80px;
    line-height:80px;
    text-align:center;
    color:#fff;
    font-size:30px;
    font-family:'΢���ź�';
    border-radius:8px;
}

.ppt_banner_btn p{
    height:26px;
    line-height:26px;
    text-align:center;
    color:#fff;
    font-size:18px;
    margin-top:16px;
}

.pptTag{
    width:1322px;
    margin:0 auto;
    padding:77px 0 62px;
}

.pptTag li{
    width:25%;
    *width:24.5%;
    float:left;
    text-align:center;
    line-height:36px;
    font-size:24px;
    color:#666666;
}

.pptTag li span{
    display:block;
    width:155px;
    height:155px;
    margin:0 auto 36px;
    background-image:url(../images/t.png);
}

.pptTag li.t1 span{
    background-position:0 0;
}

.pptTag li.t2 span{
    background-position:-160px 0;
}

.pptTag li.t3 span{
    background-position:-320px 0;
}

.pptTag li.t4 span{
    background-position:-480px 0;
}

.ppt_title{
    width:342px;
    margin:0 auto;
    border-bottom:2px solid #dddddd;
    text-align:center;
    line-height:1;
    padding-bottom:12px;
    position:relative;
    padding-top:75px;
    margin-bottom:37px;
}

.ppt_title h4{
    font-size:36px;
    color:#333;
    font-weight:normal;
}

.ppt_title p{
    font-size:16px;
    color:#999999;
    margin-top:3px;
}

.ppt_title:after{
    content:'';
    display:block;
    width:80px;
    height:4px;
    background-color:#0d81f6;
    position:absolute;
    left:50%;
    margin-left:-40px;
    bottom:-3px;
}

.ppt_title2{
    font-weight:normal;
    color:#878787;
    font-size:20px;
    line-height:1;
    text-align:center;
    font-family:'΢���ź�';
}

.p1_l, .p1_c, .p1_r{
}

.p1_l{
    width:378px;
    float:left;
    margin-right:32px;
}

.p1_c{
    width:377px;
    float:left;
}

.p1_r{
    width:376px;
    float:right;
}

.p1_content{
    padding:56px 0 113px;
}

.p1_content img, .p1_content a{
    display:block;
    width:100%;
}

.p1_c_1{
    margin-bottom:34px;
}

.p1_r_1{
    margin-bottom:38px;
}

.ppt_p2{
    background-color:#fff;
}

.p2_content{
    padding:95px 0 98px;
    text-align:center;
}

.p2_content li{
    *float:left;
    display:inline-block;
    vertical-align:top;
}

.p2_content li .fl{
    width:155px;
    text-align:center;
    font-size:14px;
    color:#878787;
    line-height:22px;
}

.p2_content li .fl span{
    display:block;
    width:149px;
    height:149px;
    border:3px solid #0d81f6;
    border-radius:50%;
    line-height:149px;
    font-size:24px;
    color:#0d81f6;
    margin-bottom:12px;
}

.p2_content li .next{
    float:left;
    width:67px;
    height:155px;
    position:relative;
}

.p2_content li .next i{
    display:block;
    width:30px;
    height:20px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-15px;
    margin-top:-10px;
    background-position:0 -60px;
}

.p2_content .btn{
    display:block;
    width:256px;
    height:50px;
    line-height:50px;
    text-align:center;
    font-size:20px;
    color:#0d81f6;
    border:1px solid #0d81f6;
    border-radius:4px;
    margin:50px auto 0;
}

.p2_content .btn:hover{
    color:#fff;
    background-color:#0d81f6;
}

.p3_content{
    padding:30px 92px 90px 45px;
}

.p3_right{
    float:right;
}

.p3_left{
    float:left;
    width:424px;
}

.p3_user{
    padding:60px 12px 26px;
    border-bottom:1px solid #dcdcdc;
    height:70px;
    line-height:70px;
    font-size:18px;
    color:#333;
}

.p3_user img{
    width:70px;
    height:70px;
    display:block;
    float:left;
    margin-right:35px;
}

.p3_user_common{
    padding:30px 16px 0;
    font-size:16px;
    color:#666;
    line-height:26px;
}

.ppt_p4{
    width:100%;
    background-color:#3b98f6;
    background-image:url(../images/p4.jpg);
    background-position:center top;
    padding-bottom:96px;
}

.ppt_p4 .ppt_title, .ppt_p4 .ppt_title2, .ppt_p4 .ppt_title h4, .ppt_p4 .ppt_title p{
    color:#fff;
}

.ppt_p4 .ppt_title:after{
    background-color:#fff;
}

.p4_content{
    width:100%;
    border:1px solid #dcdcdc;
    text-align:center;
    background-color:#fff;
    margin-top:86px;
    color:#333;
    font-size:14px;
}

.p4_content td, .p4_content th{
    border:1px solid #dcdcdc;
    height:90px;
}

.p4_content .th{
    width:270px;
    font-weight:bold;
    font-size:16px;
    color:#000;
}

.p4_content th{
    font-size:18px;
    font-weight:bold;
    color:#000;
}

.p4_content td p{
    line-height:20px;
    padding-left:88px;
}

.p4_content .tr5{
    height:110px;
}

.ppt_p5{
    width:100%
}

.p5_content{
    padding:70px 0 96px;
}

input{
    outline:none;
}

.index_banner{
    width:100%;
    height:488px;
    position:relative;
    background-image:url(../images/index_banner.jpg);
    background-position:center top;
}

.index_banner .main{
    width:695px;
    padding-top:260px;
    position:relative;
    z-index:6;
}

.search_box{
    position:relative;
    padding:5px;
    border-radius:4px;
    height:60px;
}

.search_box, .jp_special li span{
    filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#7F000000', endColorstr='#7F000000');
    background:rgba(0, 0, 0, 0.5);
}

:root .search_box, :root .jp_special li span{
    filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#00000000', endColorstr='#00000000');
}

/*for IE9*/
.index_banner .search_class{
    position:relative;
    left:0;
    top:0;
    width:100%;
    height:auto;
    margin-bottom:10px;
    cursor:pointer;
}

.index_banner .search_class ul{
    position:relative;
    left:0;
    top:0;
    display:block;
    background:none;
    border:none;
    width:100%;
    padding:0;
    height:30px;
}

.index_banner .search_class ul li{
    cursor:pointer;
    float:left;
    height:30px;
    line-height:30px;
    font-size:16px;
    color:#fff;
    padding:0 16px;
    position:relative;
}

.index_banner .search_class ul li.active{
    background-color:#0d81f6;
    border-radius:3px;
    position:relative;
}

.index_banner .search_class ul li.active:after{
    content:'';
    display:block;
    width:10px;
    height:5px;
    position:absolute;
    left:50%;
    margin-left:-5px;
    bottom:-5px;
    background-position:-40px 0;
}

.index_banner .search_text_box{
    background-color:#fff;
    padding:20px 94px 20px 22px;
    display:block;
    height:20px;
    line-height:20px;
    border-radius:4px;
}

.index_banner .search_btn{
    right:5px;
    top:5px;
}

.index_banner .search_text{
    font-size:16px;
}

.search_list{
    width:599px;
    border:1px solid #1e89f2;
    background-color:#fff;
    position:absolute;
    left:5px;
    top:365px;
    display:none;
    z-index:6;
}

.search .search_list{
    top:60px;
    width:430px;
    left:120px;
}

.page_header .search .search_list{
    top:57px;
}

.search_list li{
    height:40px;
    line-height:40px;
    font-size:14px;
}

.search_list li a{
    display:block;
    height:100%;
    padding:0 16px;
    color:#333;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.search_list li span{
    color:#b2b2b2
}

.search_list li i{
    display:inline-block;
    width:20px;
    height:8px;
    overflow:hidden;
    margin-left:13px;
    vertical-align:middle;
    background-image:url(../images/search-hot.gif) !important;
}

.search_list li a:hover{
    background-color:#d1e6f9;
}

.index_p1{
    padding:30px 0 35px;
}

.index_classity{
    margin-right:-24px;
}

.index_classity dl{
    width:382px;
    padding:24px 0 20px;
    border:1px solid #eeeeee;
    text-align:center;
    float:left;
    margin-right:24px;
}

.index_classity dt{
    font-size:24px;
    color:#000;
    height:34px;
    line-height:34px;
    margin-bottom:24px;
}

.index_classity dt i{
    display:inline-block;
    height:34px;
    width:33px;
    margin-right:16px;
    vertical-align:middle;
}

.cy_1{
    background-position:0 -20px;
}

.cy_2{
    background-position:-40px -20px;
}

.cy_3{
    background-position:-80px -20px;
}

.index_classity dd{
    font-size:0;
}

.index_classity dd a{
    font-size:14px;
    color:#3e3e3e;
    margin:0 12px;
    white-space:nowrap;
    line-height:26px;
}

.index_classity dd a:hover{
    color:#0d81f6;
}

.special_title{
    height:84px;
    line-height:84px;
    text-align:center;
    font-size:30px;
    color:#0d81f6;
    font-weight:normal;
}

.jp_special li{
    width:282px;
    height:202px;
    float:left;
    margin-right:24px;
    position:relative;
    overflow:hidden;
}

.jp_special li a, .jp_special li img{
    display:block;
    width:100%;
    height:100%;
}

.jp_special li span{
    display:none;
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding:0 10px;
    text-align:center;
    height:46px;
    line-height:46px;
    font-size:16px;
    color:#fff;
}

.jp_special{
    margin-right:-24px;
}

.jp_special li:hover span{
    display:block;
}

.index_main_title{
    text-align:center;
    position:relative;
    padding-top:36px;
    margin-bottom:16px;
}

.index_main_title h3{
    font-size:30px;
    color:#0d81f6;
    font-weight:normal;
    height:48px;
    line-height:48px;
}

.index_main_title span{
    padding:0 84px;
    position:relative;
    display:inline-block;
    height:38px;
    line-height:38px;
    font-size:22px;
    color:#666;
}

.index_main_title span i{
    display:inline-block;
    width:60px;
    height:1px;
    overflow:hidden;
    background-color:#666;
    position:absolute;
    top:50%;
}

.index_main_title span .i_l{
    left:0;
}

.index_main_title span .i_r{
    right:0;
}

.more{
    position:absolute;
    right:0;
    bottom:0;
    font-size:16px;
    color:#666;
    line-height:18px;
}

.more i{
    display:inline-block;
    width:18px;
    height:18px;
    vertical-align:top;
    background-position:-120px 0;
    margin-left:10px;
}

.more:hover{
}

.more:hover i{
    background-position:-140px 0;
}

.page_content{
    padding:14px 25px;
}

.page_content img{
    display:block;
    width:100%;
    margin-bottom:10px;
}

.swf{
    width:100%;
}

.word_content{
    padding:2px 27px 20px;
}

.word_content .top, .word_content .bottom{
    width:100%;
}

.page_con_pic1 .top{
    height:185px;
    background-image:url(../images/top1.png);
    background-size:100% 100%;
}

.page_con_pic1 .center{
    padding:0 31px;
    background-image:url(../images/center1.png);
    background-size:100% 100%;
    height:auto;
}

.page_con_pic1 .center img{
    display:block;
    width:100%;
}

.page_con_pic1 .bottom{
    height:101px;
    background-image:url(../images/bottom1.jpg);
    background-size:100% 100%;
}

.page_con_pic2 .top{
    height:176px;
    background-image:url(../images/top2.jpg);
    background-size:100% 100%;
}

.page_con_pic2 .center{
    padding:0 30px;
    background-image:url(../images/center2.jpg);
    background-size:100% 100%;
    height:auto;
}

.page_con_pic2 .center img{
    display:block;
    width:100%;
}

.page_con_pic2 .bottom{
    height:109px;
    background-image:url(../images/bottom2.jpg);
    background-size:100% 100%;
}

.index_banner .search_class ul li.active:after, .search_list li i, .index_classity dt i, .more i, .nav li a i, .fy_iocn, .detail_title_img,
.search_class_check i, .right .r1 .btn i, .p2_content li .next i{
    background-image:url(../images/iocn.png);
}

.excel .collect.active{
    background-color:#0d81f6;
    color:#fff;
}

.pageTT{
    font-weight:normal;
    line-height:78px;
    font-size:22px;
    color:#666;
}

.pay-banner{
    margin:10px 0;
}

.pay-banner img{
    display:block;
    width:100%;
}

.pay-content{
    height:676px;
    margin:0 auto;
    margin-bottom:20px;
    background:#fff;
    overflow:hidden;
    padding:17px 0 0 10px;
    position:relative;
}

.pay-content .userinfo{
    margin-bottom:20px;text-indent:20px;
    text-align:left;
    font-size:16px;
}

.pay-content .userinfo span{
    color:#999;
}

.pay-box{
    position:relative;
    cursor:pointer;
    text-align:center;
    color:#444;
    width:316px;
    border-radius:5px;
    border:2px solid #dcdcdc;
    margin-right:14px;margin-left:14px;
    margin-top:10px;
    display:inline-block; _zoom:1;_display:inline; *zoom:1;*display:inline;
    vertical-align:top;
    font-size:16px;
}

.pay-box .gou{display:none;width:27px;height:28px;position:absolute;right:-2px;bottom:-2px;background:url(../images/gou.png) center center no-repeat;}
.pay-box.current .gou{display:block;}

.pay-box.current{
    border-color:#ff5a01;background-color:#fff5f0;
}

.tj_icon{
    position:absolute;box-shadow:0px 0px 3px 1px #ff5a01;
    right:2px;border-radius:20px;height:22px;line-height:22px;padding:0px 10px;
    top:-10px;
   background-color:#fa3c3c; font-size:12px;color:#fff;
}

.pay-box .moneydy{
    position:absolute;
    top:6px;font-weight:normal;
    left:120px;
    font-size:14px;
}
.pay-box .moneyNum{font-size:27px;font-weight:bold;color:#ff5a01;}

.pay-box .time{
    width:100%;
   color:#666;text-align:center;
    font-size:14px;white-space:nowrap;
}
.pay-box .time em{position:relative;display:inline-block;font-style:normal}
.pay-box .time em i{position:absolute;border-bottom:1px solid #666;width:80%;left:10%;height:0px;top:50%;font-style:normal;}
.pay-box .info1{
    font-weight:bold;
    font-size:20px;
    margin-top:26px;
}

.pay-box .info2{
    position:relative;
    color:#ff5a01;
    font-size:36px;
    margin-top:14px;height:55px;
    font-family:"Microsoft YaHei";

}

.pay-box .info3{
    font-size:14px;height:36px;line-height:18px;
   margin-bottom:10px;
    font-weight:normal;
}

.pay-box .info4{
    margin-top:14px;
    font-size:12px;
    color:#888;
}

.currmoeny, .paycpsiaett{
    margin-bottom:20px;
}

.currmoeny{
    height:40px;
    line-height:20px;padding-bottom:20px;
    text-align:center;text-indent:-50px;margin-bottom:0px;margin-top:50px;
    font-size: 16px
}
.currmoeny em{color:#ff5a01;font-size: 30px;position:relative;}
.currmoeny em i{position:absolute;font-style:normal;color:#fff;background:url(../images/yishen.png) left center no-repeat;padding-left:36px; width:45px;height:18px;right:-104px;top:17px;font-size:12px;line-height:18px;text-align:center;}
.currmoeny span{
    color:#d7000f;
    font-size:20px;
}

.paycpsiaett{
    height:24px;
    line-height:24px;
    font-weight:normal;
    color:#000;
    font-size:16px;
    text-align:left;
}

.paycplist{height:270px;text-align:center;}

.paycplist li{
    width:200px;
    height:48px;
    display:inline-block; _zoom:1;_display:inline; *zoom:1;*display:inline;margin:0px 100px;margin-top:40px;
    cursor:pointer;
}

.paycplist li span{
    display:block;
    width:100%;
    height:100%;
    background-image:url(../images/moicon.jpg);
    background-repeat:no-repeat;
    text-indent:-9999em;
}
.paycplist .q2code{height:200px; width:200px;border:1px solid;border-radius:7px;}
.paycplist .q2code img{margin:13px;}
.paycplist .jwx .q2code{border-color:#09bb07;}
.paycplist .jzfb .q2code{border-color:#27ABF4;}

.paycplist .jwx span{
    background-position:center -48px;
}

.paycplist .jzfb span{
    background-position:center 0;
}

.paycplist .active{
    border-color:#d7000f;
    background-image:url(../images/zfactive.png);
    background-repeat:no-repeat;
    background-position:right bottom;
}

.paycpbtn{
    display:block;
    width:264px;
    height:56px;
    line-height:56px;
    text-align:center;
    border-radius:5px;
    background-color:#d7000f;
    margin-top:20px;
    font-size:26px;
    color:#fff;
    text-decoration:none;
}

.paycpbtn:hover{
    color:#fff;
}

.payconintro{
    height:24px;
    clear:both;
    margin:33px 0 21px;
}

.payconintro dt, .payconintro dd{
    float:left;
    font-size:14px;
    color:#444444;
    line-height:24px;
}

.payconintro dd i, .payconintro dd span{
    color:#ff5a01;
}

.payconintro dd{
    position:relative;
    padding-left:12px;
    margin-right:52px;
}

.payconintro dd i{
    display:block;
    width:5px;
    height:5px;
    overflow:hidden;
    background-color:#ff5a01;
    position:absolute;
    left:0;
    top:50%;
    margin-top:-2.5px;
    border-radius:50%;
}

.payconintro dt{
    margin-right:5px;
}

.paycomment{
    line-height:28px;
    margin-bottom:22px;
}

.paycomment b{
    color:#d7000f;
    font-size:14px;
    float:left;
    margin-right:30px;
}

.paycomment a img{
    display:block;
}

.paycontips{
    font-size:14px;
    color:#9c9c9c;padding:20px 0px;
    line-height:24px;
    text-align:center;
}

.pay-boxs{
    font-size:0;
    text-align:center;
    overflow:hidden;
}
.pay-boxs.tab4{}
.pay-boxs.tab4 .pay-box{width:250px;margin-right:17px;margin-left:17px;}



.pay-boxs.tab2 .pay-box{width:370px;margin: 20px 17px;}



.pay-box .info2{
    margin-top:10px;
}



/*ͳһ�ɳ�*/
.marks{
    width:100%;
    height:100%;
    min-height:550px;
    overflow:hidden;
    zoom:1;
    position:fixed;
    top:0;
    left:0;
    z-index:300;
    background-color:#000000;
    opacity:0.5;
    filter:alpha(opacity=50);
    display:none;
}

.close{
    position:absolute;
    top:0;
    right:0;
    height:30px;
    width:30px;
    background:url(../images/alert.png) -287px -171px no-repeat;
    cursor:pointer;
}

.close:hover{
    background:url('../images/alert.png') -287px -225px no-repeat;
}

.closeb{
    position:absolute;
    top:8px;
    right:0;
    width:20px;
    height:20px;
    cursor:pointer;
    background:url(../images/icons.png) no-repeat -67px -1px;
}

.closeb:hover{
    background:url(../images/icons.png) no-repeat -67px -25px;
}

.payMain{
    width:648px;
    height:450px;
    border:1px solid #d9d9d9;
    position:fixed;
    left:50%;
    top:50%;
    margin-top:-225px;
    margin-left:-324px;
    background:#fff;
    z-index:10001;
}

.closeBtns{
    width:32px;
    height:32px;
    background:url(../images/close.png) center center no-repeat;
    display:block;
    position:absolute;
    right:0;
    top:0;
    cursor:pointer;
    text-indent:-9999em;
}

.payPopName{
    text-align:center;
    color:#919191;
    font-weight:normal;
    line-height:24px;
    padding:36px 0;
}

.payPopName strong{
    color:#ff6600;
    font-size:24px;
    font-weight:normal;
}

.payEr{
    padding:0 0 0 37px;
    width:245px;
}

.payEr .imgBox{
    width:243px;
    height:243px;
    border:1px solid #e4e3e5;
    margin-bottom:10px;
}

.payEr .imgBox img{
    display:block;
    width:100%;
    height:100%;
}

.loading{
    display:block;
    width:27px !important;
    height:27px !important;
    margin:100px auto;
}

.pTips{
    padding-left:103px;
    background:url(../images/zf1.png) 34px center no-repeat;
    font-size:16px;
    color:#146cb1;
}

.payImg{
    padding:25px 70px 0 0;
}

.zfb_pay_tip{
    width:360px;
    height:174px;
    background-color:#fff;
    position:fixed;
    left:50%;
    top:50%;
    margin-left:-180px;
    margin-top:-87px;
    z-index:999;
    text-align:left; /* display: none; */
}

.zfb_tip_header{
    height:42px;
    line-height:42px;
    padding:0 14px 0 20px;
    font-size:14px;
    color:#333;
    background-color:#f9f9f9;
    border-bottom:1px solid #f0f1f1;
    text-align:left;
}

.zfb_tip_header h4{
    font-weight:normal;
    float:left;
}

.zfb_tip_header span{
    float:right;
    display:block;
    width:20px;
    height:42px;
    background-image:url(../images/close.png);
    background-position:center;
    background-repeat:no-repeat;
    text-indent:-9999em;
}

.zfb_tips_txt{
    line-height:24px;
    font-size:14px;
    color:#858688;
    padding:20px;
}

.zfb_tips_btn{
    text-align:right;
    font-size:0;
}

.zfb_tips_btn a{
    display:inline-block;
    width:78px;
    height:28px;
    line-height:28px;
    text-align:center;
    font-size:12px;
    margin-right:16px;
}

.zfb_tips_success{
    background-color:#2e8ded;
    color:#fff;
    border:1px solid #53a0d2;
}

.zfb_tips_success:hover{
    background-color:#55a1ee;
    color:#fff;
}

.zfb_tips_fail{
    background-color:#f0f1f1;
    border:1px solid #dedfe2;
}

/*��ͨ��Ա*/
.ggold, .download_wrap{
    position:fixed;
    top:50%;
    left:50%;
    margin-left:-270px;
    margin-top:-210px;
    width:540px;
    height:400px;
    background:#ffffff;
    z-index:300;
    text-align:center;
    display:none;
}

.ggold .close, .download_wrap .close{
    background:url(../images/alert.png) -287px -172px no-repeat;
}

.ggold .close:hover, .download_wrap .close:hover{
    background:url('../images/alert.png') -287px -225px no-repeat;
}

.ggold .wenan, .download_wrap .wenan{
    height:50px;
    line-height:50px;
    color:#424242;
    font-size:24px;
    margin-bottom:48px;
}

.ggold .biaoqian, .download_wrap .biaoqian{
    display:inline-block;
    height:117px;
    width:132px;
    background:url(../images/alert.png) -5px -187px no-repeat;
    margin-top:54px;
    margin-bottom:19px;
}

.ggold .anniu, .download_wrap .anniu{
    display:block;
    width:280px;
    height:60px;
    line-height:60px;
    margin:0 auto;
    cursor:pointer;
    font-size:20px;
    color:#ffffff;
}

/*��ֵ�ɹ�*/
.suc{
    position:fixed;
    top:50%;
    left:50%;
    margin-left:-270px;
    margin-top:-210px;
    width:540px;
    height:420px;
    background:#ffffff;
    z-index:300;
    text-align:center;
    display:none;
}

.suc .bt{
    height:114px;
    width:128px;
    background:url(../images/alert.png) -9px -188px no-repeat;
    margin:50px auto 20px;
}

.suc .succ{
    width:100%;
    height:112px;
    line-height:53px;
    color:#000000;
    font-size:28px;
    font-weight:inherit;
}

.suc .succ span{
    color:#0d81f6;
    font-size:30px;
}

.al-botton{
    width:260px;
    height:60px;
    line-height:60px;
    color:#ffffff;
    margin:0 auto;
    font-size:20px;
    letter-spacing:2px;
    border-radius:2px;
    display:block;
}

.al-botton:hover{
    color:#ffffff;
}

/*��Ҳ���*/
.enought, .buy_vip, .upgrade_vip{
    position:fixed;
    top:50%;
    left:50%;
    margin-left:-270px;
    margin-top:-200px;
    width:540px;
    height:400px;
    background:#ffffff;
    z-index:300;
    text-align:center;
    display:none;
}

.enought .titletan{
    height:132px;
    line-height:230px;
    font-size:28px;
}

.enought .ye{
    height:80px;
    line-height:80px;
    font-size:16px;
    margin-bottom:60px;
}

.enought .ye span{
    color:#ff6e0c;
}

/*�����ٶȹ�����ʾ*/
.fs_down{
    -moz-box-shadow:0px 5px 9px #b4deed;
    -webkit-box-shadow:0px 5px 9px #b4deed;
    box-shadow:0px 5px 9px #b4deed;
    width:600px;
    height:382px;
    position:fixed;
    left:50%;
    top:50%;
    margin-left:-300px;
    margin-top:-191px;
    background-color:#fff;
    z-index:301;
    background-image:url(../images/tip_1.jpg);
    background-repeat:no-repeat;
    background-position:center bottom;
}

.fs_down_tt{
    width:100%;
    height:60px;
    line-height:60px;
    text-align:center;
    color:#fff;
    font-size:30px;
    background-color:#0d81f6;
    letter-spacing:18px;
    position:relative;
}

.fs_down_close, .fs_down_tips i, .fs_down_link i{
    background-image:url(../images/tip_2.png);
    background-repeat:no-repeat;
}

.fs_down_close{
    display:block;
    width:28px;
    height:28px;
    position:absolute;
    right:14px;
    top:50%;
    margin-top:-14px;
    background-position:2px 2px;
    text-indent:-9999em;
    cursor:pointer;
}

.fs_down_tips{
    padding:25px 80px 0;
    text-align:center;
    font-size:18px;
    color:#333;
    line-height:32px;
}

.fs_down_tips i{
    display:block;
    width:96px;
    height:85px;
    background-position:0 -38px;
    margin:0 auto 22px;
}

.fs_down_link{
    text-align:center;
    height:20px;
    line-height:20px;
    font-size:16px;
    color:#666666;
    margin-top:42px;
}

.fs_down_link i{
    display:inline-block;
    width:20px;
    height:20px;
    vertical-align:top;
    background-position:-78px 0;
    margin-right:6px;
}

.fs_down{
    display:none;
}

.login_2{
    box-shadow:0 1px 3px #ddd;
    -webkit-box-shadow:0 1px 3px #ddd;
    -moz-box-shadow:0 1px 3px #ddd;
    position:fixed;
    left:50%;
    top:50%;
    z-index:999;
    width:400px;
    height:300px;
    background:#fff;
    margin-left:-200px;
    margin-top:-150px;
}

.login_2_header{
    line-height:22px;
    padding:50px 0 0;
    text-align:center;
    font-size:17px;
    color:#888;
}

.login_2_btn{
    padding-left:50px;
    padding-top:40px;
}

.login_2_btn a{
    display:block;
    width:150px;
    float:left;
    color:#888;
    font-size:16px;
}

.login_2_btn a b{
    display:block;
    width:100px;
    height:100px;
    background-image:url(../images/login-icon.png);
    background-repeat:no-repeat;
    margin:0 auto 20px;
}

.login_2_btn .qq_btn b{
    background-position:0 0;
}

.login_2_btn .qq_btn b:hover{
    background-position:0 -110px;
}

.login_2_btn .wx_btn b{
    background-position:-110px 0;
}

.login_2_btn .wx_btn b:hover{
    background-position:-110px -110px;
}

.login_2{
    -webkit-animation:login-win .4s forwards;
    animation:login-win .4s forwards;
    -moz-animation:login-win .4s forwards;
    display:none;
}

@-webkit-keyframes login-win{
    0%{
        transform:scale(0.7);
        -webkit-transform:scale(0.7);
    }
    45%{
        transform:scale(1.05);
        -webkit-transform:scale(1.05);
    }
    80%{
        -webkit-transform:scale(0.95);
        transform:scale(0.95);
        -webkit-tranform:scale(0.95);
    }
    100%{
        transform:scale(1);
        -webkit-transform:scale(1);
    }
}

@keyframes login-win{
    0%{
        transform:scale(0.7);
        -webkit-transform:scale(0.7);
    }
    45%{
        transform:scale(1.05);
        -webkit-transform:scale(1.05);
    }
    80%{
        -webkit-transform:scale(0.95);
        transform:scale(0.95);
        -webkit-tranform:scale(0.95);
    }
    100%{
        transform:scale(1);
        -webkit-transform:scale(1);
    }
}

@-moz-keyframes login-win{
    0%{
        transform:scale(0.7);
        -webkit-transform:scale(0.7);
    }
    45%{
        transform:scale(1.05);
        -webkit-transform:scale(1.05);
    }
    80%{
        -webkit-transform:scale(0.95);
        transform:scale(0.95);
        -webkit-tranform:scale(0.95);
    }
    100%{
        transform:scale(1);
        -webkit-transform:scale(1);
    }
}

a:focus{
    outline:none;
}

.type_meau .smargin dd a{
    margin-right:5px;
    padding:0 8px;
}

.c_left{
    width:247px;
    height:657px;
    margin-right:23px;
    float:left;
    background:#ffffff;
    padding:50px 0;
}

.c_left ul li a{
    display:block;
    height:75px;
    line-height:75px;
    font-size:15px;
    text-align:left;
}

.c_left ul li a:hover{
    color:#0d81f6;
}

.c_left ul li .chose{
    color:#0d81f6;
}

.c_left ul li a .i11{
    background:url(../images/user.png) 32px -419px no-repeat !important;
}

.c_left ul li a .i22{
    background:url(../images/user.png) 32px -355px no-repeat !important;
}

.c_left ul li a .i33{
    background:url(../images/user.png) 32px -191px no-repeat !important;
}

.c_left ul li a .i1{
    display:inline-block;
    width:115px;
    height:30px;
    background:url(../images/user.png) 32px -10px no-repeat;
    vertical-align:-10px;
}

.c_left ul li a:hover .i11, .i1{
    background:url(../images/user.png) 32px -419px no-repeat;
}

.c_left ul li a .i2{
    display:inline-block;
    width:115px;
    height:30px;
    background:url(../images/user.png) 32px -100px no-repeat;
    vertical-align:-10px;
}

.c_left ul li a:hover .i2.i22{
    background:url(../images/user.png) 32px -355px no-repeat;
}

.c_left ul li a .i3{
    display:inline-block;
    width:115px;
    height:30px;
    background:url(../images/user.png) 32px -145px no-repeat;
    vertical-align:-10px;
}

.c_left ul li a:hover .i3.i33{
    background:url(../images/user.png) 32px -191px no-repeat;
}

.usercenter{
    width:800px;
    float:left;
    padding:50px 65px;
    background:#ffffff;
    font-size:14px;
    min-height:657px;
    margin-bottom:20px;
}

.usercenter .p-s{
    width:800px;
    height:130px;
    background:#f5f5f5;
    overflow:hidden;
}

.usercenter .p-s .img{
    margin:30px;
    width:63px;
    height:63px;
    border-radius:36px;
    overflow:hidden;
    border:2px solid #ffffff;
    float:left;
}

.usercenter .p-s .info-user{
    height:130px;
    width:343px;
    float:left;
    font-size:14px;
    color:#424242;
    text-align:left;
}

.usercenter .p-s .info-user .username{
    height:56px;
    line-height:56px;
    color:#424242;
    font-size:16px;
}

.usercenter .p-s .info-user .usernid{
    font-size:16px;
}

.usercenter .p-s .czjb{
    height:130px;
    line-height:130px;
    font-size:20px;
}

.usercenter .p-s .czjb span{
    color:#0d81f6;
}

.usercenter .p-s .czjb a{
    display:inline-block;
    height:26px;
    line-height:26px;
    width:100px;
    font-size:12px;
    color:#ffffff;
    vertical-align:2px;
    border-radius:2px;
    margin-left:10px;
}

.usercenter .p-x{
    width:800px;
    height:65px;
    line-height:65px;
    border-bottom:1px solid #ececec;
}

.usercenter .h-color{
    font-size:13px;
    color:#757575;
}

.usercenter .p-x .p1{
    height:65px;
    width:50px;
    width:480px;
    float:left;
    text-align:left;
    margin-left:20px;
}

.usercenter .p-x .p2{
    height:65px;
    width:150px;
    float:left;
}

.usercenter .p-x .p3{
    height:65px;
    width:150px;
    float:left;
}

.no-info{
    width:90px;
    height:90px;
    margin:80px auto 30px;
    background:url('../images/user.png') 0 -545px no-repeat;
}

.zwjl{
    width:130px;
    height:100px;
    line-height:30px;
    color:#b0b0b0;
    font-size:30px;
    margin:0 auto;
}

.c-right{
    width:910px;
    float:left;
    padding:10px;
    background:#ffffff;
    font-size:14px;
    min-height:735px;
    margin-bottom:20px;
}

.c-right .list_ul{
    margin-right:-20px;
}

.c-right .listItem{
    width:215px;
}

/*2018-8-9*/
.page_content{
    padding:14px;
}

.excel_content{
    padding:30px 14px;
}

.type_meau dt{
    color:#999;
}

.type_meau dd a{
    color:#333;
}

.index_banner .search_text{
    font-family:'΢���ź�';
}

/*2018-8-13*/
.topbtn a{
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
}

/*2018-8-13*/
.peit_word .collect i, .peit_word .bottomDown i{
    background-image:url(../images/pt.png);
}

.peit_word .bottomBg{
    background:none;
    background:#000;
}

.peit_word .listItem:hover .bottomBg{
    display:block;
    opacity:0.3;
    filter:alpha(opacity=30);
}

.peit_word .collect{
    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    opacity:0;
    filter:alpha(opacity=0);
    cursor:pointer;
}

.peit_word .collect{
    width:40px;
    height:40px;
    display:block;
    background-color:#fff;
    position:absolute;
    top:10px;
    right:90px;
    z-index:4;
}

.peit_word .collect i{
    width:17px;
    height:15px;
    display:block;
    background-position:-20px 0;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-8px;
    margin-top:-7px;
}

.peit_word .listItem:hover .collect{
    opacity:1;
    filter:alpha(opacity=100);
}

.peit_word .bottomDown{
    width:70px;
    height:40px;
    line-height:40px;
    margin:0;
    left:auto;
    right:10px;
    top:10px;
    bottom:auto;
    margin-left:0;
    margin-top:0;
    padding-left:0;
    text-align:center;
    font-size:14px;
}

.peit_word .bottomDown i{
    margin-right:4px;
    width:17px;
    height:40px;
    background-position:0 center;
}

.peit_word .collect.active i{
    background-position:-40px 0;
}

/*2018-8-14*/
.rightFiex{
    position:fixed;
    top:0;
    padding-top:80px;
    transition:opacity 0.6s;
    -moz-transition:opacity 0.6s;
    -webkit-transition:opacity 0.6s;
    -o-transition:opacity 0.6s;
}

.fiexDiv{
    width:100%;
    height:80px;
    display:none;
}

.headerFixed{
    position:fixed;
    left:0;
    top:0;
    right:0;
    z-index:99999;
}

.search_text{
    font-family:'΢���ź�';
}

/* fengs */
.page_con_pic1 .center img{
    width:712px
}

.page_con_pic2 .center img{
    width:712px
}

.search_none{
    text-align:center;
    width:100%;
    padding:60px 0;
    background-color:#fff;
    font-size:16px;
    color:#333;
    line-height:2;;
    margin-top:20px;
}

.intro_tt{
    text-align:left;
    font-size:16px;
    height:56px;
    line-height:56px;
    font-weight:normal;
    color:#000;
}

.intro_tt span{
    color:red;
}

.search_none p b{
    color:red;
    font-weight:normal;
}

.proposal_btn{
    display:block;
    width:120px;
    height:46px;
    line-height:46px;
    text-align:center;
    color:#fff;
    margin:10px auto;
    background-color:#0d81f6;
}

.proposal_btn:hover{
    opacity:0.8;
    filter:alpha(opacity=80);
    cursor:pointer;
}

/*2018-9-3 fixed*/
.fixed{
    width:100%;
    height:280px;
    position:fixed;
    left:0;
    right:0;
    bottom:250px;
    overflow:hidden;
}

.fixed .main{
    height:100%;
}

.fixedBar{
    position:fixed;
    right:0;top:250px;
    width:55px;
    padding-top:84px;
    z-index:8;
}

.fixedHeader{
    width:76px;
    height:75px;
    position:absolute;
    top:0;
    left:50%;
    margin-left:-38px;
    background-image:url(../images/VIP.png);
}

.fixedNav{
    background-color:#252121;
}

.fixedNav li{
    width:100%;
    height:80px;
    text-align:center;
    color:#fff;
}

.fixedNav li a{
    display:block;
    padding:10px 3px 0 3px;
}

.fixedNav li a i{
    display:block;
    width:28px;
    height:25px;
    margin:0 auto;

    background-repeat:no-repeat;
}

.fixedNav li a span{
    display:block;
    height:26px;
    line-height:14px;
    padding-bottom:5px;padding-left:5px;padding-right:5px;
    border-bottom:1px solid #fff;
    color:#fff;
    font-size:14px;
}

.fixedNav .kf i{
    background-position:0px 0px;
}

.fixedNav .hy i{
    background-position:0px -30px;
}

.fixedNav .db i{
    background-position:0px -60px;
}

.fixedNav li a:hover span{
    color:#e4552c;
}

.fixedNav .kf a:hover i{
    background-position:-30px 0;
}

.fixedNav .hy a:hover i{
    background-position:-30px -30px;
}

.fixedNav .db a:hover i{
    background-position:-30px -60px;
}

/*2018-9-6*/
.fixedHeader, .fixedNav .hy{
    display:none;
}

.fixedNav{
    overflow:hidden;
    *height:134px;
}

.fixedBar{
    padding-top:0;
}

.fixedNav li a:hover span{
    color:#0d81f6;
}

/*2018-9-19*/
.index_classity dd a{
    white-space:normal \9;
}

.bottomDown i{
    vertical-align:middle;
}

/*2018-9-20*/
.peit_word .bottomDown{
    opacity:0;
    filter:alpha(opacity=0);
}

.peit_word .listItem:hover .bottomDown{
    opacity:1;
    filter:alpha(opacity=100);
}

.fixedNav{
    background-color:#fff;
    border:1px solid #efefef;
    color:#757575;
}

.fixedNav li a span{
    color:#757575;
    border-bottom:1px solid #efefef;
}

/*2018-9-19*/
.index_classity dd a{
    white-space:normal;
}

.bottomDown i{
    vertical-align:middle;
}

/*2018-9-20*/
.peit_word .bottomDown{
    opacity:0;
    filter:alpha(opacity=0);
}

.peit_word .listItem:hover .bottomDown{
    opacity:1;
    filter:alpha(opacity=100);
}

.fixedNav{
    background-color:#fff;
    border:1px solid #efefef;
    color:#757575;
}

.fixedNav li a span{
    color:#757575;
    border-bottom:1px solid #efefef;
}

/*2018-9-21*/
.collect_pops{
    width:360px;
    height:320px;
    position:fixed;
    left:50%;
    margin-left:-180px;
    z-index:301;
    top:50%;
    margin-top:-160px;
    text-align:center;
    display:none;
}

.collect_pops_1{
    background-image:url(../images/collect1.jpg);
}

.collect_pops_2{
    background-image:url(../images/collect2.jpg);
}

.collect_pops .collect_pop_close{
    display:block;
    width:24px;
    height:25px;
    position:absolute;
    right:-16px;
    top:-16px;
    background-image:url(../images/close2.png);
    cursor:pointer;
    background-position:0 0;
}

.collect_pops h3{
    font-size:24px;
    font-weight:normal;
    color:#333;
    height:36px;
    line-height:36px;
}

.collect_pops p{
    height:28px;
    line-height:28px;
    font-size:16px;
    color:#999;
}

.collect_pops a{
    display:block;
    width:160px;
    height:40px;
    line-height:40px;
    font-size:16px;
    color:#fff;
    background-color:#1781f4;
    border-radius:20px;
    margin:25px auto 0;
}

.collect_pops a:hover{
    background-color:#56a1ec;
}

.collect_pops_1 h3{
    padding-top:152px;
}

.collect_pops_2 p{
    padding-top:148px;
}

.login_2_btn a{
    text-align:center;
}

/*2018-9-26   -2*/
.pay-content{
    height:auto;
    padding-bottom:50px;
}

.pay_over_suc{
    padding-top:200px;
    margin-bottom:225px;
}

.success_boxs{
    width:420px;
    margin:0 auto;
    height:90px;
}

.success_boxs i{
    display:block;
    width:90px;
    height:90px;
    background-image:url(../images/suc.jpg);
    float:left;
    margin-right:44px;
}

.success_boxs h4{
    font-weight:normal;
    font-size:18px;
    color:#333333;
    height:40px;
    line-height:40px;
    padding-top:8px;
}

.success_boxs p{
    height:36px;
    line-height:36px;
}

.success_boxs p a{
    color:#347bb9;
    font-size:14px;
}

.error_boxs{
    width:420px;
    margin:0 auto;
    height:90px;
}

.error_boxs i{
    display:block;
    width:90px;
    height:90px;
    background-image:url(../images/icon_error.png);
    float:left;
    margin-right:44px;
}

.error_boxs h4{
    font-weight:normal;
    font-size:18px;
    color:#333333;
    height:40px;
    line-height:40px;
    padding-top:8px;
}

.error_boxs p{
    height:36px;
    line-height:36px;
}

.error_boxs p a{
    color:#347bb9;
    font-size:14px;
}

.re_loading{
    width:100% !important;
    height:100% !important;
    margin:0 !important;
}

/*2018-9-28*/
.nav_drop{
    box-shadow:0px 3px 9px rgba(0, 0, 0, .3);
}

.headerFixed{
    box-shadow:0px 3px 9px rgba(0, 0, 0, .3);
}

.index_banner .search_text_box, .search .main{
    padding-top:0;
    padding-bottom:0;
    height:60px;
    line-height:60px;
}

.header .search .main{
    height:56px;
    line-height:56px;
}

/*2018-10-8*/
.fixedBar{
    width:50px;
    border:none;
}

.fixedNav{
    border:none;
    overflow:visible;
}

.fixedNav li{
    position:relative;cursor:pointer;
}

.fixedNav li a{
    position:relative;
    background-color:#fff;
    z-index:2;
}

.fixedNav li a span{
    border-bottom:none;
    font-size:12px;
    color:#1e2330;
}

#qidian_wpa_2852163597_74{
    bottom:0 !important;
    position:relative !important;
    border-right:none !important;
    border-left:none !important;
    border-top:none !important;
}

.fixedNav .db a, .fixedNav .dh a{
    border:1px solid #dadee7;
    border-top:none;
    height:59px;
}

.fixedNav li a i{
    width:26px;
    height:26px;
}

.fixedNav .dh a .jl_icon{
    background:url(../images/dhnosel.png) center center no-repeat;
}

.fixedNav .dh  a:hover .jl_icon{
    background:url(../images/dhsel.png) center center no-repeat;
}

.fixedNav li a:hover span{
    color:#0d81f6;
}

.fixedNav .db a:hover i{
    background-position:0 -78px;
}

.fixedNav .dh a:hover i{
    background-position:0 -26px;
}



.fixedNav .dh .dhShow{
    width:250px;
    height:65px;
    padding:5px 0 0 0px;
    line-height:30px;
    background-color:#fff;
    position:absolute;
    top:0;left:-252px;
    color:#333333;
    font-size:14px;display:none;
    border:1px solid #f1f1f1;
    box-shadow:0px 3px 9px rgba(0, 0, 0, .3);
}

.fixedNav .dh .dhShow i{
    display:block;
    width:23px;
    height:23px;
    background:url(/style/images/phone.png) center center no-repeat;
    position:absolute;
    left:14px;
    top:10px;
}

/*.fixedNav .dh .dhShow{
    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
}*/

.fixedNav .dh:hover .dhShow{
    display:block;

}
.fixedNav .sugg{height:59px}
.fixedNav .sugg a{ border:1px solid #dadee7;
    border-top:none;
    height:48px;}
.fixedNav .sugg i{background:url(/style/images/suggnosel.png) center center no-repeat;}
.fixedNav .sugg:hover i{background:url(/style/images/suggsel.png) center center no-repeat;}
.fixedNav .sugg .dhShow{
    width:570px;display:none;
    height:420px;
    left:-611px;top:-300px;
    padding:5px 0 0 39px;
    line-height:30px;
    background-color:#fff;
    position:absolute;
    color:#333333;
    font-size:14px;
    overflow:hidden;border:1px solid #f1f1f1;
    box-shadow:0px 3px 9px rgba(0, 0, 0, .3);

}
.fixedNav .sugg .dhShow span{width:100%;text-align:center;font-weight:bold;font-size:20px;color:#333;line-height:60px;display:block}
.fixedNav .sugg .dhShow textarea{width:494px;height:200px;margin-top:20px;border-radius:5px;margin:0px auto;}
.fixedNav .sugg .dhShow input[type=text]{width:494px;margin:0px auto;margin-top:20px;}
.fixedNav .sugg .dhShow .sub{width:200px;height:50px;border-radius:5px;background-color:#0d81f6;padding:0px;margin:0px auto;color:#fff;font-size:20px;margin-top:20px;line-height:50px}
.fixedNav .sugg:hover .dhShow{display:block;}
.fixedNav .qq .dhShow .btnline .box.center{margin-left: 68px;}

.fixedNav  .rtop{height:59px;}
.fixedNav  .rtop a i{background:url(/style/images/topnosel.png) center center no-repeat;}
.fixedNav  .rtop a:hover i{background:url(/style/images/topsel.png) center center no-repeat;}
/* 20190617*/
.fixedNav .qq a{
    border:1px solid #dadee7;
}

.fixedNav .qq a i{
    background:url(/style/images/kefunosel.png) center center no-repeat;
}

.fixedNav .qq a:hover i{
    background:url(/style/images/kefusel.png) center center no-repeat;
}

.fixedNav .qq .dhShow{overflow:hidden;position:absolute;background-color:#fff;border:1px solid #f1f1f1;width:230px;display:none;
    left:-232px;top:0px;padding-bottom:5px;
    box-shadow:0px 3px 9px rgba(0, 0, 0, .3);
    overflow:hidden;}
.fixedNav .qq:hover .dhShow{display:block;}
.fixedNav .qq  .dhShow .a{padding:0px;display:inline}
.fixedNav .qq  .dhShow .btnline{float:left;width:100%;height:125px}
.fixedNav .qq  .dhShow .btnline .box{width:104px;float:left;margin-top:20px;height:70px;margin-bottom:30px;}
.fixedNav .qq  .dhShow .btnline .box a{float:left;margin-left:15px;background-color:#d8d7d7;}
.fixedNav .qq  .dhShow .btnline .box a:hover{background-color:#0d81f6;}
.fixedNav .qq  .dhShow .btnline .box.rightborder{border-right:1px solid #e8e8e8;margin-left:8px;}
.fixedNav .qq  .dhShow .btnline .box .kefubtn{float:left;width:70px;height:70px;}
.fixedNav .qq  .dhShow .btnline .box .kefubtn i{float:left;width:70px;height:70px;background:url(/style/images/kefuqqsel.png) center center no-repeat;}
.fixedNav .qq  .dhShow .btnline .box .kefubtn:hover i{float:left;width:70px;height:70px;background:url(/style/images/kefuqq.png) center center no-repeat;}
.fixedNav .qq  .dhShow .btnline .box .dianhuabtn{float:left;width:104px;height:82px;background-color:#d8d7d7;background:url(/style/images/gongzhonghao.jpg) center center no-repeat;border:0px;}

/*.fixedNav .qq  .dhShow .btnline .box .dianhuabtn i{float:left;width:70px;height:70px;background:url(/style/images/kefudianhua.png) center center no-repeat;}*/
.fixedNav .qq  .dhShow .btnline .box em{color:#666;width:100%;text-align:center;font-size:14px;}
.fixedNav .qq  .dhShow .info{float:left;width:200px;border-top:1px solid #e8e8e8;margin-left:15px;margin-top:5px;padding-top:10px;}
.fixedNav .qq  .dhShow .info p{width:100%;text-align:center;color:#666;float:left;}
.fixedNav .qq  .dhShow .info p i{color:#0d81f6;font-style:normal;}

.fixedNav .shoucang{}
.fixedNav .shoucang a{border:1px solid #dadee7;background-color:#0d81f6}
.fixedNav .shoucang a .shoucang_icon{background:url(/style/images/shoucangselw.png) center center no-repeat; }
.fixedNav .shoucang a span{color:#fff;}
/*.fixedNav .shoucang a:hover .shoucang_icon{background:url(/style/images/shoucangsel.png) center center no-repeat; }*/
.fixedNav .shoucang a:hover span{color:#fff !important;}
.fixedNav .shoucang .dhShow{overflow:hidden;position:absolute;background-color:#fff;
    top:0px;  width:230px;display:none;
    height:180px;
    left:-230px;background:url(/style/images/ctrld.png);
    box-shadow:0px 3px 9px rgba(0, 0, 0, .3);
    overflow:hidden;}
.fixedNav .shoucang:hover .dhShow{display:block;}

.fixedNav .shoucang .dhShow label{width:100%;float:left;}
.fixedNav .shoucang .dhShow label:first-child{margin-top:20px;margin-bottom:5px;}
.fixedNav .shoucang .dhShow label span{padding:6px 10px;border-radius:5px;color:#fff;background-color:#0d81f6;font-weight:bold;font-size:18px;}
.fixedNav .shoucang .dhShow label em{color:#0d81f6;font-size:18px;}
.fixedNav .shoucang .dhShow label p{color:#0d81f6;font-weight:bold;font-size:14px;}

.fixedNav .gzh a{
    border:1px solid #dadee7;
}

.fixedNav .gzh a .gzh_icon{background:url(/style/images/gzhnosel.png) center center no-repeat}
.fixedNav .gzh a:hover .gzh_icon{
    background:url(/style/images/gzhsel.png) center center no-repeat;}

.fixedNav .gzh .dhShow{
    overflow:hidden;
    background-color:#fff;
    position:absolute;
    color:#333333;
    font-size:14px;
    border:1px solid #f1f1f1; border-radius:5px;   display:none; width:230px;
    height:250px;
    left:-232px;top:0px;
    box-shadow:0px 3px 9px rgba(0, 0, 0, .3);

}

.fixedNav .gzh .dhShow p{
    width:100%;
    white-space:nowrap;
    float:left;margin-bottom:10px;
    height:24px;font-size:16px;margin-top:5px;
    line-height:24px;
    font-weight:bold;
}




.fixedNav .gzh .dhShow img{
    width:171px;
    height:171px;padding:8px;border:1px solid #ebebeb;
}

.fixedNav .gzh:hover .dhShow{
    display:block;

}


.fixedNav .dz{

}

.fixedNav .dz a{
    border:1px solid #dadee7;

}

.fixedNav .dz a i.dz_icon{
    background:url(/style/images/dznosel.png) center center no-repeat;
}

.fixedNav .dz a:hover i.dz_icon{background:url(/style/images/dzsel.png) center center no-repeat;}






.animat{
    display:block;
    animation:fontanim 1s linear infinite;
    -webkit-animation:-webkit-fontanim 1s linear infinite;
}

@keyframes fontanim{
    0%{
        transform:scale(1, 1)
    }
    50%{
        transform:scale(0.8, 0.8)
    }
    100%{
        transform:scale(1, 1)
    }
}

@keyframes -webkit-fontanim{
    0%{
        transform:scale(1, 1)
    }
    50%{
        transform:scale(0.8, 0.8)
    }
    100%{
        transform:scale(1, 1)
    }
}

/*2018-10-15*/
.header.headerFixed{
    height:78px;
}

.header .search, .header.headerFixed .nav{
    display:none;
}

.header.headerFixed .search, .header.page_header .search, .header .nav{
    display:block;
}

.header.headerFixed .search_list{
    top:57px;
}

.index_body .header.headerFixed{
    height:78px;
}

.index_body .header.headerFixed .nav{
    display:block;
}

.index_body .header.headerFixed .search{
    display:none;
}

.search_btn input, .search_text{
    height:60px !important;
}

.search_text{
    padding:18px 0 !important;
    height:20px !important;
}

/*2018-110-22*/
.hb_list .listItem .imgBox{
    width:234px;
    height:333px;
    padding:49px 27px 23px 27px;
    background-image:url(../images/hb_01.jpg);
}

.hb_content{
    padding:2px 27px 20px;
}

.hb_content .top{
    height:207px;
    background-image:url(../images/top3.jpg);
    background-size:100% 100%;
}

.hb_content .center{
    padding:0 61px 0 58px;
    background-image:url(../images/center3.jpg);
    background-size:100% 100%;
    height:auto;
}

.hb_content .center img{
    display:block;
    width:100%;
}

.hb_content .bottom{
    height:98px;
    background-image:url(../images/bottom3.jpg);
    background-size:100% 100%;
}

.hb_content .page_con_pic2{
    background-color:#c8c8c8;
    background-image:url(../images/hb_02.jpg);
    background-position:39px 55px;
    background-size:700px 499px;
    padding:150px 409px 123px 177px;
    background-repeat:no-repeat;
}

.hb_content .page_con_pic2 img{
    display:block;
    width:100%;
    height:282px;
}

.hb_content .page_con_pic3 img{
    display:block;
    width:100%;
    margin-top:58px;
}

.hb_content .page_con_pic3{
    padding:1px 37px 60px;
    *padding:58px 37px;
    background:#c8c8c8;
}

/*2018-10-24*/
.p1_content a{
    overflow:hidden;
    position:relative;
}

.p1_playBtn{
    display:block;
    width:33px;
    height:21px;
    background-image:url(../images/playbtn.png);
    position:absolute;
    left:12px;
    top:12px;
}

.p1_l a{
    height:689px;
}

.p1_c_1{
    height:352px;
    margin-bottom:35px;
}

.p1_c_2{
    height:301px;
}

.p1_r_1{
    height:269px;
}

.p1_r_2{
    height:383px;
}

.p1_playBg{
    display:none;
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    background-color:#000;
    opacity:0.65;
    filter:alpha(opacity=65);
}

.p1_content .p1_playBtn{
    width:55px;
    height:35px;
    left:50%;
    top:50%;
    margin-left:-27px;
    margin-top:-17px;
    display:none;
}

.p1_content a:hover .p1_playBg, .p1_content a:hover .p1_playBtn{
    display:block;
}

.bind_sms_box{
    width:550px;
    height:422px;
    position:fixed;
    left:50%;
    margin-left:-275px;
    top:50%;
    margin-top:-211px;
    border-radius:10px;
    z-index:10000;
    background-color:#ffffff
}

.bind_sms_box .title{
    float:left;
    background-color:#0c81f7;
    color:#ffffff;
    height:70px;
    line-height:70px;
    text-align:center;
    font-size:20px;
    width:100%;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    font-weight:bold;
    font-family:"Microsoft YaHei"
}

.bind_sms_box .nameinfo{
    float:left;
    width:100%;
    height:40px;
    margin-top:40px;
}

.bind_sms_box .nameinfo .img{
    float:left;
    height:40px;
    width:40px;
    margin-left:75px;
    border-radius:20px;
}

.bind_sms_box .nameinfo .img img{
    width:40px;
    height:40px;
    border-radius:20px;
}

.bind_sms_box .nameinfo .name{
    float:left;
    height:46px;
    line-height:20px;
    font-size:14px;
    margin-left:22px;
    width:335px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.bind_sms_box .nameinfo .name span{
    color:#666;
    width:100%;
    float:left;
}

.bind_sms_box .nameinfo .tip{
    color:#666;
    float:left;
    height:20px;
    line-height:28px;
    font-size:14px;
}

.bind_sms_box .phone{
    float:left;
    margin-left:75px;
    width:400px;
    border-bottom:1px solid #cbcbcb;
    margin-top:20px;
    height:46px;
    line-height:46px;
}

.bind_sms_box .phone input{
    float:left;
    height:46px;
    border:0px;
    padding:0px;
    margin:0px;
    width:100%;
    text-indent:50px;
    background:none;
    font-size:14px;
    line-height:46px;
    font-family:"Microsoft YaHei";
    outline:none;
    background:url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QMvaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0MiA3OS4xNjA5MjQsIDIwMTcvMDcvMTMtMDE6MDY6MzkgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OUM5RURFOEZGODExMUU4OTE5NkM2NUM1MzNGRkE2QiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OUM5RURFOUZGODExMUU4OTE5NkM2NUM1MzNGRkE2QiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5QzlFREU2RkY4MTExRTg5MTk2QzY1QzUzM0ZGQTZCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5QzlFREU3RkY4MTExRTg5MTk2QzY1QzUzM0ZGQTZCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoKDBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAGwASAwERAAIRAQMRAf/EAG4AAAMBAQAAAAAAAAAAAAAAAAMEBQYIAQEBAAAAAAAAAAAAAAAAAAABABAAAQMCAQcKBwAAAAAAAAAAAgEDBAAFESExUSIyMwZhcRJSYhOzNDU2coJDFHQV1REBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AOgn2Lrd79corV6mWuPb+4BtuEMRUNXW+8IjWRHkFjlwyKiVIC7WS+Wy1TLi1xVdHnIbDj4NPBblbNWwUkE0GGJdFcMuCovLQFr9q91R8l918+jmpJWze6OIviieBUjPFvta8fhSPCKqik/5NRTxmXOPxdfgilCESSIapMdNslxZUUUUESxHVXLpoRW/32+SOFbqZLbW21iyQITedFzVEgyCQJnw1dNQXO6d6heldDMu1o56SBxZ5lj0bYX1bbz/AE+zRUkwfOx/a+8Dcb3aTd9rq8tQbykv/9k=) 16px center no-repeat #ffffff;
}

.bind_sms_box .capt{
    float:left;
    margin-left:75px;
    width:400px;
    border-bottom:1px solid #cbcbcb;
    margin-top:20px;
    height:46px;
    line-height:46px;
}

.bind_sms_box .capt input{
    float:left;
    height:46px;
    border:0px;
    padding:0px;
    margin:0px;
    width:300px;
    text-indent:50px;
    font-size:14px;
    line-height:46px;
    font-family:"Microsoft YaHei";
    outline:none;
    background:url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QMvaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0MiA3OS4xNjA5MjQsIDIwMTcvMDcvMTMtMDE6MDY6MzkgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFQjdFMEEwOEZGODExMUU4QUFDOEM1N0UyNjMwNzkwRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFQjdFMEEwOUZGODExMUU4QUFDOEM1N0UyNjMwNzkwRCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkVCN0UwQTA2RkY4MTExRThBQUM4QzU3RTI2MzA3OTBEIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkVCN0UwQTA3RkY4MTExRThBQUM4QzU3RTI2MzA3OTBEIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoKDBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAGwAaAwERAAIRAQMRAf/EAGoAAQEBAQEAAAAAAAAAAAAAAAUABAMIAQEBAAAAAAAAAAAAAAAAAAAAARAAAgEDAgQDBwUAAAAAAAAAAQIDEQQFABIhMRMUQTQGYYHBIjJCI4OzdDU2EQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8A9N5HN4zHPHHdzFZpQzRQIjyyuEIDbI41d2puHIaDEc1mZmE1jh5JLBQS7TuttcyAio6EEgHjwImaL36DRa+pMXPcx2rGW2u5WKR291DLAzOqlmCGRVWSgU8UJHt0CegKn/1Nn/Cuf3YdEGZT17jIZJcdjFN/6iEzW0OIo0cnUAr1JNwGyAL8xl+mnKpIGhW7Id1vwHd7O67odfpV6e/tpd2zdx215V0DWii81Z3ZltclYqJL2xLfgJC9aGWgliDHgrHarKT9yivAnQcoMz6Xdpso0ttbXUMYivJbjZDcQqDuEU2+joATUA8PEaCtTcZXJRX7I0ONtAxslkBR5pXUq0xQ0KoqEqgYVNSeVKgzoLQG3/8AZ2Pk+beY8x+h8dAloLQf/9k=) 16px center no-repeat #ffffff;
}

.bind_sms_box .capt span{
    float:left;
    height:46px;
    line-height:46px;
    font-size:12px;
    color:#0c81f7;
    cursor:pointer
}

.bind_sms_box .sub{
    float:left;
    width:180px;
    height:44px;
    margin:0px;
    margin-top:32px;
    margin-left:185px;
    border-radius:22px;
    line-height:44px;
    font-size:16px;
    text-align:center;
    background-color:#cdcdcd;
    color:#ffffff;
    border:0px;
}

.bind_sms_box .error{
    float:left;
    margin-left:124px;
    height:20px;
    width:400px;
    margin-top:14px;
}

.bind_sms_box .error #errmsg{
    color:#ff0000;
    line-height:20px;
    display:none;
    font-size:14px;
}

.bind_sms_box .lightclose{
    height:30px;
    width:30px;
    background:url(//www.ppt118.com/style/images/alert.png) -285px -279px no-repeat;
    cursor:pointer;
    display:block;
    float:right;
    margin-top:-62px;
    margin-right:12px;
}

/*2019-1-2*/
/*.login_2 {*/
/*width: 524px;*/
/*height: 430px;*/
/*margin-left: -262px;*/
/*margin-top: -215px;*/
/*background-image: url(../images/login_2_header.png);*/
/*background-repeat: no-repeat;*/
/*background-position: center top;*/
/*border-radius: 5px;*/
/*}*/

.login_2{
    width:620px;
    height:384px;
    margin-left:-262px;
    margin-top:-215px;
    background-image:url(//www.ppt118.com/style/images/login_2_header.png);
    background-repeat:no-repeat;
    background-position:150px top;
    border-radius:11px;
}

.login_2_header{
    font-size:18px;
    color:#dbe4dc;
    padding-top:138px;
}

.login_2_header i{
    font-style:normal;
    padding:0 30px;
    color:#666;
}

.login_2_btn{
    padding-left:110px;
    overflow:hidden;
}

.register_tips{
    text-align:center;
    font-size:14px;
    color:#cdcdcd;
    line-height:24px;
    height:24px;
    margin-top:30px;
}

.register_tips a{
    color:#cdcdcd;
}

.register_tips i{
    display:inline-block;
    width:12px;
    height:12px;
    border:1px solid #cdcdcd;
    border-radius:2px;
    vertical-align:middle;
    margin-right:7px;
    cursor:pointer;
    background-image:url(../images/re.png);
    background-repeat:no-repeat;
    background-position:center;
}

.register_tips i.noChecked{
    background:none;
}

.joinMember{
    display:none;
    width:783px;
    padding-right:33px;
    height:492px;
    background-color:#fff;
    position:fixed;
    left:50%;
    top:50%;
    margin-left:-408px;
    margin-top:-246px;
    z-index:301;
}

.leftMember{
    width:174px;
    height:100%;
    float:left;
    background-image:url(../images/mLeft.jpg);
}

.rightMember{
    width:581px;
    float:right;
}

.m_userName{
    font-size:14px;
    color:#333;
    height:24px;
    line-height:24px;
    padding-top:24px;
    margin-bottom:17px;
}

.members{
    margin-left:-9px;
    margin-right:-9px;
}

.members li{
    width:33.33%;
    float:left;
}

.memberBox{
    margin:0 9px;
    border:1px solid #eee;
    text-align:center;
    position:relative;
    -moz-box-shadow:0px 0px 10px 1px #f4f4f4, 0px 0px 10px 1px #f4f4f4;
    -webkit-box-shadow:0px 0px 10px 1px #f4f4f4, 0px 0px 10px 1px #f4f4f4;
    box-shadow:0px 0px 10px 1px #f4f4f4, 0px 0px 10px 1px #f4f4f4;
    border-radius:4px;
    cursor:pointer;
}

.memberBox h3{
    font-size:19px;
    font-weight:bold;
    color:#333;
    height:33px;
    line-height:33px;
    padding-top:13px;
}

.memberBox h5{
    font-size:18px;
    color:#eb2a16;
    font-weight:normal;
    height:46px;
    line-height:46px;
}

.memberBox h5 strong{
    font-size:40px;
    font-weight:normal;
}

.memberBox p{
    height:32px;
    line-height:32px;
    font-size:14px;
    margin-top:2px;
    padding-bottom:10px;
}

.memberBox i{
    display:none;
    width:34px;
    height:34px;
    background-image:url(../images/active.png);
    position:absolute;
    right:0;
    bottom:0;
}

.members .active .memberBox{
    border-color:#eb2a16;
}

.members .active .memberBox i{
    display:block;
}

.member_money{
    font-size:14px;
    height:62px;
    line-height:62px;
}

.member_money strong{
    font-weight:normal;
    color:#eb2a16;
    font-size:16px;
}

.member_erm{
    padding:0 62px;
}

.member_erm li{
    width:160px;
    text-align:center;
}

.member_erm li .imgBox{
    -moz-box-shadow:0px 0px 5px 1px #F6F6F6, 0px 0px 10px 1px #f6f6f6;
    -webkit-box-shadow:0px 0px 5px 1px #F6F6F6, 0px 0px 10px 1px #f6f6f6;
    box-shadow:0px 0px 5px 1px #F6F6F6, 0px 0px 10px 1px #f6f6f6;
    padding:10px;
    border:1px solid #f6f6f6;
    width:138px;
    height:138px;
}

.member_erm li .imgBox img{
    display:block;
    width:100%;
    height:100%;
}

.member_erm li h5{
    font-weight:normal;
    font-size:14px;
    line-height:24px;
    height:24px;
    margin-top:18px;
}

.member_erm li h5 i{
    display:inline-block;
    width:24px;
    height:24px;
    vertical-align:middle;
    background-image:url(../images/zftype.jpg);
    margin-right:10px;
}

.member_erm .fl h5 i{
    background-position:0 0;
}

.member_erm .fr h5 i{
    background-position:-26px 0;
}

.members_v2{
    margin-left:-18px;
    margin-right:-18px;
}

.members_v2 li{
    width:50%;
}

.members_v2 li .memberBox{
    margin:0 18px;
}

.member_erm li .imgBox{
    position:relative;
}

.member_erm li .imgBox .loading{
    margin:0;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-13.5px;
    margin-top:-13.5px;
    display:none;
}

/*2019-1-14*/
.right .r3 ul li{
    float:none;
    border:none;
    margin:0;
    height:24px;
    line-height:24px;
    margin-bottom:16px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.right .r3 ul li a{
    display:inline;
    padding:0;
    margin:0;
    color:#747474;
}

.right .r3 ul li i{
    display:inline-block;
    width:24px;
    height:24px;
    text-align:center;
    font-style:normal;
    background-color:#c8c6c7;
    color:#fff;
    font-size:12px;
    margin-right:8px;
    border-radius:2px;
}

/*.right .r3 ul li:nth-child(1) i, .right .r3 ul li:nth-child(2) i, .right .r3 ul li:nth-child(3) i {
    background-color: #0d81f6;
}*/

.right .r3 ul li a:hover{
    color:#0d81f6
}

/*2019-2-12*/
.right .r1 .d_collect:hover{
    background:#f4f4f4;
    color:#333;
}

.copyright_tips{
    overflow:visible;
}

.copyright_tips .emtipsContent{
    display:none;
    position:absolute;
    cursor:pointer;
    left:-395px;
    top:-340px;
    width:346px;
    height:auto;
    color:#af9178;
    background:#ffffff;
    border:1px solid #dfdfdf;
    padding:17px 19px 32px 28px;
    text-align:left;
}

.copyright_tips .emtipsContent h4{
    height:50px;
    line-height:50px;
    font-size:18px;
    text-align:center;
}

.copyright_tips .emtipsContent p{
    text-align:left;
    text-indent:2em;
    line-height:20px;
    font-size:12px;
}

.copyright_tips .emtips{
    position:relative;
    text-align:center;
    cursor:pointer;
    display:inline-block;
    width:16px;
    height:16px;
    border-radius:40px;
    background:#c4c4c4;
    vertical-align:0px;
    line-height:16px;
    color:#ffffff;
}

.copyright_tips .emtips:hover .emtipsContent{
    display:block;
}

/* 2019-02-13 */
.fixedNav .dz a{
    border:1px solid #dadee7;
    height:79px;
}

.fixedNav .dz a i{
    background:url(../images/dingzhijiaju.png);
}

.fixedNav .dz a:hover i{
    background:url(../images/dingzhijiaju2.png);
}

/*2019-2-19*/
.down_tips{
    width:524px;
    height:430px;
    margin-left:-262px;
    margin-top:-215px;
    background-color:#fff;
    background-image:url(../images/login_2_header.png);
    background-repeat:no-repeat;
    background-position:center top;
    border-radius:5px;
    box-shadow:0 1px 3px #ddd;
    -webkit-box-shadow:0 1px 3px #ddd;
    -moz-box-shadow:0 1px 3px #ddd;
    position:fixed;
    left:50%;
    top:50%;
    z-index:999;
    -webkit-animation:login-win .4s forwards;
    animation:login-win .4s forwards;
    -moz-animation:login-win .4s forwards;
    display:none;
}

.down_tips_txt{
    line-height:36px;
    padding-top:165px;
    text-align:center;
    font-size:18px;
    color:#666666;
    margin-bottom:48px;
}

.down_tips_txt strong{
    color:#0c81f7;
    font-weight:normal;
}

.dwon_sj_btn{
    display:block;
    width:136px;
    height:46px;
    line-height:46px;
    text-align:center;
    font-size:18px;
    background-color:#0c81f7;
    border-radius:23px;
    color:#fff;
    margin:0 auto;
}

.dwon_sj_btn:hover{
    background-color:#56a1ec;
    color:#fff;
}

.vip_renew{
    width:524px;
    height:430px;
    margin-left:-262px;
    margin-top:-215px;
    background-color:#fff;
    background-image:url(../images/login_2_header.png);
    background-repeat:no-repeat;
    background-position:center top;
    border-radius:5px;
    box-shadow:0 1px 3px #ddd;
    -webkit-box-shadow:0 1px 3px #ddd;
    -moz-box-shadow:0 1px 3px #ddd;
    position:fixed;
    left:50%;
    top:50%;
    z-index:999;
    -webkit-animation:login-win .4s forwards;
    animation:login-win .4s forwards;
    -moz-animation:login-win .4s forwards;
    display:none;
}

/*20190619 详情页下载弹出关注二维码 */
.code2lay{
    width:624px;
    height:386px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-312px;
    margin-top:-193px;
    background:url(/style/images/codelaybg.png) center center no-repeat;
    z-index:999;
    border-radius:3px;
    display:none
}

.code2lay .codeclose{
    width:22px;
    height:22px;
    float:right;
    background:url(/style/images/close.png) center center no-repeat;
    margin-right:15px;
    margin-top:15px;
}

.code2lay .codeclose:hover{
    background:url(/style/images/closehover.png) center center no-repeat;
}

.code2lay .logolay{
    float:left;
    width:100%;
    height:48px;
    background:url(/style/images/2logo.png) center center no-repeat;
    margin-bottom:35px;
}

.code2lay .main{
    float:left;
    margin-left:36px;
    width:552px;
}

.code2lay .main .lcode{
    width:314px;
    float:left;
}

.code2lay .main .lcode .docer_panel{
    float:left;
    width:100%;
    background:#f7f7f7;
    height:85px;
}

.code2lay .main .lcode .docer_panel .tip_status_wrapper{
    float:left;
    margin-left:42px;
    width:268px;
    margin-top:20px;
}

.code2lay .main .lcode .docer_panel .tip_status_wrapper .tip_status{
    float:left;
    height:24px;
}

.code2lay .main .lcode .docer_panel .tip_status_wrapper .tip_status .gou{
    float:left;
    width:23px;
    height:23px;
    background:url(/style/images/gou.png);
}

.code2lay .main .lcode .docer_panel .tip_status_wrapper .tip_status .text{
    float:left;
    height:24px;
    line-height:24px;
    color:#424149;
    font-size:22px;
    margin-left:5px;
}

.code2lay .main .lcode .docer_panel .tip_status_wrapper .btn{
    float:right;
    font-size:14px;
    line-height:24px;
    color:#0d81f6;
    margin-right:10px;
}

.code2lay .main .lcode .docer_panel .muban_name{
    float:left;
    margin-left:42px;
    height:14px;
    line-height:14px;
    margin-top:10px;
}

.code2lay .main .lcode .docer_panel .line{
    float:left;
    height:14px;
    border-left:4px solid #747476;
    margin-right:10px;
}

.code2lay .main .lcode .word1{
    float:left;
    width:100%;
    height:33px;
    background:url(/style/images/2codew1.png) center center no-repeat;
    margin-top:30px;
}

.code2lay .main .lcode .word2{
    float:left;
    width:100%;
    height:20px;
    color:#666;
    line-height:20px;
    font-size:20px;
    text-align:center;
    margin-top:20px;
}

.code2lay .main .rcode{
    float:left;
    width:208px;
    margin-left:27px;
}

.code2lay .main .rcode .codebg2{
    width:202px;
    height:190px;
    background:url(/style/images/codebg.png) center center no-repeat;
}

.code2lay .main .rcode .codebg2 .img{
    float:left;
    width:190px;
    height:180px;
    border-radius:5px;
    margin-left:6px;
    margin-top:4px;
    overflow:hidden;
}

.code2lay .main .rcode .codebg2 .img img{
    width:100%;
    height:100%;
}

.code2lay .main .rcode .sys{
    float:left;
    width:100%;
    height:20px;
    line-height:20px;
    font-size:16px;
    text-align:center;
    margin-top:10px;
}

.bigmargin{border-bottom:1px solid #ececec;display:block;padding-left:0px;width:100%;margin-bottom:20px;height:40px}
.bigmargin a{height:40px;line-height:30px;float:left;margin-right:65px;font-size:16px;}
.bigmargin a.active{border-bottom:2px solid #0d81f6;color:#0d81f6;font-weight:bold;}

/*new version lgoin */
.wqlogin{position:fixed;z-index: 999;width:420px;height:480px;border-radius: 7px;overflow:hidden;left:50%;top:50%;margin-left:-210px;margin-top:-220px;background:url(/style/images/wqloginleftbg.png) no-repeat;display:none}
.wqlogin .leftpic{float:left;height:480px;width:320px;}
.wqlogin .rightmain{float:right;width:420px;}
.wqlogin .logotitle{background:url(/style/images/wqlogo.png) 128px center no-repeat;width:100%;height:45px;float:left;margin-top:28px;}
.wqlogin .qrcodee{width:256px;height:256px;float:left;margin-left:72px;margin-top:0px;  position:relative;background:url(/style/images/pay_loading.gif) 43px 25px no-repeat;}
.wqlogin .qrcodee .weprewlogin{position:absolute;right:-13px;top:36px;background:url(/style/images/prewloginwe2.png);width:50px;height:20px;    z-index: 999; display:none;}
.wqlogin #wx_login_qrcode{position:absolute; left:-17px; top:10px; overflow:hidden; height:255px;}
.wqlogin #wx_login_qrcode iframe{}
.wqlogin .middleline{float:left;height:1px;border-bottom:1px solid #cccccc;width:272px;margin-left:68px;margin-top:26px;position:relative;}
.wqlogin .middleline span{width:118px;height:30px;top:-15px;background-color:#fff;position:absolute;left:77px;line-height:30px;text-align:center;font-size:12px;color:#a7a7a7;}
.wqlogin .other{float:left;display:block;text-align:center;margin-top:25px;width:98%;text-align:center;height:60px}
.wqlogin .other .qqlogin{position:relative;background:url(/style/images/qqlogin.png) top center no-repeat;width:40px;height:40px; display:inline-block; _zoom:1;_display:inline; *zoom:1;*display:inline;cursor:pointer;margin:0px 40px;}
.wqlogin .other .qqlogin .prewlogin{background:url(/style/images/prewloginqq2.png);position:absolute;width:50px;height:20px;left:43px;top:0px; display:none;}
.wqlogin .other .qqlogin:hover{background:url(/style/images/qqloginhov.png) top center no-repeat;}
.wqlogin .other .phlogin{position:relative;background:url(/style/images/phonelogin.png) top center no-repeat;width:40px;height:40px; display:inline-block; _zoom:1;_display:inline; *zoom:1;*display:inline;cursor:pointer;margin:0px 40px;}
.wqlogin .other .phlogin .prewlogin{background:url(/style/images/prewloginphone2.png);position:absolute;width:50px;height:20px;left:43px;top:0px; display:none;}
.wqlogin .other .phlogin:hover{background:url(/style/images/phoneloginhov.png) top center no-repeat;}
.wqlogin .other .tip{position:absolute;width:80px;left:-20px;top:45px;color:#a7a7a7;line-height:20px;height:20px;text-align:center;font-size:12px;}
.wqlogin .power{float:left;width:100%;text-align:center;color:#a7a7a7;margin-top: 14px; font-size:12px;}
.wqlogin .power a{color:#a7a7a7;}
.wqlogin .power a:hover{color:#0982f8;}
.wqlogin .other i{width:30px;height:30px; display:inline-block;font-style: normal;background:url(/style/images/qqsel.png) left 6px no-repeat; position:absolute;}





.nav li a:hover{color:#0d81f6;}


.phonelogin{position:fixed;z-index:999;width:430px;height:480px;border-radius:7px;overflow:hidden;background-color:#fff;left:50%;top:50%;margin-left:-215px;margin-top:-220px;display:none}
.phonelogin .logotitle{float:left;background:url(/style/images/wqlogo.png) center center no-repeat;width:100%;height:50px;float:left;margin-top:50px;}
.phonelogin .phoneno{float:left;height:50px;width:272px;*content:"aaaa";margin-left:77px;line-height:50px;border:1px solid #e0dfdf;font-size:14px;border-radius:7px;text-indent:16px;margin-top:25px;outline:none;}

.phonelogin .capt{float:left;height:52px;width:274px;margin-left:77px;margin-top:15px;padding:0px;}
.phonelogin .capt .captinput{float:left;width:128px;border:1px solid #e0dfdf;height:50px;line-height:50px;font-size:14px;border-radius:7px;text-indent:16px;padding:0px;*margin-left:-77px;}
.phonelogin .capt .getcaptbtn{float:left;border:1px solid #e0dfdf;width:128px;height:50px;text-align:center;cursor:pointer;line-height:50px;color:#000;float:left;border-radius:7px;margin-left:12px;}
.phonelogin .capt .getcaptbtn:hover{color:#0982f8;border-color:#0982f8;}
.phonelogin .capt .getcaptbtn.noclick{border-color:#e0dfdf;color:#000;}
.phonelogin .capt .getcaptbtn.noclick:hover{border-color:#e0dfdf;color:#000;}
.phonelogin .msg{float:left;height:25px;line-height:25px;color:#f00;width:100%;text-align:center;line-height:25px;font-size:14px;}
.phonelogin .sub{float:left;height:50px;width:272px;cursor:pointer;display:block;margin-left:77px;text-align:center;line-height:50px;border:1px solid #0982f8;font-size:18px;border-radius:7px;margin-top:0px;outline:none;background-color:#0982f8;color:#fff;letter-spacing:5px}
.phonelogin .middleline{float:left;height:1px;border-bottom:1px solid #cccccc;width:272px;margin-left:77px;margin-top:26px;position:relative;}
.phonelogin .middleline span{width:118px;height:30px;top:-15px;background-color:#fff;position:absolute;left:77px;line-height:30px;text-align:center;}
.phonelogin .other{float:left;display:block;text-align:center;margin-top:25px;width:100%;text-align:center;}
.phonelogin .other .qqlogin{position:relative;background:url(/style/images/qqlogin.png) top center no-repeat;width:40px;height:40px; display:inline-block; _zoom:1;_display:inline; *zoom:1;*display:inline;cursor:pointer;margin:0px 40px;}
.phonelogin .other .qqlogin .prewlogin{background:url(/style/images/prewloginqq2.png);position:absolute;width:50px;height:20px;left:43px;top:0px;}
.phonelogin .other .qqlogin:hover{background:url(/style/images/qqloginhov.png) top center no-repeat;}
.phonelogin .other .welogin{position:relative;background:url(/style/images/welogin.png) top center no-repeat;width:40px;height:40px; display:inline-block; _zoom:1;_display:inline; *zoom:1;*display:inline;cursor:pointer;margin:0px 40px;}
.phonelogin .other .welogin .prewlogin{background:url(/style/images/prewloginwe2.png);position:absolute;width:50px;height:20px;left:43px;top:0px; display:none;}
.phonelogin .other .welogin:hover{background:url(/style/images/weloginhov.png) top center no-repeat;}
.phonelogin .other .tip{position:absolute;width:80px;left:-20px;top:50px;color:#a7a7a7;line-height:12px;height:20px;text-align:center;font-size:12px}
.phonelogin .power{float:left;width:100%;text-align:center;color:#a7a7a7;margin-top:32px; font-size:12px;}
.phonelogin .power a{color:#0982f8;}


.down_yzm{
    width:524px;
    height:430px;
    margin-left:-262px;
    margin-top:-215px;
    background-color:#fff;
    background-image:url(../images/login_2_header.png);
    background-repeat:no-repeat;
    background-position:center top;
    border-radius:5px;
    box-shadow:0 1px 3px #ddd;
    -webkit-box-shadow:0 1px 3px #ddd;
    -moz-box-shadow:0 1px 3px #ddd;
    position:fixed;
    left:50%;
    top:50%;
    z-index:999;
    -webkit-animation:login-win .4s forwards;
    animation:login-win .4s forwards;
    -moz-animation:login-win .4s forwards;
}

.down_yzm .down_yzm_img{left: 150px;top:130px; position:absolute; width:300px;}
.down_yzm .down_yzm_img img{ border:1px solid #f1f1f1; width:240px;height:75px;}
.down_yzm .down_yzm_tip{top: 255px;position:absolute;left: 146px; width:250px; text-align:center; font-weight:bold;}
.down_yzm .down_yzm_reflash{top: 220px;position:absolute;left: 146px; width:250px; text-align:center;}
.down_yzm .down_yzm_input{top: 294px;position:absolute;left: 168px;}

.down_yzm .yzm_down_btn{ display:block; width:136px; height:46px; line-height:46px; text-align:center; font-size:18px; background-color:#0c81f7; border-radius:23px;    color:#fff;    margin:0 auto;}
.down_yzm .down_btn_wrap{left: 206px;bottom: 35px;position:absolute;}
.down_yzm .yzm_down_btn:hover{
    background-color:#56a1ec;
    color:#fff;
}
.autocad li{width:288px;float:left;  margin: 0 16px 16px 0; height:348px;}
.autocad .picBox {
    width: 288px;
    float: left;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.1);
    box-shadow: 0 3px 9px rgba(0,0,0,.1);

    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

@media screen and (min-width: 1601px){
    .autocad li{width:288px;float:left;margin: 0 24px 16px 0;}
    .autocad .picBox {
        width: 288px;
        float: left;
        -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.1);
        box-shadow: 0 3px 9px rgba(0,0,0,.1);

        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }


}
.autocad .picBox:hover {
    box-shadow: 0 26px 40px -24px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 26px 40px -24px rgba(0,0,0,.3);
    -moz-box-shadow: 0 26px 40px -24px rgba(0,0,0,.3);
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px)
}

.autocad .picBox.last-line {
    margin-bottom: 0
}

.autocad .picBox.last-item {
    margin-right: 0
}

.autocad .picBox img {
    display: inline-block;
    width: 288px;
    vertical-align: middle;
}

.autocad .picBox a {
    display: block;
    width: 288px;
    overflow: hidden;
}

.autocad .picBox .picBox-a {
    height: 288px;
    line-height: 288px;
    font-size: 0;
    display: table;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/bx_loader.gif)
}

.autocad .picBox .pic-item-title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #fff
}


.autocad .picBox .pic-item-title .title-content {
    width: 260px;
    text-align: center;
    height: 60px;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.autocad .picBox .pic-item-action {
    width: 100%;
    height: 60px;
    background: #fff;
    bottom: 0;
    left: 0;
    z-index: 30
}

.autocad .picBox:hover .pic-item-action {
    display: block
}
.autocad .pa {
    position: absolute;
}
.autocad .picBox .pic-item-action-button {
    width: 260px;
    height: 40px;
    margin: 0 auto;
    margin-top: 10px;
    z-index: 9
}

.autocad .picBox .pic-item-action-button-fav {
    width: 40px;
    height: 40px;
    background-color: #d8d8d8
}

.autocad .picBox .pic-item-action-button-fav .star {
    margin-top: 13px;margin-left:10px;
    background-image: url(../images/down_num.png);
    background-position: -50px 0;
    width: 19px;
    height: 17px;display:block

}

.autocad .picBox .pic-item-action-button-fav.active .star {
    background-position: -150px 0;
}

.autocad .color-fff{color:#fff;}
.autocad .color-fff:hover{color:#fff;}
.autocad .picBox .pic-item-action-button-fav.on,.autocad .picBox .pic-item-action-button-fav:hover {
    background-color: #d8d8d8
}

.autocad .picBox .pic-item-action-button-download {
    width: 210px;
    height: 40px;
    line-height: 40px;text-align:center;
    background: #0d81f6
}

.autocad .picBox .img-per-mask {
    display: none;
    position: absolute;
    width: 280px;
    top: 0;
    left: 0;
    height: 152px;
    text-align: center;
    margin-top: 46px;
    cursor: pointer
}

.autocad .picBox .picTitle {
    width: 100%;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    text-align: center
}

.autocad .picBox .picTitle a {
    display: inline-block;
    overflow: hidden;
    width: 225px;
    height: 44px;
    color: #252525;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    line-height: 44px
}

.vipheadbgul{float: left;
    margin-left: 20px;
    width: 437px;
    padding: 0px 10px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 10px;}

.collect-btn .active{background: #0d81f6}