﻿body{
    background-color: #fff;
}
.navbars{
    background-color:rgba(0,0,0,0);
    position:absolute;
    transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
}
.right-float{
    display: inline-block;
}
.gcc .bacurriclum{
    
    color: #fff;
    position: relative;
    width: 100%;
    height: 100%;
}
main.content{
    min-height: 1200px;
}
@media (min-width: 1200px){
    .container {
        width: 1200px;
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 2000px) {
    .pc2{
        width: calc((100% - 48px) / 3);
        margin-right: 24px;
    }
    
    .pc2:last-child{
        margin-right: 0;
    }
}
.gcc .bacurriclum .text {
    margin-top: 17.4rem;
    padding-bottom: 2rem;
}
.gcc .bacurriclum img {
    /* max-width: 100%; */
    max-width: 56rem;
}
.gcc .bacurriclum .url {
    font-size: 1.4rem;
    height: 3.4rem;
    line-height: 3.4rem;
    background-color: #F7AF40;
    border-radius: 2rem;
    width: 9.6rem;
    /* margin: 5rem 0; */
    margin-bottom: 6.4rem;
}
@media screen and (max-width: 1600px){
    .gcc .bacurriclum img {
        max-width: 100%;
    }
}

@media (min-width: 1200px){
    .gcc .bacurriclum .conet-left {
        width: calc(1200px - 576px);
        margin-right: 1.6rem;
    }
    .gcc .bacurriclum .conet-right {
        width: 560px;
    }
}
@media screen and (max-width: 785px){
    .pc_solutionbody {
        display: none;
    }
}

@media screen and (min-width: 785px){
    .mobile_solutionbody {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px){
    .gcc .bacurriclum .text {
        margin-top: 15.4rem;
    }
}
.gcc .bacurriclum .subtitle {
    font-size: 4.6rem;
    line-height: 3.3rem;
    margin-bottom: 1.2rem;
}   
.gcc .bacurriclum .title {
    font-size: 2.6rem;
    line-height: 5.9rem;
    margin-bottom: 2rem;
}
.gcc .bacurriclum .des {
    font-size: 1.6rem;
    color: #D4E2FA;
    line-height: 2.6rem;
    margin-bottom: 4.4rem;
}
.gcc .bacurriclum.gcc .bacurriclum .url {
    font-size: 1.4rem;
    height: 3.4rem;
    line-height: 3.4rem;
    background-color: #F7AF40;
    border-radius: 2rem;
    width: 9.6rem;
    /* margin: 5rem 0; */
    margin-bottom: 6.4rem;
}
.gcc .bacurriclum a {
    color: #fff;
}

.doclist-content {
    margin-top: 4rem;
}
.solutiontop{
    background: #f8f9fa;
    padding: 1rem 1.5rem;
}
.solutiontop_con{
    border-bottom: 2px solid #dfdfdf;
}
.solutiontop_con_left{
    position: relative;
    float: left;
}
.solutiontop_con_left .docImg{
    float: left;
    padding-right: 4px;
}
.solutiontop_con_left p{
    float: left;
    font-weight: 550;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 27px;
    color: #2877db;
}
.solutiontop_con_left .item_underline{
    position: absolute;
    height: 2px;
    bottom: -2.8px;
    left: 1.5rem;
    background: #437CEE;
    
    margin-left: -16px;
}
#solutiondiv1 .solutiontop_con_left .item_underline{
    width: 14.5rem;
}
#solutiondiv2 .solutiontop_con_left .item_underline{
    width: 16.5rem;
}
.solutiontop_con_right{
    float: right;
    line-height: 30px;
    position: relative;
}
.solutiontop_con_right>span{
    float: left;
    letter-spacing: 1.5px;
}
.solutiontop_con_right>div{
    float: left;
    color: #2877db;
    padding-left: 8rem;
    cursor: pointer;
}
.solutiontop_con_right>div img{
    padding-left:0.8rem;
    padding-bottom: 0.2rem;
}
::-webkit-scrollbar-track {
    background: 0 0;
}
::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #aaa;
    cursor: pointer;
}
::-webkit-scrollbar {
    width: 6px;
    height: 10px;
    background: 0 0;
    cursor: pointer;
}
.solutiontop_con_right .showbox{
    display: none;
    width: 160px;
    position: absolute;
    right: 0;
    top: 32px;
    padding-left: 0;
    background: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgb(190 196 204 / 30%);
    box-shadow: 0 2px 8px 0 rgb(190 196 204 / 30%);
    max-height: 360px;
    overflow: auto;
    z-index: 9;
}
.solutiontop_con_right .showbox.active{
    display: block;
}
.solutiontop_con_right .showbox .select{
   text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 24px;
    height: 36px;
    color: #555;
    line-height: 36px;
    font-size: 14px; 
}
.solutiontop_con_right .showbox .select:hover {
    cursor: pointer;
    background: #f7f8fa;
}
.solutiontop_con_right .showbox .select .active{
    color: #000;
    background: #e5e8f0;
}
.solutionbody{
    margin-top: 2rem;
}

.divhidden {
    display: none;
}
.sulution_wrap {
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.sulution_wrap .sidebar {
    position: absolute;
    top: 0;
    z-index: 99;
    width: 272px;
    border-right: 1px solid #EEE;
    background: #f8f9fa;
    padding-bottom: 0;
}

.sulution_wrap .sidebar .menu {
    /*padding: 12px 0;*/
    overflow: auto;
    margin-bottom: 0;
}

.menu_item {
    /*padding-left: 40px;*/
}
.menu a{
    padding: 2rem 1.5rem;
    display: block;
    border-bottom: 1px solid #dfdfdf;
}
.menu .menu_item:last-child .menu_item_child:last-child a:last-child{
    border-bottom: inherit;
}
.menu_item h2 {
    font-weight: normal;
    color: #000;
    display: inline;
    font-size: 16px;
}

.menu_item i.tri_icon {
    display: inline-block;
    position: relative;
    border: 6px solid #ccc;
    border-color: transparent;
    border-left-color: #3c3c3c;
    float: right;
    margin-top: 1rem;
}

.menu_item {
    cursor: pointer;
}

.menu_item ul {
    display: none;
}

.menu_item ul li {
        padding-left: 0;
}
.menu_item ul li.active{
    
}
.menu_item ul li.active a span{
    border-bottom: 1px solid #196ed9;
    color: #196ed9;
}
.menu_item ul li span {
    color: rgba(0, 0, 0, .65);
    cursor: pointer;
    padding-bottom: 4px;
}

.menu_item ul li.check span {
    color: #37f;
}

.menu_item.menu_show ul {
    display: block;
        padding-left: 0;
}

.menu_item.menu_show i.tri_icon {
    transform: rotate(90deg);
}
.menu_item_child{
    text-indent: 24px;
}
.menu>li.active a h2 {
    border-bottom: 1px solid #196ed9;
    color: #196ed9;
    padding-bottom: 4px;
}
.menu>li:hover a h2 {
    border-bottom: 1px solid #196ed9;
    color: #196ed9;
    padding-bottom: 4px;
}
.menu_item ul li:hover a span {
    /* border-bottom: 1px solid #196ed9; */
    color: #196ed9;
}
.main_con {
    position: relative;
    margin-left: 29rem;
    padding: 0;
    margin-bottom: 2rem;
    /*background: #f8f9fa;*/
    /*border-left: 1px solid #EEE;*/

}

.main_con .item{
    padding: 1rem 2rem;
    /*font-size: 50px;*/
    /*color: #fff;*/
    /*text-align: center;*/
    overflow: hidden;
    margin-top: 2rem;
    background: #f8f9fa;
}

.main_con .item:first-child{
    margin-top: 0;
}
.main_con .item .item_top{
    
}
.main_con .item .item_top .top_title{
    font-size: 24px;
    color: #000;
    letter-spacing: 0;
    line-height: 32px;
}
.main_con .item .item_top .top_des{
    font-size: 12px;
    color: #555;
    letter-spacing: 0;
    line-height: 18px;
    padding: 8px 0;
    border-bottom: 1px solid #e4e6ed;
}
.main_con .item .item_body{
    
}
.transverse{
    margin: 1.5rem 0;

}
 .document{
    width: 30%;
    float: left;
    background: #fff;
    border: 1px solid #e4e6ed;
    text-align: center;
    padding: 1.5rem 0.8rem;
    margin: 2.5%;
}
.transverse .document:nth-child(3n+1){
    margin-left: 0;
}
.transverse .document:nth-child(3n){
    margin-right: 0;
}
.sec .document:nth-child(3n+2){
    margin-left: 0;
}
.sec .document:nth-child(3n+1){
    margin-right: 0;
}
 .document img{
    margin-right: 0.2rem;
        width: 95%;
        height: 130px;
}
.document .detail{
    margin-top: 1.3rem;
    line-height: 2;
}
.document .detail .tit{
    font-size: 1.8rem;
    font-weight: 550;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    min-height: 36px;
}
.bold{
    font-weight: 550;
}
 .document .detail .difficulty{

}
.document .detail .duration{

}
 .document:hover{
    background: #2877db;
    color: #fff;
}
.main_con .item .item_body .portrait .sec{
    margin: 1.5rem 0;
    width: 100%;
}
.main_con .item .item_body .portrait .sec:nth-child(3n+1){
    clear: left;
}
.main_con .item .item_body .portrait .sec .title{
    font-weight: normal;
    color: #000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 32px;
}
.main_con .item .item_body .portrait .sec .document{
   /* margin: 1rem 0;*/
}
.main_con .item .item_body .portrait .document img{
    margin-right: 0.2rem;
}
.document a{
    color: #2877db;
    border: 1px solid #2877db;
    padding: 0.3rem 1.2rem;
    margin: 0 auto;
    margin-top: 1rem;
    display: block;
    width: fit-content;
    border-radius: 8px;
    text-transform:uppercase;
}
 .document:hover a{
    background: #fff;
}
.sidebar.fixed {
    position: fixed;
    top: 0;
    /*left: 0;
    right: 0;*/
    z-index: 1000;
}
ul{
    padding-left: 0;
    padding-inline-start: 0;
}
.wdxz_con,.detail_con{
    margin-top: 0 !important;
    padding: 0 !important;
}
.down_body{
    margin: 0;
    padding-top: 0;
    overflow-y: hidden;
    background: #f8f9fa;
}
.top_info{
    background: #196ed9;
    color: #fff;
    padding: 1rem 3rem;
}
.top_info .left_intro{
    float: left;
    padding: 0 1rem;
}
.top_info .left_intro .intro_title{
    font-size: 1.8rem;
    line-height: 4rem;
}
.top_info .right_intro{
    float: right;
}
.search_intro{
    position: relative;
    top: 1.5rem;
}
.search_introbtn{
    position: absolute;
    top: 0;
    right: 0;
    background: #404040;
    border: inherit;
}
.search_introbtn:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 20px;
    color: #fff;
}
.body_info{
    padding: 1rem 2rem;
}
.body_info td,.body_info th{
    border-right: inherit !important;
    border-left: inherit !important;
    text-align: center;
    border-color: #dfdfdf !important;
}
.body_info td{
    font-size: 1.5rem;
}
.body_info th{
    border-bottom: inherit !important;
}
.body_info td a.btn{
    background-color: #196ed9;
    color: #fff;
    border-radius: inherit;
    padding: 0.2rem 1rem;
    font-size: 1.4rem;
}
.table-bordered{
    border: inherit;
    
}
.table-striped > tbody > tr:nth-of-type(odd){
    background-color: inherit !important;
}
.table-striped > tbody > tr td a{
    color: #000;
}
.footer_info{
    padding: 1rem 2rem;
}
.left_option{
    float: left;
}
.left_option select{
    width: 12rem;
    /* height: 2.5rem; */
    font-size: 1.4rem;
    border-color: #bfbfbf;
    color: #000;
}
.right_pagination{
    float: right;
}
.docpagination li{
    list-style-type:none;
    float: left;
    line-height: 30px;
}
.docpagination li a{
    color: #000;
}
.leftdis{
    padding-left: 2rem;
}
.jumpto input{
    width: 25px;
    height: 30px;
    padding: 0;
    margin: 0;
}
.mobile_opt{
    display: none;
}
.item_body iframe{
    height: 92.5rem;
}
@media (max-width: 768px){
    .gcc .bacurriclum .subtitle{
        font-size:2.4rem;
        line-height:3rem;
    }
    .gcc .bacurriclum .title {
        line-height: 2.3rem;
        font-size: 2rem;
    } 
    .gcc .bacurriclum .des{
        font-size:1.4rem;
        line-height: 2rem;
    }
    .solutionbody {
        margin-top: 1.2rem;
    }
    .solutiontop{
        margin: 0 1rem;
    }
    .solutiontop_con_left .docImg {
        width: 2.4rem;
    }
    .solutiontop_con_left p{
        font-size: 1.7rem;
        line-height: 1.8rem;
    }
    .solutiontop_con_right>span{
        letter-spacing: 0;
    }
    #solutiondiv1 .solutiontop_con_left .item_underline{
        width: 11.8rem;
        bottom: -2.7px;
    }
    #solutiondiv2 .solutiontop_con_left .item_underline{
        width: 13.8rem;
        bottom: -2.7px;
    }
    .solutiontop_con_right>div{
        padding-left: 0.5rem;
    }
    .solutiontop_con_right{
        line-height: 1.8rem;
    }
    .solutiontop_con_right>div img{
        padding-left: 0;
    }
    .mobile_solutionbody .solutionbody {
        margin: 0 1rem;
        margin-top: 1rem;
    }
    .mobile_solutionbody .main_con{
        margin: 0 1rem;
        margin-bottom: 2rem;
    }
    .mobile_solutionbody .main_con .item .item_top{
        cursor: pointer;
    }
    .mobile_solutionbody .main_con .item .item_top .top_title{
        font-size: 1.7rem;
        float: left;
    }
    .mobile_solutionbody .main_con .item .item_top .right_arrow{
        float: right;
    }
    .mobile_solutionbody .main_con .item .item_top .right_arrow i.tri_icon {
        display: inline-block;
        position: relative;
        border: 6px solid #ccc;
        border-color: transparent;
        border-left-color: #3c3c3c;
        float: right;
        margin-top: 1.4rem;
    }
    .mobile_solutionbody .main_con .item .item_top .right_arrow i.tri_icon {
        transform: rotate(90deg);
    }
    .mobile_solutionbody .main_con .item .top_des{
        font-size: 12px;
        color: #555;
        letter-spacing: 0;
        line-height: 18px;
        padding: 0 0 0.5rem;
        border-bottom: 2px solid #e4e6ed;
    }
    .mobile_solutionbody .main_con .item .item_body .transverse {
        margin: 0;
        margin-top: 1.2rem;
    }
    .document{
        width: 49%;
        /*float: inherit;*/
        margin: 0.8rem 0;
        font-size: 12px;
    }
    .document:nth-child(2n){
        margin-left: 1% !important;
    }
    .sec .document:nth-child(2n){
        margin-left: 0 !important;
    }
    .sec .document:nth-child(3n){
        margin-left: 1% !important;
    }
    .mobile_solutionbody .main_con .item .item_body .portrait .sec{
        width: 100%;
        float: inherit;
    }
    .document img{
        width: 95%;
        height: 90px;
    }
    .document .detail .tit{
        font-size: 12px;
        min-height: 30px;
    }
    .document a{
        padding: 1px 10px;
    }
   /* .mobile_solutionbody .main_con .item:last-child{
        padding: 0;
    }*/
    /*.mobile_solutionbody .main_con .item:last-child .item_top{
       padding: 1rem 2rem; 
    }
    .mobile_solutionbody .main_con .item_body*/
    .top_info{
        padding: 1rem 2rem;
     }   
     .top_info .left_intro{
        padding: 0;
     }
     .top_info .right_intro{
        display: none;
    }
    .top_info .left_intro .intro_title{
        font-size: 1.5rem;
        line-height: 3rem;
    }
    .top_info .left_intro .intro_subtitle{
        font-size: 1.2rem;
    }
    .body_info th{
        font-size: 1.5rem !important;
    }
    .body_info td{
        font-size: 1.2rem !important;
    }
    .body_info td a.btn{
        padding: 0.1rem 0.5rem;
        font-size: 1rem;
    }
    .body_info td img{
        display: none;
    }
    .body_info tr td:first-child{
        padding: 0;
        padding-top: 5px;
    }
    .left_option select{
        display: none;
    }
    .mobile_opt{
        display: block;
    }
    .left_option,.right_pagination{
        float: inherit;
        margin: 0 auto;
        margin-bottom: 1.5rem;
        z-index: 999;
    }
    .docpagination li a{
        font-size: 0.8rem;
    }
    .leftdis{
        padding-left: 1rem;
    }
    .right_pagination .docpagination{
        margin: 0 auto;
        width: 80%;
    }
    .mobile_opt a{
        background: #e8e8e8;
        padding: 0.5rem 3.5rem;
        border-radius: inherit;
        border: 1px solid #bfbfbf;
        color: #000;
    }
    .mobile_opt a:first-child{
        float: left;
    }
    .footer_info{
        padding-top: 0;
    }
    .mobile_opt a:nth-child(2){
        float: right;
    }
    .mobile_solutionbody .item_body iframe{
        height: 85rem;
    }
}
