﻿*{
    margin: 0;
    padding: 0;
    font-family: 微软雅黑;
    text-decoration:none;
    list-style:none;
}
a:hover{text-decoration: none;}
img{border:none;vertical-align: top; }
.clear{
    clear: both;
}
.clear:after{
    content: '';
    display: block;
    clear: both;
}
.left{
    float: left;
}
.right{
    float: right;
}
.fl {
    float: left;
}
.float-right-box .top-list .ico3{
    background: url(ico_60.png) no-repeat center #222222;
}
.banner img{
    width: 100%;
    height: auto;
}
.index_top_box{
    width: 100%;
    height: 80px;
}
.index_top{
    width: 1200px;
    height: 44px;
    padding: 18px 0;
    margin: 0 auto;
    line-height: 46px;
}
.index_top:after{
    content: '';
    display: block;
    clear: both;
}
.index_top .log{
    float: left;
}
.index_gong{
    margin-left: 10px;
}
.index_gao{
    float: right;
}
.index_gao img{
    margin-right: 10px;
}
.index_phone{
    float: right;
    margin-left: 20px;
}
.index_header{
    width: 100%;
    background: #006dba;
}
.index_header_nav{
    width: 1200px;
    margin: 0 auto;
}
.index_header_nav>ul:after{
    content: '';
    display: block;
    clear: both;
}
.index_header_nav>ul>li{
    float: left;
    width:12.25%;
    height: 56px;
    position: relative;
}
.index_header_nav>ul>li>a{
    display: block;
    height: 100%;
    line-height: 56px;
    text-align: center;
    color: #fff;
    font-family: 微软雅黑;
    font-size: 16px;
}
.index_header_nav>ul>li:hover{
    background:#044777;
}
.index_header_nav>ul>li:hover>a{
    background: url("nav_ioc.png") no-repeat;
    background-position: 130px;
}
.index_header_nav>ul>li>a.on{
    background: url("nav_ioc.png") no-repeat;
    background-position: 130px;
}
/*二级菜单*/
.index_header_nav>ul>li>ul{
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 56px;
    background: #006dba;
    display: none;
}
.index_header_nav>ul>li>ul>li{
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.index_header_nav>ul>li>ul>li>a{
    display: block;
    color: #fff;
    font-size: 14px;
}
.index_header_nav>ul>li>ul>li:hover{
    background: #044777;
}
/*首页轮播*/
.slideBox{
    position: relative;
}
.bd{
    width: 100%;
    overflow: hidden;
}
    /*.nav ul{*/
        /*width: 400%;*/
    /*}*/
    /*.nav ul li{*/
        /*width: 25%;*/
        /*float: left;*/
    /*}*/
.bd ul li img{
    width: 100%;
    height: auto;
}
/*按钮*/
.slideBox .hd{
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -53px;
}
.slideBox .hd ul:after{
    content: '';
    display: block;
    clear: both;
}
.slideBox .hd ul{
    width: 100%;
}
.slideBox .hd ul li{
    width: 20px;
    height: 20px;
    float: left;
    margin-left: 20px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}
.slideBox .hd ul li:first-child{
    margin-left: 0;
}
.slideBox .hd ul li.on{
    background: #eeeb00;
}
/*首页产品中心模块*/
.index_product{
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}
.index_product:after{
    content: '';
    display:block;
    clear: both;
}
.index_product_nav{
    float: left;
    width: 260px;
    border: 1px solid #eee;
}
.index_product_nav_title{
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    font-family: '微软雅黑';
    font-size: 22px;
    color: #333333;
}
.index_product_nav_title span{
    color: #006dba;
    font-weight: bold;
    font-size:32px;
}
.index_product_nav_list>ul>li{
    width: 260px;
    margin: 0 auto;
}
.index_product_nav_list>ul>li>a{
    display: block;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    background:url("index_pro_ioc.png") no-repeat;
    background-position: center center;
}
.index_product_nav_list>ul>li>ul>li{
    height: 56px;
    border-bottom: 1px solid #eee;
}
.index_product_nav_list>ul>li>ul>li:last-child{
    border-bottom: 0;
}
.index_product_nav_list>ul>li>ul>li>a{
    display: block;
    line-height: 56px;
    text-align: center;
    color: #333333;
    font-size: 16px;

}
.index_product_nav_list>ul>li>ul>li>a.on{
    color: #006dba;
}
.index_product_nav_list>ul>li>ul>li>a:hover{
    color: #006dba;
}
.index_product_list{
    float: right;
    width: 895px;
    margin-top: 2px;
}
.index_product_list_title{
    font-size: 26px;
    color: #404040;
    text-align: center;
    margin-bottom: 70px;
}
.index_product_list_title span{
    border-bottom: 1px solid #404040;
    padding-bottom: 5px;
}
.index_product_lis{
    margin-top: 48px;
}
.index_product_lis ul li{
    float: left;
    width: 276px;
    height: 303px;
    border: 1px solid #d8dddf;
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}
.index_product_lis ul li a{
    display: block;
    height: 100%;
}
.index_product_lis_img{
    height: 220px;
    position: relative;
}
.index_product_lis_img img{
    width: 95%;
    height: 95%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.index_product_lis_title{
    font-size: 16px;
    text-align: center;
    color: #333333;
    line-height: 230%;
}
.index_product_lis_center{
    border-top:1px solid #d8dddf;
    color: #b2b2b2;
    font-size: 12px;
    text-align: center;
    line-height: 170%;
    padding: 0 10px;
}
.pro_zhe{
    position: absolute;
    top: -100%;
    height: 100%;
    width: 100%;
    background:rgba(0,0,0,0.5);
}
.pro_zhe_title{
    margin-top: 120px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.pro_zhe_botton{
    width: 120px;
    margin: 0 auto;
    height: 32px;
    line-height: 30px;
    border: 1px solid #fff;
    border-radius: 30px;
    text-align: center;
    margin-top: 20px;
}
.pro_zhe_botton span{
    color: #fff;
}
.index_hr{
    margin-top: 20px;
}
.index_hr img{
    width: 100%;
}
/*首页工程案例模块*/
.index_case{
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}
.index_case_top:after{
    display: block;
    content: '';
    clear: both;
}
.index_case_top .index_case_title{
    font-size: 26px;
    color: #404040;
    font-weight: bold;
}
.index_case_top .index_case_title e{
    border-bottom: 1px solid #404040;
    padding-bottom: 10px;
}
.index_case_top .index_case_hrf{
    float: right;
    font-size: 16px;
    color: #006dba;
    margin-top: 10px;
}
.index_case_top .index_case_text{
    margin-left: 25px;
    color: #4c4c4c;
    font-size: 20px;
    cursor: pointer;
}

.index_case_list{
    margin-top: 40px;
    display: none;
}
.index_case_list.case{
    display: block;
}
.index_case_list.case ul li{
    width: 278px;
    height: 230px;
    margin-right: 30px;
    margin-bottom: 20px;
}
.index_case_list.case ul li .index_case_list_title{
    line-height:40px;
    font-size: 16px;
}
.index_case_list.case ul li .index_case_list_img{
    height: 190px;
}
.index_case_list.case ul li .index_case_zhe{
    height: 190px;
}
.index_case_zhe  p{
    padding: 15px;
    color: #fff;
    margin-top: 30px;
    line-height: 170%;
    font-size: 12px;
    text-align: justify;
}
.index_case_list ul:after{
    content: '';
    display: block;
    clear: both;
}
.index_case_list ul li{
    width: 360px;
    height: 316px;
    float: left;
    margin-right: 60px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.index_case_list ul li:hover .index_case_list_title{
    color: #006dba;
}
.index_case_list ul li a{
    display: block;
}
.index_case_list_img{
    height: 250px;
    position: relative;
}
.index_case_list_img img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.index_case_list_title{
    text-align: center;
    color: #353535;
    font-size: 18px;
    line-height: 66px;
}
.index_case_zhe{
    background: rgba(0,0,0,0.5);
    position: absolute;
    height: 250px;
    width: 100%;
    top: -100%;
}

/*首页服务模块*/
.index_service{
    width: 1200px;
    margin: 0 auto;
}
.index_service_list{
    margin-top: 40px;
}
.index_service_list ul:after{
    content: '';
    display: block;
    clear: both;
}
.index_service_list ul li{
    float: left;
    height: 300px;
    width: 360px;
    margin-right: 60px;
}
.index_service_list ul li a{
    display: block;
}
.index_service_list ul li:hover .index_service_title{
    color: #4c4c4c;
}
.index_service_img{
    position: relative;
    width: 130px;
    height: 130px;
    margin: 0 auto;
}
.index_service_img .mou{
    display: block;
}
.index_service_img .hos{
    display: none;
}
.index_service_img img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.index_service_title{
    font-size: 18px;
    color: #006dba;
    margin-top: 40px;
    text-align: center;
}
.index_service_text{
    color: #666;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    line-height: 170%;
}
.title{
    font-size: 26px;
    color: #404040;
    text-align: center;
    margin-top: 40px;
    font-weight: bold;
}
.title span{
    border-bottom: 1px solid #404040;
    padding-bottom: 10px;
}
/*首页解决方案模块*/
.index_plan{
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    overflow: hidden;
    position: relative;
}
.index_plan_list ul:after{
    content: '';
    display: block;
    clear: both;
}
.index_plan_list ul li{
    width: 280px;
    height: 296px;
    float: left;
    margin-right: 24px;
    border-bottom: 1px solid #b7b7b7;
    position: relative;
    overflow: hidden;
}
.index_plan_list.plan ul li{
    margin-bottom: 30px;
    width: 282px;
}
.index_plan_list ul li:hover .index_plan_title{
    color: #006dba;
}
.index_plan_list ul li:hover{
    border-bottom: 1px solid #006dba;
}
.index_plan_list ul li a{
    display: block;
}
.index_plan_img{
    height: 227px;
    position: relative;
}
.index_plan_img img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.plan_bir{
    text-align: center;
    color: #4c4c4c;
    font-size: 12px;
}
.index_plan_title{
    text-align: center;
    color: #4c4c4c;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.plan_zhe{
    position: absolute;
    top: -100%;
    width: 100%;
    height: 227px;
    background: rgba(0,0,0,0.5);
}
.plan_zhe p{
    padding: 15px;
    color: #fff;
    margin-top: 30px;
    line-height: 170%;
    font-size: 12px;
    text-align: justify;
}
/*首页新闻中心模块*/
.index_news{
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}
.index_news:after{
    content: '';
    display: block;
    clear: both;
}
.index_news_top .index_news_title{
    font-size: 26px;
    color: #404040;
    font-weight: bold;
}
.index_news_top .index_news_title e{
    border-bottom: 1px solid #404040;
    padding-bottom: 10px;
}
.index_news_top .index_news_text{
    margin-left: 25px;
    color: #4c4c4c;
    font-size: 20px;
    cursor: pointer;
}
.index_news_main{
    width: 715px;
    float: left;
    margin-top: 30px;
    display: none;
}
.index_news_list{
    width: 306px;
    margin-right: 30px;
    float: left;
}
.index_news_img{
    height: 160px;
    position: relative;
}
.index_news_img img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.index_news_lis{
    margin-top: 15px;
}
.index_news_lis ul li{
    height: 56px;
    border-bottom: 1px dashed #a2a2a2;
}
.index_news_lis ul li:hover a{
    color: #006dba;
}
.index_news_lis ul li:hover time{
    color: #006dba;
}
.index_news_lis ul li a{
    display: block;
    height: 100%;
    line-height: 56px;
    font-size: 16px;
    color: #262626;
}
.index_news_lis ul li a time{
    font-size: 14px;
    color: #a2a2a2;
    float: right;
}
.index_news_lis ul li a:after{
    content: '';
    display: block;
    clear: both;
}
.index_news_right{
    width:378px;
    float: right;
}
.index_news_right_top{
    height: 160px;
}
.index_news_right_top>a{
    display: block;
}
.index_news_right_title{
    font-size: 16px;
    color: #262626;
}
.index_news_right_title:after{
    content: '';
    display: block;
    clear: both;
}
.index_news_right_top:hover .index_news_right_title{
    color: #006dba;
}
.index_news_right_text{
    font-size: 14px;
    line-height:200%;
    color: #999999;
    text-align: justify;
}
.index_news_right_text:after{
    content: '';
    display: block;
    clear: both;
}
.index_news_right_text span{
    float: right;
    color: #006dba;
}
.index_news_right_title time{
    float: right;
}
.index_news_questions{
    float: right;
    width: 434px;
    margin-top: 30px;
    background: #f2f2f2;
}
.index_news_title{
    color: #006dba;
    font-size: 20px;
    margin-left: 20px;
    margin-top: 20px;
}
.index_news_title span{
    color: #bfbfbf;
    font-size: 16px;
}
.index_news_questions_list{
    margin-left: 20px;
    margin-top: 10px;
}
.index_news_questions_list ul li{
    height: 83px;
    border-bottom:1px solid #e5e5e5;
    font-size: 14px;
    color: #999999;
    margin-bottom: 12px;
    width: 370px;
}
.index_news_questions_list ul li:hover .index_news_wen_rig{
    color: #006dba;
}
.index_news_questions_list ul li a{
    display: block;
}
.index_news_questions_list ul li a:after{
    content: '';
    display: block;
    clear: both;
}
.index_news_wen:after{
    content: '';
    display: block;
    clear: both;
}
.index_news_wen .index_news_wen_lef{
    color: #fff;
    float: left;
    background: #006dba;
    font-size: 16px;
    padding: 2px;
    margin-right: 10px;
}
.index_news_wen_rig{
    font-size: 16px;
    color: #333333;
    float: left;
}
.index_news_answer{
    margin-top: 10px;
}
.index_news_answer:after{
    content: '';
    display: block;
    clear: both;
}
.index_news_answer_lef{
    color: #fff;
    float: left;
    background: #ced046;
    font-size: 16px;
    padding: 2px;
    margin-right: 10px;
}
.index_news_answer_rig{
    font-size: 14px;
    color: #999999;
    width: 340px;
    float: right;
    line-height: 170%;
    text-align: justify;
}
/*产品中心*/
.product_title{
    border-bottom: 1px solid #dcdcdc;
    margin-top: 30px;
    margin-bottom: 42px;
}
.product_title:after{
    content: '';
    display: block;
    clear: both;
}
.product_title .product_tit{
    font-size: 20px;
    color: #006dba;
    border-bottom: 2px solid #006dba;
}
.product_title .product_map{
    float: right;
    font-size: 14px;
    color: #404040;
}
.product_title .product_map a{
    font-size: 14px;
    color: #404040;
}
.product_main{
    margin-top: 34px;
    text-align: justify;
    line-height: 230%;
    font-size: 14px;
    color: #404040;
}
.product_main img{
    max-width: 100%;
}
.product_main_case{
    margin-top: 30px;
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
}
.product_main_case ul:after{
    content: '';
    display: block;
    clear: both;
}
.product_main_case ul{
    background: #f5f5f5;
}
.product_main_case ul li{
    float: left;
    width: 140px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #404040;
    border-right: 1px solid #dcdcdc;
    cursor: pointer;
}
.product_main_case ul li:last-child{
    border-right: 0;
}
.product_main_case ul li.hos{
    background: #006dba;
    color: #fff;
}
.product_extension{
    text-align: justify;
    line-height: 230%;
    font-size: 14px;
    color: #404040;
    margin-top: 30px;
    display: none;
}
.product_extension img{
    max-width: 100%;
}
/*关于我们*/

.about_nav{
    float: left;
    width: 260px;
}
.about_nav_top{
    border: 1px solid #eee;
    box-shadow:#eee 0px 0px 2px 2px;
}
.about_us_phone{
    border-top: 1px solid #eee;
}
.about_nav_list ul li{
    height: 56px;
    border-bottom: 1px solid #eee;
}
.about_nav_list ul li a{
    display: block;
    text-align: center;
    line-height: 60px;
    color: #333333;
    font-size: 18px;
}
.about_nav_list ul li:first-child{
    border-top: 1px solid #eee;
}
.about_nav_list ul li:last-child{
    margin-bottom: 20px;
}
.about_nav_list ul li:hover a{
    color: #fff;
    background: #006dba;
}
.about_nav_list ul li a.on{
    color: #fff;
    background: #006dba;
}
.about_us{
    border: 1px solid #eee;
    margin-top: 32px;
    box-shadow:#eee 0px 0px 2px 2px;
}
.about_us_phone table tr td{
    font-size: 14px;
    color: #404040;
    padding: 10px 7px;
}
.about_us_phone table tr td img{
    max-width: 100%;
}
/*新闻资讯*/
.news_main{

}
.news_main_top a{
    display: block;
}
.news_main_top a:after{
    display: block;
    content: '';
    clear: both;
}
.news_img{
    width: 340px;
    height: 194px;
    float: left;
    position: relative;
}
.news_img img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
}
.news_main_top:hover .news_main_title{
    color: #006dba;
}
.news_main_title{
    font-size: 18px;
    color: #262626;
}

.news_main_text{
    font-size: 14px;
    color: #999999;
    line-height: 170%;
    margin-top: 20px;
}
.time{
    font-size: 14px;
    color: #999999;
}
.hre{
    font-size: 14px;
    color: #006dba;
    margin-top: 20px;
}
.news_text{
    float: right;
    width: 520px;
}
.news_list ul li{
    height: 44px;
    border-bottom: 1px dashed #d8d8d8;
}
.news_list ul li a{
    display: block;
    height: 100%;
    line-height: 44px;
    font-size: 14px;
    color: #4e4e4e;
}
.news_list ul li a:after{
    display: block;
    content: '';
    clear: both;
}
.news_list ul li a span{
    float: right;
}
.news_list ul li a:hover{
    color: #006dba;
}
/*新闻详情*/
.news_title{
    font-size: 28px;
    color: #006dba;
    font-family: 思源黑体;
    text-align: center;
    margin-bottom: 20px;
}
.news_test{
    color: #b2b2b2;
    font-size:14px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
}
.next,.prast{
    font-size: 14px;
}
/*底部*/
.footer{
    background: #3e3e41;
    margin-top: 70px;
}
.footer_main{
    width: 1200px;
    margin: 0 auto;
}
.footer_main:after{
    content: '';
    display: block;
    clear: both;
}
.footer_left{
    float: left;
    width: 176px;
    margin-bottom: 10px;
}
.footer_left p{
    color: #fff;
}
.footer_left_logo{
    position: relative;
    height: 74px;
}
.footer_left_logo img{
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.footer_left_text{
    font-size: 16px;
}
.footer_left_phone{
    font-size: 16px;
}
.footer_left_er{
    position: relative;
    width: 80px;
    height: 80px;
    margin-top: 15px;
}
.footer_left_er img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.footer_left_tit{
    width: 80px;
    font-size: 14px;
    color: #dbdbdb;
    text-align: center;
    margin-top: 10px;
}
.footer_list{
    float: right;
    width: 938px;
    margin-top: 20px;
}
.footer_list>ul>li{
    float: left;
    margin-right: 73px;
}
.footer_list>ul>li>a{
    font-size: 16px;
}
.footer_list>ul>li:last-child{
    margin-right: 0;
}
.footer_list>ul>li a{
    color: #fff;
}
.footer_list>ul>li>ul{
    margin-top: 15px;
}
.footer_list>ul>li>ul>li{
    margin-bottom: 5px;
}
.footer_list>ul>li>ul>li>a{
    font-size: 14px;
    color: #dbdbdb;
}

.footer_list>ul>li>ul>li:hover a{
    color: #006dba;
}
.footer_bottom{
    text-align: center;
    color: #dbdbdb;
    font-size: 12px;
    border-top:1px solid #626262;
    line-height: 230%;
}
.footer_bottom a{
    color: #dbdbdb;
    margin-left: 10px;
}
/*友链*/
.footer_partner{
    width: 100%;
    border-top: 1px solid #626262;
}
.footer_partner .select{
    margin: 0 auto;
}

.footer_partner p span{
    float: left;
}
.footer_partner a{
    float: left;
    color: #dbdbdb;
    margin-right: 18px;
    font-size: 12px;
}

.footer_partner td{
    float: left;
}
/*右侧*/
.float-right-box {
    width: 215px;
    position: fixed;
    right: 0; top: 50%;
    margin-top: -127px;
    background-color: #222222;
    z-index: 1000;
    transition: width 0.3s ease 0s;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
}
.float-right-box.on {
    width: 50px;
}
.float-right-box.show {
    width: 215px;
}
.float-right-box .top-list {
    width: 100%;
}
.float-right-box .top-list ul {
    width: 100%;
}
.float-right-box .top-list li {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #222222;
    transition: background 0.3s ease 0s;
    height: 50px;
}
.float-right-box .top-list li.erwei .img_erm{
    background: url("wei.jpg") no-repeat center;
    background-size: 150px 150px;
}

.float-right-box .top-list li:last-child {
    border-bottom: 0;
}
.float-right-box .top-list li:hover {
    background-color: #fff;
    color: #333
}
.float-right-box .top-list li:hover .stt {
    color: #333
}
.float-right-box .top-list a {
    display: block;
    width: 100%;
}
.float-right-box .top-list a:hover {
    background-color: #fff;
    color: #333
}
.float-right-box .top-list .ico2 {
    background: url("ico_59.png") no-repeat center #222222;
}
.float-right-box .top-list .ico {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    transition: background 0.3s ease 0s;
    z-index: 2;
}
.float-right-box .top-list .stt {
    display: inline-block;
    font-size: 14px;
    line-height: 50px;
    color: #fff;
    transition: color 0.3s ease 0s;
    position: absolute;
    left: 28px;
    top: 0;
    z-index: 1;
    width: 222px;
}
.float-right-box .top-list li.erwei:hover .stt{
    bottom: 0;
    top: auto;
}
.float-right-box .top-list .ico2 {
    background: url(ico_59.png) no-repeat center #222222;
}
.float-right-box .top-list li:hover .ico2 {
    background: url(ico_59_h.png) no-repeat center #fff;
}
.float-right-box .top-list .ico3 {
    background: url(ico_60.png) no-repeat center #222222;
}
.float-right-box .top-list li:hover .ico3 {
    background: url(ico_60_h.png) no-repeat center #fff;
}
.float-right-box .top-list .ico6 {
    background: url(ico_68.png) no-repeat center #222222;
}
/*.float-right-box .top-list li:hover .ico6 {*/
    /*background: url(ico_68_h.png) no-repeat center #fff;*/
/*}*/
.float-right-box .top-list .ico7 {
    background: url(ico_69.png) no-repeat center #222222;
}
.float-right-box .top-list li:hover .ico7 {
    background: url(ico_69_h.png) no-repeat center #fff;
}
.float-right-box .top-list .ico5 { background: url(ico_62.png) no-repeat center #0482b4; }
.float-right-box .top-list .webtop_btn { background-color: #0482b4 }
.float-right-box .top-list li:hover .ico5 { background: url(ico_62_h.png) no-repeat center #fff; }
.float-right-box .bot-share a:hover { background-color: #525354; }
.float-right-box .bot-share .sina { background: url(ico_63.png) no-repeat center; background-color: rgba(0, 0, 0, 0); }
.bdshare-button-style0-16 a:hover { color: #333; opacity: .8; filter: alpha(opacity=80); }
.float-right-box .bot-share a { display: inline-block; width: 50px; height: 50px; float: left; transition: background 0.3s ease 0s; margin: 0; padding: 0; }
.float-right-box .bot-share .wx { background: url(ico_64.png) no-repeat center; background-color: rgba(0, 0, 0, 0); }
.float-right-box .bot-share .tx { background: url(ico_65.png) no-repeat center; background-color: rgba(0, 0, 0, 0); }
.float-right-box .bot-share .more { background: url(co_66.png) no-repeat center; background-color: rgba(0, 0, 0, 0); }
.float-right-box .bot-share .share-ico { background: url(ico_67.png) no-repeat center #181b3d; width: 50px; height: 50px; display: inline-block; cursor: pointer; z-index: 2; position: relative; }
.float-right-box .bot-share .share { width: 200px; left: 0; top: 0; z-index: 1; }
.webtop_btn { display: none }
/*分页样式*/
.pageClass{
    clear:both;
    text-align:center;
    padding:30px 0;
}
.pageClass a{
    display:inline-block;
    border:1px solid #DEDEDE;
}
.pageClass a span{
    font-size:14px;
    display:inline-block;
    padding:7px 19px;
    color: #707070;
}
.pageClass strong{display:inline-block;}
.pageClass strong span{
    display:inline-block;
    font-size:14px;
    background:#006dba;
    color:#fff;
    text-align:center;
    padding:8px 19px;
}
/*表单样式*/
#Table1 tr td{
    padding-bottom: 15px;
}
#Table1 tr td input{
    width:200px;
    font-family: 微软雅黑;
    font-size: 14px;
    text-indent: 5px;
    height: 38px;
    line-height: 38px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(222, 222, 222);
    border-image: initial;
    border-radius: 5px;
}
#Table1 tr td #txtcode{
    width: 150px;
}
#Table1 tr td div.box div{
    display: inline;
}
#Table1 tr td #txtmessage_5{
    height: 120px;
    width: 400px;
    font-family: 微软雅黑;
    font-size: 14px;
    text-indent: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(222, 222, 222);
    border-image: initial;
    border-radius: 5px;
}
#imgValidateCode{
    margin-top: 6px;
}