/*����*/
/*底部版权*/
.copyright{
    padding: 15px; 
    text-align: center; 
    font-size: 14px;
}
body{
    color: #333333;
    background: #ffffff;
}
.w-auto-Center{
    margin: 0 auto;
}
.orange {
    color: #FF5B29;
    font-weight: bold;
}
.gray{
    color: #888888!important;
    font-weight: bold;
}
.bold{
    font-weight: bold;
}
.left{
    float: left;
}
.right{
    float: right;
}
.margin-r{
  margin-right: 60px;
 }
img{
    width: 100%;
    vertical-align: middle;
}
.w1000{
    width: 1000px;
}
.btn{
    cursor: pointer;
}
.inner-btn-box .this-btn:hover,
.ourkc-btn-box .ourkc-btn:hover,
.download .download_box li .btn:hover,
.system_box .btn:hover,
.train .btn:hover,
.promise .btn:hover,
.course .btn:hover,
.prefecture .hot .hot_box .hot_main .det:hover
{
    background: #e64a20;
    transition: 0.3s all;

}
.score .btn:hover,.visit .form .form-btn:hover{
    background: #F0E003;
    transition: 0.3s all;
}
/*ͷ��*/
.self-top {
    width: 100%;
    height: 45px;
    background: url(../images/topnav-bg.jpg) no-repeat center;
}
.self-top .self-nav {
    color: #62493d;
    font-size: 16px;
}
.self-top .self-nav ul {
    margin: 0px 0px 0px 166px;
}
.self-top .self-nav li {
    width: 110px;
    height: 46px;
    float: left;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
    margin-left: 10px;
    box-sizing: border-box;
}
.self-top .self-nav li:hover {
    background-color: #FF5B29;
    color: #FFF;
}
/*banner*/
.slide{
    width: 100%;
    height: 598px;
    overflow:hidden;
    position: relative;
}
.slide .slide-box{
    z-index: -99;
 }
.slide .slide-box .slide-li{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    opacity: 0;
    cursor: pointer;
    display: block;
}
.slide .slide-box .slide-li.act{
    opacity: 1;
}
.slide .slide-box .slide-li .box-img{
    width: 100%;
}
.slide .slide-box .slide-li .slide-li-img{
    width: 100%;
    height: 598px;
}
.slide  .slide-page{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 75px;
    text-align: center;
    z-index: 0;
}
.slide  .slide-page .slide-page-btn{
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background:#333;
    opacity: 0.1;
    display: inline-block;
    margin:0 3px;
    cursor: pointer;
}
.slide  .slide-page .slide-page-btn.act{
    opacity: 1;
}

.slide  .slide-p-n .slide-p,
.slide  .slide-p-n .slide-n{
    position: absolute;
    z-index: 2;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    line-height: 40px;
    width: 30px;
    background: #ccc;
    opacity: 0.8;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 40px;
    vertical-align: middle;
}
.slide  .slide-p-n .slide-p:hover,
.slide  .slide-p-n .slide-n:hover{
    opacity: 1;
}
.slide  .slide-p-n .slide-p{
    left: 0
}
.slide  .slide-p-n .slide-n{
    right: 0
}
/*����*/
/*����֪ͨ*/
.ourkc-h1 {
    font-size: 54px;
    padding-bottom: 18px;
}
.ourkc-h2 {
    font-size:74px;
    padding-bottom: 18px;
}
.ourkc-p {
    font-size: 28px;
    line-height: 1.4;
    margin-top: 10px;
}
.ourkc-h1, .ourkc-h2, .ourkc-p {
    text-align: center;
    color: #333;
    line-height: 1;
}

.ourkc-main {
    padding: 88px 0;
    color: #333;
    position: relative;
}
.ourkc-main1-dl{
    margin-top: 48px;
    margin-right: -23px;
    margin-bottom: 28px;
}
.ourkc-main1-dl .ourkc-main1-dd{
    width: 315px;
    text-align: center;
    box-shadow: 0 10px 10px rgba(0,0,0,0.18);
    float: left;
    margin-right: 26px;
    margin-bottom: 22px;
    cursor: pointer;
}
.ourkc-main1-dl .ourkc-main1-dd .this-img img{
    width: 100%;
}
.ourkc-main1-dl .ourkc-main1-dd .this-h1{
    font-size: 40px;
    color: #FF5B29;
    line-height: 1;
    padding-top: 25px;
    font-weight: bold;
}
.ourkc-main1-dl .ourkc-main1-dd .this-h2{
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    padding: 8px 0
}
.ourkc-main1-dl .ourkc-main1-dd.ourkc-main1-dd1 .this-h2,
.ourkc-main1-dl .ourkc-main1-dd.ourkc-main1-dd2 .this-h2,
.ourkc-main1-dl .ourkc-main1-dd.ourkc-main1-dd3 .this-h2{
    height: 35px
}
.ourkc-main1-dl .ourkc-main1-dd.ourkc-main1-dd4 .this-h2,
.ourkc-main1-dl .ourkc-main1-dd.ourkc-main1-dd5 .this-h2,
.ourkc-main1-dl .ourkc-main1-dd.ourkc-main1-dd6 .this-h2{
    height: 70px
}
.ourkc-main1-dl .ourkc-main1-dd .inner-btn-box{
    margin-bottom: 30px;
}
.inner-btn-box .this-btn {
    height: 52px;
    width: 243px;
    border: 1px solid #FF5B29;
    background: #FF5B29;
    color: #fff;
    line-height: 52px;
    font-size: 20px;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
}
.ourkc-btn-box {
    width: 100%;
    text-align: center;
}
.ourkc-btn-box .ourkc-btn {
    width: 310px;
    height: 70px;
    border: 1px solid #FF5B29;
    background: #FF5B29;
    color: #fff;
    line-height: 70px;
    font-size: 20px;
    display: inline-block;
    border-radius: 5px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
}
/*2017 ���ְ�ƿ�����Ϣ����ר�����£�*/
.message{
    padding-top: 80px;
    padding-bottom: 50px;
    background: #F0F3F7;
}
.prefecture,.plan{
    margin: 0 auto;
}
.prefecture .prefecture_h2{
    font-size: 44px;
    text-align: center;
}
.prefecture .prefecture_h1{
    font-size: 60px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
}
.prefecture .hot .hot_box{
    width: 470px;
}
.prefecture .hot .hot_box .hot_tit{
     width: 470px;
    height: 36px;
    line-height: 36px;
     font-size: 16px;
     font-weight: bold;
     border-bottom: 1px dashed #D3D3D3;
}
.prefecture .hot .hot_box .hot_main{
    width: 470px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    border-bottom: 1px dashed #D3D3D3;
}
.prefecture .hot .hot_box .hot_tit .hot_h3{
    display: inline-block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 45px;
    color: #ffffff;
    background: #FF5B29;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-right: 15px;
}
.prefecture .hot .hot_box .hot_main .date{
    display: inline-block;
    width: 380px;
}
.prefecture .hot .hot_box .hot_main .det{
    display: inline-block;
    width: 90px;
    height: 28px;
    line-height: 28px;
    background: #FF5B29;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;

}
/*�����������Լ�ѧϰ����*/
.plan{
    margin: 60px auto 0 auto;
}
.plan .plan_head{
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.plan .plan_main li{
    float: left;
    width: 313.33px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 30px;
    cursor: pointer;
}
.plan .plan_main li.zero_basis{
    background: #EB624B;
}
.plan .plan_main li.job{
    background: #EB4B65;
    margin-left: 30px;
}
.plan .plan_main li.old{
     background: #EB4BE9;
     margin-left: 30px;
 }
.plan .plan_main li.mom{
    background: #4B87EB;
}
.plan .plan_main li.fast{
    background: #EBA54B;
    margin-left: 30px;
}
.plan .plan_main li.at_school{
    background: #7A5BFF;
    margin-left: 30px;
}
/*��������*/
.download{
    margin: 0 auto;
}
.download .download_head{
    border-bottom: 2px solid #FF5B29;
    margin-bottom: 35px;
}
.download .download_head span{
    background: #FF5B29;
    color: #ffffff;
    display: inline-block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}

.download .download_box li{
    float: left;
    width: 320px;
    background: #ffffff;
    box-shadow: 0 0.5em 0.5em 0 #000;
    -webkit-box-shadow: 0 0.5em 0.5em  rgba(0,0,0,0.18);
    -moz-box-shadow: 0 0.5em 0.5em  rgba(0,0,0,0.18);
    text-align: center;
    padding-top: 45px;
    padding-bottom: 50px;
    margin-bottom: 30px;
}
.download .download_box li .ti_ku{
    font-size: 24px;
}
.download .download_box li .mean{
    width: 200px;
    height: 75px;
    margin: 10px auto 25px auto;
}
.download .download_box li .mean div{
    width: 100px;
    float: left;
}
.download .download_box li .mean .new{
    margin-top: 30px;
}
.download .download_box li.margin-l{
    margin-left: 20px;
}
.download .download_box li .btn{
    width: 240px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #ffffff;
    background: #FF5B29;
    margin: 0 auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
}
/*2017�����ɼ�����*/
.score{
    height: 899px;
    background: url("../images/gaofen.jpg") no-repeat center 100%;
}
.score .score_h1,.train .train_h1{
    font-size: 60px;
    text-align: center;
    color: #ffffff;
    padding-top: 65px;
}
.score .score_h1 span,.train .train_h1 span{
 font-weight: bold;
}
.score .score_tit,.train .train_box .train_tit{
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
}
.t-head{
    margin: 60px auto 0 auto;
    width: 640px;
    height: 42.5px;
    background:#FF5B29;
    color: #ffffff;
}
.t-head span{
    float: left;
    width: 213.33px;
    display: inline-block;
    height: 42.5px;
    line-height: 42.5px;
    text-align: center;
}
.score-table{
    margin: 0 auto;
    width: 640px;
    height: 340px;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-y: scroll;
    -ms-overflow-x: hidden;
    background:#ffffff;
}
.score-table>div{
    width: 640px;
    height: 42.5px;
    text-align: center;
}
.score-table>div>span{
    float: left;
    width: 213.33px;
    height: 42.5px;
    line-height: 42.5px;
    display: inline-block;
}
.score .btn{
    font-size: 20px;
    width: 312px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    margin: 60px auto 0 auto;
    background: #FFF100;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
}
/*ʮ����н����ϵͳ*/
.system{
    padding-top: 70px;
    padding-bottom: 70px;
    background: #FFF8E1;
}
.system_box{
    margin: 0 auto;
}
.system_box .system_h1{
    font-size: 60px;
    font-weight: bold;
    text-align: center;

}
.system_box .system_mian{
    margin-bottom: 60px;
    margin-top: 42px;
}
.system_box .system_mian li{
    float: left;
    width: 318px;
    height: 196px;
    position: relative;
}
.system_box .system_mian li .system_mian_h{
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    margin:auto;
}
.system_box .system_mian li .system_mian_h.position{
    top: 45px;
    left: 0;
    right: 0;
    margin:auto;
}
.system_box .system_mian li .system_mian_h img{
    width: 5%;
}
.system_box .system_mian li .system_mian_f{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}
.system_box .system_mian li.margin_l {
    margin-left: 23px;
}
.system_box .person li{
    width: 192px;
    height: 192px;
    float: left;
}
.system_box .person li.margin-l,
.system_box .student li.margin-l,
.system_box .grade li.margin-l{
    margin-left: 77.33px;
}
.system_box .line{
    margin: 15px auto 10px auto;
}

.system_box .student li,.system_box .grade li{
    width: 192px;
    float: left;
    text-align: center;
    font-size: 20px;
}
.system_box .grade{
    margin-top: 5px;
    margin-bottom: 50px;
}
.system_box .grade .salary{
    font-size: 32px;
    color: #FF5B29;
    font-weight: bold;
}
.system_box .btn{
    width: 270px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    background: #F3530D;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;

}
/*15��רע�����ѵ ��������ÿڱ�*/
.train{
    background:url("../images/koubie.jpg") no-repeat center 100%;
    height: 1524px;
}
.train .train_box{
    margin: 0 auto;
}
.train .train_box .chat li{
    float: left;
    width: 282px;
}
.chat1{
    margin-left: 37px;
    margin-top: 50px;
}
.chat4{
    margin-left: 198px;
    margin-top: 50px;
}
.chat2,.chat3,.chat5{
    margin-top: 50px;
    margin-left: 40px;
}
.train .btn{
    width: 310px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin: 70px auto 0 auto;
    background: #FF5B29;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
}
/*��Ϊ�������Ľ�ѧ �ۼ�������ʮ���ƾ�Ӣ �������Ǹ��ڳ�ŵ*/
.promise{
    margin: 0 auto;
    padding: 70px 0;
}
.promise .promise_h1{
    font-size: 60px;
    text-align: center;
}
.promise .school{
    margin-top: 60px;
}
.promise .school .vs{
    width: 200px;
    height: 160px;
    line-height: 160px;
    font-size: 100px;
    font-weight: bold;
    text-align: center;
}
.promise .school .hq,.promise .school .other{
    width: 400px;
    height: 160px;
}
.promise .school_box .school_main{
     width: 400px;
 }
.promise .school_box .school_main.margin-l{
    margin-left: 200px;
}
.promise .school_box .school_main .school_h1{
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 8px;
    text-indent: 20px;
}
.school_tit1,.school_tit2,
.school_tit3,.school_tit4{
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    background: #F4F4F4;
    border-radius: 18px;
    -webkit-border-radius:18px;
    -moz-border-radius:18px;
    margin-bottom: 10px;
    text-indent: 20px;
}
.school_tit1{
    width: 360px;
}
.school_tit2{
    width: 370px;
}
.school_tit3{
    width: 380px;
}
.school_tit4{
    width: 400px;
}
.promise .btn{
    width: 310px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin: 40px auto 0 auto;
    background: #FF5B29;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
}
/*�γ̺ò��ã� ���������֪����*/
.course{
    background: url("../images/tiyan.jpg") no-repeat center 100%;
    height: 616px;
}
.course .course_box{
    margin: 0 auto;
}
.course .course_box .course_main{
    width: 500px;
    margin-left: 550px;
    padding-top: 125px;

}
.course .course_box .course_h1{
    font-size: 60px;
}
.course .course_box .course_tit1{
    font-size: 30px;
    width: 330px;
    padding: 2px 0;
    border-top: 1px solid #7C758C;
    border-bottom: 1px solid #7C758C;
    color: #3B3153;
    margin-top: 25px;
    margin-bottom: 5px;
}
.course .course_box .course_tit2{
    font-size: 24px;
}
.course .course_box .course_tit2 span{
    font-size: 35px;
}
.course .btn{
    width: 310px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin-top: 35px;
    background: #FF5B29;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
}
/*���ڽ��ң�����ʦ����棬��������ʵ���飡*/
.visit{
    background: #F85415;
    padding: 70px 0 80px 0;
}
.visit .visit_box{
    margin: 0 auto;
}
.visit .inline{
    width: 460px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    background: #C23600;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
}
.inline-l{
    height: 70px;
    line-height: 70px;
    font-size: 32px;
    width: 250px;
    text-align: center;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    color: #ffffff;
    cursor: pointer;
}
.inline-r{
    height: 70px;
    line-height: 70px;
    font-size: 32px;
    width:210px;
    text-align: center;
    border-radius: 35px;
    -webkit-border-radius:35px;
    -moz-border-radius: 35px;
    color: #ffffff;
    cursor: pointer;
}
.act{
    color: #333333;
    background: #FFF100;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -o-transition: background .3s ease;
}

.visit .visit-t{
    text-align: center;
    color: #ffffff;
    font-size: 1.4em;
    margin: 10px 0;
}
.visit .form{
    width: 460px;
    margin: 0 auto;
}
.visit .form input{
    display: inline-block;
    width: 460px;
    height: 70px;
    line-height:70px;
    margin-bottom: 10px;
    font-size: 24px;
    padding: 10px 35px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    outline: none;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px center;
    color: #999999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999999;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999999;
}

input:-ms-input-placeholder{
    color: #999999;
}

input::-webkit-input-placeholder{
    color: #999999;
}
.visit .form .name{
    background-image: url("../images/person.png");
}

.visit .form .phone{
    background-image: url("../images/phone.png");
}
.visit .form .form-btn{
    height: 70px;
    line-height: 70px;
    background: #FFF100;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor: pointer;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
}
.visit .inline-l-fa{
    display:block;
}
.visit .inline-l-st{
    display: none;
}
/*�������Ʒ��ʵ��*/
.four{
    background: #F5F5F5;
    padding: 70px 0;
}
.four .brand{
    width: 1000px;
    margin: 0 auto;
}
.four .brand .title .title-h1{
    font-size: 60px;
    text-align: center;
}
.four .brand .title .title-h2{
    font-size: 20px;
    text-align: center;
}
.cont {
    margin-top: 45px;
}
.four.cont dl:nth-child(odd) {
    float: left;
}
.four .cont dl {
    width: 250px;
    text-align: center;
    margin-bottom: 10px;
    float: left;
}
.four .cont dl dt {
    width: 140px;
    height: 140px;
    -webkit-border-radius: 50%;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-box-sizing: border-box;
    border: 1px solid #333;
    margin: 0 auto;
    margin-bottom: 0.5em;
}
.four .cont dl dt i {
    font-size: 30px;
    line-height: 1.2;
    font-style: normal;
    font-weight:500;
}
.v-mid {
    display: inline-block;
    vertical-align: middle;
}
.v-mid-a {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.four .cont dl dd {
    font-size: 20px;
}
/*��ҵ����һ��*/
.hyjx_box{
    padding: 60px 0;
}
.hyjx_box .hyjx_main{
    margin: 0 auto;
}
 .hyjx_box .course-title{
     font-size: 60px;
     margin-bottom: 60px;
     text-align: center;
}
.hyjx_box .cont .t-h{
    width: 300px;
    margin-bottom: 42px;
}

.hyjx_box .cont .t-h .t-p1{
    margin-bottom: 22px;
    text-align: center;
}
.hyjx_box .cont .t-h .t-p1 img{
    width: 280px;
    height: 189px;

}
.hyjx_box .cont .t-h .t-p2{
    text-align: center;
    font-size: 16px;
    line-height: 26px;
}
.cont .t-h.margin-l{
    margin-left: 50px;
}
/*��������������Դ��ᱣ�ϲ� ����2018���ȫ�����רҵ���� �����ʸ����й������֪ͨ*/
/*ʮ����������� ����ħ��һնCPA*/
.notice img,.cpa img{
    width: auto;
}
/*���ﵯ��*/
.big-mask{
    display: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.big-mask.active{
    display: block;
    opacity: 1;
}
.big-mask .mask-bg{
    width: 10000px;
    height:10000px;
    background: #000;
    opacity: 0.6;
    filter:alpha(opacity=60);
    background: url(http://sandbox.runjs.cn/uploads/rs/390/vvqzmrls/gary_bg.png) center center repeat\9 !important;
    position: fixed;
    top: 0;
    z-index: 9998;
    /* display: none; */
    overflow: hidden;

}
.big-mask .mask-img{
    z-index: 9999;
    position: fixed;
    width: 600px;
    height: 400px;
    margin-left: -300px;
    margin-top: -200px;
    left: 50%;
    top: 50%;
}
.big-mask .mask-img img{
    cursor: pointer;
}
.big-mask  .mask-close{
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 34px;
    right: 32px;
}
/*�Ҳ����*/

.hqjy-nav-new{
    width: 141px;
    position: fixed;
    right: 0;
    top: 21%;
    z-index: 9999;
    background-color: #ff7e00;
}
.hqjy-nav-new a{
    outline: none;
}
.hqjy-nav-new .this-slide-up{
    width: 140px;
    text-align: center;
    font-size: 13px;
    color: #ccce01;
    height: 24px;
    line-height: 24px;
    /* box-shadow: 0 0 5px #ccc; */
    cursor: pointer;
    background-color: #ececec;
}
.hqjy-nav-new .this-slide-up:hover{
    transition:.3s;
    -moz-transition:.3s; /* Firefox 4 */
    -webkit-transition:.3s;
    -o-transition:.3s; /* Opera */
    background-color: #cbd000;
    color: #426c0a
}
.hqjy-nav-new dd{
    position: relative;
    padding:10px;
    border-bottom: 1px  solid #ff962f;
    background-color: #ff7e00;
}
.hqjy-nav-new dd.this-kf{
    background-color: #ececec;
}
.hqjy-nav-new dd.this-kf .this-right-p{
    color: #fff;
    font-size: 18px
}
.hqjy-nav-new dd.this-kf:hover{
    transition:.3s;
    -moz-transition:.3s; /* Firefox 4 */
    -webkit-transition:.3s;
    -o-transition:.3s; /* Opera */
    background-color:#ccc
}
.hqjy-nav-new dd:hover{
    transition:.3s;
    -moz-transition:.3s; /* Firefox 4 */
    -webkit-transition:.3s;
    -o-transition:.3s; /* Opera */
    background-color:#ff9126
}
.hqjy-nav-new dd .this-icon img{
    width: 40px;
    height: auto;
}
.hqjy-nav-new dd .this-icon{
    float: left;
}
.hqjy-nav-new dd  .this-right-p{
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    margin-left: 6px;
    color: #fff;}
.hqjy-nav-new dd.this-no-padding{
    padding: 0
}
.hqjy-nav-new .this-mob{
    text-align: center
}
.hqjy-nav-new .this-mob .this-mob-p{
    font-size: 20px;
    color: #fff;
    height: 30px;
    line-height: 30px
}
.hqjy-nav-new .this-mob .this-mob-input input{
    width: 117px;
    outline: none;
    height: 27px;
    line-height: 27px;
    padding-left: 5px;
    font-size: 12px;
    border: none;
    border-radius: 5px;
    color: #ff7e00;
    text-align: center;
}
.hqjy-nav-new .this-mob  .this-mob-btn{
    text-align: center;
    font-size: 14px;
    width: 123px;
    /* background-color: #fff177; */
    /* color: #333; */
    height: 25px;
    line-height: 25px;
    margin-top: 5px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #ffd9b4;
    color: #643100;
}
.hqjy-nav-new .this-mob  .this-mob-btn:hover{
    background-color:#fff;
    transition:.3s;
    -moz-transition:.3s; /* Firefox 4 */
    -webkit-transition:.3s;
    -o-transition:.3s; /* Opera */
}
.hqjy-nav-new  .this-no-padding img{
    width: 141px;
    height: auto
}
.hqjy-nav-new .this-up-top{
    text-align: center;
    /* padding:5px 0; */
    color: #fff;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    background-color: #333;
}
.hqjy-nav-new .this-up-top:hover{
    transition:.3s;
    -moz-transition:.3s; /* Firefox 4 */
    -webkit-transition:.3s;
    -o-transition:.3s; /* Opera */
    background-color:#000
}
.hqjy-nav-new .this-up-top span{
    font-size: 18px;
    margin-top: 5px
}
.hqjy-nav-new  .this-xxk-btn{
    width: 120px;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    height: 24px;
    line-height: 24px;
    color: #643100;
    background-color: #ffab58;
    margin-top: 5px;
}
.hqjy-nav-new  .this-xxk-btn:hover{
    transition:.3s;
    -moz-transition:.3s; /* Firefox 4 */
    -webkit-transition:.3s;
    -o-transition:.3s; /* Opera */
    background-color:#fff
}
.hqjy-nav-new dd{
    border-bottom: 1px solid #09b55e;
    background-color: #00cc65;
}
.hqjy-nav-new dd:hover{
    background-color: #00cc65;
}
/*�ײ���Ȩ*/
.main_item22{
    padding: 50px 0 100px 0px;
    width: 100%;
    background: #F5F5F5;
}
.w-auto-Center{
    margin: 0 auto;
}
.w1000{
    width: 1000px;
}
.main_item22 .item{
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #666;
}