/*
 * 前海百丰外资 公共样式
 * 2018.6.8
 filter: grayscale(1);
 */
* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    margin: .67em 0;
    font-size: 2em;
}
mark {
    color: #000;
    background: #ff0;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {height: 0;  -webkit-box-sizing: content-box;  -moz-box-sizing: content-box;  box-sizing: content-box;}
pre {overflow: auto;}
code,kbd,pre,samp { font-family: monospace, monospace; font-size: 1em;}
button,input,optgroup,select,textarea {margin: 0;font: inherit;color: inherit;}
button {overflow: visible;}
button,select {text-transform: none;}
button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer;}
button[disabled],html input[disabled] {cursor: default;}
button::-moz-focus-inner,input::-moz-focus-inner {padding: 0;border: 0;}
input {line-height: normal;}
input[type="checkbox"],input[type="radio"] {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 0;}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"] {-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;-webkit-appearance: textfield;}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
fieldset {padding: .35em .625em .75em;margin: 0 2px;border: 1px solid #c0c0c0;}
legend {padding: 0;border: 0;}
textarea {overflow: auto;}
optgroup {font-weight: bold;}
table {border-spacing: 0;border-collapse: collapse;}
td,th {padding: 0;}
.form-control {display: block;width: 100%;  height: 34px; padding: 6px 12px;  font-size: 14px;line-height: 1.42857143;color: #555;background-color: #fff;background-image: none;border: 1px solid #ccc;border-radius: 4px;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group { z-index: 2;  margin-left: -1px;}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {border-top-left-radius: 0;  border-bottom-left-radius: 0;}
.form-control:focus {border-color: #66afe9;outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);}
.form-control::-moz-placeholder {color: #999;opacity: 1;}
.form-control:-ms-input-placeholder {color: #999;}
.form-control::-webkit-input-placeholder {color: #999;}
.form-control::-ms-expand {background-color: transparent;border: 0;}
.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {background-color: #eee; opacity: 1;}
.form-control[disabled],fieldset[disabled] .form-control { cursor: not-allowed;}
textarea.form-control {height: auto;}
input[type="search"] { -webkit-appearance: none;}
.input-group-addon, .input-group-btn { width: auto}

body,div,ol,ul,li,h1,h2,h3,h4,h5,h6,p,dl,dd,dt,form,input,textarea,select{margin:0;padding:0;}
body{ font-size:14px; color:#222;  line-height: 1.42857143;background: #fafafa; font-family: "Helvetica Neue", Helvetica, STHeiti, Verdana, 'Microsoft YaHei', Sans-Serif;}
dt {font-weight: bold}
li{list-style:none;}
img{border:0;}
a{ color:#222;text-decoration:none;}
a:hover ,a:focus ,a:active{text-decoration:none;  color:#fe002a;}
.body-white {background-color: #fff}
.wrapper {margin:0 auto; width:1200px;}
.both {clear: both}
.t-ellipsis {word-break:keep-all; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.red {color: #fe002a;}
.gray { color: #999}
.yellow {color: #ff4f19}
.none ,.hide {display: none  !important;}
.show {display: block !important;}
.h10 {height: 10px;}.h20 {height: 20px;}.h30 {height: 30px;}.h40 {height: 40px;}.h50 {height: 50px;}.h60 {height: 60px;}.h80 {height: 80px;}.h100 {height: 100px;}
.white-bg  {padding: 0 20px; background-color: #fff;}
.m-left {float: left}
.m-right {float: right}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {font-family: inherit;font-weight: 500;line-height: 1.1;  color: inherit;}

/* 图标 */
.ico-arrow-down { display: inline-block; background-repeat: no-repeat; vertical-align: middle; margin-left: 6px; }
.ico-arrow-down {width:12px; height: 7px;  background-image: url("../images/ico_arrow_down.png");background-position:left top;}
a:hover .ico-arrow-down ,a:focus .ico-arrow-down,.service:hover .ico-arrow-down ,.service:focus .ico-arrow-down,.active .ico-arrow-down {background-position:left -8px;}
.ico-close {width:17px; height: 17px;  background: url("../images/ico-close.png") no-repeat center;display: inline-block;}

.ico-arrow-down2 {width:8px; height: 4px;display: inline-block;  background-image: url("../images/ico_arrow_down2.png");background-position:left top; background-repeat: no-repeat; vertical-align: middle; margin-left: 3px;}
a:hover .ico-arrow-down2  {background-position:left -5px;}


/* 头部 fafafa */
.header { padding-top: 0; min-width: 1200px; min-height: 128px; background-color: #fff;border-bottom: 2px solid #ecedea; }
.navbar-header {width: 364px; height: 58px; float: left; position: relative}
.navbar-header h1 {width: 250px; height: 48px; background:url("../images/logo.png") no-repeat center top; font-size: 0; line-height: 0; }
.navbar-header h1 a {height: 48px;display: block;}
.navbar-header .bf-year {width: 78px; height: 28px; position: absolute; left: 218px; top: -10px; display: inline-block; z-index:2 }
.search-header { margin-top: 10px; float: left}
.search-input-group {width: 300px;position: relative; display: table; border-collapse: separate;}
.search-input-group .form-search-text { width: 100%; height: 30px; padding: 4px 12px;  border:1px solid #e7e7e7;  background: rgba(220, 220, 220, .3); box-shadow:none;     border-radius: 6px; }
.search-input-group .form-search-text:hover { border:1px solid #fe002f}
.search-input-group .input-group-btn {position: absolute;top: 0; right:-36px;}
.search-input-group .btn-search{ width: 40px;  height: 30px;  padding: 0;  margin-left: -10px;   background: #fe002f url("../images/ico_search.png") no-repeat center;   border: 0; border-radius: 6px;}
.search-input-group .btn-search:hover {background-color:#f30 }
.search-header .search-tips { padding: 4px 0 0 4px;}
.search-header .search-tips a {font-size: 12px; margin-right: 6px; color: #a2a2a3}
.search-header .search-tips a:hover { color: #fe002f}

.telbar-header { padding-top: 15px; float: right}
.telbar-header li { margin-left: 16px; line-height: 24px; color: #a9a9a9;  float: right;}
.telbar-header em {margin-right: 10px; height: 24px; display: inline-block;  background-image: url("../images/ico_top.png"); background-repeat: no-repeat; vertical-align: middle; margin:0 5px 2px 0;}
.telbar-header em.hico1 {width: 30px; background-position:left top;}
.telbar-header em.hico2 { width: 24px; background-position:-34px top;}
.telbar-header em.hico3 { width: 25px; background-position:-62px top;}
.telbar-header em.hico4 { width: 22px; background-position:-91px top;}


.header-nav.navfixed { width: 100%;  background-color: #fafafa; border-bottom: 1px solid #cccccc; position: fixed; top: 0; left: 0; z-index: 23;}
.header-nav { height: 52px; line-height: 52px; font-size: 17px;}
.header-nav ul {margin: 0 auto; width: 1200px;}
.header-nav ul li { padding:0 19px;  float: left; text-align: center;position: relative}
.header-nav ul li.first { padding: 0; width: 240px;}
/*.header-nav ul li.f1 {padding-right: 40px;}*/
.header-nav ul li a {display: inline-block; position: relative; font-weight: bold}
.header-nav ul li .hot { padding: 0px 4px;  height: 16px;  background: #ff4f19; color: #fff;  border-radius: 6px;  font-size: 12px;  line-height: 16px; font-style: normal; text-align: center; display: block; position: absolute;  right:38px; top: 4px; transform: translateX(100%)}
.header-nav ul li a.a-ask {color: #fe002f; }
.header-nav ul li.active .a {color: #fe002f; display: inline-block; position: relative; font-weight: bold;}
.header-nav ul li.active .a:before ,.header-nav ul li .a:hover:before {content: " "; width: 100%; height: 3px; background-color: #fe002f; display: inline-block; position: absolute; left: 0; bottom: -2px;}
.header-nav ul li.service {padding-right: 40px; position: relative }
.header-nav ul li.service.norw {padding-right: 20px}
.header-nav ul li.service .hot {right:0px; }
.header-nav ul li.service:hover .a {color: #fe002f}
.header-nav ul li.service:hover .a:before {display: none}
.header-nav ul li.service:hover .header-navigation ,.header-nav ul li.service:hover .header-navdl { display: block}
.index-zhounian6 { width: 48px; height: 50px; background: url("../images/index_zhounian6.gif") no-repeat center; display: inline-block; position: absolute; right: -50px; top:-10px;}

.header-navigation ,.header-navdl { padding: 0 ; width:120px; background-color: #fff; border:1px solid #ebeced; position: absolute; left: -10px; top:42px; z-index: 23; display: none}
.header-navigation:before  ,.header-navdl:before {content: ' ';  position: absolute;width: 0;height: 0;left: 54px;top: -12px;border: 6px solid;border-color: transparent transparent #ebeced transparent;}
.header-navigation:after  ,.header-navdl:after {content: ' ';position: absolute;width: 0;height: 0;left:54px;top: -11px;border: 6px solid;border-color: transparent transparent #fff transparent;}
.header-navigation ol  li { width: 100%; height: 38px; line-height: 38px; padding: 0; margin: 0;  border-bottom: 1px solid #fafafa;}
.header-navigation ol  li a{ font-size: 15px; color: #222; display: block;}
.header-navigation ol  li a:hover {color: #fe002f}

.header-navdl {padding: 10px 0px 20px 20px; width:800px; left: -120px;  }
.header-navdl:before {left: 190px;}
.header-navdl:after {left: 190px;}
.header-navdl dl {  margin: 0 2%; width: 21%; float: left;}
.header-navdl dl dl { margin:20px 0 0; width: 100%;}
.header-navdl dl dt {height: 40px; line-height: 40px; font-size: 18px; text-align: left;font-weight: bold;color: #fe002f}
.header-navdl dl dd { line-height: 28px; text-align: left;}
.header-navdl dl dd  a{ font-size: 15px; color: #222; display: block;}
.header-navdl dl dd a:hover {color: #fe002f}

.header_wrap { margin-bottom: 20px; min-width: 1200px; height: 30px; line-height: 30px; font-size: 12px; color: #666666;  background-color: #f5f5f5;border-bottom: 1px solid #ecedea;}
.header_wrap  .loading { width: 12px; height: 12px;}
.header_wrap .t-welcome { float: left;}
.header_wrap a {color: #666666;}
.header_wrap a:hover {color: #fe002f;}
.header_wrap ul { float: right;}
.header_wrap ul li { margin-left: 2px;  float: left; position: relative}
.header_wrap ul li a {padding: 0 16px; height: 29px; display: block}
.header_wrap ul li a:hover { background-color: #ffffff;}
.header_wrap ul li.wx  p { padding: 2px;  width: 113px; background-color: #ffffff; position: absolute; top:29px; left: 50%;transform: translateX(-50%);  z-index: 22; display: none}
.header_wrap ul li.wx  .svg-wx {margin:0 3px 2px 0; width: 18px; height: 18px; display: inline-block; vertical-align: middle;fill: #3db135;  }
.header_wrap ul li.wx  p img {width: 100%; height: auto}
.header_wrap ul li.wx  p span { padding-bottom: 3px; display: block; line-height: 16px; text-align: center; color: #666}
.header_wrap ul li.wx a:hover p { display: block;}
.header_wrap ul li.phone .pb { font-weight: bold; color: #fe002f; font-family: "Adobe Myungjo Std M"}
.header_wrap ul li.phone svg {margin:0 3px 3px 0;width: 16px; height: 16px; display: inline-block; vertical-align: middle; fill: #fe002f;}
.header_wrap ul li.noicon a {padding: 0 10px; }

.header-box { width: 100%; height: 0; position: relative;}
.hearder-menu { padding-bottom: 10px;  width: 240px; height: 386px; background-color: #fff;  position: absolute; left: 0; top: 0; z-index: 22; overflow: hidden;}
.hearder-menu:hover {height: auto; overflow: auto;}
.hearder-menu dl {padding: 5px 0 3px 13px;}
.hearder-menu dl dt {height: 34px; line-height: 34px; font-size: 15px; font-weight: bold}
.hearder-menu dl dd  {line-height: 24px; font-size: 13px; clear: both;}
.hearder-menu dl dd a { width:50%; display: inline-block; color: #666666; float: left; position: relative}
.hearder-menu dl dd a img { position: absolute;right:11px; top: -8px;}
.hearder-menu dl dd a:hover {color:#fe002f; }

/* 每天2名免费办理名额 浮动网 */
.btn-text-left { text-align: left;}
.btn-text-left .caret {float: right; margin-top: 7px; color: #999}
.heard-free-box { width: 234px; height: 290px; background-color: #e9eced; border-radius: 6px; position: absolute; right: 0; top: 50px; z-index: 22}
.heard-free-box h2 {height: 54px; line-height: 54px; text-align: center; font-size: 16px; font-weight: bold}
.heard-free-box .f-content { padding: 0 20px;}
.heard-free-box .f-content .item { padding-bottom: 16px; position: relative}
.heard-free-box .f-content .item .fmsg { font-size: 12px; color: #fe002f; position: absolute; left: 0; top: 32px;}
.heard-free-box .f-content .form-control {border:none;box-shadow:none; height: 32px;}
.heard-free-box .f-content .btn-default {border:none; width: 100%}
.heard-free-box .f-content .btn-group {width: 100%; text-align: left;}
.heard-free-box  .dropdown-menu { width: 194px}
.heard-free-box .btn-danger {width: 100%; border-radius: 16px;}

/* 按钮 */
.btn {color: #ffffff;display: inline-block;padding: 6px 12px;font-size: 14px;   font-weight: 400;  line-height: 1.42857143;  text-align: center;  white-space: nowrap;vertical-align: middle;  -ms-touch-action: manipulation;  touch-action: manipulation;  cursor: pointer;  -webkit-user-select: none;  -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none;border: 1px solid transparent; border-radius: 4px;}
.btn:hover {color: #ffffff;}
.btn-danger { border:none;box-shadow:none; background-color: #fe002f; }
.btn-danger:hover {background-color: #f30 }
.btn-big {padding: 8px 36px; font-size: 16px; border-radius: 20px;}

/* foot begin */
.friend-list { padding:15px 0 10px;  clear: both; overflow: hidden;}
.friend-list .t { padding: 6px 10px; width:200px; height:26px; background: #000 url("../images/friend.png?2102") no-repeat 10px 6px; border-radius: 6px; font-size: 0; line-height: 0;  float: left; position: relative; opacity: .5}
.friend-list .t:before {content: ' ';position: absolute;width: 0;height: 0;right: -12px;top: 6px;border: 6px solid;border-color: transparent transparent transparent #000;}
.friend-list ul { margin-left: 215px; padding:2px 0 5px; line-height: 20px; }
.friend-list ul li { display: inline-block; margin-right:10px;}
.friend-list ul a { font-size: 14px; line-height: 24px;color: #999; opacity: .3}
.friend-list ul a:hover {color: #fff; opacity: .6}

.footer-box { padding-top: 10px; background-color: #272930; min-width: 1200px; color: #afb5b5;}
.footer-box a {color: #afb5b5;}
.footer-box a:hover {color: #fff;}
.foot-site { padding: 20px 0 40px; clear: both; overflow: hidden;}
.foot-site .fs-left { margin:38px 0 0 0; width: 140px; float: left;  line-height: 24px; font-size: 13px; }
.foot-site .fs-left .img { padding-bottom: 8px;}
.foot-site .fs-right {margin-right: 20px; width: 200px; float: right; text-align: center}
.foot-site .fs-right li {line-height: 26px;}
.foot-site .fs-right li.phone {padding-bottom: 5px; font-size: 24px;}
.foot-site .fs-right li .btn { padding: 7px 30px; margin-top: 10px; color: #fff;    border-radius: 15px;}
.foot-site .fs-right li .btn img {width: 22px; margin-right: 6px;}

.foot-subnav { margin: 0 10px 0 40px; width: 500px; float:left; }
.foot-subnav dl { margin-right: 5%;  width: 28%;  float: left }
.foot-subnav dl:last-child { margin-left: 3%; width: 25%;}
.foot-subnav dl dt {font-size: 20px; padding-bottom: 10px;font-weight: normal; }
.foot-subnav dl dd {  }
.foot-subnav dl span { height: 24px;line-height: 24px; display: block}


.foot-address { margin:0  10px 0 20px;  width: 280px;line-height: 24px; float: right;}
.foot-address .t {padding-bottom: 10px; font-size: 20px;}
.foot-address p { padding: 2px 0; clear: both; }
.foot-address .pb {width: 46px; float: left; display: inline-block;}
.foot-address .pc {margin-left: 46px; display: block}
.foot-wx { width: 170px; float: left; text-align: center;}
.foot-wx img {width: 120px; height: auto;}
.foot-wx p{ padding: 8px 0; font-size: 13px; }

.foot-copyright {width: 100%; min-width: 1200px; background-color: #111216; color: #afb5b5;  height: 24px; line-height: 24px; font-size: 12px;  text-align: center;}
.f-copyright2 { padding-top: 5px; height: 30px; }
.f-copyright2 a {color: #afb5b5; }
.foot-copyright.f-fixed { position: fixed; left: 0; bottom: 0; display: block}

/*.foot-consulth {height: 150px;background-color: #111216;  }*/
/*.foot-consult { width: 100%; min-width: 1200px;  height:260px; background: url("../images/foot-bg.png") no-repeat center bottom; position: fixed; left: 0; bottom: 0; z-index: 55; }*/
/*.foot-consult .wrapper { position: relative}*/
/*.foot-consult  .foot-close { padding: 20px; position: absolute; right: -20px; bottom:120px; cursor: pointer}*/
/*.consult-from { margin: 206px 0 0 224px; }*/
/*.consult-from .item { margin-right: 30px; width: 160px; float: left;  position: relative}*/
/*.consult-from .item .fmsg { font-size: 12px; color: #ff0; position: absolute; left: 0; top: 38px;}*/
/*.consult-from .form-control {border:none;box-shadow:none; height:36px;}*/
/*.consult-from .btn-default {border:none; width: 100% ;height: 36px;}*/
/*.consult-from .btn-group {width: 100%; text-align: left;}*/
/*.consult-from  .dropdown-menu { width: 100%; top: auto; bottom:38px;}*/
/*.consult-from .itembtn { width:122px; height: 122px; position: absolute; right:13px; bottom:-5px; z-index: 55  }*/
/*.consult-from  .btn-danger ,.consult-from  .btn-danger:hover {padding: 0; width: 122px; height: 122px;  background: none; position: absolute; left: 0; bottom: 0; opacity: 0}*/

/*.consultshow {height: 146px; animation:consultshow 1s  1 linear; display: block;animation-fill-mode: forwards; }*/
.consulthide { animation:consulthide 1s  1 linear;animation-fill-mode: forwards; }
/*@keyframes consulBtn {*/
    /*0% {  top: 0px; }*/
    /*25% {  top: -10px;  }*/
    /*50% {  top: 0px;  }*/
    /*75% { top:  -10px;   }*/
    /*100% { top:  0px;   }*/
/*}*/
/*@keyframes consultshow {*/
    /*0% { height: 0 }*/
    /*100% { height: 398px}*/
/*}*/
@keyframes consulthide {
    0% {bottom: 0 }
    100% { bottom: -300px}
}
/*.top_rob { width:134px; height: 134px;display: inline-block; position: fixed; top:-60px; left: 20px; z-index: 33; display: none }*/
/*.top_rob em {width:134px; height: 134px; display: inline-block; background: url("../images/foot-bg4.png") no-repeat center top; background-size: cover; animation:consultopRod 1.6s  infinite linear;}*/
/*.top_rob i {width:75px; height: 75px; display: inline-block; background: url("../images/foot-bg5.png") no-repeat center top; background-size: cover; position: absolute; left: 31px; top: 31px;}*/
/*.toprobshow { top: 20px; display: block;animation:toprobshow 0.4s  1 linear;animation-fill-mode: forwards;}*/
/*@keyframes toprobshow {*/
    /*0% { top: -60px}*/
    /*100% { top: 30%}*/
/*}*/
/*@keyframes consultopRod {*/
    /*0% { transform: rotate(0deg)}*/
    /*100% { transform: rotate(360deg)}*/
/*}*/


/* 左侧浮动菜单  */
.home-right-top { width: 46px; height: 46px; border-radius: 100%; text-align: center;background: #fa5e1e url("../images/fixed_ico4.png") no-repeat center; display: inline-block;position: fixed; right: 1.6%; bottom:-50px; z-index: 66; display: none}
.home-right-top.active {display: block;animation:homeTopAnimation 0.6s 1 ease-in-out;animation-fill-mode: forwards;}
/*
.service-right { width: 54px; position: fixed; right: 1.6%;  top: 24%; z-index: 222}
.service-right li { position: relative; z-index: 67}
.service-right .item { margin-bottom: 8px; width: 56px;  height: 50px;  border-radius: 0 8px 0 8px; text-align: center;   background-color:#fff; border: 1px solid #fa5e1e; display: inline-block;}
.service-right .item em {margin-top: 6px; height: 21px; display: inline-block;background-image: url("../images/fixed_ico1.png"); background-repeat: no-repeat; cursor: pointer;  }
.service-right .item .t { font-size: 12px; color: #878787; font-weight: normal; line-height: 22px; display:block;}
.service-right .item.active {background-color: #fa5e1e;}
.service-right .item.active:hover {background-color: #f60}
.service-right .item.active .t ,.service-right .item.active:hover .t {color: #fff;}
.service-right .item:hover .t {color: #fa5e1e;}
.service-right  em.s1 {width: 21px; background-position: left top; }
.service-right  em.s2 { width: 18px; background-position: -31px top;}
.service-right  em.s3 {width: 21px; background-position: -58px top; }
.service-right  em.s4 {width: 25px; background-position: -89px top; }
.service-right a:hover em.s2 {background-position: -31px -26px; }
.service-right a:hover em.s3{background-position: -58px -26px; }
.service-right a:hover em.s4{background-position: -89px -26px; }
.service-right .swx {padding-right: 11px; position: absolute; right: 50px; top:0;  z-index: 68;}
.service-right .swx .box { padding: 10px 0 20px 20px; width: 0px;  background-color:#fff; border: 1px solid #fa5e1e; border-radius: 16px 0 16px 0; clear: both; overflow: hidden;display: none}
.service-right .swx h2 { padding: 15px 0; font-size: 14px; font-weight: normal; color: #878787}
.service-right .swx p { clear: both; overflow: hidden}
.service-right .swx a {  height: 36px; line-height: 36px; font-size: 13px; color: #a4a3a3; text-align: left; cursor: pointer;  display: block; width: 50%; float: left;}
.service-right .swx a img {margin-right: 6px; vertical-align: middle}
.service-right .swx a:hover { color: #fa5e1e;}
.service-right .swx h3 { padding: 10px 0; font-size: 14px; font-weight: normal; color: #878787}
.service-right .swx h3 img {margin-right: 10px;vertical-align: text-bottom}
.service-right .phone { width: 56px;   height: 50px;  border-radius: 0 8px 0 8px; text-align: center;   background-color:#fff; border: 1px solid #fa5e1e;position: absolute; right:-2px; top:0;  z-index: 68; overflow: hidden; display: none}
.service-right .phone img {margin-top: 5px}
.service-right .wx { padding-right: 11px;  position: absolute; right:50px; top:0;  z-index: 68;}
.service-right .wx .box { padding: 10px 0 10px; width: 100px; text-align: center;  background-color:#fff; border: 1px solid #fa5e1e; border-radius: 16px 0 16px 0; clear: both; overflow: hidden; display: none}
.service-right .wx img { width: 110px;}
.service-right .wx p { padding-top:2px; font-size: 12px; color: #666}
.service-right .smtop { padding: 0 5px; height: 16px; line-height: 16px; background-color: #00a2ff;  border-radius: 6px; color: #fff;  font-size: 10px; font-weight: bold; font-style: normal; position: absolute; right: 4px; top: 0px;}

.service-right  li:hover .swx .box{animation:serviceSwxAnimation 0.4s 1 ease-in-out;animation-fill-mode: forwards; display: block}
.service-right  li:hover .phone {animation:servicePhoneAnimation 0.4s 1 ease-in-out;animation-fill-mode: forwards;display: block}
.service-right  li:hover .wx  .box {animation:serviceWxAnimation 0.4s 1 ease-in-out;animation-fill-mode: forwards;display: block}
@keyframes serviceSwxAnimation {
    0% {opacity: 0; width: 0px}
    100% {opacity: 1; width:300px}
}
@keyframes servicePhoneAnimation {
    0% {opacity: 0; width: 56px}
    100% {opacity: 1; width:234px}
}
@keyframes serviceWxAnimation {
    0% {opacity: 0; width: 0px}
    100% {opacity: 1; width:140px}
}
@keyframes homeTopAnimation {
    0% {bottom: -60px;}
    100% { bottom:5%}
}

 */
/* 服务 */
.service-right2 {width: 90px; text-align: center; position: fixed; right: 1.3%;  top: 40%; transform: translateY(-50%); z-index: 222}
.service-right2 .sh p { width: 82px; height: 82px;  border-radius: 100%; background: #fff; overflow: hidden; border: 3px solid #fff;box-shadow: 0 0 20px #ccc; display: inline-block}
.service-right2 .sh p img {margin: 0 auto; width: 82px; height: 82px; border-radius: 100%;}
.service-right2 p {margin-bottom: 8px}
.service-right2 .sy {padding-top: 30px;}
.service-right2 .sy p img { width: 82px; height: 82px; box-shadow: 0 0 20px #999999}
.service-right2  a { padding: 0 12px; height: 20px; line-height: 20px; text-align: center; font-size: 12px; color: #fff; border-radius: 22px; background:#fa5e1e; display: inline-block; }



.ico-arrow-left ,.ico-arrow-right { width: 40px; height: 40px; line-height: 40px; display: inline-block;  background-image: url("../images/ico_arrow_white.png"); background-repeat: no-repeat}
.ico-arrow-left {background-position: 14px  9px;}
.ico-arrow-right {background-position: 16px  -24px;}
.zt_ico_zx { margin-right: 10px; margin-bottom: 3px; width: 32px; height:32px; background:url("../images/ico_zx.png") no-repeat left top; display: inline-block; vertical-align: middle; }

.anhot1 {animation:animationHot 1.5s  infinite linear;}
.anhot2 {animation:animationHot 1.5s 1s infinite linear;}
.anhot3 {animation:animationHot 1s 0.5s infinite linear;}
@keyframes animationHot {
    0% {transform:translate(100%, 0) ;  }
    50% {transform:translate(110% , 0); }
    80% {transform:translate(100%, 0); }
    100% {transform:translate(100%,0) ; }
}

/*  从中间向两边展开 */
@keyframes animationMidShow {
    0% {  opacity: 0; transform: scale(0,1) }
    100% {  opacity: 1; transform: scale(1,1)  }
}

.loading {display: inline-block; height: 18px; width: 18px;  border-radius: 100%;  margin: 6px; border: 2px solid #666; border-bottom-color: transparent; vertical-align: middle; animation: rotate 0.75s linear infinite;}
@keyframes rotate {
    0% { transform: rotate(0deg);  }
    50% { transform: rotate(180deg);  }
    100% { transform: rotate(360deg); }
}
/* 404 begin */
.error-foot { width: 100%;  position: fixed; left: 0; bottom: 0; z-index: 1}
.error-wr {width: 100%; min-height: 360px;   margin: 50px auto 0 auto;   color: #333;     padding: 240px 0 0 0;        text-align: center; background: url("../images/error404.png") no-repeat center top}
.error-wr .t {font-size: 20px; font-weight: bold; text-indent:140px; }
.error-wr .s { padding: 15px; font-size: 16px; color:#666}
.error-wr .s span {color: #f60; }
.error-wr a  { margin-top: 20px; padding: 10px 20px; font-size: 16px; background: #fe002f; color: #ffffff; border-radius: 6px; display: inline-block }

/* 商务通自动邀请 */
.business-invitation { width:526px; height:271px; border:0px solid #f9515a; background:#ffffff url(../images/swt.png) no-repeat center; box-shadow:0 0 40px #999999; overflow:hidden; position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 666}
.business-invitation .bclose { padding: 15px; display: inline-block; position: absolute;top: 0; right: 0; z-index: 2; cursor: pointer; opacity: 0}
.business-invitation p { margin:186px 0 0 140px; text-align:center}
.business-invitation p a { margin:0 10px; width:120px; height:32px; line-height:32px; color:#f9515a; font-size:15px; text-decoration:none; border:1px solid #f9515a;  border-radius:50px; display:inline-block; cursor: pointer}
.business-invitation p .zx { background-color:#f9515a; color:#fff;text-decoration:none;}
.business-invitation p  a:hover { border-color:#c33; background-color:#c33; color:#fff;}

#outerdiv {position:fixed;top:0;left:0;background:rgba(0,0,0,0.7);z-index:2222;width:100%;height:100%;display:none;}
#innerdiv  { display: inline-block; position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%)}

/* 热门推荐 */
.zt-hotlist { padding: 20px 30px 20px 50px; background-color: #ffffff; clear: both; overflow: hidden;}
.zt-hotlist ul { overflow: hidden;}
.zt-hotlist ul li { margin-right: 3%; width: 47%; height: 40px; line-height: 40px; float: left; word-break:keep-all; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.zt-hotlist ul li a:before { margin:0 6px 2px 0; content: " "; width: 6px; height: 6px; background-color: #ccc; border-radius: 100%; display: inline-block;}
.zt-hotlist p { margin-top: 10px; padding-right: 60px; line-height: 30px; text-align: center;}
.zt-hotlist p a { color: #999}
.zt-hotlist p svg { margin-left: -3px; width: 18px; height: 10px;}
/* 位置 */
.wz-current  {padding: 15px 0; width: 100%; color: #999; clear: both; font-family: "Arial Rounded MT Bold";}
.wz-current a {color: #999;}
.wz-current a:hover {color: #ff5521;}
.zt-currentbox { height: 1px; position: relative;}
.zt-currentbox .wz-current { position: absolute; left: 0; top: 0; z-index: 1}
.zt-currentbox.ztwhite .wz-current  ,.zt-currentbox.ztwhite .wz-current a{color:rgba(255,255,255,.6)}
.zt-currentbox.ztwhite .wz-current a:hover {color: #ff0; opacity: 0.6}

.doc-abtn {display: inline-block; padding:10px 20px; font-size: 30px; background-color: #00a2ff; color: #ffffff; cursor: pointer}
.doc-abtn:hover ,.doc-abtn:focus  ,.doc-abtn:active {background-color: #128bed;color: #ffffff;}

/* 下拉菜单 */
.dropdown-menu {position: absolute; top: 100%; left: 0; z-index: 1000;display: none; float: left;min-width: 160px;padding: 5px 0;margin: 2px 0 0;font-size: 14px;text-align: left;list-style: none;background-color: #fff;-webkit-background-clip: padding-box;background-clip: padding-box;border: 1px solid #ccc;border: 1px solid rgba(0,0,0,.15);border-radius: 4px;-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);box-shadow: 0 6px 12px rgba(0,0,0,.175);}
.dropdown-menu>li>a {display: block;padding: 3px 20px;clear: both;font-weight: 400;line-height: 1.42857143;color: #333;white-space: nowrap;cursor: pointer;}
.dropdown-menu>li>a:hover {background-color: #f5f5f5;}
.region .caret {display: inline-block;width: 0;height: 0;margin-left: 2px;vertical-align: middle;border-top: 4px dashed;border-top: 4px solid\9;border-right: 4px solid transparent;border-left: 4px solid transparent;}
.remind-dox {transform: translateX(-50%); top: 10%; left: 50%; position:fixed; z-index: 33}
.remind-dox .modal-dialog { width: 300px;}
.remind-dox .modal-content{ padding: 10px 20px; text-align: center;box-shadow: 0 5px 15px rgba(0,0,0,.5);background-color: #fff;border: 1px solid rgba(0,0,0,.2);border-radius: 6px;outline: 0;background-clip: padding-box;}
button.close {-webkit-appearance: none;padding: 0;cursor: pointer;background: 0 0;border: 0;float: right;font-size: 21px;font-weight: 700;line-height: 1;color: #666;text-shadow: 0 1px 0 #fff;}
.remind-dox dl  dt { padding: 40px 0 20px; }
.remind-dox dl  dd { padding: 0 0 20px; font-size: 16px; font-weight: bold}
.remind-dox dl  dd .r-img img{ width: 100%}
.remind-dox dl  dd .r-img p { font-size: 16px; font-weight: normal}

.news-right-wximg { background-color: #ffffff; overflow: hidden;}
.news-right-wximg .timg { margin: 0 0 30px;}
.news-right-wximg .news-from { padding: 0 20px;}
.news-right-wximg .news-from .item { margin-bottom: 18px;}
.news-right-wximg .news-from .item input { padding: 10px 15px; height: 46px; line-height: 26px; border: 1px solid #8896a8; color: #8896a8; font-size: 15px;}
.news-right-wximg .news-from .fmsg { font-size: 12px; color: #fe002a; padding-top: 5px}
.news-right-wximg .news-from .itembtn {}
.news-right-wximg .news-from .btn { height:46px; line-height: 46px;  padding: 0; font-size: 14px;    background: #f2432c;   border: 0; border-radius: 0; display: block}
.news-right-wximg .news-from .btn:hover {background-color:#f30 }
.news-right-wximg .nwx { padding: 60px 0 48px; text-align: center;}

.news-rfixed { width: 300px; margin-right: -600px; position: fixed; right: 50%; top: 43px; z-index: 2}
