.container{ margin-left:70px; font-family:"微软雅黑"; margin-top:-5px;}
    .nav-link > a,
    .nav-link > span {
        display: inline-block;
        color: #fff;
        padding: 2px;
    }
    .nav-circle .nav-circle-item {
        position: relative;
        padding: 0;
        height: 180px;
        width: 180px;
        cursor: pointer;
		margin-right:40px;
    }
    .nav-circle .nav-circle-item:hover .nav-circle-content {
        left: -40px;
        right: -40px;
        top: -40px;
        bottom: -40px;
        z-index: 1000;
    }
    .nav-circle .nav-circle-item:hover .nav-circle-heading {
        display: none;
    }
    .nav-circle .nav-circle-item:hover .nav-circle-link {
        display: block;
    }
    
    .nav-circle .nav-circle-content {
        position: absolute;
        top: 10px;
        bottom: 10px;
        left: 10px;
        right: 10px;
        text-align: center;
        border-radius: 50%;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .nav-circle .nav-circle-heading {
        padding-top: 35px;
        display: block;
    }
    .nav-circle .nav-circle-heading span {
        display: block;
        margin-top: 10px;
		font-size:16px;
		font-weight:500;
    }
    
    .nav-circle .nav-circle-link {
        display: none;
    }
    .nav-circle .nav-circle-link > li > a {
        display: inline-block;
        padding: 8px 15px;
        color: #fff;
        text-decoration: none;
    }
    .nav-circle .nav-circle-link > li > a:hover {
        background-color: rgba(0,0,0,.2);
    }
	
	
	
	
@font-face {
  font-family: 'iconfont01';  /* project id 304156 */
  src: url('at.alicdn.comtfont_t0hvhttck57b9.eot');
  src: url('at.alicdn.comtfont_t0hvhttck57b9.eotiefix') format('embedded-opentype'),
  url('at.alicdn.comtfont_t0hvhttck57b9.woff') format('woff'),
  url('at.alicdn.comtfont_t0hvhttck57b9.ttf') format('truetype'),
  url('http://at.alicdn.com/t/font_t0hvhttck57b9.svg#iconfont') format('svg');
}

.icon-fuwu1:before {
  content: "\e6f9"; font-family: 'iconfont01'; font-weight:500; color:#fff; font-size:40px;
}
.icon-fuwu2:before {
  content: "\e602"; font-family: 'iconfont01'; font-weight:500; color:#fff; font-size:40px;
}
.icon-fuwu3:before {
  content: "\e738"; font-family: 'iconfont01'; font-weight:500; color:#fff; font-size:50px;
}
.icon-fuwu4:before {
  content: "\e654"; font-family: 'iconfont01'; font-weight:500; color:#fff; font-size:40px;
}
.icon-fuwu5:before {
  content: "\e669"; font-family: 'iconfont01'; font-weight:500; color:#fff; font-size:40px;
}


.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #639edf;
  border-color: transparent;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #3a81d0;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #3a81d0;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3a81d0;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #235791;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #3a81d0;
  border-color: transparent;
}

.btn-primary .badge {
  color: #3a81d0;
  background-color: #ffffff;
}

/*我要问start*/
.btn-ask {
  color: #ffffff;
  background-color: #f45f93;
  border-color: transparent;
}
.btn-ask:focus,
.btn-ask.focus {
  color: #ffffff;
  background-color: #c41b56;
  border-color: rgba(0, 0, 0, 0);
}
.btn-ask:hover {
  color: #ffffff;
  background-color: #c41b56;
  border-color: rgba(0, 0, 0, 0);
}
.btn-ask:active,
.btn-ask.active,
.open > .dropdown-toggle.btn-ask {
  color: #ffffff;
  background-color: #c41b56;
  border-color: rgba(0, 0, 0, 0);
}
.btn-ask:active:hover,
.btn-ask.active:hover,
.open > .dropdown-toggle.btn-ask:hover,
.btn-ask:active:focus,
.btn-ask.active:focus,
.open > .dropdown-toggle.btn-ask:focus,
.btn-ask:active.focus,
.btn-ask.active.focus,
.open > .dropdown-toggle.btn-ask.focus {
  color: #ffffff;
  background-color: #8b1d44;
  border-color: rgba(0, 0, 0, 0);
}
.btn-ask:active,
.btn-ask.active,
.open > .dropdown-toggle.btn-ask {
  background-image: none;
}
.btn-ask.disabled,
.btn-ask[disabled],
fieldset[disabled] .btn-ask,
.btn-ask.disabled:hover,
.btn-ask[disabled]:hover,
fieldset[disabled] .btn-ask:hover,
.btn-ask.disabled:focus,
.btn-ask[disabled]:focus,
fieldset[disabled] .btn-ask:focus,
.btn-ask.disabled.focus,
.btn-ask[disabled].focus,
fieldset[disabled] .btn-ask.focus,
.btn-ask.disabled:active,
.btn-ask[disabled]:active,
fieldset[disabled] .btn-ask:active,
.btn-ask.disabled.active,
.btn-ask[disabled].active,
fieldset[disabled] .btn-ask.active {
  background-color: #f45f93;
  border-color: transparent;
}

.btn-ask .badge {
  color: #f45f93;
  background-color: #ffffff;
}
/*我要问end*/

.btn-success {
  color: #ffffff;
  background-color: #28b779;
  border-color: transparent;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #1f8d5d;
  border-color: rgba(0, 0, 0, 0);
}
.btn-success:hover {
  color: #ffffff;
  background-color: #1f8d5d;
  border-color: rgba(0, 0, 0, 0);
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #1f8d5d;
  border-color: rgba(0, 0, 0, 0);
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #18704a;
  border-color: rgba(0, 0, 0, 0);
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #28b779;
  border-color: transparent;
}
.btn-success .badge {
  color: #28b779;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: transparent;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: transparent;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f2a722;
  border-color: transparent;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #d48c0d;
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #d48c0d;
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #d48c0d;
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #b3760b;
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f2a722;
  border-color: transparent;
}
.btn-warning .badge {
  color: #f2a722;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #ff6600;
  border-color: transparent;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #cc5200;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #cc5200;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #cc5200;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #a84300;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}


ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*weixin*/
.weixin{display:none;position: fixed;top: 50%;left: 50%;margin: -150px 0 0 -200px;}
.wx:hover .weixin{display:block;}