﻿@charset "UTF-8";
/*css ----初始化----- */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {margin: 0; padding: 0;}
fieldset, img, input, button {border: none;padding: 0;margin: 0;outline-style: none;}/*各浏览器显示不同，去掉蓝色边框*/
input {padding-top: 0;padding-bottom: 0;}
select, input {vertical-align: middle;}
textarea {resize: none;}/*防止拖动 影响布局*/
table {border-collapse: collapse;border-spacing: 0;}/*去掉行内替换元素空白缝隙*/
ul, ol { list-style: none;}
h1, h2, h3, h4, h5, h6 {text-decoration: none;font-weight: normal;font-size: 100%;}
img {border: 0;vertical-align: middle;}
/*清除浮动*/
.clearfix:before, .clearfix:after {content: "";display: block;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1; /*IE/7/6*/}
s, i, em {font-style: normal; text-decoration: none;}
i{display: block;}
/*需要更改*/

/*公共类*/
.details{padding-top: 56px;padding-bottom: 68px;background: #f5f5f5;text-align: center;}
.top_hhhh h4{font-size: 30px;font-weight: bold;margin-bottom: 7px;}
.top_hhhh{margin-top:100px; height:88px;padding-top:20px;background: #fda711;color:#fff;text-align: center;}
.color_m{color: #f6a229 !important;}/*页面主色调*/
.w {/*版心 提取 */width: 1200px;margin: 0 auto;}
.fl {float: left;}.fr {float: right;}
.al {text-align: left;}.ac {text-align: center;}.ar {text-align: right;}.hide {display: none;}

.details{ margin:0 auto;}
.mr140{margin-right: 140px !important;}
.mt40{margin-top: 40px !important;}
.mt50{margin-top: 50px !important;}
.mb16{margin-bottom: 16px !important;}
/*===通用标题样式===*/
.title_m{font-size: 15px;color:#999;text-align: center; margin-bottom:60px;}
.title_m h3{font-size: 30px;color:#333;}
.title_m span{display: block;width:50px;height:4px;border-bottom: 2px solid #cf1b25;margin:0 auto;margin-bottom: 7px;}
/*===注销流程===*/
.list_lc{padding-top: 53px; padding-bottom:80px;}
.list_lc .flowUl{width: 1160px;margin:70px auto 0;background: url(/template/pc/default/home/picture/flow_norm.png) no-repeat 0px 55px;}
.list_lc .flowUl li{width: 145px;text-align: center;overflow: hidden;float: left;}
.list_lc .flowUl li p{font-size: 18px;line-height: 32px;color: #333;font-weight: bold;}
.list_lc .flowUl li .space{height: 32px;}
.list_lc .flowUl li .circle{width: 50px;height: 50px;margin:33px auto 31px;position: relative;}
.list_lc .flowUl li .circle .wz,.list_lc .flowUl li .circle .num{width: 100%;height: 100%;border-radius: 100%;-webkit-border-radius: 100%;-moz-border-radius: 100%;-o-border-radius: 100%;font-size: 30px;line-height: 50px;text-align: center;position: absolute;top:0;left: 0;}
.list_lc .flowUl li .circle .wz{background: #f9b555;color: #fffefe;background: -webkit-linear-gradient(#ffc572,#ee9b24);
  background:linear-gradient(#ffc572,#ee9b24);background: -moz-linear-gradient(#ffc572,#ee9b24);background: -o-linear-gradient(#ffc572,#ee9b24);display: none;}
.list_lc .flowUl li .circle .num{color: #666;}
.list_lc .flowUl li:hover .circle .wz{display: block;}
.list_lc .flowUl li:hover .circle .num{display: none;}
/*===注销服务===*/
.lineh17{line-height: 17px !important;}
.list_fw{padding-top: 121px;}
.list_fw .content ul{margin-left:49px;margin-top: 95px;}
.list_fw .content li{width:218px;height: 236px;float:left;overflow: hidden;margin-right: 2px;}
.list_fw .content li a{display: block;width:218px;height: 236px;position: relative;}
.list_fw .content li img{transition:all 0.3s linear 0s;-webkit-transition:all 0.3s linear 0s;-moz-transition:all 0.3s linear 0s;-o-transition:all 0.3s linear 0s;-ms-transition:all 0.3s linear 0s;}
.list_fw .content li .txt{width:218px;height:72px;background: rgba(0,0,0,0.5); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
                          position: absolute;bottom:0;left:0;text-align: center;color:#fff;line-height: 24px;}
.list_fw .content li .txt h4{font-size: 18px;color:#f5ba19;margin-top: 8px;margin-bottom: 2px;}
.list_fw .content li:hover img{transform:scale(1.3);-webkit-transform:scale(1.3);-moz-transform:scale(1.3);-o-transform:scale(1.3);-ms-transform:scale(1.3);}
