.menu li {
    width: 148px;
    float: left;
    color: #555555;
    text-align: center;
    display: list-item;
}

.menu li .nav_a {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 62px;
    color: #fff;
}

.menu li .nav_a:hover,
.menu ul li .current {
    font-size: 18px !important;
    color: #000 !important;
    font-weight: bold;
}

.menu li .nav_a span {
    display: block;
    position: absolute;
    bottom: -20px;
    width: 0px;
    left: 50%;
    margin-left: 0;
    height: 2px;
    background: #db3021;
    transition: all 0.3s;
}

.menu li .nav_a:hover span,.menu li .current span {
    width: 70px !important;
    margin-left: -35px !important;
    transform: translateY(-20px);
}

.down .menu li .current span { display: none; }

       .sea_in{width:260px; height:40px; overflow: hidden; margin-top:10px;}
        .inp01{width:170px;height:40px;line-height:40px;background:url(../images/s.gif) no-repeat;border:none; color:#333;font-size:12px;padding-left:10px; float: left;font-family:"Microsoft Yahei"; float: left;}
        .inp02{background:url(../images/ss.gif) no-repeat;width:60px;height:40px;border:0; float: left;}

/*sub_menu*/

.sub_menu {
    width: 100%;
    height: 0;
    background: #f7f7f7;
    border-bottom: 0 solid #e70014;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 120px;
    z-index: 999;
    transition: all 0.5s;
    display: block;
}

.sub_down {
    top: 72px;
}

.menu li:hover .sub_menu {
    height: auto !important;
    padding: 50px 0;
    border-bottom: 9px solid #e70014 !important;
}

.sub_box {
    width: 1140px;
    height: auto;
    margin: 0 auto;
    font-size: 16px;
    color: #676767;
}
.sub_box dd{line-height: 18px}
.sub_lf {
    width: 356px;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
    float: left;
}

.sub_md1 {
    width: 317px;
    padding: 0 40px;
    box-sizing: border-box;
    border-right: 1px solid #e1e1e1;
    float: left;
}

.sub_md2 {
    width: 317px;
    padding: 0 40px;
    box-sizing: border-box;
    border-right: 1px solid #e1e1e1;
    float: left;
}

.sub_rt {
    width: 150px;
    box-sizing: border-box;
    float: left;
}

.sub_lf {
    text-align: left;
}

.sub_lf .tit {
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
    text-align: left;
    margin-bottom: 40px;
    color: #c30e23;
}

.sub_lf .des {
    line-height: 36px;
    color: #242424;
    text-align: left;
}

.sub_md .tit {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    text-align: left;
    margin: 20px 0 10px 0;
    color: #e70014;
}

.sub_md .des {
    font-size: 14px;
    line-height: 22px;
    color: #676767;
    text-align: left;
}

.sub_lf .tit a,
.sub_md .tit a {
    color: #c30e23;
}

.sub_rt {
    line-height: 30px;
}

.sub_rt a {
    font-size: 16px;
    margin: 10px auto;
    line-height: 35px;
    padding: 0 10px;
    border-radius: 5px;
    color: #676767;
    display: inline-block;
}

.sub_rt a:hover {
    background: #e70014;
    color: #fff;
}

#menu_pro {
   
    width: 1300px;
}

#menu_pro dl {
    width: 285px;
    padding: 0 10px 0 30px;
    height: auto;
    overflow: hidden;
    display: block;
    float: left;
    text-align: left;
}

#menu_pro dl dt {
    margin: 30px 0 10px 0;
}

#menu_pro dl dt a {
    display: inline-block;
    color: #e70014;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    font-weight: bold;
}

#menu_pro dl dd a {
    display: inline-block;
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    height: 26px;
}

#menu_pro dl dt a:hover {
    color: #c30e23;
    transform: translateX(10px);
}

#menu_pro dl dd a:hover {
    color: #f00;
    transform: translateX(10px);
}

#menu_pro dl dd  span{color: #f00}

#menu_search {
    width: 823px;
}


.search {
    width: 823px;
    height: 50px;
    margin: 0 auto;
    display: block;
    vertical-align: middle;
}

.search .in_text {
    border: medium none;
    color: #aaa;
    float: left;
    height: 28px;
    width: 708px;
    background: none;
    font-size: 16px;
    padding: 10px 20px;
    transition: all 0.5s;
    border: 1px solid #eaeaea;
    border-right: none;
    background: #fff;
}

.search .so {
    background: #f00;
    color: #fff;
    border: medium none;
    float: right;
    width: 74px;
    height: 50px;
    cursor: pointer;
}

#search_key {
    margin-top: 20px;
    width: 42%;
    height: 200px;
    text-align: left;
    float: left;
    line-height: 42px;
}

#search_key dt {
    font-size: 18px;
    color: #5b5858;
}

#search_key dd {
    font-size: 14px;
    color: #9e9c9c;
    width: 50%;
    display: block;
    float: left;
}

#search_more {
    margin-top: 20px;
    width: 48%;
    height: 200px;
    text-align: left;
    float: right;
    line-height: 47px;
}


#search_key dt {
    font-size: 18px;
    color: #5b5858;
}

#search_more dd {
    width: 180px;
    height: 47px;
    float: left;
    margin: 5px;
}

#search_more dd a {
    width: 180px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    display: block;
    background: #e70014;
    color: #fff;
    font-size: 16px;
}

#search_more dd a:hover {
    background: #000;
}


#search_more dd a i {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}


#menu_map {
    
    width: 1200px;
}

#menu_map dl {
    width: 170px;
    padding: 0 35px;
    height: auto;
    overflow: hidden;
    display: block;
    float: left;
    text-align: left;
}

#menu_map dl dt {
    margin: 10px 0;
}

#menu_map dl dt a {
    display: inline-block;
    color: #e70014;
    font-size: 20px;
    line-height: 30px;
    height: 30px;
    font-weight: bold;
}

#menu_map dl dd a {
    display: inline-block;
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    height: 26px;
}

#menu_map dl dt a:hover {
    color: #f00;
    transform: translateX(10px);
}

#menu_map dl dd a:hover {
    color: #f00;
    transform: translateX(10px);
}






/*page_sub_menu*/

#page_sub_menu {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: auto;
    z-index: 1;
    margin-top: -30px;
    border: 1px solid #ccc;
    background: #fff;
}

.page_sub_down {
    position: fixed !important;
    padding: 5px 0 0 0 !important;
    top: 62px;
    left: 0;
    margin-top: 0 !important;
    border: none !important;
    width: 100% !important;
    background: #f7f7f7 !important;
    border-bottom: 1px solid #e1e2e3 !important;
}

.page_sub_down a {
    padding: 0 !important;
    font-size: 15px !important;
}

#page_sub_menu ul {
    width: 1200px;
    margin: 0 auto;
}

.subMenu li {
    text-align: center;
    font-size: 18px;
    color: #777777;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
}

.page_sub_down li {
    border-right:none;
}

.subMenu li:last-child {
    border-right: none;
}

.subMenu li a {
    padding: 10px 0;
    line-height: 47px;
    color: #777777;
    display: block;
}

.subMenu li a:hover,
.subMenu .current a {
    background: #e70014;
    color: #fff !important;
}

.about_sub li {
    width: 171px;
}

.fwzc_sub li {
    width: 133px;
}

.network_sub li {
    width: 400px;
}


.news_sub li {
    width: 171px;
}