


.logo_ad_img{
    /* width: 1200px; */
    width: 100%;
    margin: 0px auto 0;
    background: #70b9e4;
    text-align: center;
    height: 150px;
}


.wrap{
    width: 1200px;
    margin: 30px auto 0;    
    position: relative;
    /* border: 1px solid red;   */
}


/* 选择 */
.sideBar{
    background: #f5f5f5;
    width: 220px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    border: 1px solid rgba(204, 204, 204, 0.6);
    font-family: 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif;
}
.sideBar .side_tit{

    font-size: 18px;
    background: #3776c3;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
}



.sideBar_out{
    width: 100%;
    text-align: center;
    /* border: 1px solid red; */
    /* padding: 10px 0; */
}

.sideBar_div{
    width: 100%;
}
.sideBar_div .sideBar_div_a{
    display: block;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}


.sideBar_div_in{
    display: none;
    background: #e2fbfd;
    /* height: 0; */
    overflow: hidden;
}

.sideBar_div:hover .sideBar_div_a{
    background: rgb(226, 226, 226);
    border-left: 3px solid #3776c3;
    padding-left: 30px;
    transition: padding-left .3s ease-in-out;
    /* margin-left: -3px; */
}




.sideBar_div_in li a{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    display: block;
    color: #222;    
}

.sideBar_div_in li a:hover{
    color: #dc3023;   
    padding-left: 30px;
    transition: padding-left .3s ease-in-out;
}

.sideBar_div:hover .sideBar_div_in{
    display: block;
    /* height: 99%; */
    /* transition: height 1s ease-in-out; */
}

/* 右侧的内容 */

.cont{
    margin-left: 250px;
    width: 950px;
}


.contR{
    background: #f5f5f5;

    border-radius: 2px;
    padding-bottom:60px; 
    /* float: right; */
    width: 950px;
    /* border: 1px solid red; */
    /* height: 300px;; */
    margin-left: 250px;
    border: 1px solid #ccc;
    border-top: 2px solid #3776c3;
    font-family: "微软雅黑","Microsoft Yahei",Helvetica,Arial,sans-serif;
}

.contR_text_cm{
    /* margin-top: 30px; */
    margin:  30px auto 0;
}


.contR_text_cm ul{
    display: block;
    margin:  30px auto 0;
    width: 83%;
}

.contR_text_cm li{
    float: left;
    width: 102px;
    text-align: center;
}
.contR_text_cm li p{
    width: 100%;
}


.contR .contR_text{
    margin-top: 20px;
    width: 91%;
    margin: 20px auto 0;
}

.contR .contR_text h2{

    font-size: 30px;
    font-weight: 800;
    /* margin-bottom: 10px; */
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    color: #333;
}


.contR_text_cont h3{
    margin-top: 40px;
    margin-bottom: 10px;
}
.contR_text_cont p{
    line-height: 25px;
    font-size: 15px;
}
.contR_text_qq{
    width: 200px;
    margin-top: 10px;
}


.contR_text_qq img{
    margin-right: 10px;
    width: 36px;
    height: 36px;
    vertical-align: middle;
}

.contR_text_qq a{
    display: inline-block;
    width: 206px;
    height: 44px;
    line-height: 42px;
    background: #3776c3;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 17px;
}


.contR_text_qq a:hover{
    opacity: .8;
    transition: opacity .2s ease-in-out;
}
.contR_text_conts{
    margin: 0 auto;
    width: 70%;
}


.contR_text_cont{
    display:inline-block;
    margin-right: 165px;
}

.contR_text_cont:last-child{
    margin-right: 0;

}


.contR_text_cont h3{
    font-size: 20px;
    color: #3776c3;
}


.contR_text_cont h3::before{
    display: inline-block;
    width: 5px;
    height: 19px;
    content: "";
    background: #3776c3;
    margin-right: 10px;
    vertical-align: middle;
}


.contR_text_cn{
    margin-top: 30px;
    width: 100%;
    text-align:center;

}

.contR_text_cn a{
    display: inline-block;
    width: 200px; 
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
    opacity: 1;
}
.contR_text_cn_f{
    background: #008C46;
    margin-right: 30px;
}
.contR_text_cn_s{
    background: #FF8000;
}

.contR_text_cn_f:hover,
.contR_text_cn_s:hover{
    opacity: .8;
    transition:  opacity 0.2s ease-in-out;

}


.contR_text table{
    margin: 50px auto 0;
}



.contR_text_cm4{
    margin-top: 20px;
}

.contR_text_cm4 h3{
    font-size: 20px;
    color: #3776c3;


}
.contR_text_cm4 h3::before,
.contR_text_cont4 h3::before{
    display: inline-block;
    width: 5px;
    height: 19px;
    content: "";
    background: #3776c3;
    margin-right: 10px;
    vertical-align: middle;

}
.contR_text_cm4 p{
    margin-top: 15px;
    text-indent: 2em;
    line-height: 30px;
    font-size: 16px;
    color: #333;
}

.contR_text_cont4 h3{
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #3776c3;
}

.contR_text_cont4 p{
    line-height: 25px;
    font-size: 15px;
}





/* ------------ */

.sideBar_theme{
    background: rgb(226, 226, 226);
    /* color: #fff; */
    padding-left: 30px;
    border-left: 3px solid #dc3023;
}

.sideBar_block{
    display: block;
}
.sideBar_block_a{
    padding-left: 30px;
    color: #dc3023!important;
}







