@charset "UTF-8";
::selection {
    color: #fff!important;
    background-color: #ec494e!important
}
/*针对firefox浏览器的内核CSS写法*/
::-moz-selection {
    color: #fff!important;
    background-color: #ec494e!important
}
/*针对safari，chrome浏览器的内核CSS写法*/
::-webkit-scrollbar-track {
    background: #ccc!important
}

::-webkit-scrollbar-thumb {
    background-color: #666!important
}

::-webkit-input-placeholder {
    color: #aaa
}

input::-webkit-inner-spin-button{
    -webkit-appearance: none;
}

html{
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling : touch;
}

body{
    background:#f5f5f5 url("../images/banner.jpg") no-repeat;
}

*{
    margin: 0;padding: 0;box-sizing: border-box;
}

@font-face{
    font-family:'HanSansCN';
    src:url('../font/SourceHanSansCN-Regular.otf') format('truetype'),url('../font/SourceHanSansCN-Medium.otf') format('truetype'),url('../font/SourceHanSansCN-Bold.otf') format('truetype');
}

.container{width: 1400px;box-sizing: border-box;position: relative;}

.margin-lr-auto{margin: 0 auto}

*{color: #707070;vertical-align: middle}

.absolute {
    position: absolute!important
}

.relative {
    position: relative!important
}

.block {
    display: block!important
}

.pointer {
    cursor: pointer!important
}
.pull-left {
    float: left!important
}

.pull-right {
    float: right!important
}

.pro-icon,.logo,.logo_cn,.search_icon,.username,.password,.card,.report,.query,.activate,.hotline, .i-date, .banner .leftarrow, .banner .rightarrow {background-image: url("../img/index_icon.png");background-repeat: no-repeat;display: inline-block;}

header{width: 100%; height: 180px;background: rgba(0,0,0,0.5)}
header > div{margin-top: 0px;}
header > div .logo{margin-top: 22px;width:450px;height:42px;background-position: 0px -366px;}
header > div .search{width: 286px;height:40px;background-color: #fff;border-radius:20px;margin-top: 32px;position: relative;}
header > div .search .search_icon{width:20px;height:20px;background-position:0px -205px;margin-left: 15px;}
header > div input{width: 222px;height:40px; border-radius:20px;border:0px;font-size: 18px;padding-left: 20px;}
header > div button{width: 33px;height:40px;border:0px;background: none;font-size: 18px;}
header > div .nav ul{width:100%;height: 50px;line-height: 50px;margin-top: 53px;list-style: none;font-size: 0px;}
header > div .nav li{width:200px;float: left;font-size: 16px;position: relative;cursor: pointer ;text-align: center;color:#fff;}
header > div .nav li:before{position: absolute;content: " ";left: 0;bottom: 18px;top:18px;background-color: rgba(255, 255, 255, 0.5);width: 1px;}
header > div .nav li:first-child:before{position: absolute;content: " ";width: 0px;}
header > div .nav li:hover{color: #ff982a;}
header > div .nav  .a:after{positvion: absolute;content: " ";height: 3px;left: 8px;right:8px;bottom: 0;background-color: #dd4013;}
header > div .nav  .a{font-size: 20px;color: #ff982a;border-bottom: 5px #ff982a solid;}
header > div .nav{position: relative;display: inline-block;}
header > div .drop_con{display: none;position: absolute;z-index: 1;}
header > div .drop_con ul{margin-top: 5px;list-style: none;}
header > div .drop_con ul li{width:200px;height:36px;line-height:36px;background-color: #ff982a;color: white;font-size: 14px;border-bottom: white 1px solid;}
header > div .drop_con ul li:hover{font-weight: bold;color:white;}
header > div .drop_con ul li a{color:white;}
header > div .drop_con ul li:before{width:0px;}
header > div .nav li:hover .drop_con{display: block;}

footer{width: 100%;height: 300px;background-color: #ff982a;color: #fff;    overflow: hidden;}
footer *{color: #fff}
footer > div,footer > div .right{display: flex;justify-content: space-between;}
footer > div{position: relative}
footer > div .left{position: absolute;margin-top: 40px;}
footer > div .left p{font-size: 18px;padding-bottom: 20px;}
footer > div .left p span{font-size: 34px;}
footer > div .right{padding-left: 550px;}
footer > div ul{margin-top: 30px;margin-right: 60px;}
footer > div ul li{margin-top: 5px;}
footer > div ul a{color: #fff;}
footer > div ul a:hover{color: #fff;font-weight:bold;border-bottom: white 1px solid;}
footer > div ul .title{margin-bottom: 20px;font-size: 20px;}
footer > div .logo{width:404px;height:144px;background-position:0px -704px;margin-bottom: 26px; }

/*版权所有*/
copyright >div {background-color: #333; text-align: center;padding-top: 25px;height: 100px; }
copyright >div p{color: #fff; vertical-align: center;line-height: 30px;}


/*文章内容页*/
.article-top{border-bottom: 10px solid #dd4013;}
.article-body{border: 1px solid #dedede;margin-bottom: 20px;}
.article-body .title{position: relative;    padding-top: 15px;}
.article-body .title:before{position: absolute;content: " ";left: -15px;right: -15px; top: -43px; background-image: url("../img/top.png");height: 57px;background-repeat: no-repeat;background-position: top; background-size: contain;}
.article-body .title en,.article-body .title cn{display: block;text-align: center}
.article-body .title en{font-size: 25px;padding-bottom: 5px;}
.article-body .title cn{font-size: 20px;border-bottom: 2px solid #dedede;padding-bottom: 15px;}
.article-body .title cn span{padding-bottom: 19px;}
.article-body .title cn span:after{position: absolute;content: " ";left: 0;right: 0;bottom: 0;border-bottom: 5px solid #ff7d7d;display: inline-block;height: 25px;}

.article-body .main{display: flex;}
.article-body .main .left{width: 300px;}
.article-body .main .right{flex: 1}

.article-body .main .left .list{margin: 40px;}
.article-body .main .left .list li{background-color: #eee;padding: 10px;margin-bottom: 10px;border: 1px solid #dedede;text-align: center;cursor: pointer}
.article-body .main .left .list li.a{background-color: #b5b5b5;border-left: 5px solid #dd4013;color: #fff}
.article-body .main .left .left-bottom {margin: 40px;text-align: center}
.article-body .main .left .left-bottom img{width: auto;margin-bottom: 10px;}
.article-body .main .right{padding: 40px;padding-left: 0;white-space:normal;min-height: 400px;}
.article-body .main .right img{max-width: 100%;}


/*首页集团介绍*/
.group{height:520px;background-color: #f5f5f5;}
.group .home-left{width:740px;height:340px;background-color: #fff;padding:30px;margin-top: 20px;box-shadow: 2px 2px 2px #e2e1e0;}
.group .home-left .logo{width:335px;height:68px;background-position: 0px -300px;}
.group .home-left .content{padding-top: 20px;line-height: 25px;font-size: 14px;border-right:#f5f5f5 1px solid;padding-right: 40px;}
.group .home-right{width:660px;height:383px;flex: 1;}
.group .home-right .shadow{box-shadow: 3px 3px 3px #e2e1e0;}
.group button{font-size:14px;text-align: center;width:100px;height:28px;background-color: #fe982a;border:0px;color:#fff;margin-top: 20px;margin-right: 50px;}
.group button:hover{margin-top: 21px;}
/*首页产品中心*/
.product{background-color: white;height:550px;padding-top: 5px;}
.product .pro-img{width: 418px;z-index: 1;box-shadow: 3px 3px 3px #e2e1e0;max-width: 418px;max-height:269px; }
.product .pro-icon{width: 125px;height:292px;background-position:0px -412px;z-index: 1;margin-left: 60px;margin-right: 85px;}
.product .container .pro_content{background-color: #f5f5f5;height: 346px;padding: 30px 0px 30px 0px;box-shadow: 2px 2px 2px #ebeae9;}
/*新闻轮播图*/
.layui-this img{max-width: 590px;max-height: 557px;}

.category .item {padding-left: 20px;z-index: 999;font-size: 12px;height: 52px;width: 147px;line-height: 52px;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;margin-bottom: 10px;background-color: #fff;position: relative;display: inline-block;}
.category .item:visited {width: 147px;background-color: #fff;}
.category .item:hover {width:206px;background: linear-gradient(to right,#ffa84a,20%,white);}/*背景渐变*/
.category .item a{color: #666;}
.category .item a:hover{color: #fff;}
.category .layui-carousel {display: none;position: absolute;width: 900px;left: 206px;top: 0;z-index: 1;}
.category .current {width:206px;color: #fff;background: linear-gradient(to right,#ffa84a,20%,white); }/*背景渐变*/
.category .current a{color: #fff;}
.category .item-sub {display: none;position: absolute;width: 900px;top: 0;z-index: 1;font-size: 12px;}
.category .item-sub .tab {border-bottom: 2px solid #ddd;position: relative;}
.category .item-sub .content{background-color: #f5f5f5;float:right;position:relative;color: #666;font-size: 14px;width: 470px;height:270px;padding:0px 20px;line-height: 25px;}
.category .item-sub .content .more{font-size: 18px;color: #a7a7a7;padding-left: 125px;padding-top: 10px;}
.category .item-sub .content .title{font-size: 18px;color: #333;margin-bottom: 10px;}
.category .item-sub .content button{margin-top:10px;text-align: center;width:100px;height:28px;background-color: #fe982a;border:0px;color:#fff;}
.category .item-sub .content  button:hover{margin-top: 11px;}
.category .item:hover .item-sub{display: block;}

/*首页企业资讯*/
.news{height:700px;width:100%;background-color: #f5f5f5;}
.news .title{color:#fe7023;font-size: 18px;margin-top: 20px;}
.news .about{border-bottom: #e2e2e2 1px solid;padding-bottom: 30px;padding-top: 10px;font-size: 14px;}
.news .about .more{color: #ff813d;}
.news .border{border: 4px solid #fff;}
.news .news_img{width: 590px;height:557px;margin-left: 60px;right:0;float:right;}
.news .news_img .item{width: 590px;height:557px;}
.news .news_img .item p{padding-left:20px;position: relative; z-index:5;background: rgba(0,0,0,0.5);height:50px;top: 507px;color:#fff;line-height: 50px;}
.news .news_img .layui-carousel-ind{text-align: right;padding-right: 20px;}
.news .news_img .layui-this{background-color: #ff982a;color: #ff982a;}
.news .news_content{margin-left: 0px;}
.news .news_content .shadow{box-shadow: 3px 3px 3px #e2e1e0;}
.news .news_content ul{margin-top: 20px;}
.news .news_content ul li{line-height: 28px;font-size: 14px;width:700px;}
.news .news_content ul li:before{content:'';display: inline-block;width:0;height:0;border-top: 4px solid #ff982a;border-left: 4px solid #ff982a;border-bottom: 4px solid #ff982a;border-right: 4px solid #ff982a;margin-right: 5px;}
.news .news_content ul li:hover,.news .news_content ul li:hover span{color: #ff982a;border-bottom: #ff982a 1px solid;}
.news .news_content ul li span{text-align: right;width:100px;float: right;}
.news .news_content button{text-align: center;width:100px;height:28px;background-color: #fe982a;border:0px;color:#fff;margin-top:20px; }
.news .news_content button:hover{margin-top: 21px;}

/*首页关联企业*/
.other{background-color: white;height:300px;margin-bottom: 3px;padding-top: 1px;}
.relevance li{width:150px;height:120px;margin: 15px 10px;text-align: center;position: relative;float: left;font-size:18px; font-weight: bold;margin-right:40px;}
.relevance li img{width:150px;height:55px;margin-bottom: 20px;max-height: 55px;max-width: 150px;}
.relevance li text{display: block;}
.relevance li a{color:#000000;}
.relevance li a:hover{color: #ff982a;}
/*首页栏目头部*/
.liner {width:100%;height:2px;background-color: #ff982a;position: relative;top:50%;}
.home_cate {width:1000px;height: 22px;position: relative;margin:60px auto;}
.cate1 {font-size: 28px;color:#ff982a;text-align: center;}
.cate1 i{width: 10px;height:10px;background-color: #ff982a;float: right;position: absolute;margin-top: 15px;margin-left: 20px;}
.cate1 i_b{width: 20px;height:20px;background-color: #ff982a;position: relative;float: left;margin-top: 10px;left:393px;}
.cate2 {text-align:center;width:172px;height:22px;font-size: 16px;line-height: 22px;margin:0 auto;background-color: #f5f5f5;position: relative;z-index:3;}
/*首页登录选项卡*/
.login_form{background-color: #f5f5f5;}
.login_box .section{ height: 200px;background: #ff982a;color: #fff;margin-top: 390px;font-size: 22px;text-align: center;box-shadow: 0px 3px 3px #e5e4e3;}
.login_box .section ul li{width: 350px;height: 200px;float: left;color:#fff;vertical-align: center;padding-top:45px;padding-left:30px;text-align:center;justify-content: space-between; }
.login_box .section ul li icon{width: 82px;height: 110px;}
.login_box .section ul li.last{border: none;}
.login_box .section .layui-btn{font-size: 22px;background: none;border:none;width: 340px;border-right:1px #fff solid;height: 110px;vertical-align:center;color:#fff;border-right:1px #fff solid;text-align:center;justify-content: space-between;}
.login_box .section p{color:#fff;position: relative;text-align: left;padding-top: 20px;line-height:30px;padding-left:25px;width: 220px;}
.login_box .section en{font-size: 15px;color:#f5f5f5;}
.login_box .section .report{background-position: 0px -8px;}
.login_box .section .query{background-position: -82px -8px;}
.login_box .section .activate{background-position:  -165px -8px;}
.login_box .section .hotline{background-position: -248px -8px;}
.login_box .all{width: 357px;height: 426px;}
.login_box .nav{height: 70px;}
.login_box .login span{font-size: 14px;color:#ccc;}
/*首页登录弹窗*/
.layui-layer,.layui-layer-content{border-radius: 20px 20px 20px  20px !important;}
.layui-layer-btn .layui-layer-btn0{border: 0px;width: 260px;height: 36px;line-height:36px;background: #ff982a !important;margin-top: 10px;font-size: 18px;color: #fff;border-radius: 5px;}
.contentbox{width: 466px;height:365px;border-radius: 20px 20px 0px  0px;background-color: #fff;}
.contentbox .title {height:140px;text-align: center;padding: 30px 60px;}
.contentbox .title icon{width: 64px;height:78px;}
.contentbox .activate{background-position:  -66px -103px;}
.contentbox .report{background-position:  0px -103px;}
.contentbox .query{background-position:  -128px -103px;}
.contentbox .title .con{color:#ff982a;line-height:40px;font-size: 36px;font-weight: bold;width: 260px;padding-right: 40px;}
.contentbox .title .con en{color:#ff982a;font-size: 18px;font-weight: normal;}
/*弹窗内小图标*/
.contentbox .card{width:26px;height:23px;background-position: 0px -183px;}
.contentbox .password{width:21px;height:25px;background-position: -47px -181px;}
.contentbox .username{width:23px;height:23px;background-position: -25px -183px;}
/*弹窗输入框*/
.contentbox .cont-1 .con_input{width:352px;margin:0px auto;line-height: 40px;border-bottom: #999 1px solid;width: 250px;height: 40px;font-size: 18px;color:#333;background: none;}
.contentbox .cont-1 .verify{height: 40px;width:352px;margin:0px auto;}
.contentbox .cont-1>input{font-size:18px;color:#999;float:left;position:relative;width:200px;background: none;border:none;height: 36px;line-height: 36px;}
.contentbox .cont-1>input[name="id_card"],.contentbox .cont-1>input[name="txt"]{margin-top: 20px;}
.contentbox .cont-1>input[name="psd"],.contentbox .cont-1>input[name="user_name"]{margin-top: 17px;}
.contentbox .cont-1>input[name="verify"]{font-size: 14px;color: #999;width: 130px;height: 36px;line-height: 36px;}
.contentbox .cont-1>input[name="code"]{font-size: 18px;color: #ff982a;width: 100px;height: 36px;line-height: 36px;}
.contentbox .cont-1 span{font-size: 14px;color: #666;}
.contentbox .cont-1 .title{border-bottom: #ff982a 2px solid;}
.contentbox .btn{border: 0px;width: 350px;height: 36px;background: #ff982a;margin-top: 30px;font-size: 18px;padding-left: 20px;color: #fff;border-radius: 5px;}
.login_box .contentbox>div[class="box active"]{display: block;}
/*这是低端浏览器下placeholder的字体颜色*/
.login_box .cont-1>input{color: #333;}
/*这是firefox下placeholder的字体颜色*/
.login_box .cont-1>input::-moz-placeholder {color: #333;}
/*这是webkit下placeholder的字体颜色*/
.login_box .cont-1>input::-webkit-input-placeholder {color: #333;}
/*二级页面*/
.second_page{background: #f5f5f5;width:100%;}
.page_content{background: #fff;width: 1400px;height: 100%;padding: 30px;}
/*分页*/
.page_content .pagination-container ul li.active span{border-color: #ff982a;background: #ff982a!important;}
.page_content .pagination-container ul li a:hover {border-color: #ff982a}
/*小图标*/
download,pro_i,news_i,vip_i,inve_i,road_i,medical,about_i,act_manage,act_write,.no_i,.active,.search{background-image: url("../img/page_icon.png");background-repeat: no-repeat;display: inline-block;}
pro_i{width:24px;height:29px;background-position: 0px 0px;margin-right: 17px;}
road_i{width:29px;height:29px;background-position: -26px 0px;margin-right: 17px;}
about_i{width:29px;height:29px;background-position: -56px 0px;margin-right: 17px;}
inve_i{width:38px;height:25px;background-position: -86px 0px;margin-right: 17px;}
vip_i{width:32px;height:29px;background-position: -126px 0px;margin-right: 17px;}
act_manage{width:29px;height:29px;background-position: -158px 0px;margin-right: 17px;}
act_write{width:23px;height:23px;background-position: -186px 0px;margin-right: 17px;}
news_i{width:32px;height:29px;background-position: -211px 0px;margin-right: 17px;}
medical{width:29px;height:29px;background-position: -246px 0px;margin-right: 17px;}
download{width:34px;height:25px;background-position: -275px 0px;margin-right: 17px;}
.no_i{width:356px;height:407px;background-position: 0px -233px;margin-right: 17px;}
.no_record{font-size: 45px;color: #f6f6f6;line-height: 300px;text-align: center;}
/*面包屑导航栏*/
.page_content .category{width:100%;border-bottom: #e6e6e6 1px solid;height:55px;line-height: 55px;color: #999;font-size: 16px;}
.page_content .category a{color: #ff982a;}
.page_content .main{display: flex;}
/*左栏*/
.page_content .main .left{width: 242px;}
.page_content .main .left .cate{margin-top:30px;margin-bottom:30px;width:207px;height:53px;background: #ff982a;border-radius: 5px;font-size: 24px;color: white;line-height:53px;text-align: center;}
.page_content .main .left li{width:207px;height:44px;line-height:40px;box-shadow: 2px 2px 2px #f5f5f5;margin-bottom:25px;font-size: 18px;color: #666666;padding-left: 36px;}
.page_content .main .left li a{color: #666;}
.page_content .main .left li a:hover{color: #ff982a;}
.page_content .main .left .current a{color: #ff982a;left:20px;}
.page_content .main .left triangle{left: 40px;margin-top: 12px; width:0;height:0;border-top: 8px solid transparent;border-left: 8px solid #ff982a;border-bottom: 8px solid transparent;border-right: 8px solid transparent;position: absolute;}
.page_content .main .left .active{width:208px;height:98px;background-position: 0px -30px;line-height:24px;padding-top: 20px; }
.page_content .main .left .search{width:208px;height:98px;background-position: 0px -130px;line-height:24px;padding-top: 20px; }
.page_content .main .left en{display: block;font-size: 14px;color: #666;}
/*右栏*/
.page_content .main .right{flex: 1;margin-left: 40px;}
.page_content .main .right .cate{font-size: 18px;color: #333;padding-top: 45px;margin-bottom: 30px;}
.page_content .main .right .cate a{color: #333;}
.page_content .main .right .list ul li{height:350px;width:492px;float: left;text-align: center;font-size: 14px;color:#666;margin-bottom: 50px;}
.page_content .main .right .list ul li img{height:316px;width: 492px;box-shadow: 3px 3px 3px #f5f5f5;margin-bottom: 20px;}
.page_content .main .right .pro_list{margin-top: 20px;}
.page_content .main .right .pro_list ul li{height:350px;width:492px;float: left;text-align: center;font-size: 14px;color:#666;margin-bottom: 50px;margin-right: 35px;}
.page_content .main .right .pro_list ul li img{height:316px;width: 492px;box-shadow: 3px 3px 3px #f5f5f5;margin-bottom: 20px;}
.page_content .main .right .news_list{margin-top: 20px;}
.page_content .main .right .news_list ul li{height:44px;line-height:44px;width:100%;float: left;font-size: 14px;color:#666;margin-right: 20px;padding-left: 30px;}
.page_content .main .right .news_list ul li:before{content:'';display: inline-block;width:0;height:0;border-top: 4px solid #ff982a;border-left: 4px solid #ff982a;border-bottom: 4px solid #ff982a;border-right: 4px solid #ff982a;margin-right: 5px;}
.page_content .main .right .news_list ul li date{float: right;}
.page_content .main .right .road_list{text-align: center;}
.page_content .main .right .road_list ul li{margin-bottom:25px;box-shadow:2px 2px 2px #f5f5f5;height:40px;line-height:40px;width:300px;float: left;text-align: center;font-size: 14px;color:#666;margin-right: 20px;}
.page_content .main .right .road_list ul li:hover{background-color:#ff982a;color: white;}
.page_content .main .right .road_list ul li a:hover{color: white;}
.page_content .main .right .road_list img{margin: 30px;}
.page_content .main .right .road_list .current{background-color:#ff982a;color: white;}
.page_content .main .right .title{font-size: 24px;color: #333;text-align: center;padding-top: 45px;}
.page_content .main .right .price{font-size: 24px;color: #fe262e;text-align: right;padding-top: 20px;}
.page_content .main .right .item_back{font-size: 18px;background-color:#ff982a;color: #fff;text-align: right;padding:5px 30px;box-shadow: 2px 2px 2px #f5f5f5;border-radius: 5px;}
.page_content .main .right .separator{background-color: #f5f5f5;height:32px;line-height:32px;font-size: 16px;color: #999;text-align: center;margin-top: 30px;}
.page_content .main .right .content{margin: 30px 0px;font-size: 14px;color: #999;line-height: 25px;}
.page_content .main .right .box{width:451px;height:575px;margin:20px auto;border-radius: 20px 20px 0px 0px ;}
.page_content .main .right .box .title{font-size: 36px;color: #ff982a;}
.page_content .main .right .box .title en{font-size: 18px;color: #ff982a;}
.page_content .main .right a{color: #666;}
.page_content .main .right a:hover{color: #ff982a;}
.page_content .main .right .page{display:block;float:left;width:100%;text-align: center;font-size: 14px;color: #999;border-top: #f5f5f5 1px solid;line-height: 25px;padding-top: 30px;}
.page_content .main .right .page input{width:39px;height:20px;}
.page_content .main .right .context{text-align: left;font-size: 16px;color: #999;border-top: #f5f5f5 1px solid;line-height: 25px;padding-top: 30px;}
.shadow{-webkit-box-shadow: #f5f5f5 0px 0px 10px;-moz-box-shadow: #f5f5f5 0px 0px 10px;box-shadow: #f5f5f5 0px 0px 10px;}

/*报案首页*/
.report-on-line{width: 100%;height: 100%}
.action{color: #FE982A}
.report-on-line img{height: 20px;width: 20px;}
.report-on-line .empty{background-image: url("../img/0201223151243.png");background-repeat: no-repeat;background-position: top; background-size: contain;height: 35%;}
.report-on-line .content{width: 70%;height: 100%; margin: 0 auto;background-color: white}
.report-on-line .top{width: 100%;height: 50px;}
.report-on-line .speed{margin-left: 20px;}
.report-on-line .speed li{margin:20px 0px 15px 10px;float: left;font-size: 12px}
.report-on-line .solid{border-bottom:1px solid #CCC;width: 66vw;margin: 0 auto}
.report-on-line .header{margin: 25px 25px 25px 25px;height: 40px;}
.report-on-line .menu{margin: 25px 25px 25px 25px;height: 100%;width: 95%}
.report-on-line .left-top{height: 35px;width: 144px;background-color:#FE982A;border-radius:3px;float: left}
.report-on-line .header img{margin: 8px 0 10px 25px}
.report-on-line .left-top-words{font-size: 14px;color: #fff9ec;letter-spacing:1px;margin-left:15px}
.right-top{float: right}
.right-top-words{font-size:12px;color: #FE982A;margin-right: 35px;text-decoration:underline}
.report-on-line .result{text-decoration:underline}
.report-on-line .text-left{font-size: 12px;}
/*报案页*/
.report-on-add{width: 100%;height: 100%}
.action{color: #FE982A}
.report-on-add img{height: 20px;width: 20px;}
.report-on-add .content{width: 70%;height: 100%; margin: 0 auto;background-color: white}
.report-on-add .top{width: 100%;height: 50px;}
.report-on-add .speed{margin-left: 20px;}
.report-on-add .speed li{margin:20px 0px 15px 10px;float: left;font-size: 12px}
.report-on-add .solid{border-bottom:1px solid #CCC;width: 66vw;margin: 0 auto}
.report-on-add .header{margin: 25px 25px 25px 25px;height: 40px;}
.report-on-add .menu{margin: 25px 25px 25px 25px;height: 100%;width: 95%}
.report-on-add .left-top{height: 35px;width: 144px;background-color:#FE982A;border-radius:3px;float: left}
.report-on-add .header img{margin: 8px 0 10px 25px}
.report-on-add .left-top-words{font-size: 14px;color: #fff9ec;letter-spacing:1px;margin-left:15px}
.report-on-add .layui-form{height: 100%;width: 85%;margin: 0 auto}
.report-on-add .layui-form .right{margin-left: 150px}
.report-on-add span{font-size: 14px}
.report-on-add .text-center{margin-top: 55px}
/*报案进度页*/
.report-on-detail{width: 100%;height: 100%}
.action{color: #FE982A}
.report-on-detail .img{height: 20px;width: 20px;}
.report-on-detail .content{width: 70%;height: 100%; margin: 0 auto;background-color: white}
.report-on-detail .top{width: 100%;height: 50px;}
.report-on-detail .speed{margin-left: 20px;}
.report-on-detail .speed li{margin:20px 0px 15px 10px;float: left;font-size: 12px}
.report-on-detail .solid{border-bottom:1px solid #CCC;width: 66vw;margin: 0 auto}
.report-on-detail .header{margin: 25px 25px 25px 25px;height: 40px;}
.report-on-detail .menu{margin: 25px 25px 25px 25px;height: 100%;width: 95%}
.report-on-detail .left-top{height: 35px;width: 144px;background-color:#FE982A;border-radius:3px;float: left}
.report-on-detail .header img{margin: 8px 0 10px 25px}
.report-on-detail .left-top-words{font-size: 14px;color: #fff9ec;letter-spacing:1px;margin-left:15px}


