*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
body{
    width: 100%;
    background: url(Background_svxxgk.png)no-repeat;
}
/*头部开始*/
.header_svxxgk{
    width: 1100px;
    height: 365px;
    margin: 0 auto;
    padding-top:46px;
    box-sizing: border-box;
}
.headerTop_svxxgk{
    width: 100%;
    height: auto;
    display: flex;
}
.headerTop_svxxgk span{
    font-size: 20px;
    font-family: 微软雅黑;
    color: #ffffff;
    line-height: 74px;
}
.headerName_svxxgk{
     width: 100%;
     height: auto;
    text-align: center;
 }
.headerName_svxxgk span{
    font-size: 100px;
    font-family: 微软雅黑;
    color: #ffffff;
    font-weight: bold;
}
/*头部结束*/

/*内容开始*/

.contentBoxTop_svxxgk{
    width: 100%;
    height: 218px;
    padding: 89px 0 79px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.straightLine_svxxgk{
    width: 240px;
    height:2px;
    background: rgba(242,242,242,1);
}
.searchBox_svxxgk{
    width: 506px;
    height: 46px;
    border-radius: 9px;
    border: 2px solid #2d66a5;
}
.searchBox_svxxgk form{
    height: 100%;
}
.search-a_svxxgk{
    outline: none;
    height: 100%!important;
    width: 428px;
    border: none;
    padding-left: 9px;
    color: #000;
    float: left;
    background: 0;
}
.search_butt_svxxgk{
    outline: none;
    height: 100%!important;
    width: 59px;
    background: url(searchLoge_svxxgk.png)no-repeat center center;
    border: none;
    margin-right: 9px;
    float:right;
}

.leftChannel_svxxgk{
    width: 240px;
    height: auto;
    overflow: hidden;
    float:left;
}
.leftChannel_svxxgk li{
    width: 240px; 
    overflow: hidden;
    float:left;
    margin-bottom: 15px;
    background: #ffffff;
    position: relative;
    box-shadow: 3px 3px 5px #ececec;
}
.leftChannel_svxxgk .channell_svxxgk{
    background: rgba(45,102,165,1);
}
.leftChannel_svxxgk li img{
    width: 43px;
    height: 42px;
    display: block;
    float: left;
    margin: 14px 25px 0 20px; 
}
.leftChannel_svxxgk li a .show_svxxgk{
    width: 43px;
    height: 42px;
    display: block;
    float: left;
    margin: 14px 25px 0 20px;
    display: block;
}
.leftChannel_svxxgk li span{
    font-size: 23px;
    color: rgba(45,102,165,1);
    line-height: 35px;
}
.leftChannel_svxxgk li .Selection_svxxgk{
    color: #fff;
}
.leftChannel_svxxgk .plus_svxxgk{
    width: 19px;
    height: 19px;
    display: block;
    position: absolute;
    right:15px;
    top:26px;
    margin: 0;
}
.leftChannel_svxxgk  .reduce_svxxgk{
    width: 19px;
    height: 3px;
    display: none;
    position: absolute;
    right:15px;
    top:34px;
    margin: 0;
}
.channelSonSon_svxxgk{
    width: 100%;
    height: auto;
    display: none;
    overflow: hidden;
    background-color: #fff;
    padding: 10px 0;
}
.channelSonSon_svxxgk li{
    width: 100%;
    height: auto;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
    background: url(diandian_svxxgk.png)no-repeat 72px 16px;
    box-shadow: none;
}
.channelSonSon_svxxgk .channelSonSonB_svxxgk{
    background: url(channelsonsonli_svxxgk.png)no-repeat;
}
.channelSonSon_svxxgk li a span{
    color: #4d4d4d;
    font-size: 15px;
}
.blue_svxxgk{
    color: #2d66a5!important;
}

.Con_svxxgk{
    width:100%;
    height:1085px;
    padding: 0 15px;
    box-sizing: border-box;
    overflow: hidden;
}

.ConONEName_svxxgk{
    width: 100%;
    background:yellow;
    text-align: center;

}
.ConONEName_svxxgk span{
    font-size: 32px;
    font-family: "微软雅黑";
    font-weight: bold;
    color: #2d66a5;
    line-height: 102px;
}
.ConOneCon_svxxgk{
    width: 100%;
    height: auto;
    background-color: violet;
}
.hide_svxxgk{
    display: none !important;
}
.disp_svxxgk{
    display: block !important;
}