body,html{
    background-image: url("../image/bg111.jpg");
    font-family:微软雅黑;
}
.department_index
{
    width:156px;height:40px;line-height:40px;border:1px solid #ccc;    
    float:left;margin-right:5px;margin-left:10px;
    margin-top:15px;
    text-align:center;
    font-size:15px;
    font-weight:bold;
    color:#686868;
    white-space:nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.department_index:hover
{
    width:156px;height:40px;line-height:40px;border:1px solid #C21101;    
    float:left;margin-right:5px;margin-left:10px;
    margin-top:15px;
    text-align:center;
    font-size:15px;
    font-weight:bold;
    color:#686868;
    cursor:pointer;
}

.containerSelf{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0px;

}
.imageLogo{
    margin-top: 15px;
    width: 319px;
    height: 58px;
}
.header{
    height: 110px;
    padding-top:10px;
    width:1200px;margin-left:auto;margin-right:auto;

}
.header .col-md-6{

}
.header .searchSpan{
    height: 32px;
    width: 48px;
    background-color: #C21101;
    position: absolute;
    right: 1px;
    line-height: 32px;
    text-align: center;

}
.header .searchSpan img{
    width: 20px;
    height:20px;
    margin-top: -5px;
}
.search{
    margin-top: 30px;
    width:307px;
    height: 46px;
    position: relative;
    margin-left: 50px;
    display: inline-block;

}
.searchInput{
    width: 297px;
    height: 32px;
    border: 1px solid #E7E6E2;
    padding-left: 18px;
    outline: none;
    line-height:31px;
    transition-duration: 0.2s;background: rgba(255, 255, 255, 0.2);
}
.sheng{
    position: relative;
    padding-left: 32px;
    width: 80px;
    height: 50px;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #555;
    cursor: pointer;
    top:10px;
}
.triangle{
    width: 22px;
    position: absolute;
    top: 2px;
    right: -4px;
    height: 22px;
    transition:0.5s;
    -moz-transition:-moz-transform 0.5s; /* Firefox 4 */
    -webkit-transition:-webkit-transform 0.5s; /* Safari and Chrome */
    -o-transition:-o-transform 0.5s; /* Opera */
}
.triangle:hover{
    -moz-transform:rotateZ(360deg);
    -webkit-transform:rotateZ(360deg);
    -o-transform:rotateZ(360deg);
    transform:rotateZ(360deg);
}
.secondDiv{
    width: 820px;
    height: 450px;
    position: absolute;
    background-color: #ffffff;
    border-radius: 10px;
    top: 85px;
    left: 280px;
    z-index: 10001;
    padding: 20px 20px;
    box-shadow:0 0 30px #000;
    display: none;
}

/*111*/
/*.secondDiv{*/
    /*position: relative;*/
    /*border: #cccccc solid 1px;*/
    /*border-radius: 3px;*/
/*}*/
.secondDiv:before{
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -16px;;
    left:240px;
    padding:0;
    border-bottom:8px solid #FFFFFF;
    border-top:8px solid transparent;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    display: block;
    content:'';
    z-index: 12;
}
.secondDiv:after{
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -18px;
    left:240px;
    padding:0;
    border-bottom:9px solid #cccccc;
    border-top:9px solid transparent;
    border-left:9px solid transparent;
    border-right:9px solid transparent;
    display: block;
    content:'';
    z-index:10
}
/*222*/
.sanjiaosanjiao{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #ffffff;

    position: absolute;
    left: 355px;
    top:68px;
}
.titleProvince{
    color: #e84a59;
    font-size: 16px;
    width: 100px;
    display: inline-block;
    padding: 0px 0px 6px 0px;
}
.secondDiv .col-md-12{
    width: 100%;
}
.linePro1,.linePro2,.linePro3{
    /*margin-top: 20px;*/

}
.linePro3::after{
    width: 100%;
    content: "";
    position: absolute;
    height: 1px;
    background-color: #e6e6e6;
    top: 100px;
    left: 0px;
}
.linePro::after{
    width: 100%;
    content: "";
    position: absolute;
    height: 1px;
    background-color: #e6e6e6;
    top: 46px;
    left: 0px;
}
.linePro1::after{
    width: 100%;
    content: "";
    position: absolute;
    height: 1px;
    background-color: #e6e6e6;
    top: 162px;
    left: 0px;
}
.linePro2::after{
    width: 100%;
    content: "";
    position: absolute;
    height: 1px;
    background-color: #e6e6e6;
    top: 130px;
    left: 0px;
}
.mostPro{
    padding: 0px;
    width: 720px;
    height: 100px;
}
.mostPro1{
    padding: 0px;
    /*width: 710px;*/
    height: 90px;
}
.mostPro ul{

    padding: 0px;
}
.mostPro ul li{
    float: left;
    line-height: 36px;
    padding: 0px 10px;
    margin-left: 16px;
    height: 36px;
    list-style: none;
    cursor: pointer;
}
/*.mostPro ul li:hover{*/
    /*background-color: #eb2a2d;*/
    /*color: #ffffff;*/
/*}*/
.titleProvince + span{
    /*width: 116px;*/
    line-height: 38px;
    height: 38px;
}
.redBg{

    background-color: #eb2a2d;
    color: #ffffff !important;
    cursor: pointer;

}
.redBg1{
    width: 116px;
}
.redBg li{
    color: #333;
}
.chanye{
    margin-top: 20px;
}

.searchInput::placeholder{
    color: #a4a4a4;
    font-size: 12px;
}
#logincontain{
    color: #0164ba;
    display: inline-block;

    top: 20px;
    right: 12px;
    width:80px;height:35px;
    text-align:right;
}

#logincontain:hover > #master_wxpanel
{
    display:block;
    margin-top:40px;
    z-index:9999;
    text-align:left;
    margin-left:-235px;
    position:absolute;
}
#master_wxpanel
{
    width:315px;height:190px;padding:10px;
    text-align:left;
    display:none;
    background-color:#f2f2f2;
    box-shadow: 0 0 8px #ccc;
    background: #fff;
    transition-duration: 0.5s;
    background: rgba(255, 255, 255, 0.5);  
    border-radius:10px;
}

.logincontain .logintxt::after{
    position: absolute;
    content: "";
    width: 2px;
    height: 15px;
    background-color: #0164ba;
    margin-left: 6px;
    margin-top: 3px;
}
.logincontain .logintxt{
   margin-right: 10px;
   cursor: pointer;
}
.register{
    margin-left: 4px;
    cursor: pointer;
}
.menuContain{
    width: 100%;
    list-style: none;
    height: 48px;
    margin-top:140px;
}
.menuContain tr th{
    line-height: 30px;
    color: #555;
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: bold;
    text-align: center;
}
.menuContain tr th a{
    line-height: 30px;
    color: #555;
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: bold;
    text-align: center;
}

.paddingIndex{
    padding-left: 0px;
    border-bottom: 2px solid #323233;
    border-color: transparent;
}
.menuContain th:hover{
    color:#0164ba;
    cursor: pointer;
    border-bottom: 2px solid #0164ba;
}
.menuContainH{
    color:#0164ba;
    cursor: pointer;
    border-bottom: 2px solid #0164ba;
}
.menuContain th:hover a{
    color:#0164ba;
    cursor: pointer;

}
#carousel-example-generic{
    width: 100%;
    height: 338px;
    overflow: hidden;
    margin-top: 10px;
    z-index: 100;
}

.carousel-inner img{

    background-size: 100% 100%;
}
.carousel-inner{
    width: 100%;
    height: 338px;
}
.carousel-indicators .active {
    width: 26px;
    height: 8px;
    background-color: #fff;
    margin-bottom: 2px;
}
.content1,.content2,.content3{
    /*width: 374px;*/
    /*border: 1px solid #555555;*/
}
.content1{
    /*margin-right: 39px;*/
}

.content3{
    /*margin-left: 39px;*/
}
.sleMenu{
    padding: 0px;
    list-style: none;
    width: 100%;
    height: 26px;
}
.sleMenu li{

    color: #0164ba;
    font-size: 16px;
    text-align: center;
    margin-top: -2px;

    height: 32px;
    z-index: 10000;
}
.sleMenu li:hover{
    color:#0164ba;
    cursor: pointer;
    border-bottom: 2px solid #0164ba;

}
.sleMenu::after{
    position: absolute;
    content: "";
    width: 94%;
    height: 2px;
    background-color: #E2E2E2;
    top:28px;
    left: 15px;
    z-index: 0;
}
.imagesDiv{
    position: relative;
    /*width: 352px;*/
    /*height: 170px;*/
    cursor: pointer;
}
.imagesDiv img{
    width: 100%;
    height: 100%;

}
.imagesDiv div{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 26px;
    background:rgba(2,2,2,0.6);
    color: #ffffff;
    padding-left: 8px;
    line-height: 26px;
    -moz-user-select:none; /*火狐*/
    -webkit-user-select:none; /*webkit浏览器*/
    -ms-user-select:none; /*IE10*/
    -khtml-user-select:none; /*早期浏览器*/
    user-select:none
}
.contentRow{
    height: 390px;



}

/*动画效果*/
.anDiv{
    width: 100px;
    height: 120px;
    overflow: hidden;
    position: relative;
    float:left;
    color: #666666;
    margin-left: 10px;
    margin-right:20px;
    /*margin-right: 4px;*/
    -webkit-transition:  all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
     text-align:center;
     padding-top:20px;
}
.anDiv span{
    width: 120px;
    height: 24px;
    overflow: hidden;
    color:#666666;
    font-size:16px;
    text-align:center;
}
.anDiv:hover{
    cursor: pointer;
    z-index:999;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    background-color:White;
    box-shadow: 0 0 10px #ccc;
    background: #fff;
    transition-duration: 0.5s;
    background: rgba(255, 255, 255, 0.5);  
}

/*矩阵首页单个效果*/
.jz_info{
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: relative;
    float:left;
    color: #666666;
    margin-left: 10px;
    margin-right:20px;
    /*margin-right: 4px;*/
    -webkit-transition:  all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
     text-align:center;
     padding-top:20px;
}
.jz_info span{
    width: 120px;
    height: 24px;
    overflow: hidden;
    color:#666666;
    font-size:16px;
    text-align:center;
}
.jz_info:hover{
    cursor: pointer;
    z-index:999;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    background-color:White;
    box-shadow: 0 0 10px #ccc;
    background: #fff;
    transition-duration: 0.5s;
    background: rgba(255, 255, 255, 0.5);  
}

.dyuan
{
 color:#916640;font-size:14px;margin-bottom:-6px;font-weight:bold;height:15px;margin-right:10px;float:left;
 }
 .dyuan_right
 {
 width:485px;float:left;white-space:nowrap;overflow: hidden;text-overflow:ellipsis;    
 }
  .dyuan_right3
 {
 width:100%;float:left;white-space:nowrap;overflow: hidden;text-overflow:ellipsis;   
 line-height:25px; 
 }
 .dyuan_right2
 {
 width:76px;float:left;white-space:nowrap;overflow: hidden;
 margin-left:6px;font-size:13px;
 }
.ulList{
    margin-top: 10px;
    list-style: none;
    padding: 0px;
    font-size: 15px;
    color: #6f6f6f;
    overflow: hidden;
}

.ulListbumen{
    margin-top: 20px;
    list-style: none;
    padding: 0px;
    font-size: 15px;
    color: #6f6f6f;
    overflow: hidden;
}

.ulList li{
    line-height: 39px;
    height:39px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    cursor: pointer;
    font-weight:500;
}
.ulList li:hover{
    color: #0164ba;
}
.titleSpan{
    color: #0164ba;
    font-size: 16px;
    margin-top: -2px;
    display: inline-block;
}
.titleSpan::after{
    position: absolute;
    content: "";
    width: 97%;
    margin-left:13px;
    height: 2px;
    background-color: #E2E2E2;
    top:28px;
    left: 0px;
    z-index: 0;
}
.firstRow{
    height: 332px;
    overflow: hidden;
}
.rowrowFirst{
    margin: 0 auto;
    text-align: center;
}
.menu_line::after{
    left: 0px;
}
.lastRow{
    position: relative;
    margin-top: 26px;
    height: 334px;
    overflow: hidden;

}
.firstRow .col-md-4{
    /*width: 120px;*/
    margin: 0 auto;
    height: 94px;
    padding: 0px;
}
.firstList li{
    height: 34.5px;
}
.firstRow .col-md-4 img{
    width: 70px;
    height: 70px;
    cursor: pointer;
    display: inline-block;

}
.firstRow .col-md-4 span{
    color: #5c5c5c;
    font-weight: 600;
    display: inline-block;
}
.imgRow{
    margin-top: 20px;
}
.lastList li{
    height: 44px;
}
.videoImg{
    position: relative;
    width: 170px;
    height: 104px;
    cursor: pointer;
}
.boImg{
    position: absolute;
    top: 42px;
    left: 86px;
    width: 26px;
    height: 26px;
    cursor: pointer;
}
select::-ms-expand { display: none; height:auto;}
.slebottom{
    appearance:none;-moz-appearance:none;-webkit-appearance:none;
    -ms-appearance:none;
    background:url(../image/down.png)  no-repeat 320px center;padding-right:10px;
    border:none;
    color: #8e8e8e;
    font-size: 15px;
    background-size: 38px 38px;
    outline: none;
    background-color: #f8f8f8;
    /*兼容IE*/
    background-color: #f8f8f8\9\0;
    width: 358px;
    height: 38px;
    padding-left: 14px;
    background-color:#EEEEEE;
    margin-left:8px;

}
.slebottom option{
   border: none;
   line-height:30px;
   height:30px;
}

.fridly{
    font-size: 18px;
    color: #555555;
    margin-left: 16px;
    margin-bottom: 20px;

}
.slebottom option{
    outline: none;
    border: none;
    height:30px;
    line-height:30px;
}
.fo{
    font-size: 13px;
    color: #555555;
    margin-bottom: 20px;
    margin-top: 30px;
}

.numPerson{
    color: #761c19;
    font-weight: bold;
}
.footer{
    margin: 0px auto;
    text-align: center;
    width:100%;background-color: #e2e2e2;
    overflow: hidden;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    height:156px;
    line-height:25px;

}
.container-fluid{
    padding: 0px;
}
.marginT{
    margin-top: 20px;
}
.contentNews{
    margin-top: 10px;
}
.footerImg{
    display: inline-block;
    margin-bottom: 20px;
    margin-top:-10px;
}
.area{
    position: absolute;
    top: 115px;
    left: 0px;
    display: none;
    z-index: 99;
}

.firstRow .anDiv:hover{
    cursor: pointer;
    z-index:999;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.menuA{
    text-decoration:none;
    color: #555;
}
/*.menuA:link{*/
    /*color: #555;*/
/*}*/
/*!*.menuA:visited{*!*/
    /*!*color: #81cbcc;*!*/
/*!*}*!*/
/*.menuA:hover{*/
    /*color: #0164ba;*/
/*}*/
/*.menuA:active{*/
    /*color: #761c19;*/
/*}*/
