body,html{
    font-family: "Microsoft YaHei", sans-serif;
    overflow-x:hidden; 
}
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

.inner {
    width: 1000px;
    margin: 0px auto;
}
.head {
    background-color: #fff;
    height: 90px;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 500999;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
    padding-right: 3%;
}

.top {
    position: relative;
}

.top a:link, .top a:visited {
    color: #222;
}
.subnav a{
    color: #fff!important;
}
.top a:active, .top a:hover {
    color: #83c7ff;
    background: none;
}

.logo {
    float: left;
    display: block;
}

.logo img {
    width: 100%;
    display: block;
}

.logo img.logo_h{
    display: none;
}

.navbox {
    float: right;
    display: block;
    width: 780px;
    height: 90px;
    position: relative;
}

.nav li {
    float: left;
    display: block;
    width: 98px;
    display: inline-block;
    text-align: center;
    position: relative;
    line-height: 90px;
}
.nav>li>a{
    padding: 0;
}
.nav li.line1 {
    width: 68px;
}

.nav li.hov a {
    background: url(../images/ga_nav_bg.png) center no-repeat;
}

.nav a {
    font-size: 16px;
}

.mtop {
    height: 90px;
}

.subbox {
    position: absolute;
    left: 0px;
    top: 90px;
    /*width: 100%;*/
    background: url(../images/ga_mc1.png) repeat;
    height: 350px;
    padding: 0px 0px 0px 68px;
    display: none;
}

.subboxAct .subnav {
    display: block;
}

.subnav {
    line-height: 1.8;
    float: left;
    display: inline-block;
    border-left: 1px solid #0d3178;
    height: 350px;
    padding: 30px 0px;
    width: 98px;
    position: relative;
    z-index: 1;
    display: none;
}

.subnav a {
/*    margin: 0px 0px 0px 5px;*/
    padding: 5px 0px;
    display: block;
    position: relative;
    font-size: 15px;
    text-align: center;
}
.subnav a:hover{
    color: #638ddf!important;
}

.nav li.line3,.subnav3{
    width: 120px!important;
}


.subnav:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.csstransitions .subnav:before {
    background: #6ba8e7;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.csstransitions .subnavAct.subnav:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.no-csstransitions .subnavAct {
    background: #6ba8e7;
}


.mobileBox {
    background-color: #f6f6f6;
    padding: 25px 0px;
    width: 100%;
    position: relative;
    z-index: 100;
    display: none;
}

.menu-handler {
    width: 52px;
    height: 52px;
    cursor: pointer;
    display: none;
    float: right;
    position: relative;
}

.menu-handler .burger {
    width: 30px;
    height: 4px;
    background: #fff;
    display: block;
    position: absolute;
    z-index: 5;
    top: 14px;
    left: 50%;
    margin: 0 0 0 -15px;
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
}

.menu-handler .burger-2 {
    top: 24px;
}

.menu-handler .burger-3 {
    top: 34px;
}

.csstransforms .menu-handler.active .burger-1 {
    top: 24px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.csstransforms .menu-handler.active .burger-2 {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
}

.csstransforms .menu-handler.active .burger-3 {
    top: 24px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.csstransitions .trans, .csstransitions .trans:hover {
    -webkit-transition: all 277ms ease-in-out;
    -moz-transition: all 277ms ease-in-out;
    -o-transition: all 277ms ease-in-out;
    transition: all 277ms ease-in-out;
    -ms-transition: all 277ms ease-in-out;
}

.csstransitions .trans-fast, .csstransitions .trans-fast:hover {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
}

.no-csstransitions .menu-handler.active .burger-1, .no-csstransitions .menu-handler.active .burger-2, .no-csstransitions .menu-handler.active .burger-3 {
    display: none;
}

.no-csstransitions .menu-handler.active {
    background: url(../images/mob_close.png) no-repeat scroll center center;
}
.navMobile dd {
    display: block;
    width: 100%;
}

.navMobile dd p a {
    text-transform: uppercase;
    font-size: 16px;
}

.navMobile dd a {
    display: block;
    padding: 14px 0px 14px 5%;
    line-height: 1.4;
    font-size: 14px;
    color: #434343;
}

.navMobile dd a:hover, .navMobile dd a.cur {
    background-color: #3c669c;
    color: #fff;
}

.navMobile dd a:active {
    background-color: #5899dd;
    color: #fff;
}

.navMobile dd .msubnav {
    background-color: #fff;
    display: none;
}

.navMobile dd .msubnav a {
    color: #7e7e7e;
}

.navMobile dd .msubnav a:hover {
    background-color: #e6e6e6;
}

.top_r{
    position: absolute;
    right: 30px;
    top: 0;
}
.ce_switch,.share{
    float: left;
}
.share{
    padding-top: 35px;
    margin-left: 10px;
}
.ce_switch a,.ce_switch span{
    font-size: 14px;
    color: #8d8d8d;
    line-height: 90px;
    text-transform: uppercase;
}
.ce_switch a.on_cn{
    color: #0b3380;
}
.share a{
    width: 25px!important;
    height: 25px!important;
    margin: 0 5px!important;
}
.bds_tsina{
    background: url(../images/ga_m1.png) no-repeat!important;
}
.popup_sqq{
    background: url(../images/ga_m2.png) no-repeat!important;
}
.bds_weixin{
    background: url(../images/ga_m3.png) no-repeat!important;
}
/*nav end*/
.index_banner .item a,.index_banner .item a img{
    width: 100%;
    display: block;
}
.index_banner .owl-pagination{
    display: none;
}
.index_banner .owl-theme .owl-controls .owl-buttons div{
    position: absolute;
    width: 44px;
    height: 62px;
    top: 50%;
    margin-top: -31px!important;
    border-radius: 0;
    margin: 0;
    opacity: 1;
}
.index_banner .owl-theme .owl-controls .owl-buttons .owl-next{
    background: url(../images/ga_right1.png) no-repeat;
    right: 0;
}

.index_banner .owl-theme .owl-controls .owl-buttons .owl-prev{
    background: url(../images/ga_left1.png) no-repeat;
    left: 0;
}
.index_banner .item a.ban_img1{
    display: none;
}
.index_banner .owl-theme .owl-controls{
    margin-top: 0;
}
/*banner end*/
.foter_k{
    width: 100%;
    background: #39424b;
    text-align: center;
}
.foter_k>div{
    width: 11.11%;
    background: url(../images/ga_line1.png) repeat-y right;
    float: left;
}
.fot_logo{
    width: 80%;
    margin: 0 auto;
    padding-top: 45px;
}
.fot_logo,.fot_logo img{
    display: block;
    max-width: 100%;
}
.fot_d1>img{
    width: 80%;
    display: block;
    margin: 15px auto 0;
}
.fot_d2 h3 a{
    display: block; 
    font-size: 16px;
    color: #ffffff;
    line-height: 52px;
    padding-top: 30px;
    position: relative;
    left: 0;
}
.fot_d2>a{
    display: block;
    font-size: 14px;
    color: #a7a7a7;
    line-height: 30px;
    position: relative;
    left: 0;
}

.fot_d2:hover{
    background: #53606d;
}
.fot_d2,.fot_d1{
    padding-bottom: 20px;
}

.foter_h{
    width: 100%;
    background: #2f373e;
    line-height: 60px;
    padding: 0 40px;
}

.foter_h p{
    float: left;
    font-size: 12px;
    color: #b1b1b1;
}
.foter_r{
    float: right;
}
.foter_r span{
    font-size: 12px;
    color: #b1b1b1;
    margin-right: 12px;
}
/*footer end*/
.ga_section{
    margin-top: 30px;
}
.ga_section>a,.ga_section>a>img{
    display: block;
    width: 100%;
    overflow: hidden;
    transition: all 1s ease 0s;
}
.ga_sec{
    background: #f2f2f2;
    padding: 0 25px 70px;
    position: relative;
    transition: all 1s ease 0s;
}
.index_mar{
    margin: 0 30px;
}
.ga_sec h3 a{
    display: block;
    font-weight: bold;
    font-size: 32px;
    color: #111111;
    line-height: 88px;
}
.ga_sec p {
    font-size: 16px;
    color: #444444;
    line-height: 26px;
   
}
.ga_sec_k{
    margin-top: 18px;
}
.ga_sec_d1{
    float: left;
    line-height: 24px;
    margin-bottom: 18px;
    margin-right: 16px;
    font-size: 14px;
}
.ga_sec_d1 a{
    color: #222;
}
.ga_sec_d1 img{
    width: 24px;
    height: 24px;
    display: block;
    float: left;
    margin-right: 7px;
}
.ga_sec_d1 img.sec_img2{
    display: none;
}
.ga_sec_d1 img.sec_img3{
    display: none;
}

.ga_sec>a{
    width: 42px;
    height: 42px;
    display: block;
    background: url(../images/ga_m4.png) no-repeat;
    position: absolute;
    bottom: 20px;
    left: 30px;
    z-index: 999;
}

.index_mar{
    padding-bottom: 30px;
}
/*六大版块 end*/
.ga_classification .row{
    margin: 0;
}
.classification{
    padding: 0;
}
.classification img{
    display: block;
    width: 100%;
}

/*四大分类 end*/


/*谷安简介*/
.introduc_k{
    background: #f7f7f7;
    padding: 25px 5% 68px;
}
.intr_tit{
    border-bottom: 1px solid #dcdcdc;
    height: 80px;
}

.intr_tit h3{
    float: left;
    font-size: 32px;
    color: #222222;
    float: left;
    line-height: 79px;
    border-bottom: 1px solid #6e8fcd;
    font-weight: bold;
    letter-spacing: 2px;
}

.intr_tit span{
    float: left;
    line-height: 80px;
    font-size:18px;
    color: #444444;
    margin-left: 10px; 
}
.intr_tit a{
    margin-top: 30px;
}
.intr_tit a,.intr_tit a img{
    float: right;
    width: 22px;
    height: 22px;
    display: block;
}

.intr_img1 .owl-carousel .item img{
    display: block;
    width: 100%;
}

.intr_img1 .owl-buttons{
    display: none;
}
.intr_img1 .owl-wrapper{
    width: 100%;
}
.intr_img1 .owl-theme .owl-controls{
    position: absolute;
    bottom: 10px;
    width: 100%;
    right: 10px;
    text-align: right;
}

.intr_img1 .owl-theme .owl-controls .owl-page span{
    width: 10px;
    height: 10px;
    margin: 0 5px;
    opacity: 1;
    background: transparent;
    border:1px solid #fff;
}
.intr_img1 .owl-theme .owl-controls .owl-page.active span{
    width: 10px;
    height: 10px;
    background: #fff;
}
.intr_dm p{
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}
.intr_dm h3{
    font-size: 16px;
    color: #0b3380;
    line-height: 30px;
    margin-top: 15px;
}

.intr_dm a{
    width: 138px;
    height: 35px;
    line-height: 35px;
    border:1px solid #9f9f9f;
    display: block;
    text-align: center;
    margin-top: 12px;
}
.intr_dm a span{
    display: inline-block;
    padding-right: 40px;
    background: url(../images/ga_m6.png) right no-repeat;
    font-size: 16px;
    color: #777777;
}

.intr_dk{
    margin-top: 30px;
}

/*谷安动态*/
.dynamic{
    padding: 25px 5% 0;
}

.index_fa_r>.row{
    margin: 0;
}
.index_fa_r>.row>div{
    padding: 0;
}

.dynamic_d1{
    position: relative;
    margin-top: 30px;
}

.dynamic_d1>a,.dynamic_d1>a>img{
    display: block;
    width: 100%;
}

.dy_mc{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: url(../images/ga_mc2.png) repeat;
    z-index: 66;
    padding: 10px 3% 14px;
}

.dy_mc a{
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dy_mc span,.dy_d1_r span{
    font-size: 14px;
    padding-left: 25px;
    color: #a8a7a7;
    display: block;
    float: left;
    margin-right: 10px;
}
.dy_mc span:nth-child(even){
    background: url(../images/ga_m7.png) left no-repeat;
}
.dy_mc span:nth-child(odd){
    background: url(../images/ga_m8.png) left no-repeat;
}

.dy_d1_r span:nth-child(even){
    background: url(../images/ga_m7.png) left no-repeat;
}
.dy_d1_r span:nth-child(odd){
    background: url(../images/ga_m8.png) left no-repeat;
}
.dy_d1_f{
    margin-top: 30px;
}

.dy_d1{
    background: #f7f7f7;
    padding: 13.2px;
    margin-bottom: 25px;
}

.dy_d1_a,.dy_d1_a img{
    display: block;
    width: 100%;
}

.dy_d1_r a{
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 0;
}


.dy_d1 .row{
    margin: 0 -8px;
}
.dy_d1 .row>div{
    padding: 0 8px;
}

.dy_d1:hover{
    background: #0b3380;
}

.dy_d1:hover .dy_d1_r a{
    color: #fff;
}
.dy_d1:hover .dy_d1_r span{
    color: #fff;
}

/*业务战略演进*/
.d_business_k{
    background: url(../images/ga_bg5.png) top center no-repeat;
    padding-bottom: 54px;
    position: relative;
}

.d_business_k>em{
    width: 100%;
    height: 11px;
    background: url(../images/ga_line5.png) repeat;
    display: block;
    position: absolute;
    bottom: 64px;
    left: 0;
    z-index: 6;
}

.d_bus_tit{
    text-align: center;
    background: url(../images/ga_line2.png) bottom center no-repeat;
    margin-bottom: 50px;
}

.d_bus_tit h3{
    font-size: 40px;
    color: #ffffff;
    line-height: 56px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-top: 50px;
}
.d_bus_tit p{
    font-size: 16px;
    color: #b6b7bf;
    line-height: 30px;
    letter-spacing: 2px;
    padding-bottom: 10px;
}

.business{
    position: relative;
    margin: 0 5px;
    padding-bottom: 75px;
}

.business>img{
    display: block;
    width: 100%;
    cursor: pointer;
    padding: 10px 0 0 10px;
    position: relative;
    z-index: 88;
}

.bus_dm{
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 0;
    text-align: center;
    z-index: 99;
    display: none;
}

.bus_dm em{
    width: 100%;
    height: 100%;
    position: absolute;
    top: -10px;
    left: -10px;
    background: url(../images/ga_line3.png) no-repeat;
    background-size: 100%;
    z-index: 55!important;
}

.bus_dm img{
    display: block;
    max-width: 100%;
    margin: 30px auto 0;
}

.bus_dm_k{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 65px;
    right: 0;
    background: #fff;
    text-align: center;
    z-index: 199;
}
.bus_dm_k span{
    font-size: 14px;
    color: #333333;
    display: block;
    line-height: 28px;
}
.bus_dm_k p{
    font-size: 20px;
    color: #222222;
    line-height: 30px;
    font-weight: bold;
}


.d_business_k .owl-buttons{
    display: none;
}
.d_business_k .owl-pagination{
    display: none;
}
.d_business_k .owl-theme .owl-controls{
    margin-top: 0;
}
.bus_date{
    position: absolute;
    bottom: 10px;
    font-size: 16px;
    color: #8d8d8d;
    padding-left: 18px;
    background: url(../images/ga_n3.png) left top no-repeat;
    height: 44px;
    margin-left: 45%;
}

.business:hover .bus_date{
    background: url(../images/ga_n2.png) left top no-repeat;
    color: #e16a12;
}

.d_business_k .owl-carousel{
    z-index: 999;
}

.business:hover .bus_dm{
    display: block;
}

.ga_bg6{
    display: block;
    width: 100%;
}

.ga_bg7{
    width: 100%;
    display: none;
}

/*谷安咨询*/
.other-banner img{
    display: block;
    width: 100%;
}
.adv_d1_m{
    position: relative;
}
.adv_d1_m>a,.adv_d1_m>a>img{
    display: block;
    width: 100%;
}

.adv_d1_h{
    position: absolute;
    z-index: 55;
    width: 100%;
    top: 0;
    left: 0;
    height: 50%;
    background: url(../images/adv_mc1.png) repeat;
    text-align: center;
    /*display: none;*/
}
.adv_d1_h h3,.adv_d1_j h3{
    font-size: 32px;
    color: #333333;
    line-height: 46px;
    font-weight: bold;
    padding-top: 15px;
    letter-spacing: 2px;
}
.adv_d1_h p,.adv_d1_j p{
    font-size: 14px;
    color: #b2b2b2;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 20px;
}
.adv_d1_j{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 66;
    background: url(../images/adv_mc2.png) repeat;
    text-align: center;
    display: none;
}

.adv_d1_j h3{
    color: #fff;
    padding-top: 38px;
}

.adv_d1_j p{
    color: #fff;
    background: url(../images/adv_line1.png) center bottom no-repeat;
    padding-bottom: 10px;
}

.adv_d1_j a{
    width: 34px;
    height: 34px;
    margin: 30px auto 0;
    display: block;
}
.owl-theme .owl-controls{
    margin-top: 0;
}
.adv_d1 .owl-pagination{
    display: none;
}
.adv_d1 .owl-buttons{
    width: 100%;
}
.adv_d1 .owl-theme .owl-controls .owl-buttons div{
    width: 42px;
    height: 42px;
    display: block;
    position: absolute;
    top: 50%;
    padding: 0;
    margin: -21px 0 0 0;
    opacity: 1;
}
.adv_d1 .owl-theme .owl-controls .owl-buttons .owl-prev{
    background: url(../images/public_left.png) no-repeat;
    left: 0;
}
.adv_d1 .owl-theme .owl-controls .owl-buttons .owl-next{
    background: url(../images/public_right.png) no-repeat;
    right: 0;
}
.adv_d2_bg{
    background: #f7f7f7;
    margin-top: 30px;
}
.adv_a1,.adv_a1 img{
    display: block;
    width: 100%;
    overflow: hidden;
    transition: all 1s ease 0s;
}
.adv_d2{
    padding-right: 10%;
}
.adv_d2 h3 a{
    display: block;
    font-size: 24px;
    color: #333333;
    line-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    background: url(../images/adv_line2.png) left bottom no-repeat;
    padding-top: 10px;
}
.adv_d2 p{
    font-size: 16px;
    color: #777777;
    line-height: 36px;
    margin-top: 15px;
}

.adv_d2>a{
    width: 186px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #b4b4b4;
    border-radius: 3px;
    display: block;
    font-size: 18px;
    color: #fff;
    margin-top: 30px;
}

.adv_d2_bg:nth-child(odd) .adv_d2{
    padding-left: 7%;
    padding-right: 3%;
}

.adv_more1{
    width: 95%;
    margin: 50px 2.5%;
    height: 60px;
    line-height: 60px;
    background: #0b3380;
    font-size: 20px;
    color: #fff;
    display: block;
    text-align: center;
}

.adv_d2_bg:hover .adv_d2>a{
    background: #0b3380;
}

.adv_d2_bg:hover .adv_a1 img{
    transform:scale(1.1);
    -ms-transform:scale(1.1); 
    -moz-transform:scale(1.1); 
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
}

/*咨询详情*/
.adv_ma a{
    display: block;
    width: 100%;
    background: url(../images/adv_m2.png) top right no-repeat;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 26px;
    color: #fff;
}
.adv_ma a.adv_on_1{
    background: url(../images/adv_m3.png) repeat;
}
.adv_ma .row{
    margin: 0;
}
.adv_ma .row>div{
    padding: 0;
}

.adv_d3_tit{
    text-align: center;
    padding: 50px 0 30px;
    margin: 0 1%;
    border-bottom: 1px dashed #e2e2e2;
}
.adv_d3_tit h3{
    font-size: 32px;
    color: #333333;
    line-height: 42px;
    padding: 7px 0;
    font-weight: bold;
    letter-spacing: 2px;
}

.adv_d3_tit span{
    font-size: 14px;
    color: #777777;
    display: inline-block;
    margin: 0 15px;
    line-height: 34px;
}

.adv_d4_k{
    padding: 35px;
    background: #fff;
    transition: all 1s ease 0s;
}

.adv_d4_l img{
    display: block;
    width: 100%;
}

.adv_d4_r p{
    font-size: 16px;
    color: #555555;
    line-height: 30px;
    margin-top: 15px;
}
.adv_d4_r h3{
    font-size: 18px;
    color: #0b327e;
    margin-top: 15px;
}
.adv_d4_k:hover{
    background: #f6f6f6;
}

.adv_d4_r h4{
    font-size: 24px;
    color: #333333;
    background: url(../images/adv_line3.png) bottom left no-repeat;
    line-height: 70px;
}
/*相关方案*/
.adv_d5_k{
    margin: 0 30px 75px;
}
.adv_d5_tit{
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}
.adv_d5_tit a{
    font-size: 22px;
    color: #333333;
    line-height: 72px;
    border-bottom: 1px solid #0b3380;
    display: block;
    display: inline-block;
}
.adv_d5{
    background: #f7f7f7;
    padding-bottom: 15px;
    position: relative;
    top: 0;
}
.adv_d5>a,.adv_d5>a>img{
    display: block;
    width: 100%;
}
.adv_d5 h3 a{
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 15px 10px 5px;
}

.adv_d5 p{
    padding: 0 10px;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}

.adv_d5_k .row{
    margin: 0 -10px;
}
.adv_d5_k .row>div{
    padding-left: 10px;
    padding-right: 10px;
}

.adv_d5:hover{
    background: #fff;
    box-shadow: 0 0 25px #b2b2b2;
}


.ga_a,.ga_a img{
    display: block;
    width: 100%;
    overflow: hidden;
    transition: all 1s ease 0s;
}
.ga_a:hover img{
    transform:scale(1.1);
    -ms-transform:scale(1.1); 
    -moz-transform:scale(1.1); 
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1); 
}
.ga_classification .owl-pagination{
    display: none;
}
.ga_classification:hover .owl-controls{
    display: block!important;
}
.ga_classification .owl-theme .owl-controls .owl-buttons div{
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    margin: -35px 0 0;
    z-index: 66;
    padding: 0;
}
.ga_classification .owl-theme .owl-controls .owl-buttons .owl-prev{
    background: url(../images/in_left.png) no-repeat;
    left: 0;
}
.ga_classification .owl-theme .owl-controls .owl-buttons .owl-next{
    background: url(../images/in_right.png) no-repeat;
    right: 0;
}

.adv_ma .owl-pagination,.adv_ma .owl-buttons{
    display: none;
}

/*创新中心*/
.inn_d1{
    position: relative;
    margin-top: 20px;
}
.inn_img1{
    display: block;
    width: 100%;
}
.inn_d1_m{
    width: 65%;
    position: absolute;
    top: 0;
    height: 100%;
    background: url(../images/inn_mc1.png) repeat;
    padding: 2%;
}

.inn_d1:nth-child(even) .inn_d1_m{
    right: 0;
}

.inn_d1:nth-child(odd) .inn_d1_m{
    left: 0;
}

.inn_d1_m h3 a{
    display: block;
    font-size: 32px;
    color: #fff;
    line-height: 80px;
    background: url(../images/inn_line1.png) bottom left no-repeat;
    letter-spacing: 2px;
    font-weight: bold;
}
.inn_d1_m p{
    font-size: 16px;
    color: #d6d6d6;
    line-height: 32px;
    margin-top: 30px;
}
.inn_d1_m>a{
    width: 184px;
    height: 48px;
    line-height: 48px;
    background: transparent;
    border:1px solid #fff;
    display: block;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 40px;
    transition: all 1s ease 0s;
}

.inn_img2{
    width: 100%;
    display: none;
}

.inn_d1:hover .inn_d1_m>a{
    background: #0a3077;
    border:1px solid #0a3077;
}
/*云安全*/
.inn_d2_k{
    padding-bottom: 80px;
    width: 80%;
    margin: 60px auto 0;
}
.inn_d2{
    width: 100%;
    margin-top: 20px;
}
.inn_d2_img,.inn_d2_img img{
    display: block;
    width: 100%;
}

.inn_d2_r h3 a{
    font-size: 32px;
    color: #333333;
    line-height: 80px;
    font-weight: bold;
    display: block;
    margin-top: 30px;
}

.inn_d2_r p{
    font-size: 16px;
    color: #555555;
    line-height: 32px;
    margin-top: 20px;
}

/*谷安社区（文库）*/
.lib_k{
    padding: 15px;
}
.lib_d1_tit{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #dddddd;
}

.lib_d1_tit a{
    font-size: 18px;
    color: #000000;
    display: block;
    float: left;
    margin-left: 60px;
}

.lib_d1_tit a.lib_on{
    border-bottom: 2px solid #0b317b;
    color: #0b317b;
    line-height: 58px;
    font-weight: bold;
}
.lib_ul{
    background: #f0f0f0;
}
.lib_br{
    background: url(../images/lib_line1.png) right repeat-y #f0f0f0;
}
.lib_ul li{
    width: 90%;
    margin: 0 auto;
    line-height: 50px;
    height: 50px;
    display: block;
    border-bottom: 1px dashed #d1d1d1;
}

.lib_ul li h3 a{
    float: left;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333333;
    display: block;
    line-height: 50px;
    padding-left: 30px;
}
.lib_ul li>a{
    float: right;
    font-size: 16px;
    color: #666666;
    margin-right: 20px;
}
.lib_ul li span{
    float: right;
    font-size: 16px;
    color: #666666;
}

.lib_h3_1 a{
    background: url(../images/com_m1.png) left no-repeat;
}
.lib_h3_2 a{
    background: url(../images/com_m2.png) left no-repeat;
}
.lib_h3_3 a{
    background: url(../images/com_m3.png) left no-repeat;
}
.lib_h3_4 a{
    background: url(../images/com_m4.png) left no-repeat;
}

.lib_ul_k .row{
    margin: 0;
}
.lib_ul_k .row>div{
    padding: 0;
}

.lib_ul li:last-child{
    border-bottom: none;
}
.lib_a{
    width: 100%;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #e7e7e7;
    margin: 30px 0 45px;
}
.lib_a span{
    padding-left: 32px;
    background: url(../images/com_m5.png) left no-repeat;
    font-size: 16px;
    color: #666666;
}

.lib_d2 h3{
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #ddd;
    font-size: 20px;
    color: #333333;

}
.lib_ul_1{
    background: #f0f0f0;
    width: 100%;
    padding: 0 5% 20px;
}
.lib_ul_1 li{
    width: 100%;
    height: 43px;
    line-height: 43px;
    border-bottom: 1px dashed #d1d1d1;
}
.lib_ul_1 li a{
    text-align: right;
    font-size: 16px;
    color: #333333;
    width: 100%;
    display: block;
}
.lib_ul_1 li a span{
    float: left;
    font-size: 16px;
    color: #333333;
    padding-left: 30px;
}

.lib_sp1{
    background: url(../images/com_m1.png) left no-repeat;
}

.lib_sp2{
    background: url(../images/com_m2.png) left no-repeat;
}

.lib_sp3{
    background: url(../images/com_m3.png) left no-repeat;
}

.lib_sp4{
    background: url(../images/com_m4.png) left no-repeat;
}

.lib_ul li:hover h3 a{
    color: #0b327e;
} 
.lib_ul li:hover span{
    color: #0b327e;
}
.lib_ul li:hover>a{
    color:#0b327e;
}

/*文库详情*/
.lib_main{
    background: #f0f0f0;
    padding: 30px;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
}
.lib_tit{
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px dashed #cecece;
    margin-bottom: 15px;
}
.lib_tit h3{
    font-size: 24px;
    color: #333333;
    line-height: 40px;
}

.lib_tit span{
    font-size: 14px;
    color: #777777;
    display: inline-block;
    margin: 0 13px;
}

.lib_main img{
    max-width: 100%;
    vertical-align: middle;
}
.lib_main a{
    display: block;
    padding-left: 40px;
    font-size: 18px;
    color: #0a2f77;
    text-decoration: underline;
    background: url(../images/lib_m1.png) left no-repeat;
    font-weight: bold;
    margin-top: 30px;
}

.lib_page{
    padding-top: 50px;
    padding-bottom: 50px;
}
.lib_page a{
    width: 240px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #e0e0e0;
    font-size: 16px;
    color: #333333;
    margin: 0 10px;
    display: inline-block;
    transition: all 1s ease 0s;
}
.lib_page a:hover{
    background: #0a2f77;
    color: #fff;
}


/*关于我们*/
.abo_d1{
    text-align: center;
    padding: 30px 0 55px;
    background: url(../images/abo_img0.png) center top no-repeat;
    width: 80%;
    margin: 0 auto;
}

.abo_d1 h3{
    font-size: 32px;
    color: #333333;
    font-weight: bold;
    line-height: 76px;
}

.abo_d1 p{
    font-size: 16px;
    color: #333333;
    line-height: 42px;
    margin-bottom: 30px;
}

.abo_d1 a{
    width: 186px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #0b3380;
    display: block;
    border-radius: 5px;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
}
.abo_d2_a{
    position: relative;
}
.abo_d2_a,.abo_d2_a img{
    display: block;
    width: 100%;
}
.abo_d2_a em{
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../images/abo_mc1.png) repeat;
    position: absolute;
    z-index: 99;
}
.abo_d2r{
    position: relative;
}
.abo_d2r h3 a{
    display: block;
    font-size: 32px;
    color: #333333;
    line-height: 64px;
    font-weight: bold;
    background: url(../images/abo_line1.png) bottom left no-repeat;
    padding-top: 3%;
    position: relative;
    z-index: 66;
    margin-bottom: 20px;
}

.abo_d2r p{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    position: relative;
    z-index: 66;
}

.abo_d2r img{
    position: absolute;
    max-width: 100%;
    height: 100%;
    right: 5%;
    top: 10%;
    z-index: 55;
    display: block;
}

.abo_d2r>a{
    width: 186px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #b4b4b4;
    display: block;
    border-radius: 5px;
    font-size: 16px;
    color: #fff; 
    margin-top: 20px;
    transition: all 1s ease 0s;
    position: relative;
    z-index: 66;
}

.mt40{
    margin-top: 40px;
}
.abo_d2_k{
    transition: all 1s ease 0s;
}
.abo_d2_k:hover{
    box-shadow: 0 0 15px #d2d1d0
}
.abo_d2_k:hover .abo_d2r img{
-webkit-animation:flash 1s .2s ease both;
-moz-animation:flash 1s .2s ease both;}
@-webkit-keyframes flash{
0%,50%,100%{opacity: 1;}
25%,75%{opacity: 0;}
}
@-moz-keyframes flash{
0%,50%,100%{opacity: 1;}
25%,75%{opacity: 0;}
}
.abo_d2_k:nth-child(odd) .abo_d2r{
    padding-right: 5%;
}
.abo_d2_k:nth-child(even) .abo_d2r{
    padding-left: 5%;
}

.abo_d2r span{
    display: block;
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    position: relative;
    z-index: 66;
}

.abo_d2r h4{
    font-size: 18px;
    color: #333333;
    margin-top: 5px;
    margin-bottom: 15px;
    position: relative;
    z-index: 66;
}

.abo_d2r:hover >a{
    background: #0b3380;
}

.abo_d2_k .owl-buttons{
    display: none;
}

.abo_d2_k .owl-pagination{
    position: absolute;
    bottom: 15px;
    right: 10px;
}

.abo_d2_k .owl-theme .owl-controls .owl-page span{
    width: 11px;
    height: 11px;
    opacity: 1;
    background: #fff;
    margin: 0 3px;
}

.abo_d2_k .owl-theme .owl-controls .owl-page.active span, .abo_d2_k .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #e16a12;
}

.abo_d2_k #owl-demo img{
    display: block;
    width: 100%;
}

.abo_d2_k_f .abo_d2_k:last-child{
        margin-bottom: 40px;
    }


/*加入谷安*/
.join_qk{
    margin: 0 50px;
}
.join_tit{
    padding: 30px 18px 25px;
}
.join_tit h3{
    font-size: 32px;
    color: #333333;
    line-height: 52px;
    font-weight: bold;
}
.join_tit p{
    font-size: 16px;
    color: #333333;
    line-height: 40px;
}
.join_tit p span{
    color: #d96611;
}
.sideMenu{
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: 45px;
}

.sideMenu ul .nLi.on .join_tab1 tr td{
    background: #f6f6f6;
}
.sideMenu ul .nLi.on .join_tab1 tr td:last-child{
    background: url(../images/join_jian.png) center no-repeat;

}
.sideMenu ul .nLi.on .sub {
    display: block;
}

.sideMenu ul .nLi .sub {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    background: #fafafa;
    padding: 35px 120px;
    display: none;
}

.join_tab tr td{
    height: 48px;
    line-height: 48px;
    background: #0a2e72;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.join_tab1 tr td{
    height: 48px;
    line-height: 48px;
    background: #fff;
    font-size: 14px;
    color: #333333;
    text-align: center;
    border-top: 1px solid #f6f6f6;
    cursor: pointer;
}


.join_tab1 tr td:last-child{
    background: url(../images/join_jia.png) center no-repeat;
}
/*手机版*/
.side_sub{
    padding: 0 20px;
}
.side_sub ul .nLi.on .sub_d1 tr td{
    background: #f6f6f6;
}
.sub_d1{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ececec;
}
.sub_d1 h3{
    float: left;
    font-size: 20px;
    color: #0b317c;
    border-bottom: 1px solid #0b317c;
    line-height: 39px;
    font-weight: bold;
}
.sub_d1 span{
    float: right;
    font-size: 16px;
    color: #0b317c;
    display: block;
}

.sub_1{
    padding: 20px 0;
    border-bottom: 1px dashed #ececec;
    margin-bottom: 15px;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.side_sub{
    display: none;
}


/*联系我们*/
.conta_mk{
    margin: 50px;
}
.conta_d1{
    background: url(../images/Conta_img1.png) center no-repeat;
    padding: 30px 50px;
}
.conta_d1 h3{
    font-size: 20px;
    color: #333333;
    line-height: 40px;
    margin-bottom: 10px;
}

.conta_d1 p{
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}

.conta_map,.conta_map a,.conta_map a img{
    display: block;
    width: 100%;
}

/*新闻动态*/
.news_d1_a,.news_d1_a img{
    display: block;
    width: 100%;
    overflow: hidden;
    transition: all 1s ease 0s;
}
.news_k{
    padding: 30px;
}
.news_d1r{
    padding: 15px 20px 15px 0;
}
.news_d1r h3 a{
    display: block;
    font-weight: bold;
    font-size: 24px;
    color: #333;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_d1r span{
    font-size: 14px;
    color: #777777;
    line-height: 30px;
    display: block; 
}

.news_d1r p{
    font-size: 18px;
    color: #444444;
    line-height: 30px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
}
.news_d1r>a{
    font-size: 18px;
    color: #0b3179;
    line-height: 32px;
    display: block;
    margin-top: 10px;
}

.news_d1{
    margin-bottom: 30px;
    transition: all 1s ease 0s;
}

.lates{
    height: 50px;
    background: #e7e7e7;
    line-height: 50px;
}
.lates h3{
    width: 160px;
    background: #0b3179;
    font-size: 18px;
    color: #fff;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.lat_ul li{
    border-bottom: 1px dashed #e6e6e6;
    line-height: 50px;
    display: block;
    height: 50px;
}
.lat_ul li span{
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    color: #8a8a8a;
    display: block;
    float: left;
    background: #ebebeb;
    border:1px solid #cacaca;
    margin-top: 12px;
    margin-right: 18px;
}
.lat_ul li:nth-child(1) span{
    background: #0b3179;
    color: #fff;
    border:1px solid #082866;
}
.lat_ul li:nth-child(2) span{
    background: #0b3179;
    color: #fff;
    border:1px solid #082866;
}
.lat_ul li:nth-child(3) span{
    background: #0b3179;
    color: #fff;
    border:1px solid #082866;
}
.lat_ul li a{
    font-size: 16px;
    color: #444444;
    float: left;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lat_ul li:hover a{
    color: #138e3a
}
/*新闻动态详情*/
.news_deils h3{
    font-size: 32px;
    color: #333333;
    line-height: 46px;
    font-weight: bold;
}

.news_deils em{
    font-style: normal;
    font-size: 14px;
    color: #a5a5a5;
    line-height: 42px;
    display: block;
    padding-left: 25px;
    background: url(../images/news_m1.png) left no-repeat;
}
.news_deils{
    font-size: 16px;
    color: #666666;
    line-height: 28px;
}
.news_deils img{
    max-width: 100%;
    vertical-align: middle;
}
.news_page p{
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    float: left;
    margin-right: 20px;
    background: #e0e0e0;
    font-size: 16px;
    color: #333333;
}
.news_page p a{
    color: #333333;
}
.news_page p:hover{
    background: #0a2f77;
    color: #fff;
}
.news_page p:hover a{
    color: #fff;
}

.news_deils_k{
    padding-bottom: 90px;
}

/*谷安简介*/
.profile{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin: 40px 30px;
}
.profile h3{
    font-size: 32px;
    color: #333333;
    line-height: 100px;
    font-weight: bold;
}

.profile img{
    max-width: 100%;
    vertical-align: middle;
}

/*荣誉资质*/
.cert_k{
    margin: 30px;
}
.cert>a,.cert>a img{
    display: block;
    width: 100%;
    position: relative;
}
.cert>a em{
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/cert_mc1.png) repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 66;
    display: none;
}
.cert>a span{
    width: 136px;
    height: 35px;
    line-height: 30px;
    border-radius: 20px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 77;
    background: #36548f;
    border:2px solid #4574ce;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin: -17.5px 0 0 -68px;
    padding: 0;
    display: none;
}
.cert p a{
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 55px;
    margin-bottom: 15px;
    text-align: center;
}

.cert:hover >a em{
    display: block;
}
.cert:hover >a span{
    display: block;
}
.cert:hover p a{
    color: #428bca;
}

/*框架指南*/


.dui_d1_l img{
    display: block;
    width: 100%;
}
.dui_d1_l .owl-buttons{
    display: none;
}

.dui_d1_l .owl-theme .owl-controls{
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.dui_d1_l .owl-theme .owl-controls .owl-page span{
    width: 15px;
    height: 15px;
    opacity: 1;
    padding: 0;
    margin: 0 10px;
    background: transparent;
    border:1px solid #fff;
}
.dui_d1_l .owl-theme .owl-controls .owl-page.active span, .dui_d1_l .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #fff;
}

.gui_a,.gui_a img{
    display: block;
    width: 100%;
    overflow: hidden;
    transition: all 1s ease 0s;
}

.gui_d2_k{
    background: #f7f7f7;
    padding-right: 10px;
}
.gui_d2{
    padding: 0 20px;
}
.gui_d2 h3 a{
    display: block;
    font-size: 24px;
    color: #222222;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}

.gui_d2 p{
    font-size: 14px;
    color: #666666;
    line-height: 22px;
}

.gui_d2>a{
    width: 120px;
    height: 35px;
    line-height: 35px;
    background: #e8e8e8;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #222222;
    margin-top: 7px;
}
.gui_d1_k{
    margin: 30px 20px 45px;
}
.gui_d2_k{
    margin: 0 0 39px;
}
.gui_d2_k>div{
    padding: 0;
}
.gui_d2_k:hover{
    background: #0b337f;
}
.gui_d2_k:hover .gui_a img{
    transform:scale(1.1);
    -ms-transform:scale(1.1); 
    -moz-transform:scale(1.1); 
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
}
.gui_d2_k:hover h3 a{
    color: #fff;
}
.gui_d2_k:hover p{
    color: #afc2e7;
}
.gui_d2_k:hover .gui_d2>a{
    background: #fff;
    color: #0b337f;
}
.gui_d3{
    background: #f7f7f7;
    padding-bottom: 40px;
    margin-bottom: 20px;
    transition: all 1s ease 0s;
}
.gui_d3>a,.gui_d3>a>img{
    display: block;
    width: 100%;
    overflow: hidden;
    transition: all 1s ease 0s;
}
.gui_d3_m{
    padding: 0 15px;
}
.gui_d3_m h3 a{
    display: block;
    font-size: 22px;
    line-height: 60px;
    background: url(../images/gui_line1.png) bottom left no-repeat;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gui_d3_m p{
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    margin-top: 10px;
}

.gui_d3_m>a{
    width: 120px;
    height: 35px;
    line-height: 35px;
    background: #e8e8e8;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #222222;
    margin-top: 20px;
}

.gui_d3_fat .row{
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 10px;
}
.gui_d3_fat .row>div{
    padding-right: 10px;
    padding-left: 10px;
}

.gui_d3:hover >a>img{
    transform:scale(1.1);
    -ms-transform:scale(1.1); 
    -moz-transform:scale(1.1); 
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
}
.gui_d3:hover{
    background: #0b337f;
}

.gui_d3:hover .gui_d3_m h3 a{
    color: #fff;
}
.gui_d3:hover .gui_d3_m p{
    color: #ccd0de;
}
.gui_d3:hover .gui_d3_m>a{
    background: #ced6e5;
    color: #0b337f;
}
/*分析报告 */
.ana_fa_k .row{
    margin-left: -20px;
    margin-right: -20px;
}
.ana_fa_k .row>div{
    padding-left: 20px;
    padding-right: 20px;
}
.ana_d1{
    background: #f8f8f8;
    transition: all 1s ease 0s;
    margin-bottom: 40px;
}
.ana_a1,.ana_a1 img{
    display: block;
    width: 100%;
    overflow: hidden;
    transition: all 1s ease 0s;
}
.ana_d1_m{
    padding: 0 15px;
}

.ana_d1_m h4 a{
    font-size: 22px;
    color: #222222;
    line-height: 54px;
    margin-top: 12px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}
.ana_d1_m p{
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}

.ana_d1_f{
    padding-bottom: 20px;
    margin-top: 12px;
}
.ana_d1_f span{
    font-size: 14px;
    color: #a5a5a5;
    padding-left: 25px;
    background: url(../images/news_m1.png) left no-repeat;
    float: left;
    margin-top: 12px;
}

.ana_d1_f a{
    width: 117px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #b4b4b4;
    font-size: 14px;
    color: #fff;
    display: block;
    float: right;
    border-radius: 3px;
}

.ana_d1:hover .ana_a1 img{
    transform:scale(1.1);
    -ms-transform:scale(1.1); 
    -moz-transform:scale(1.1); 
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1); 
}
.ana_d1:hover{
    background: #0b3179;
    box-shadow: 0 0 25px #efefef;
}
.ana_d1:hover h4 a{
    color: #fff;
}
.ana_d1:hover p{
    color: #ced6e4;
}
.ana_d1:hover .ana_d1_f span{
    color: #d0d3df;
    background: url(../images/ana_m1.png) left no-repeat;
}
.ana_d1:hover .ana_d1_f a{
    background: #fff;
    color: #0b3179;
}

.ana_fa{
    margin: 50px 50px 0;
}

/*专家服务*/
.exp_d1{
    background: #f6f6f6;
    padding: 48px 0 35px;
}
.exp_d2{
    text-align: center;
}
.exp_d2 img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.exp_d2 h3{
    font-size: 22px;
    color: #55acee;
    line-height: 42px;
}
.exp_d2 p{
    font-size: 14px;
    color: #555555;
    line-height: 26px;
}
.exp_d2:nth-child(2) h3{
    color: #73c790;
}
.exp_d2:nth-child(3) h3{
    color: #ffca3a;
}
.exp_d2:hover img{
-webkit-animation:pulse 1s .2s ease both;
-moz-animation:pulse 1s .2s ease both;}
@-webkit-keyframes pulse{
0%{-webkit-transform:scale(1)}
50%{-webkit-transform:scale(1.1)}
100%{-webkit-transform:scale(1)}
}
@-moz-keyframes pulse{
0%{-moz-transform:scale(1)}
50%{-moz-transform:scale(1.1)}
100%{-moz-transform:scale(1)}
}

.exp_d1_m .owl-pagination{
    display: none;
}
.exp_d1_m .owl-theme .owl-controls .owl-buttons{
    width: 100%;
}
.exp_d1_m .owl-theme .owl-controls .owl-buttons div{
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    padding: 0;
    margin: -21px 0 0;
}
.exp_d1_m .owl-theme .owl-controls .owl-buttons .owl-prev{
    background: url(../images/public_left.png) no-repeat;
    left: -10px;
}
.exp_d1_m .owl-theme .owl-controls .owl-buttons .owl-next{
    background: url(../images/public_right.png) no-repeat;
    right: -10px;
}
.exp_dy{
    margin: 0 30px;
    padding: 40px 0;
    font-size: 16px;
    line-height: 30px;
    color: #555555;
}

.exp_dy img{
    max-width: 100%;
    vertical-align: middle;
}


/*谷安学院*/
.head_coll .navbox{
    width: 878px;
}

.head_coll .nav li.hov a {
    background: url(../images/col_nav_bg.png) center no-repeat;
}
.head_coll .top a:active, .head_coll .top a:hover{
    color: #148e3a;
}

.head_coll .subbox{
    background: url(../images/col_bg.png) repeat;
}
.head_coll .subnav{
    border-left: 1px solid #26713d;
}
.head_coll .subnav a:hover{
    color: #b9f0b3!important;
}

.return_home{
    font-size: 12px;
    color: #444444;
    position: absolute;
    top: 25px;
}

.head_coll .ce_switch{
    margin-top: 15px;
}

.coll_banner img{
    display: block;
    width: 100%;
}

.coll_banner .ban_img1{
    display: none;
}

.coll_banner .owl-buttons{
    display: none;
}

.coll_banner .owl-theme .owl-controls{
    position: absolute;
    bottom: 30px;
    width: 100%;
}
.coll_banner .owl-theme .owl-controls .owl-page span{
    width: 10px;
    height: 10px;
    background: transparent;
    border:1px solid #fff;
    opacity: 1;
    padding: 0;
    margin: 0 7px;
}
.coll_banner .owl-theme .owl-controls .active span{
    background: #fff;
}

.coll_d1{
    background: #f5f5f5;
    width: 42%;
    float: left;
    padding: 1% 1% 0;
}

.coll_classes{
    width: 54%;
    float: left;
    margin: 1% 2% 0;
}

.coll_us{
    width: 100%;
    float: left;
    background: url(../images/coll_bg3.png) repeat;
}
.coll_d1_k{
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
}
.coll_d1_k a em,.coll_d1_k a span{
    font-size: 24px;
    color: #777777;
    display: inline-block;
    line-height: 56px;
    font-style: normal;
    font-weight: bold;
}
.coll_d1_k a span{
    margin: 0 15px;
    color: #e0e0e0;
}

.coll_d1_k a.cursor em{
    color: #148e3a;
    border-bottom: 1px solid #71ae84;
}

.coll_d1_h1>a,.coll_d1_h1>a>img{
    display: block;
    width: 100%;
    overflow: hidden;
    transition: all 1s ease 0s;
}

.d1_h1 h3 a{
    display: block;
    font-size: 20px;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 54px;
}
.d1_h1 p{
    font-size: 16px;
    color: #777777;
    line-height: 26px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
    font-family: "宋体";
}

.d1_h1>a{
    width: 93px;
    height: 28px;
    line-height: 28px;
    border:1px solid #adadad;
    display: block;
    border-radius: 5px;
    text-align: center;
    margin: 15px 0 30px;
    font-family: "宋体";
}
.d1_h1>a span{
    font-size: 16px;
    color: #666666;
    padding-right: 12px;
    background: url(../images/coll_m1.png) right no-repeat;
    display: inline-block;
}


.coll_d1_h1:hover .d1_h1 h3 a{
    color: #148e3a;
}
.coll_d1_h1:hover .d1_h1 p{
    color: #148e3a;
}
.coll_d1_h1:hover .d1_h1>a{
    background: #148e3a;
    border:1px solid #148e3a;
}
.coll_d1_h1:hover .d1_h1>a span{
    color: #fff;
    background: url(../images/coll_m2.png) right no-repeat; 
}

.coll_d1_h1:hover >a>img{
    transform:scale(1.1);
    -ms-transform:scale(1.1); 
    -moz-transform:scale(1.1); 
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
}

.coll_d1_h>div{
    display: none;
}

.coll_d1_h2{
    position: relative;
}

.coll_d1_h .coll_a1{
    position: absolute;
    top: -60px;
    right: 0;
    width: 25px;
    height: 25px;
    display: block;
}
.coll_d1_h .coll_a1 img{
    width: 25px;
    height: 25px;
}
.classes_tit{
    border-bottom: 1px solid #e6e6e6;
}
.classes_tit h3{
    font-size: 24px;
    color: #148e3a;
    line-height: 56px;
    font-weight: bold;
    float: left;
    border-bottom: 1px solid #148e3a;
}

.classes_tit a{
    float: right;
    width: 25px;
    height: 25px;
    margin-top: 15.5px;
    display: block;
}

.coll_tab thead tr td{
    height: 47px;
    text-align: center;
    font-size: 16px;
    color: #666666;
    border-bottom: 1px solid #e6e6e6;
}


.coll_tab tbody tr td{
    text-align: center;
    height: 47px;
    border-top:1px dashed #e6e6e6;
    border-left:1px dashed #e6e6e6;
    font-size: 16px;
    color: #111111;
}
.coll_tab tbody tr td a{
    color: #111;
}
.coll_tab tbody tr td:first-child{
    border-left: none;
}
.coll_tab tbody tr:hover td,.coll_tab tbody tr:hover td a{
    background: #edfbf1;
    color: #148e3a;
}

.coll_more{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f5f5f5;
    display: block;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.us_d1{
    font-weight: bold;
    display: block;
    line-height: 32px;
    width: 80%;
    padding: 15px 0;
}
.us_d1 img{
    width: 27px;
    height: 30px;
    margin-right: 5px;  
    display: block;
    float: left;
}
.us_d1 span{
    font-size: 16px;
    color: #444444;
    display: block;
    float: left;
    width: 85%;
}

.coll_ewm{
    margin-top: 26px;
    padding-bottom: 40px;
}

.c_div1{
    width: 23.99%;
    float: left;
    position: relative;
}

.c_div1>a,.c_div1>a img{
    display: block;
    width: 100%;
    height: 500px;
}

.c_div1>em{
    width: 100%;
    height: 100%;
    background: url(../images/coll_mc1.png) repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 66;
    cursor: pointer;
}
.dio{
    display: none;
}
.acco_d1{
    width: 80%;
    height: 300px;
    position: absolute;
    top: 50%;
    margin-top: -150px;
    left: 50%;
    margin-left: -40%;
    z-index: 88;
    text-align: center;
}

.acco_d1 h3 a{
    font-size: 32px;
    line-height: 60px;
    display: block;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
}

.acco_d1 span{
    font-size: 24px;
    color: #8e8e8f;
    font-family: Arial;
    text-transform: uppercase;
    line-height: 40px;
    background: url(../images/coll_line1.png) center bottom no-repeat;
    padding-bottom: 10px;
    display: block;
}
.acco_d1 p{
    font-size: 16px;
    color: #dedfe1;
    line-height: 28px;
    margin-top: 25px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.acco_d1>a{
    width: 148px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: block;
    margin: 20px auto 0;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    border:1px solid #fff;
}

.on_acco .acco_d1>a{
    background: #148e3a;
    border:1px solid #148e3a;
    font-weight: bold;
}

/*课程体系*/
.curr_bg{
    background: url(../images/coll_bg2.png) top no-repeat;
}
.curr_d1{
    text-align: center;
}
.curr_d1 h3{
    font-size: 32px;
    color: #ffffff;
    line-height: 56px;
    font-weight: bold;
    padding-top: 50px;
    letter-spacing: 3px;
}
.curr_d1 p{
    font-size: 16px;
    color: #dfe3e1;
    line-height: 36px;
}

.curr_img1{
    max-width: 100%;
    display: block;
    margin-top: -10px;
    margin: -10px auto 0;
}
.curr_d2{
    background: url(../images/curr_mc1.png) repeat;
}
.curr_d2 h3,.curr_d4 h3{
    font-size: 24px;
    color: #ffffff;
    line-height: 86px;
    text-align: center;
    background: url(../images/coll_line2.png) bottom repeat-x;
    font-weight: bold;
    letter-spacing: 3px;
}
.curr_ul{
    margin: 0 10px;
}
.curr_ul li{
    border-bottom: 1px dashed #24553c;
    line-height: 46px;
    display: block;
    height: 46px;
    overflow: hidden;
}
.curr_r1{
    float: left;
    font-size: 16px;
    color: #ffffff;
}
.curr_ul li span{
    font-size: 16px;
    color: #ffffff;
    float: left;
    margin-left: 20px;
    width: 65%;
    overflow: hidden;
    display: block;
    height: 45px;
}
.curr_r2{
    float: right;
    font-size: 16px;
    color: #9fc6b1;
}
.curr_ul li:hover .curr_r1{
    color: #fff;
}
.curr_ul li:hover .curr_r2{
    color: #9fc6b1;
}
.curr_d4,.curr_d5{
    background: url(../images/curr_mc2.png) repeat;
}
.curr_bg .item>div{
    padding-bottom: 35px;
}
.curr_d4 .curr_ul{
    height: 460px;
    overflow-y: auto;
    padding-right: 10px;
}
.curr_ul::-webkit-scrollbar  
{    width: 3px;
    height: 170px;
    background: transparent;  
    border-radius: 10px;  
} 
.curr_ul::-webkit-scrollbar-track  
{   
    border-radius: 10px;  
    background: transparent;   
} 
.curr_ul::-webkit-scrollbar-thumb  
{  
    border-radius: 10px;  
    background-color: #167034;  
} 
.curr_ul scrollbarbutton {   
       display: block !important;
}  

.curr_bg .owl-pagination{
    display: none;
}

.curr_bg .owl-buttons{
    display: none;
}
/*案例与合作伙伴*/
.case_d{
    background: #148e3a;
    line-height: 80px;
    padding: 0 20px;
}
.case_d1{
    display: none;
    margin-left: 20px;
    float: left;
}

.case_a{
    float: left;
    background: url(../images/coll_line3.png) right no-repeat;
    padding-right: 30px;
}
.case_a a{
    font-size: 24px;
    color: #7fd098;
    font-weight: bold;
}
.case_a a.currsor_a{
    color: #fff;
}
.case_a a img{
    width: 8px;
    height: 8px;
    margin: 0 20px;
}

.case_d1 a,.case_d1 span{
    font-size: 16px;
    color: #ffffff;
}
.case_d1 span{
    margin: 0 6px;
}

.case_more{
    background: url(../images/coll_line3.png) left no-repeat;
    display: block;
    float: right;
    padding-left: 20px;
    margin-left: 20px;
}

/*校友感言*/
.spe_k{
    background: #f7f7f7;
}
.spe{
    width: 42%;
    float: left;
    padding: 1% 2% 0;
}
.wel{
    width: 58%;
    float: left;
    padding: 1% 2% 0;
    background: #fff;
}
.zone{
    width: 100%;
    float: left;
}

.spe_k .intr_tit h3{
    border-bottom: 1px solid #78b58b;
}

.spe_ul li{
    border-bottom: 1px dashed #dcdcdc;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
}
.spe_ul li a{
    font-size: 16px;
    color: #000000;
    display: block;
    padding-left: 35px;
    background: url(../images/coll_m4.png) left no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 

}
.spe_ul li:hover a{
    color: #148e3a;
}
.spe_a{
    width: 108px;
    height: 29px;
    line-height: 29px;
    border:1px solid #d1d1d1;
    display: block;
    border-radius: 5px;
    font-size: 14px;
    color: #444444;
    text-align: center;
    margin: 10px 0 20px;
    letter-spacing: 3px;
}
.wel .row{
    margin-top: 30px;
    margin-bottom: 38px;
}
.wel_al,.wel_al img{
    display: block;
    width: 100%;
}

.wel_dr{
    font-size: 16px;
    color: #148e3a;
    line-height: 30px;
    padding-top: 30px;
}

.zone a{
    width: 16.6%;
    border-right: 1px solid #e5e5e5;
    display: block;
    float: left;
    line-height: 120px;
    text-align: center;
}
.zone a:last-child{
    border-right: none;
}
.zone a img{
   width: 46px;
   height: 46px;
   display: inline-block;
}
.zone a span{
    font-size: 16px;
    margin-left: 15px;
    font-weight: bold;
}
.zone_a1 span{
    color: #47be64;
}
.zone_a2 span{
    color: #f25449;
}
.zone_a3 span{
    color: #faa33a;
}
.zone_a4 span{
    color: #3e4aa0;
}
.zone_a5 span{
    color: #0686c3;
}
.zone_a6 span{
    color: #a4419e;
}

.zone a:hover img{
    -webkit-animation: pulse 1s .2s ease both;
    -moz-animation: pulse 1s .2s ease both;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1)
    }

    50% {
        -moz-transform: scale(1.1)
    }

    100% {
        -moz-transform: scale(1)
    }
}

/*保障班*/
.ote{
    padding: 50px 15px;
}
.ote_a{
    margin: 0 13px;
    display: block;
}
.ote_a img{
    display: block;
    width: 100%;
}
.ote .owl-buttons{
    display: none;
}
.ote .owl-pagination{
    display: none;
}
.ote:hover .owl-buttons{
    display: block!important;
}
.ote .owl-theme .owl-controls .owl-buttons div{
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    margin: -35px 0 0;
    z-index: 66;
    padding: 0;
}
.ote .owl-theme .owl-controls .owl-buttons .owl-prev{
    background: url(../images/in_left_1.png) no-repeat;
    left: -15px;
}
.ote .owl-theme .owl-controls .owl-buttons .owl-next{
    background: url(../images/in_right_1.png) no-repeat;
    right: -15px;
}


/*学院动态通知公告*/
.ege a{
    background: #138e3a;
    width: 100%;
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.ege a.ege_on{
    background: #0c6d2b;
}

.ege .owl-pagination{
    display: none;
}
.ege .owl-buttons{
    display: none;
}


.eye_k1 .news_d1:hover{
    background: #138e3a;
}
.eye_k1 .news_d1r>a{
    color: #138e3a;
}

.eye_k1 .lates h3{
    background: #138e3a;
}

.eye_k1 .lat_ul li:nth-child(1) span{
    background: #138e3a;
    border:1px solid #0c6d2b;
}
.eye_k1 .lat_ul li:nth-child(2) span{
    background: #138e3a;
    border:1px solid #0c6d2b;
}
.eye_k1 .lat_ul li:nth-child(3) span{
    background: #138e3a;
    border:1px solid #0c6d2b;
}
.eye_k1 .lat_ul li:last-child{
    border-bottom: none;
}
.eye_img1{
    display: block;
    width: 100%;
    margin: 30px 0;
}

.eye_k1 .lib_d1_tit a.lib_on{
    color: #138e3a;
    border-bottom: 2px solid #138e3a;
}
.eye_k1 .lib_ul li:hover h3 a{
    color: #138e3a;
}
.eye_k1 .lib_ul li:hover span{
    color: #138e3a
}
.eye_k1 .lib_ul li:hover a{
    color: #138e3a
}

/*关于学院荣誉资质*/
.eye_cert .cert a em{
    background: url(../images/eye_mc1.png) repeat;
}
.eye_cert .cert a span{
    background: #329652;
    border:2px solid #b5f1c8;
}
.eye_cert .cert:hover p a{
    color: #329652;
}

/*学院简介*/
.file_d1{
    margin: 0 30px;
}
.file_d1 h4{
    font-size: 32px;
    color: #333333;;
    line-height: 88px;
    background: url(../images/file_line3.png) bottom center no-repeat;
    font-weight: bold;
    text-align: center;
    padding-top: 12px;
}

.file_d2{
    text-align: center;
    width: 95%;
    margin: 0 auto;
    padding-top: 20px;
    font-size: 16px;
    color: #555555;
    line-height: 28px;
}
.file_d2 img{
    max-width: 100%;
    vertical-align: middle;
}
.file_d2 h3{
    font-size: 19px;
    color: #138e3a;
    line-height: 36px;
    font-weight: bold;
    margin: 10px 0;
}
.file_m1{
    margin-top: 50px;
    margin-bottom: 70px; 
}
.file_m1_d{
    border:1px solid #1b9241;
    padding: 50px 0 40px;
    margin-right: -1px;
    cursor: pointer;
}
.file_m1_d_last{
    margin-right: 0;
}
.file_m1_d img{
    width: 47px;
    height: 32px;
    margin: 0 auto;
    display: block;
}
.file_m1_d img.m1_img_h{
    display: none;
}

.file_m1_d h5{
    font-size: 18px;
    line-height: 48px;
    background: url(../images/file_line1.png) bottom center no-repeat;
}

.file_m1_d p{
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    width: 80%;
    margin: 10px auto 0;
    font-family: "宋体";
}

.file_m1_d:hover{
    background: #138e3a;
}
.file_m1_d:hover  img.m1_img_h{
    display: block;
-webkit-animation:bounceIn 1s .2s ease both;
-moz-animation:bounceIn 1s .2s ease both;}
@-webkit-keyframes bounceIn{
0%{opacity:0;
-webkit-transform:scale(.3)}
50%{opacity:1;
-webkit-transform:scale(1.05)}
70%{-webkit-transform:scale(.9)}
100%{-webkit-transform:scale(1)}
}
@-moz-keyframes bounceIn{
0%{opacity:0;
-moz-transform:scale(.3)}
50%{opacity:1;
-moz-transform:scale(1.05)}
70%{-moz-transform:scale(.9)}
100%{-moz-transform:scale(1)}
}
.file_m1_d:hover  img.m1_img_s{
    display: none;
}
.file_m1_d:hover h5{
    color: #fff;
    background: url(../images/file_line2.png) bottom center no-repeat;
}
.file_m1 .owl-pagination{
    display: none;
}

.file_m1_d:hover p{
    color: #fff;
}
.file_m1 .owl-buttons{
    width: 100%;
}
.file_m1 .owl-theme .owl-controls .owl-buttons div{
    width: 42px;
    height: 42px;
    display: block;
    position: absolute;
    top: 50%;
    padding: 0;
    margin: -21px 0 0 0;
    opacity: 1;
}
.file_m1 .owl-theme .owl-controls .owl-buttons .owl-prev{
    background: url(../images/public_left.png) no-repeat;
    left: 0;
}
.file_m1 .owl-theme .owl-controls .owl-buttons .owl-next{
    background: url(../images/public_right.png) no-repeat;
    right: 0;
}
.file_dy{
    font-size: 16px;
    color: #555555;
    line-height: 28px;
    padding-bottom: 40px;
}

.file_dy img{
    max-width: 100%;
    vertical-align: middle;
}


.faca_d{
    text-align: center;
}
.faca_d1{
    display: inline-block;  
    width: 14%;
    padding: 0 2.5%;
    margin-top: 30px;
}

.faca_d1 img{
    display: block;
    width: 100%;
}

.faca_d1 span{
    font-size: 20px;
    color: #333333;
    line-height: 52px;
    font-weight: bold;
}

.faca_d1:hover img{
    -webkit-animation: tada 1s .2s ease both;
    -moz-animation: tada 1s .2s ease both;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1)
    }

    10%,20% {
        -webkit-transform: scale(0.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0)
    }
}

@-moz-keyframes tada {
    0% {
        -moz-transform: scale(1)
    }

    10%,20% {
        -moz-transform: scale(0.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -moz-transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -moz-transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -moz-transform: scale(1) rotate(0)
    }
}
.faca_d1:hover span{
    color: #138e3a;
}

.faca_k1{
    background: #ededed;
    padding: 0 20px;
    text-align: center;
    border-radius: 12px;
    margin: 70px 10px 0;
}

.faca_img1{
    width: 126px;
    height: 126px;
    border-radius: 100%;
    border:12px solid #fff;
    margin-top: -70px;
    display: inline-block;

}
.faca_k1 h3{
    font-size: 24px;
    color: #333333;
    text-align: center;
    line-height: 70px;
}
.faca_img2{
    display: block;
    width: 100%;
    overflow: hidden;
    transition: all 1s ease 0s;
}

.faca_k1 p{
    text-align: center;
    font-size: 15px;
    color: #555555;
    line-height: 26px;
    padding: 10px 0 20px;
    min-height: 108px;
}
.faca_k{
    margin-top: 50px;
    margin-bottom: 80px;
}
.faca_k1:hover{
    background: #138e3a;
}
.faca_k1:hover h3{
    color: #fff;
}
.faca_k1:hover p{
    color: #fff;
}
.faca_k1:hover .faca_img2{
    transform:scale(1.1);
    -ms-transform:scale(1.1); 
    -moz-transform:scale(1.1); 
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
}
.faca_k .owl-pagination{
    display: none;
}

.faca_k .owl-buttons{
    width: 100%;
}
.faca_k .owl-theme .owl-controls .owl-buttons div{
    width: 42px;
    height: 42px;
    display: block;
    position: absolute;
    top: 50%;
    padding: 0;
    margin: 0;
    opacity: 1;
}
.faca_k .owl-theme .owl-controls .owl-buttons .owl-prev{
    background: url(../images/public_left.png) no-repeat;
    left: 0;
}
.faca_k .owl-theme .owl-controls .owl-buttons .owl-next{
    background: url(../images/public_right.png) no-repeat;
    right: 0;
}
/*联系我们*/
.us_h4{
    font-size: 32px;
    color: #333333;
    line-height: 88px;
    background: url(../images/file_line3.png) bottom center no-repeat;
    font-weight: bold;
    text-align: center;
    padding-top: 12px;
    letter-spacing: 2px;
}
.us_map{
    margin-top: 30px;
}
.us_map,.us_map a,.us_map a img{
    display: block;
    width: 100%;
}

/*联系我们*/
.us_u_fat{
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 40px;
}
.us_u_fat>div{
    padding-left: 20px;
    padding-right: 20px;
}
.us_u1{
    background: #f6f6f6;
    padding-bottom: 15px;
}
.us_h4_1{
    width: 100%;
    background: #e3e3e3;
    height: 60px;
    line-height: 60px;
    padding-left: 15px;
    font-size: 18px;
    color: #333333;
} 
.us_u1 h5{
    font-size: 26px;
    color: #000000;
    line-height: 62px;
    background: url(../images/us_line1.png) bottom left no-repeat;
    margin: 0 20px 10px;
}
.us_u1 p{
    font-size: 16px;
    color: #333333;
    margin: 0 20px;
    line-height: 38px;
}
.us_u2{
    background: #f6f6f6;
    padding-bottom: 15px;
}
.us_u2 form{
    margin: 20px auto 0 30px;
}
.us_txt{
    width: 45%;
    margin-right: 5%;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    background: #fff;
    font-size: 14px;
    color: #8e8e8e;
    float: left;
    margin-bottom: 10px;
    border:none;
}

.us_u2 textarea{
    width: 95%;
    margin-right: 5%;
    background: #fff;
    height: 80px;
    border:none;
    font-size: 14px;
    color: #8e8e8e;
    padding: 10px;
}
.us_but{
    width: 95%;
    margin-right: 5%;
    background: #898989;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border:none;
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
}


.us_u3{
    margin-top: 45px;
    margin-bottom: 45px;
    margin-left: -2%;
    width: 102%;
}

.us_u3_1{
    display: block;
    width: 18%;
    margin-left: 2%;
    float: left;
}
.us_u3_1 img{
    width: 100%;
    display: block;
}

.us_u3_1 span{
    font-size: 16px;
    color: #333333;
    text-align: center;
    display: block;
    line-height: 40px;
}

.us_u4{
    background: #f6f6f6;
    padding: 30px 0;
    margin-bottom: 30px;
}

.u4_h4{
    font-size: 32px;
    color: #000000;
    line-height: 140px;
    text-align: center;
    border-right: 1px solid #ddd;
    font-weight: bold;
}
.u4_d1{
    font-size: 15px;
    color: #333333;
    height: 140px;
    line-height: 26px;
    border-right: 1px solid #ddd;
}

.us_d2_f{
    text-align: center;
}
.u4_d2{
    display: inline-block;
    position: relative;
    top: 35px;
    margin:  0 20px;
}
.u4_d2 h3{
    font-size: 24px;
    color: #000000;
}
.u4_d2 span{
    display: block;
    font-size: 14px;
    color: #000000;
    line-height: 32px;
}

.us_d2_f img{
    width: 104px;
    height: 104px;
    display: inline-block;
    margin: 0 20px;
    position: relative;
    top: 10px;
}

.us_u4:hover{
    background: #138e3a;
}
.us_u4:hover .u4_h4{
    color: #fff;
}
.us_u4:hover .u4_d1 p{
    color: #fff;
}
.us_u4:hover .u4_d2 h3{
    color: #fff;
}
.us_u4:hover .u4_d2 span{
    color: #fff;
}

/*网格*/
.grid_k{
    margin: 0 20px 20px;
}
.grid_tit{
    border-bottom: 3px solid #ececec;
    height: 57px;
    
}
.grid_tit_list{
   background: url(../images/grid_m1.png) no-repeat;
    padding-left: 30px;
    background-position: 0px 18px; 
}
.grid_tit_list>a,.grid_tit_list>span{
    line-height: 57px;
    font-size: 14px;
    color: #555555;
    float: left;
}
.grid_tit_list>a.grid_on{
    color: #4aa834;
}
.grid_d1{
    float: left;
    margin-left: 15px;
    background: #f0f0f0;
    border:1px solid #e2e2e2;
    line-height: 30px;
    margin-top: 15px;
    padding: 0 10px;
    font-size: 12px;
    color: #666666;
}
.grid_d1 span{
    color: #4aa834;
}

.grid_d1>a{
    width: 8px;
    height: 8px;
    display: block;
    margin-left: 12px;
    float: right;
    margin-top: -2px;
}

.grid_t1{
    border-bottom: 1px solid #ececec;
    line-height: 42px;
}
.grid_t1 span{
    font-size: 12px;
    color: #888888;
    margin-right: 20px;
    padding-left: 10px;
    float: left;
    display: block;
}
.grid_t1 .grid_t1_a{
    float: left;
    width: 80%;
}
.grid_t1 a{
    font-size: 14px;
    color: #333;
    margin-right: 30px;
    display: block;
    float: left;
}

.grid_t1 em{
    font-style: normal;
    width: 68px;
    height: 23px;
    line-height: 23px;
    border:1px solid #e6e6e6;
    background: #f2f2f2;
    display: block;
    float: right;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}

.grid_t1_k{
    position: relative;
}
.grid_t2{
    width: 100%;
    min-height: 90px;
    position: absolute;
    top: 0;
    left: 0;
    border:1px solid #138e3a;
    background: #fff;
    background: #eef7f1;
    display: none;
    z-index: 666;
}

.grid_t2 span{
    font-size: 12px;
    color: #888888;
    padding-left: 10px;
    line-height: 42px;
    margin-right: 20px;
    display: block;
    float: left;
}
.grid_t2 form{
    float: left;
    width: 87%;
}
.grid_t2 label{
    font-size: 14px;
    color: #333333;
    line-height: 40px;
    font-weight: normal;
    margin-right: 30px;
}
.grid_t2 label input{
    width: 14px;
    height: 14px;
    border:1px solid #138e3a;
    display: block;
    float: left;
    margin-top: 13px;
    margin-right: 3px;
}

.grid_t2_m{
    margin-left: 93px;
}
.grid_t2_m a{
    width: 68px;
    height: 23px;
    line-height: 21px;
    border:1px solid #cbcbcb;
    background: #f0f0f0;
    display: block;
    float: left;
    text-align: center;
    margin-right: 20px;
    font-size: 14px;
    color: #0f8434;
}
.grid_t2_m a.dete{
    background: #138e3a;
    border:1px solid #0f8434;
    color: #fff;
}

.grid_t1,.grid_t2{
    padding-bottom: 10px;
}

.grid_h1_k{
    margin: 0 20px;
    background: #f6f6f6;
    border:1px solid #ececec;
    background: #f6f6f6;
    height: 33px;
    line-height: 33px;
}

.grid_h1_k span{
    display: block;
    float: left;
    font-size: 14px;
    color: #555555;
    width: 100px;
    background: #fff;
    text-align: center;
    height: 31px;
    border-right: 1px solid #ececec;
}

.grid_h1_k a{
    width: 43px;
    height: 100%;
    display: block;
    float: left;
    border-left: 1px solid #ececec;
}

.grid_h1_k a img{
    width: 18px;
    height: 17px;
    display: block;
    margin: 8px auto 0;
}
.grid_h1_k a img.grid_h{
    display: none;
}

.grid_h1_k a.grid_on_a img.grid_h{
    display: block;
}
.grid_h1_k a.grid_on_a img.grid_s{
    display: none;
}

.grid_j{
    margin: 0 20px;
}
.grid_j_fat{
    width: 102%;
    margin-left: -2%;
}
.grid_j1{
    width: 23%;
    margin-left: 2%;
    background: #d8f4e1;
    text-align: center;
    padding: 20px 0 40px;
    margin-top: 30px;
    float: left;
    position: relative;
}
.grid_j1 h3{
    font-size: 24px;
    color: #074e1e;
    line-height: 48px;
    text-transform: uppercase;
    font-weight: bold;
}
.grid_j1 h4{
    font-size: 18px;
    color: #074e1e;
    line-height: 48px;
    text-transform: uppercase;
    font-weight: bold;
}

.grid_j1 a{
    width: 110px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #138e3a;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin: 25px 15px 0;
}

.grid_red{
    background: #ffd5d5;
}

.grid_red h3,.grid_red h4{
    color: #c20000;
}

.grid_red a{
    background: #c20000;
}

.grid_j1 em{
    width: 52px;
    height: 46px;
    background: #da5555;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 66;
    font-style: normal;
    font-size: 14px;
    color: #ffffff;
    padding-top: 3px;
}

.grid_pink{
    background: #ffd9f7;
}

.grid_pink h3,.grid_pink h4{
    color: #d516aa;
}

.grid_pink a{
    background: #d516aa;
}

.grid_pink em{
    background: #e664c9;
}

.grid_purple{
    background: #d7e0ff;
}

.grid_purple h3,.grid_purple h4{
    color: #0b34b8;
}

.grid_purple a{
    background: #0b34b8;
}

.grid_purple em{
    background: #5d79d4;
}

.grid_orange{
    background: #ffebd4;
}

.grid_orange h3,.grid_orange h4{
    color: #e77d00;
}

.grid_orange a{
    background: #e77d00;
}

.grid_orange em{
    background: #f1a955;
}

.green_more{
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    margin: 40px 0 55px;
    text-align: center;
    background: #d8f4e1;
}
.green_more span{
    font-size: 16px;
    color: #138e3a;
    font-weight: bold;
    padding-left: 35px;
    background: url(../images/grid_more.png) left no-repeat;
}
.g_list_k{
    margin: 0 20px;
    background: url(../images/g_list_line.png) center repeat-y;
}
.grid_tit_list{
    float: left;
}
.glist_k1{
    width: 48%;
    float: left;
    margin-top: 10px;
}
.glist_k1 table tr td{
    font-size: 15px;
    height: 50px;
    color: #333333;
}

.glist_k1 table tr td a{
   color: #333333
}

.glist_k1 table tr.glist_red td,.glist_k1 table tr.glist_red td a{
    color: #c20000; 
}

.glist_k1 table tr.glist_blue td,.glist_k1 table tr.glist_blue td a{
    color: #0b34b8; 
}


.glist_k1 table tr.glist_pink td,.glist_k1 table tr.glist_pink td a{
    color: #d516aa; 
}

.glist_k1 table tr.glist_orange td,.glist_k1 table tr.glist_orange td a{
    color: #e77d00; 
}

.g_list_k .glist_k1:nth-child(2){
    float: right;
}

.g_list_g{
    margin: 0 20px;
}

.exper{
    font-size: 16px;
    color: #555555;
    line-height: 28px;
    margin-top: 30px;
    padding-bottom: 70px;
}

.exper img{
    max-width: 100%;
    vertical-align: middle;
}
.raise_a{
    margin-top: 30px;
}
.raise_a,.raise_a img{
    display: block;
    width: 100%;
}
.raise_row{
    margin-bottom: 30px;
}


/*国内合作*/
.coop_row{
    margin-top: 40px;
}
.coop_a{
    margin-bottom: 10px;
    display: block;
}
.coop_a img{
    display: block;
    width: 100%;
}
.coop_a span{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #444;
    line-height: 58px;
}

.dom_coop_d1{
    width: 93%;
    margin: 0 auto;
}
.dom_coop_d1 h4{
    font-size: 32px;
    color: #333333;
    line-height: 88px;
    background: url(../images/file_line3.png) bottom center no-repeat;
    font-weight: bold;
    text-align: center;
    padding-top: 12px;
}

.dom_cop_pic a,.dom_cop_pic a img{
    display: block;
    width: 100%;
    position: relative;
}
.dom_cop_pic a p{
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: url(../images/coop_mc1.png) repeat;
    bottom: 0;
    left: 0;
    z-index: 9999;
    padding-left: 25px;
    font-size: 18px;
    color: #fff;
}

.dom_cop_pic .owl-buttons{
    display: none;
}

.dom_cop_pic .owl-pagination{
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.dom_cop_pic .owl-theme .owl-controls .owl-page span{
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 0;
    padding: 0;
    margin: 0 5px;
    opacity: 1;
    background: #fff;
}
.dom_cop_pic .owl-theme .owl-controls .owl-page.active span,.dom_cop_pic .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #138e3a;
}

.dom_cop_pic{
    margin-top: 30px;
}

.dom_coop_h{
    background: #f1f1f1;
    padding: 10px 15px;
    margin-top: 30px;
}

.cp_hh a{
    font-size: 16px;
    color: #333333;
    display: block;
    line-height: 46px;
    border-bottom: 1px dashed #d3d3d3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.cp_hh a:hover{
    color: #138e3a;
}
.cp_hh a:last-child{
    border-bottom: none;
}

.lib_k .cp_hh a{
    width: 90%;
    margin: 0 auto;
}
.lib_k .cp_hh{
    background-color: #f0f0f0;
    padding: 10px 0 20px;
}
.lib_k .cp_hh a:last-child{
    border-bottom: 1px dashed #d3d3d3;
}

.ele_d1{
    background: #f3f3f3;
    padding: 20px;
    margin-top: 30px;
}
.ele_d1 img{
    display: block;
    width: 100%;
    overflow: hidden;
    transition: all 1s ease 0s;
}
.ele_d1 h3{
    font-size: 20px;
    color: #222222;
    line-height: 45px;
    font-weight: bold;
}
.ele_d1 p{
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    min-height:88px;
}
.ele_d1 a{
    width: 88px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #b4b4b4;
    display: block;
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
}

.ele_d1:hover{
    background: #138e3a;
}
.ele_d1:hover h3{
    color: #fff;
}
.ele_d1:hover p{
    color: #fff
}
.ele_d1:hover a{
    background: #fff;
    color: #138e3a;
}
.ele_d1:hover img{
    transform:scale(1.1);
    -ms-transform:scale(1.1); 
    -moz-transform:scale(1.1); 
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1); 
}

/*校友活动*/
.acitv_k{
    padding: 0 20px;
}
.activ_a1{
    background: #f0f0f0;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #333333;
    height: 50px;
    line-height: 50px;
}
.activ_a1_on{
    background: #138e3a;
    color: #fff!important;
}
.acitv_k>.row{
    margin: 40px 0;
}
.acitv_k>.row>div{
    padding-left: 0;
    padding-right: 0;
}

.ac_i1{
    border:8px solid #f8f8f8;
    transition: all 1s ease 0s;
    margin-bottom: 30px;
}

.ac_i1_a,.ac_i1_a img{
    display: block;
    width: 100%;
    overflow: hidden;
    transition: all 1s ease 0s;
}

.i1_r1{
    width: 70px;
    height: 65px;
    text-align: center;
    transition: all 1s ease 0s;
    background: #bcbcbc;
}
.i1_r1 span{
    font-size: 32px;
    color: #ffffff;
    line-height: 42px;
}
.i1_r1 em{
    font-style: normal;
    font-size: 12px;
    display: block;
    color: #dfdfdf;
}
.ac_i1_r h3 a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-size: 20px;
    color: #333333;
    line-height: 40px;
    border-bottom: 1px solid #dedede;
    font-weight: bold;
}
.ac_i1_r p{
    font-size: 16px;
    color: #666666;
    line-height: 24px;
     text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
}
.ac_i1_r a{
    font-size: 16px;
    color: #222222;
    display: block;
    margin-top: 10px;
}

.ac_i1:hover {
    border:8px solid #138e3a;
}
.ac_i1:hover .i1_r1{
    background: #138e3a;
}
.ac_i1:hover .ac_i1_a img{
    transform:scale(1.1);
    -ms-transform:scale(1.1); 
    -moz-transform:scale(1.1); 
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
}


/*近期开课*/
.classes{
    background: #f0f0f0;
    
}
.classes_tab thead tr td{
    background: #dddddd;
    border-bottom: none;
    font-size: 18px;
    color: #000000;
    height: 50px;
    text-align: center;
}

.classes_tab tbody tr td{
    text-align: center;
    border-bottom: 1px dashed #d1d1d1;
    height: 50px;
    font-size: 16px;
    color: #333333;
}
.classes_tab tbody tr td a{
    color: #333;
}

.classes_tab tbody tr:last-child td{
    border-bottom: none;
}

/*谷安公益*/
.wel_bg h4{
    font-size: 32px;
    color: #333333;
    line-height: 88px;
    background: url(../images/file_line3.png) bottom center no-repeat;
    font-weight: bold;
    text-align: center;
    padding-top: 12px;
}
.wel_bg{
    background: #f9f9f9;
    padding: 0 20px 85px;
}
.wel_bg p{
    font-size: 16px;
    color: #555555;
    margin-top: 15px;
    line-height: 30px;
    text-align: center;
}
.wel_k{
    margin: 0 20px;
}
.wel_d1{
    margin-top: 35px;
    position: relative;
}
.wel_d1>a,.wel_d1>a img{
    display: block;
    width: 100%;
    overflow: hidden;
    transition: all 1s ease 0s;
}
.wel_d1 span{
    width: 86px;
    height: 80px;
    display: block;
    background: #138e3a;
    text-align: center;
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 32px;
    line-height: 38px;
    color: #fff;
    padding-top: 5px;
}
.wel_d1 span em{
    font-style: normal;
    font-size: 14px;
    color: #acefc2;
    display: block;
    line-height: 30px;
}

.wel_d1 h3 a{
    display: block;
    font-size: 24px;
    color: #222222;
    line-height: 48px;
    border-bottom: 1px solid #cecece;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
    font-weight: bold;
}

.wel_d1 p{
    font-size: 16px;
    color: #454545;
    line-height: 30px;
    margin-top: 5px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 90px;
}

.wel_k .row{
    margin-bottom: 35px;
}

.wel_d1:hover >a>img{
    transform:scale(1.1);
    -ms-transform:scale(1.1); 
    -moz-transform:scale(1.1); 
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1); 
}
.wel_d1:hover h3 a{
    color: #138e3a;
}

.wel_a{
    width: 100%;
    display: block;
    height: 48px;
    border:1px solid #d7d7d7;
    background: #f1f1f1;
    text-align: center;
    font-size: 16px;
    color: #444444;
    line-height: 48px;
    margin-bottom: 55px;
    font-weight: bold;
}
.wel_a:hover{
    color: #444;
}

/*证书维持*/
.tain_a{
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 9px 30px;  
}
.tain_a img{
    display: block;
    width: 100%;
    transition: all 1s ease 0s;
}
.tain_a span{
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: url(../images/maintain_mc1.png) repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 666;
    font-size: 16px;
    color: #ffffff;
}
.tain_a:hover img{
    transform:scale(1.1);
    -ms-transform:scale(1.1); 
    -moz-transform:scale(1.1); 
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1); 
}
.wel_k .owl-pagination{
    display: none;
}
.wel_k .owl-buttons{
    width: 100%;
}
.wel_k .owl-theme .owl-controls .owl-buttons div{
    width: 42px;
    height: 42px;
    display: block;
    position: absolute;
    top: 50%;
    padding: 0;
    margin: -21px 0 0 0;
    opacity: 1;
}
.wel_k .owl-theme .owl-controls .owl-buttons .owl-prev{
    background: url(../images/public_left.png) no-repeat;
    left: -20px;
}
.wel_k .owl-theme .owl-controls .owl-buttons .owl-next{
    background: url(../images/public_right.png) no-repeat;
    right: -20px;
}


/*校友感言*/
.gy_a1{
    border-bottom: 1px dashed #dcdcdc;
    line-height: 45px;
    padding-left: 35px;
    background: url(../images/coll_m4.png) left no-repeat;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #000000;
}
.gy_a1:hover{
    color: #148e3a;
}
.gy_k{
    margin: 20px 20px 80px;
}

.curr_d5{
    background: url(../images/curr_mc1.png) repeat!important;
}