@charset "UTF-8";
/*css ----初始化----- */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img ,td,tr,th{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%;}
.jj{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;}
/*需要更改*/
body {margin: 0 auto;font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;font-size: 14px;color: #333;background-color: #fff;min-width: 1200px;}
a{ color: #333;/*主要颜色*/text-decoration: none;}
a:hover{color: #c4070a !important;}
/*公共类*/
.w1200 {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;}
.unline{border:0 !important;}
.gray{background: #f4f6f8;}
.white{background: #fff;}s
.m-t-20{margin-top: 20px;}
/*----头部样式----*/
.m-r-0{margin-right: 0 !important;}
.hTop{height: 30px;line-height: 30px;width: 100%;font-size: 12px;color:#787878; display: none;}
.hTop .fr{margin-right: -10px;color: #ccc;}
.hTop .fr a{color: #787878;margin:0 10px;}
.hbottom{height: 124px;border-bottom: 1px solid #f0f0f0;}
.hbottom .logo{margin-top: 29px;}
.hbottom .logo a{display: block;width: 100%;height: 100%;}
.hbottom .slogn{font-size: 18px;color: #696969;line-height: 67px;margin-left: 22px;float: left;}
.hbottom .tel{font-size: 0;margin-top: 45px;}
.hbottom .tel img,.hbottom .tel span{display: inline-block;vertical-align: middle;}
.hbottom .tel span{font-size: 18px;line-height: 30px;color: #c4070a;letter-spacing: 0.5px;margin-left: 15px;}
/*导航栏效果开始*/
.black{color:#000;}
.nav{width: 100%;height:46px;font-size: 18px;}
/*服务分类*/
.total_btn{width:190px;height:46px;position:relative;}
.total_btn .t{line-height: 46px;padding-left: 58px;position:relative;color: #c4070a;}
.total_btn .t i{width:19px;height:15px;position:absolute;left:25px;top:50%;margin-top:-7px;background: url(../images/icons_total.png);}
.total_nav{width:190px;height:455px;padding:3px 0 2px 0;position: absolute;top: 46px;left: 0;z-index: 9999;background:url(../images/bl50.png);}
.total_nav .navli{padding-left: 38px;color:#fff;font-size: 16px;border-bottom: 1px solid rgba(255,255,255,0.1);transition: .2s ease-in-out;-webkit-transition: .2s ease-in-out;-moz-transition: .2s ease-in-out;-o-transition: .2s ease-in-out;-ms-transition: .2s ease-in-out;}
.total_nav .navli:hover{background: #fff;color: #262626;padding-left: 45px;transition:padding 0.2s ease-in 0s;-webkit-transition:padding 0.2s ease-in 0s;-moz-transition:padding 0.2s ease-in 0s;}
.total_nav .navli h3{line-height: 64px;position: relative;}
.total_nav .navli h3 i{width:7px;height:11px;background: url(../images/icons_total_arrow.png);position: absolute;right:20px;top:50%;margin-top: -5px;}
.total_nav .drop{padding:20px 10px 0;width: 360px;height:440px;display:none;background-color:#fff;position: absolute;top:0px;left:190px;
                 animation: fadePadding 0.2s ease-in;-webkit-animation: fadePadding 0.2s ease-in;-moz-animation: fadePadding 0.2s ease-in;-ms-animation: fadePadding 0.2s ease-in;-o-animation: fadePadding 0.2s ease-in;}
.total_nav .drop li{width:50%;line-height: 50px;float: left;font-size: 14px;}
.total_nav .drop li a{color:#666;padding-left: 30px;}
/*栏目导航*/
.nav .col_nav{margin-right: -32px;margin-left: 10px;}
.nav .col_nav li {float:left;height:46px;line-height: 46px;margin:0 28px;position:relative;}
.nav .col_nav li img{position:absolute;top:0;right:-28px;}
.nav .col_nav li a{font-size: 18px;display: block;}
.nav .col_nav .active a{color: #c4070a;}
/*导航动画*/
@keyframes fadePadding{
    from{opacity:0.6;filter:alpha(opacity:60);padding-left:0;}
    to{opacity:1;filter:alpha(opacity:100);padding-left:10px;}
}
@-webkit-keyframes fadePadding{
    from{opacity:0.6;filter:alpha(opacity:60);padding-left:0;}
    to{opacity:1;filter:alpha(opacity:100);padding-left:10px;}
}
@-moz-keyframes fadePadding{
    from{opacity:0.6;filter:alpha(opacity:60);padding-left:0;}
    to{opacity:1;filter:alpha(opacity:100);padding-left:10px;}
}
@-o-keyframes fadePadding{
    from{opacity:0.6;filter:alpha(opacity:60);padding-left:0;}
    to{opacity:1;filter:alpha(opacity:100);padding-left:10px;}
}
@-ms-keyframes fadePadding{
    from{opacity:0.6;filter:alpha(opacity:60);padding-left:0;}
    to{opacity:1;filter:alpha(opacity:100);padding-left:10px;}
}
/*footer*/
.footer{background-color: #4e4e4e;color: #fff;padding-top: 66px;height: 234px;line-height: 26px;}
.footer .left{width: 740px;}
.footer .links{min-height: 96px;}
.footer .links h5{font-size: 16px;margin-bottom: 6px;}
.footer .links a{display: block;float: left;color: #fff;margin-right: 10px;}
.footer .links a:hover{color: #fff !important;text-decoration: underline;}
.footer .ewm{margin-right: 23px;}
.footer .ewm2{margin-right: 50px;}
.footer .ewm dd {margin-top: 6px;text-align: center;}
.banner{width:100%;height:460px;background-position: center top;background-repeat: no-repeat;}
/*悬浮窗*/
.xfc{position: fixed;top: 300px;right: 0;}
.xfc p{width: 230px;height: 70px;background: #c00306;line-height: 70px;overflow: hidden;transition: all 0.6s;border-bottom: 1px solid #9f0003;clear: both;position: absolute;top: 0;right: -160px;}
.xfc p:hover{right: 0;}
.xfc p img{padding-left: 14px;vertical-align:baseline;padding-top: 13px;float: left;}
.xfc p span{color: #FFFFFF;font-size: 20px;font-weight: bold;padding-left: 10px;display: block;float: left;}
.xfc ul li a{display: block;width: 70px;height: 70px;background: #c00306;line-height: 70px;border-bottom: 1px solid #9f0003;text-align: center;position: absolute;right:0;top:71px;box-sizing: border-box;}
.xfc ul .top{width: 70px;height: 70px;background: #c00306;line-height: 70px;border-bottom: 1px solid #9f0003;box-sizing: border-box;text-align: center;position: absolute;right:0 ;top: 141px;display: none;cursor: pointer;}
.ewm img{width: 139px;}


/*公司注销悬浮窗-20181225*/
.globalLogoutA {width:100%;background:url(../images/globallogout/bg1.jpg)  no-repeat center center;background-size:auto 100%;height:120px;}
.globalLogoutA .times {width:401px;height:50px;line-height:46px;background:url(../images/globallogout/bg2.png)  no-repeat center center;
background-size:auto 100%;font-size:24px;color:#fff;text-align:center;margin-left:285px;margin-top:38px;}
.globalLogoutA .bigSize {font-size:30px;}
.globalLogoutA .texts {width:340px;padding:43px 0 0 18px;cursor:pointer;}
.globalLogoutA .logout_img2 {display:inline-block;padding-left:14px;
-webkit-animation:float ease-in-out 1s infinite;
animation:float ease-in-out 1s infinite;}
@-webkit-keyframes float {
0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	}
50% {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	}
100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	}
}
@keyframes float {
0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	}
50% {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
   }
100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
}
.globalLogoutA .closeClick1 {display:block;width:16px;height:16px;margin-right:36px;margin-top:10px;cursor:pointer;
background:url(../images/globallogout/closeClick1.png) no-repeat center center;background-size:auto 100%;}
.globalLogoutA .closeClick1:hover {background:url(../images/globallogout/closeClick2.png) no-repeat center center;
background-size:auto 100%;}
.globalLogoutB {width:100%;height:803px;background:#fff5f5 url(../images/globallogout/bg7.jpg) no-repeat center center;
box-sizing:border-box;padding:38px 0 0 0;position:relative;display:none;}
.globalLogoutB .logoutContent {width:1200px;height:736px;margin:0 auto;position:relative;}
.logoutContent .closeClick3 {display:block;width:24px;height:24px;cursor:pointer;position:absolute;right:42px;top:12px;
background:url(../images/globallogout/closeClick3.png) no-repeat center center;background-size:auto 100%;}
.globalLogoutB .CancelForm {width:970px;margin:0 auto;padding-top:172px;font-size:16px;}
.globalLogoutB .CancelForm .formLeft {width:680px;color:#666;}
.globalLogoutB .CancelForm .formRight {width:282px;}
.globalLogoutB .CancelForm .formLeft,
.globalLogoutB .CancelForm .formRight {box-sizing:border-box;}
.globalLogoutB .CancelForm .redColor {color:#d30000;}
.globalLogoutB label .redColor {padding-right:8px;}
.globalLogoutB .CancelForm .formLeft {padding-left:38px;}
.globalLogoutB .CancelForm .calputerTit {margin:0 0 38px 0;text-align:left;color:#333;}
.globalLogoutB .CancelForm .calputerTit span {display:inline-block;font-size:14px;text-align:center;height:20px;line-height:20px;
border-bottom:1px solid #7a7a7a;}
.globalLogoutB .CancelForm .allpeople {display:inline-block;font-weight:bold;font-size:18px;border-bottom:1px solid #df6767;height:20px;line-height:20px;}
.globalLogoutB .CancelForm .formline {margin-bottom:38px;height:38px;line-height:38px;}
.globalLogoutB .CancelForm .label {width:145px;line-height:38px;letter-spacing:6px;text-align:right;padding-right:28px;}
.globalLogoutB .CancelForm .label2 {letter-spacing:2px;}
.globalLogoutB .CancelForm .label .star {font-size:16px;}
.globalLogoutB .CancelForm .formelement {width:435px;position:relative;}
.globalLogoutB .CancelForm .formelement .se1,
.globalLogoutB .CancelForm .formelement .se2 {display:block;width:180px;border:1px solid #eee;height:36px;line-height:36px;
margin-right:10px;box-sizing:border-box;padding:0 8px;background:#fff;background:url(../images/globallogout/triangle2.png) no-repeat 162px center;
appearance:none;
-webkit-appearance:none;}
.globalLogoutB .CancelForm .formelement .errorIcon {font-size:12px;line-height:12px;position:absolute;left:0;bottom:-18px;}
.globalLogoutB .CancelForm .formelement .errorIcon.errorIcon3 {position:absolute;bottom:18px;}
.globalLogoutB .CancelForm .formtype2 {display:inline-block;padding-right:70px;cursor:pointer;}
.globalLogoutB .CancelForm input[type="radio"].formtype { display:inline-block;width:16px;height:16px;cursor:pointer; vertical-align:middle;margin-right:16px;}
.globalLogoutB .CancelForm .timeSelect,.globalLogoutB .CancelForm .formText
{width:260px;border:1px solid #eee;height:38px;line-height:38px;box-sizing:border-box;padding-left:8px;font-size:16px;}
.globalLogoutB .CancelForm .formText {width:400px;}
.globalLogoutB .CancelForm .toast {font-size:12px;color:#666;line-height:12px;margin-top:32px;}
.globalLogoutB .CancelForm .fromBtn {width:161px;height:280px;background:url(../images/globallogout/bg5.png) no-repeat center center;background-size:auto 100%;
margin:0 auto;position:relative; box-sizing:border-box;padding-top:58px;margin-top:8px;}
.globalLogoutB .CancelForm .circle-animate {position:absolute;top:64px;right:7px;width:146px;height:146px;-webkit-border-radius:50%;border-radius:50%;
background:rgba(214,0,0,0.8);z-index:2;
-webkit-animation:ripple 1.5s ease infinite;
-moz-animation:ripple 1.5s ease infinite;
-o-animation:ripple 1.5s ease infinite;
animation:ripple 1.5s ease infinite;
animation-fill-mode:both}
.globalLogoutB .CancelForm .circle-text {display:block;width:104px;height:104px;background:#d30000;letter-spacing:0px;
position:absolute;left:50%;top:85px;z-index:4;margin-left:-52px;}
.globalLogoutB .CancelForm .calc_btn {display:block;width:44px;height:44px;color:#fff;line-height:28px; font-size:16px;text-align:center;margin:0 auto; 
margin-top:26px;}
.globalLogoutB .CancelForm .fromButton {display:block; width:161px;height:167px;background:#00f;position:absolute;left:0;top:55px;
z-index:10;opacity:0;cursor:pointer;}
.globalLogoutB .CancelForm .fromButton,
.globalLogoutB .CancelForm .circle-text {border-radius:50%;-webkit-border-radius:50%;}
.globalLogoutB .CancelForm .formLast {font-size:18px; text-align:center;height:30px;line-height:30px;padding-top:43px;}
.globalLogoutB .CancelForm .formLast .redColor{font-size:30px;display:inline-block;width:100px;}
@keyframes ripple{
 0% {
  transform:scale(0.3);opacity:.8
  }
 100% {transform:scale(1.2);opacity:0
 }
}
@-webkit-keyframes ripple {
 0% {
  -webkit-transform:scale(0.3);opacity:.7
 }
 100% {-webkit-transform:scale(1.2);opacity:0
 }
}
@-moz-keyframes ripple{
 0% {
  -moz-transform:scale(0.3);opacity:.7
 }
 100% {
  -moz-transform:scale(1.2);opacity:0
 }
}
@-o-keyframes ripple{
 0% {
  -o-transform:scale(0.3);opacity:.7
 }
 100% {
  -o-transform:scale(1.2);opacity:0
 }
}
/*计算成功后的弹出层*/
.GlobalCancelLayer {width:100%;height:100%;position:fixed;left:0;top:0;z-index:99; background:rgba(0,0,0,0.6);
box-sizing:border-box;padding-top:12%;}
.GlobalCancelLayer .CancelMain {width:766px;height:418px;background:#fff;margin:0 auto;position:relative;
border-radius:10px;
-webkit-border-radius:10px;
box-shadow:5px 8.66px 20px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow:5px 8.66px 20px 0px rgba(0, 0, 0, 0.1);}
.GlobalCancelLayer .redColor {color:#af0000;}
.GlobalCancelLayer .caption {letter-spacing:4px;font-size:14px;height:14px;line-height:14px;text-align:center;padding:55px 0 46px 0;}
.GlobalCancelLayer .CancelDl {width:600px;height:240px;margin:0 auto;background:url(../images/globallogout/bg6.png) no-repeat center center;
background-size:auto 100%;position:relative;}
.GlobalCancelLayer .CancelDl dt {font-size:24px;height:24px;line-height:24px;letter-spacing:4px;text-align:center;}
.GlobalCancelLayer .CancelDl .people {display:block;width:379px;height:106px;background:#fff; margin-left:77px;margin-top:44px;position:relative;}
.GlobalCancelLayer .timeer {display:block;height:32px;line-height:32px;color:#fff;font-size:18px;letter-spacing:2px;text-align:center;
margin-top:33px;}
.GlobalCancelLayer .CancelDl #word,
.GlobalCancelLayer .CancelDl #show {width:115px;height:30px;line-height:30px;text-align:center;position:absolute;left:66px;top:70px;color:#000;}
.GlobalCancelLayer .close {display:block;width:18px;height:18px;cursor:pointer;position:absolute;right:20px;top:20px;z-index:10;}
.GlobalCancelLayer .CancelDl .summary {width:145px;line-height:14px;text-align:center;position:absolute;right:0;top:28px;}
.GlobalCancelLayer .CancelDl .summary span {display:block;margin-bottom:16px;}
.GlobalCancelLayer .CancelDl .summary .size16 {font-size:16px;}
.GlobalCancelLayer .CancelDl .summary .size18 {font-size:18px;color:#c3000f;padding-left:20px;}
.GlobalCancelLayer .CancelDl .summary .size18:hover {color:#af0000;}
