@charset "UTF-8";
/*全局相关*/
body {
  min-width: 960px;
  color: #333;
  line-height: 180%; }

img {
  vertical-align: middle; }

/*链接相关*/
a {
  color: #333;
  text-decoration: none; }

a:hover {
  color: #FF831D; }

/*浮动相关*/
.fl {
  float: left; }

.fr {
  float: right; }

.cf:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0; }

.cf {
  zoom: 1; }

/*颜色相关*/
.bg-grey {
  background-color: #666; }

.bg-orange {
  background-color: #FF831D !important; }

/*容器相关*/
.wrapper {
  margin: 0 auto; }

.container {
  margin: 0 auto;
  width: 1200px; }

.hover-box {
  display: none; }

/*三角相关*/
.down-triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 5px solid #ddd; }

/*头部样式*/
/*顶部工具栏*/
#site-top {
  height: 40px;
  color: #ddd;
  background-color: #232323; }

#site-top a {
  color: #fff; }


#site-top .top-menu {
  line-height: 40px; }

#site-top .top-menu > ul > li {
  float: left;
  padding: 0 5px; }

#site-top .top-menu > ul > li > a {
  display: block;
  padding: 0 10px; }

/*顶部工具栏菜单细节*/
#site-top .top-menu .menu-login {
  position: relative; }

#site-top .top-menu .menu-login a:hover {
  color: #000;
  background-color: #fff; }

#site-top .top-menu .menu-login .down-triangle {
  position: relative;
  top: 3px;
  margin-left: 3px; }

/*用户登录下拉框*/
#site-top .top-menu .menu-login .login-box-new {
  display: none;
  position: absolute;
  right: 0;
  width: 250px;
  padding: 20px;
  padding-bottom: 25px;
  text-align: left;
  color: #000;
  background-color: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  z-index: 9999; }

#site-top .top-menu .menu-login .login-box-new .box-title {
  margin-bottom: 10px;
  font-size: 18px; }

#site-top .top-menu .menu-login .login-box-new .box-button {
  display: inline-block;
  width: 120px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background-color: #4596CC;
  cursor: pointer;
  }

#site-top .top-menu .menu-login .login-box-new .input-item {
  margin-bottom: 20px; }

#site-top .top-menu .menu-login .login-box-new .input-field {
  width: 232px;
  height: 35px;
  padding-left: 16px;
  line-height: 35px;
  border: 1px solid #aaa;
  background-color: #ddd; }

/*顶部工具栏电话*/
#site-top .top-phone {
  height: 40px;
  line-height: 40px;
  background-color: #464D51; }

#site-top .top-phone a {
  display: block;
  padding: 0 15px;
  color: #fff;
  font-size: 14px; }

#site-top .top-phone img {
  margin-right: 5px;
  vertical-align: middle; }

/*头部容器*/
#header_new .container {
  position: relative;
  height: 100px;
  text-align: center;
  width:1200px;
   }

#header_new .header-new-bg {
  background-color: #f8f8f8;
}


/*LOGO样式*/
#logo {
  float: left;
  margin-top: 22px;
  width: 272px;
  height: 60px; }

/*导航样式*/
#nav_new {
  position: relative;
  /*left: 250px;*/
  float: right; }

#nav_new a:link,
#nav_new a:visited,
#nav_new a:active {
  text-decoration: none; }

#nav_new ul li {
  float: left; 
}

#nav_new ul li a {
  padding: 0px 25px;
  font-weight: 700;
  line-height: 100px;
  display: inline-block;
  font-size: 14px; }

#nav_new ul li a:hover {
  color: #FF831D; 
  background-color: #fff;
}

/*代理咨询*/
.index-contact {
  color: #fff;
  padding: 35px 0;
  background-color: #232323; }

.index-contact td {
  text-align: center; }

.index-contact td span {
  font-size: 18px; }

.index-contact td a.contact-button {
  display: inline-block;
  text-align: center;
  width: 100px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border: 1px solid #fff; }

.index-contact td a.contact-button-red {
  background-color: #cc0000;
  border-color: #FF831D; }

/*底部*/
#footer {
  padding: 25px 0;
  line-height: 30px; }

#footer .footer-menu {
  text-align: center; }

#footer .footer-menu ul li {
  display: inline-block;
  padding: 0 15px; }

#footer .footer-menu ul li a {
  font-size: 14px; }

#footer .footer-link {
  text-align: center; }

#footer .footer-link ul li {
  display: inline-block;
  padding: 0 15px; }

#footer .footer-link ul li a {
  font-size: 12px;
  color: #999; }

#footer .footer-link ul li a:hover {
  text-decoration: underline; }

#footer .footer-copyright {
  text-align: center;
  color: #999; }

#footer .footer-copyright a {
  color: #999; }

#footer .footer-copyright a:hover {
  text-decoration: underline; }

#footer .footer-img {
  text-align: center; }

#site-top .top-copyright {
  line-height: 40px; }

/*導航按钮*/
#nav_new .btn {
  padding: 0 15px;
  line-height: 50px;
  margin-top: 25px; }

#nav_new .btn:hover {
  color: white;
  box-shadow: 1px 1px 10px #A70000 inset; }

.btn {
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  color: white;
  background-color: #E33701; }

.row:after {
  content: " ";
  display: table;
  clear: both; }

.column {
  float: left; }

.col-12 {
  width: 100%; }

.col-11 {
  width: 91.66666666666666%; }

.col-10 {
  width: 83.33333333333334%; }

.col-9 {
  width: 75%; }

.col-8 {
  width: 66.66666666666666%; }

.col-7 {
  width: 58.333333333333336%; }

.col-6 {
  width: 50%; }

.col-5 {
  width: 41.66666666666667%; }

.col-4 {
  width: 33.33333333333333%; }

.col-3 {
  width: 25%; }

.col-2 {
  width: 16.666666666666664%; }

.col-1 {
  width: 8.333333333333332%; }

.tr {
  text-align: right; }

.tl {
  text-align: left; }

.tc {
  text-align: center; }

/*底部联系我们*/
.wsy-footer img {
  vertical-align: middle; }

.wsy-footer td a {
  display: inline-block;
  color: white;
  font-size: 14px; }

.wsy-footer td a:hover {
  color: #FF831D; }

.index-contact {
  font-size: 14px;
  line-height: 2em; }
  .index-contact a:link, .index-contact a:visited {
    color: white; }
  .index-contact a:hover {
    color: #FF831D; }
  .index-contact dl {
    box-sizing: border-box;
    text-indent: 4em; }
  .index-contact dt {
    font-size: 16px; }
  .index-contact .label {
    display: inline-block;
    width: 50px;
    height: 40px;
    margin-left: -3.2em;
    background-image: url(/share/img/index/honor/bg_index.png);
    vertical-align: top; 
    padding: 0;
  }
  .index-contact .label-2 {
    background-position: 143px 0; }
  .index-contact .label-3 {
    background-position: -217px 0px;
    width: 35px;
    height: 39px;
    margin-right: 1em; }
  .index-contact .label-4 {
		background-image: url(/share/img/index/honor/phonelabel.png);
    background-position: 0 -6px; }
  .index-contact .drcode {
    text-align: left;
    text-indent: 4em;
    padding-top: 8px; }
    .index-contact .drcode img {
      width: 50%; }

/*忘记密码*/
#site-top .menu-login {
  position: relative; }
  #site-top .menu-login .forget-pwd {
    position: absolute;
    top: 21px;
    right: 22px;
    text-align: right; }
    #site-top .menu-login .forget-pwd a {
      color: black; }
    #site-top .menu-login .forget-pwd a:hover {
      color: #FF831D; }

/*# sourceMappingURL=base.css.map */
