#Head {
    width: 100%;
    height: 56px;
    line-height: 56px;
    background: #1e63b1;
}

#Head .main {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
}

#Head .main ul {
    display: inline-block;
}

#Head .main li {
    font-size: 15px;
    padding: 0 10px;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
}
.jiahao{
    font-size: 20px !important;
    padding: 0 0 0 20px !important;
}
.jiahao:hover{
    background: rgba(255, 255, 255, 0) !important;
}
.jiahao:hover::before{
    border: 0;
    border-color: rgba(255, 255, 255, 0) !important;
}
#Head .main li:hover {
    background: rgba(255, 255, 255, 0.2);
}

#Head .main #Signin {
    font-size: 24px;
    text-align: center;
    display: inline-block;
    height: 56px;
    width: 100px;
    float: right;
}

#Head .main .Choice::before {
    display: inline-block;
    vertical-align: top;
    content: "";
    height: 3px;
    width: 100%;
    bottom: 0;
    position: absolute;
    border-bottom: 3px solid #4f99ec;
    box-sizing: border-box;
    right: 0;
}

#Head .main li:hover::before {
    display: inline-block;
    vertical-align: top;
    content: "";
    height: 3px;
    width: 100%;
    bottom: 0;
    position: absolute;
    border-bottom: 3px solid #4f99ec;
    box-sizing: border-box;
    right: 0;
}

#Head .main #Signin span {
    display: inline-block;
    width: 42px;
    font-weight: bold;
    cursor: pointer;
}


#Crumbs {
    width: 100%;
    height: 56px;
    line-height: 56px;
}

#Crumbs .main {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    margin-top: 20px;
    font-size: 0;
}
#Crumbs .main #search {
    position: absolute;
    right: 0;
    height: 70px;
    width: 390px;

}

#Crumbs .main #logo {
    display: inline-block;
    width: 260px;
    height: 70px;
    vertical-align: top;
    cursor: pointer;
}



#Crumbs .main #route {
    height: 70px;
    line-height: 70px;
    display: inline-block;
    font-size: 15px;
    color: #000;
    vertical-align: top;
    margin-left: 10px;
    width: 500px;
}

#Crumbs .main #route img {
    height: 33px;
    margin-top: 18px;
}



#Crumbs .main #search input {
    width: 240px;
    height: 40px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    display: inline-block;
    margin: 15px 0 0 80px;

}

#Crumbs .main #search div {
    display: inline-block;
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #1e63b1;
    margin: 15px 0 0 0;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

/* center */
.center{
    width: 100%;
      padding-bottom: 20px;
    margin: 0 auto;
    padding-top: 20px;
    background-color: #fafafa;
}
.center .c_center{
    width: 1200px;
    margin: 0 auto 20px auto;
}
.center .c_center .cc_center{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
  	background: #f1f1f1;
}
.center .c_center .cc_center:hover h6{
    color: #1e63b1;
}
.center .c_center .cc_center .ccc_left{
    width: 800px;
    height: 340px;
  overflow:hidden;
}
.center .c_center .cc_center .ccc_right{
    position: relative;
    width: 380px;
    height: 340px;
      padding: 13px 13px 13px 0px;
    box-sizing: border-box;
}
.center .c_center .cc_center .ccc_right h5{
    width:52px;
    height: 40px;
    text-align: center;
    line-height: 35px;
    color: #1e63b1;
    font-size: 22px;
    border-bottom: 2px solid #1e63b1;
    margin-bottom: 16px;
}
.center .c_center .cc_center .ccc_right h6{
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
	cursor:pointer;
}
.center .c_center .cc_center .ccc_right p{
    font-size: 18px;
    line-height: 39px;
    color: #333333;
}
.center .c_center .cc_center .ccc_right .cr_dibu{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    width: 361px;
    position: absolute;
    bottom: 13px;
}
.center .c_center .cc_center .ccc_right .cr_dibu p img{
    vertical-align: top;
    margin-right: 10px;
    height: 19px;
    
}
.center .c_center .cc_center .ccc_right .cr_dibu p{
    line-height: 20px;
    font-size: 16px;
    color: #4f4f50;
}
.center .c_center .cc_center .ccc_right .cr_dibu .cnduct{
    color: #ff6c0a;
}
.fenxiang {
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.reweima {
    position: absolute;
    right: 0;
    background-color: #fff;
    display: none;
    width: 222px;
    border: 1px solid;
    padding: 33px 20px 20px 20px;
    font-size: 16px;
    /* position: relative; */
}
#Crumbs .main #route img {
    height: 33px;
    margin-top: 18px;
}