@charset "UTF-8";
/**
 * @desc 全局公共
 * @author cifer
 * @date 2016-05-05
 */
/* 重置样式 */
a,
img,
button,
input,
select {
  -webkit-tap-highlight-color: transparent;
  outline: 0; }

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

img {
  border: 0 none;
  vertical-align: top;
  max-width: 100%; }

i,
em {
  font-style: normal; }

ol,
ul {
  list-style: none; }

input,
select,
button,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-family: inherit; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none;
  color: #646464; }

textarea {
  outline: none; }

body {
  height: 100%;
  color: #646464;
  background-color: #fff;
  font: 12px/1.5 'Lucida Grande', 'Microsoft YaHei', 'SimSun', Arial; }

a {
  cursor: pointer; }
  a:hover {
    color: #ff8514; }

/* 公共样式 */
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.show {
  display: block; }

.main_wrap,
.main-wrap {
  padding-bottom: 40px; }

.float_left {
  float: left; }

.float_right {
  float: right; }

.mod_inner,
.mod-inner {
  width: 1190px;
  margin: 0 auto; }

.mod_arrow,
.mod_delete {
  font-family: simsun; }

.crumb_wrap {
  width: 1190px;
  height: 28px;
  padding-top: 21px;
  padding-bottom: 21px;
  margin: 0 auto;
  font-size: 16px;
  color: #6e6e6e;
  line-height: 28px; }
  .crumb_wrap .mod_arrow {
    margin: 0 10px; }

/**
 * @desc 基础函数
 * @author cifer
 * @date 2014-10-14
 */
.header_user_wrap, .header .main-header, .header .header_ul, .sub_header_ul, .page_nav_ul, .main-nav, .footer .footer_nav, .footer .partner-wrap, .footer .authentication-wrap, .ci-page-wrap, .ci-page-wrap .page-skip, .pagination_wrap .paginator, .common_head {
  *zoom: 1; }
  .header_user_wrap:after, .header .main-header:after, .header .header_ul:after, .sub_header_ul:after, .page_nav_ul:after, .main-nav:after, .footer .footer_nav:after, .footer .partner-wrap:after, .footer .authentication-wrap:after, .ci-page-wrap:after, .ci-page-wrap .page-skip:after, .pagination_wrap .paginator:after, .common_head:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.link_blue {
  color: #319eea; }

.visibility {
  visibility: hidden; }

/**
 * @desc 公共按钮
 * @author cifer
 * @date 2015-05-20
 */
.mod_btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  cursor: pointer;
  border: 1px solid #e7e7e7;
  font-size: 12px;
  padding: 6px 12px;
  height: 36px;
  line-height: 24px;
  border-radius: 2px; }

.mod_btn_default {
  border: 1px solid #cacaca;
  background-color: #ffffff; }
  .mod_btn_default:hover {
    color: #fff;
    background-color: #ff7b00;
    border-color: #ff7b00; }

.mod_btn_primary {
  color: #fff;
  background-color: #ff7b00;
  border: 1px solid #ff7b00; }
  .mod_btn_primary:hover {
    background-color: #eb7107;
    border-color: #eb7107;
    color: #fff; }

.mod_btn_notclick {
  color: #fff;
  background-color: #b8b8b8;
  border: 1px solid #b8b8b8;
  cursor: default; }
  .mod_btn_notclick:hover {
    background-color: #b8b8b8;
    border-color: #b8b8b8;
    color: #fff; }

.mod_btn_normal {
  color: #6e6e6e;
  background-color: #f1f0f0;
  border: 1px solid #f1f0f0; }
  .mod_btn_normal:hover {
    background-color: #e1f0f0;
    border-color: #e1f0f0; }

.mod_btn_important {
  color: #fffefe;
  background-color: #ff3300;
  border: 1px solid #ff3300; }

.mod_btn_special {
  color: #fffefe;
  background-color: #09bb07;
  border: 1px solid #09bb07; }

.mod_btn_disable {
  color: #aeaeae;
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0; }

a.mod_btn {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  *height: 26px;
  vertical-align: top; }

.mod_btn_sm {
  width: 100px; }

a.mod_btn_sm {
  width: 100px; }

.mod_btn_sm_lw2 {
  width: 150px; }

a.mod_btn_sm_lw2 {
  width: 150px; }

.mod_btn_md {
  width: 190px;
  font-size: 14px; }

.mod_btn_md_lw2 {
  width: 300px; }

a.mod_btn_md_lw2 {
  width: 300px; }

.mod_btn_lg {
  width: 400px; }

.mod_btn_lg_lw2 {
  width: 520px;
  height: 56px;
  padding: 16px 12px;
  margin-left: 60px;
  font-size: 18px; }

.mod_btn_default_important {
  color: #ff3300;
  background-color: #ffffff;
  border: 1px solid #ff3300; }

.mod_btn_default_special {
  color: #09bb07;
  background-color: #ffffff;
  border: 1px solid #09bb07; }

.mod_btn_default_disable {
  color: #aeaeae;
  background-color: #ffffff;
  border: 1px solid #aeaeae; }

.mod_btn_default_normal {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #000000; }

.mod_btn_default_white {
  color: #666;
  background-color: #ffffff;
  border: 1px solid #ffffff; }

.pop {
  display: none;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  background: url(../../images/common/black40.png);
  background: rgba(0, 0, 0, 0.4); }
  .pop .pop-main {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 450px;
    height: 354px;
    margin-left: -225px;
    margin-top: -177px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px #999; }
    .pop .pop-main .pop-head {
      position: relative;
      height: 54px;
      line-height: 54px;
      padding: 22px 27px; }
      .pop .pop-main .pop-head span {
        font-size: 22px;
        color: #333333; }
      .pop .pop-main .pop-head .pop-close {
        position: absolute;
        top: 0;
        right: 10px;
        width: 50px;
        height: 72%;
        text-indent: -9999px;
        background: url(../../images/common/pop-close-i2.png) center no-repeat; }
    .pop .pop-main .pop-content {
      padding: 0 27px; }
      .pop .pop-main .pop-content label {
        position: relative;
        display: block;
        height: 47px;
        margin-bottom: 20px; }
        .pop .pop-main .pop-content label input {
          appearance: none;
          width: 384px;
          height: 47px;
          padding-left: 10px;
          background-color: #fff;
          border-radius: 4px;
          border: 1px solid #e9e9e9;
          color: #999999; }
        .pop .pop-main .pop-content label .in-box-phone {
          margin-left: 80px;
          width: 304px; }
        .pop .pop-main .pop-content label .err_tips {
          font-size: 12px;
          color: #ff1010; }
      .pop .pop-main .pop-content .in_txt {
        margin-top: -12px;
        font-size: 12px;
        color: #333333;
        text-align: right; }
      .pop .pop-main .pop-content .in_txt_orange {
        margin-top: 14px; }
        .pop .pop-main .pop-content .in_txt_orange a {
          color: #ff7e00; }
        .pop .pop-main .pop-content .in_txt_orange .in_txt_login {
          padding-bottom: 5px;
          float: left;
          color: #00a9f9;
          text-decoration: underline; }
      .pop .pop-main .pop-content .in_btn {
        display: block;
        height: 48px;
        line-height: 48px;
        margin-top: 13px;
        text-align: center;
        border-radius: 4px;
        color: #fff;
        background-color: #ff7e00; }
        .pop .pop-main .pop-content .in_btn.disabled {
          background-color: #b4b1b1; }
    .pop .pop-main .pop-main-phone {
      display: block; }
    .pop .pop-main .pop-main-email {
      display: none; }
    .pop .pop-main.pop-main-email-active .pop-main-phone {
      display: none; }
    .pop .pop-main.pop-main-email-active .pop-main-email {
      display: block; }

.pop-tips {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 1100;
  margin-left: -175px;
  width: 350px;
  min-height: 48px;
  background: #09b4ae;
  border-radius: 2px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-transition: -webkit-transform .3s ease-in-out,opacity .3s ease-in-out;
          transition: transform .3s ease-in-out,opacity .3s ease-in-out; }

.pop-tips .tips-txt {
  padding: 15px 30px; }

.pop-tips .tips-txt i {
  position: absolute;
  top: 17px;
  left: 18px;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background: #fff url(../../images/common/pop-tips.png) right center no-repeat;
  border-radius: 8px; }

.pop-tips .tips-txt p {
  padding-left: 30px;
  line-height: 20px;
  font-size: 12px;
  color: #fff; }

.pop-tips .tips-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  background: url(../../images/common/pop-close-i1.png) center no-repeat;
  -webkit-transition: -webkit-transform .3s ease-in-out;
          transition: transform .3s ease-in-out; }

.pop-tips .tips-close:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.pop-tips-warn {
  background-color: #dd352f; }

.pop-tips-warn .tips-txt i {
  background-position: left center; }

.pop-tips-active {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); }

.area-code-box,
.in-sel-box {
  position: absolute;
  top: -1px;
  left: 0;
  padding-right: 20px;
  width: 50px;
  height: 48px;
  color: #0a0808;
  background: #fff url(../../images/common/form-select.png) right center no-repeat;
  border: 1px solid #e9e9e9;
  border-radius: 2px; }

.sel-box-txt {
  padding: 0 20px 0 10px;
  width: 40px;
  line-height: 48px;
  color: #666;
  overflow: hidden;
  cursor: pointer; }

.sel-box-list {
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  z-index: 100;
  width: 270px;
  max-height: 180px;
  background: #fff;
  border: 1px solid #cacaca;
  border-radius: 2px;
  overflow-x: hidden;
  overflow-y: auto; }

.sel-box-list li {
  padding: 0 10px;
  line-height: 30px;
  font-size: 12px;
  color: #666; }

.sel-box-list li span {
  float: right; }

.sel-box-list li:hover {
  background: #eee; }

.in-sel-box-open .sel-box-list {
  display: block; }

.icon_global {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 20px;
  height: 20px;
  background: url("../../images/common/global_sprite.png?t=20161206") 0 0 no-repeat; }

.icon_delete {
  background-position: 0 0;
  cursor: pointer; }

.icon_must {
  background-position: -40px 0; }

.icon_need {
  background-position: -80px -20px; }

.icon_empty {
  background-position: 100px 100px; }

.icon_check {
  background-position: -60px 0;
  cursor: pointer; }

.icon_radio {
  background-position: -140px 0; }

.icon_hexagon {
  background-position: -40px -20px; }

.icon_diamond {
  background-position: -60px -20px; }

.icon_arrow_right {
  background-position: -120px 0; }

.icon_arrow_right_sm {
  background-position: -180px 0; }

.icon_warn {
  background-position: -120px -20px; }

.icon_close {
  background-position: -140px -20px; }

.icon_unit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 50px;
  height: 50px;
  background: url("../../images/common/unit_sprite.png?t=2") 0 0; }

.icon_partner {
  display: block;
  width: 100px;
  height: 30px;
  background: url("../../images/common/footer_partner_sprite.png"); }

.icon_icon_nikon {
  background-position: 0 0; }

.icon_sankyo {
  background-position: -100px 0; }

.icon_hds {
  background-position: -200px 0; }

.icon_sanyodenki {
  background-position: -300px 0; }

.super-header {
  height: 28px;
  line-height: 28px;
  background-color: #f5f5f5;
  font-size: 12px;
  color: #666; }
  .super-header a {
    color: #666; }
  .super-header .super_header_line {
    position: relative;
    top: 8px;
    width: 1px;
    height: 12px;
    margin: 0px 14px;
    background-color: #c7c7c7; }
  .super-header .account_row {
    display: block;
    height: 28px;
    line-height: 28px;
    text-align: center; }

.header_user_wrap {
  position: relative; }
  .header_user_wrap .login {
    float: right; }
  .header_user_wrap .company_register {
    float: right; }
  .header_user_wrap .header_user_portrait {
    display: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-top: 3px;
    margin-right: 0; }
  .header_user_wrap .header_account_nav {
    display: none;
    position: absolute;
    top: 32px;
    right: -44px;
    width: 100px;
    padding: 10px 0;
    border: 1px solid #eee;
    background-color: #fff;
    z-index: 100; }
  .header_user_wrap .icon-triangle {
    display: inline-block;
    text-indent: -9999px;
    background: url(../../images/common/ingdan-icon.png) -9999px -9999px no-repeat;
    vertical-align: top;
    right: 12px;
    top: -10px;
    left: 40px;
    width: 13px;
    height: 10px;
    background-position: -13px -14px;
    position: absolute; }

.header_user_has_login .header_user_portrait {
  display: block; }
.header_user_has_login .login,
.header_user_has_login .company_register,
.header_user_has_login .super_header_line {
  display: none; }

.header_user_wrap_hover .header_account_nav {
  display: block; }

.header .main-header {
  height: 74px;
  border-bottom: 1px solid #eaeaea;
  box-sizing: border-box;
  color: #6e6e6e;
  font-size: 16px; }
.header .logo_wrap {
  float: left; }
.header .header_logo {
  display: block;
  width: 172px;
  height: auto;
  margin-top: 20px; }
.header .header_search_wrap {
  float: right;
  position: relative;
  margin-top: 19px;
  margin-right: 4px; }
.header .header_search_input {
  box-sizing: border-box;
  width: 254px;
  height: 34px;
  line-height: 34px;
  padding: 0 40px 0 8px;
  border: 1px solid #cbcacf;
  border-radius: 2px;
  font-size: 14px; }
.header .search_btn {
  width: 30px;
  height: 32px;
  position: absolute;
  right: 1px;
  top: 1px;
  cursor: pointer;
  border: none;
  background-color: #fff; }
  .header .search_btn:before {
    position: absolute;
    top: 10px;
    left: 0;
    content: ' ';
    width: 1px;
    height: 12px;
    background-color: #e3e3e3; }
.header .icon_search {
  margin-top: 6px;
  background-position: -100px 0; }
.header .header_nav {
  float: left;
  line-height: 74px;
  margin-left: 40px; }
.header .header_ul {
  list-style-type: none; }
  .header .header_ul .header_li {
    margin: 0 18px;
    float: left; }
    .header .header_ul .header_li:hover .header_a {
      color: #ff8514; }
  .header .header_ul .active .header_a {
    color: #ff8514; }
  .header .header_ul .header_line {
    display: none;
    position: relative;
    top: 40px;
    width: 1px;
    height: 11px;
    background-color: #d0d0d0; }
.header .header_a {
  display: block;
  color: #6e6e6e; }
.header .header_one_stop_btn {
  float: right;
  margin-top: 25px;
  width: 105px;
  padding: 0;
  height: 40px;
  line-height: 38px;
  border-radius: 2px;
  font-size: 14px; }

.sub_header {
  height: 80px;
  background-color: #f6f6f6; }
  .sub_header .h1,
  .sub_header .title {
    height: 80px;
    line-height: 80px;
    color: #319eea;
    font-size: 24px; }

.sub_header_ul {
  height: 60px;
  line-height: 58px;
  font-size: 20px; }
  .sub_header_ul .sub_header_li {
    float: left;
    padding: 0 10px;
    margin-right: 22px;
    cursor: pointer;
    border-bottom: 2px solid transparent; }
    .sub_header_ul .sub_header_li a {
      display: block;
      color: #6e6e6e; }
  .sub_header_ul .cur {
    border-color: #319eea; }
    .sub_header_ul .cur a {
      color: #319eea; }

.page_nav_ul {
  padding-top: 26px;
  margin-bottom: 27px; }
  .page_nav_ul .page_nav_li {
    float: left;
    width: 141px;
    height: 42px;
    border: 1px solid #dcdcdc;
    margin-left: -1px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: #6e6e6e;
    cursor: pointer;
    background-color: #fff; }
  .page_nav_ul .active {
    background-color: #ff7b00;
    border: 1px solid #ff7b00;
    color: #fff; }

.main-nav {
  width: 760px;
  border-top: 1px solid #eaeaea; }
  .main-nav .main-item {
    position: relative;
    float: left;
    width: 132px;
    height: 47px;
    margin-left: -1px;
    line-height: 47px;
    cursor: pointer; }
  .main-nav .main-item__cont {
    font-size: 18px;
    color: #6e6e6e;
    text-align: center; }
  .main-nav .main-item__border {
    position: absolute;
    top: 16px;
    left: 0;
    width: 130px;
    height: 15px;
    border-right: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0; }
  .main-nav .main-item--active {
    background-color: #ff7b00;
    z-index: 1; }
    .main-nav .main-item--active .main-item__cont {
      color: #fff; }
    .main-nav .main-item--active .main-item__border {
      border: none; }

.search_list {
  width: 252px;
  position: absolute;
  padding-bottom: 12px;
  border: 1px solid #c8c8c8;
  display: none;
  background-color: #fff;
  top: 33px;
  left: 0;
  z-index: 100; }
  .search_list .state {
    font-size: 14px;
    color: #bcbcbc; }
  .search_list .del_a {
    float: right;
    color: #bcbcbc;
    font-size: 14px;
    display: none; }
  .search_list .search_head {
    height: 35px;
    line-height: 35px;
    padding: 0 8px; }
  .search_list .search_item {
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    padding: 0 8px; }
    .search_list .search_item .search_txt {
      font-size: 16px;
      color: #6e6e6e; }
    .search_list .search_item:hover {
      background-color: #eaeaea;
      color: #ff8514; }
      .search_list .search_item:hover .del_a {
        display: block; }
  .search_list .del_btn {
    display: block;
    padding: 9px 3px 0 0;
    float: right;
    height: 14px;
    width: 12px; }
  .search_list .del_icon {
    background: url(../../images/common/del.png) no-repeat;
    height: 14px;
    width: 12px;
    display: block; }
  .search_list .search-string {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 140px;
    display: inline-block;
    font-size: 14px; }

.footer {
  background-color: #fff;
  color: #545454; }
  .footer .mod-inner {
    padding-top: 45px;
    border-top: 1px solid #cacaca; }
  .footer .col {
    float: left;
    width: 180px;
    margin-right: 60px; }
  .footer .col_title {
    padding-bottom: 6px;
    font-size: 18px;
    font-weight: normal;
    color: #545454; }
  .footer .col_1 {
    margin-right: 28px; }
  .footer .col_2 {
    margin-right: 17px; }
  .footer .col_3 {
    margin-right: 74px; }
  .footer .col_4 {
    margin-right: 41px; }
  .footer .col_5 {
    width: 160px;
    margin-right: 0; }
  .footer .footer_sub_nav {
    font-size: 16px; }
  .footer .footer_sub_li {
    margin-top: 8px; }
  .footer .footer_sub_a {
    color: #545454; }
    .footer .footer_sub_a:hover {
      color: #ff8514; }
  .footer .footer_sec_a {
    height: 14px;
    padding-right: 14px;
    border-right: 1px solid #cacaca;
    margin-right: 14px;
    color: #545454; }
    .footer .footer_sec_a:hover {
      color: #ff8514; }
  .footer .footer_sec_last_a {
    border-right: none;
    margin-right: 0; }
  .footer .col-partner {
    width: 330px; }
  .footer .partner-list {
    float: left;
    width: 165px; }
  .footer .footer_wx_qrcode {
    width: 114px;
    height: 114px;
    margin-top: 4px;
    margin-bottom: 3px; }
  .footer .wx_sub_li {
    margin-top: 20px; }
  .footer .message_wrap {
    width: 600px;
    position: relative;
    bottom: 24px; }
  .footer .authentication-wrap {
    margin-top: 10px; }
  .footer .authentication-item {
    float: left; }
  .footer .trustutn-img {
    width: 110px;
    height: 40px; }
  .footer .company_address {
    font-size: 16px;
    color: #999898; }
  .footer .copyright {
    height: 33px;
    color: #999898;
    font-size: 16px;
    line-height: 33px; }
  .footer .copy {
    font-size: 22px;
    position: relative;
    top: 5px;
    margin-left: 5px; }

.pagination {
  width: 950px;
  height: 50px;
  margin-top: 50px;
  text-align: center; }
  .pagination .pagination_inner {
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  .pagination span,
  .pagination a {
    float: left;
    width: 32px;
    height: 32px;
    border: 1px solid #efeeee;
    line-height: 32px;
    margin-left: 15px;
    background-color: #fff; }
  .pagination a {
    color: #666; }
    .pagination a:hover {
      color: #333; }
  .pagination .page-this {
    color: #319eea; }
    .pagination .page-this:hover {
      color: #319eea; }
  .pagination .page-start,
  .pagination .page-end {
    font-size: 20px;
    font-family: simsun;
    background-color: #fff;
    color: #bbb; }
    .pagination .page-start:hover,
    .pagination .page-end:hover {
      color: #bbb; }
  .pagination .page-prev,
  .pagination .page-next {
    width: 80px;
    font-size: 14px;
    background-color: #fff;
    color: #363636
    /*&:hover {
  color: #333;
}*/ }

.ci-page-wrap {
  margin-top: 54px;
  padding-bottom: 50px;
  font-size: 14px; }
  .ci-page-wrap a,
  .ci-page-wrap span {
    float: left;
    display: block;
    height: 32px;
    padding: 0 11px;
    border: 1px solid #efeeee;
    border-radius: 3px;
    margin-left: 20px;
    line-height: 32px;
    text-align: center;
    color: #363636; }
  .ci-page-wrap .page-skip {
    float: left;
    width: 190px;
    margin-left: 27px; }
  .ci-page-wrap .page-skip-num {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 48px;
    height: 32px;
    padding: 0 5px;
    border: 1px solid #efeeee;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 32px;
    font-size: 14px;
    text-align: center; }
  .ci-page-wrap .page-skip-btn {
    float: right;
    padding: 0;
    text-align: center;
    color: #363636;
    cursor: pointer;
    width: 57px;
    height: 32px;
    border: 1px solid #efeeee;
    border-radius: 3px;
    margin-left: 10px;
    line-height: 32px;
    background-color: transparent; }
  .ci-page-wrap .total {
    padding: 0 18px; }
  .ci-page-wrap .selected {
    border: 1px solid transparent;
    color: #ff7b00;
    cursor: default; }

.pagination_wrap {
  width: 1190px;
  margin: 54px auto 0 auto;
  padding-bottom: 50px;
  font-size: 14px; }
  .pagination_wrap span,
  .pagination_wrap a,
  .pagination_wrap input {
    display: inline-block;
    min-width: 22px;
    height: 32px;
    padding: 0 5px;
    border: 1px solid #efeeee;
    border-radius: 3px;
    margin-right: 20px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    color: #363636; }
  .pagination_wrap input {
    width: 22px;
    margin: 0 3px; }
  .pagination_wrap .page-start,
  .pagination_wrap .page-end,
  .pagination_wrap .page-prev,
  .pagination_wrap .page-next {
    width: 80px;
    background-color: #fff;
    color: #363636; }
  .pagination_wrap .page-start,
  .pagination_wrap .page-prev {
    margin-left: 0px; }
  .pagination_wrap .page-start {
    margin-left: 0px;
    color: #dcdcdc; }
  .pagination_wrap .page-end {
    color: #dcdcdc; }
  .pagination_wrap .page-prev {
    margin-left: 0px; }
  .pagination_wrap .page-this {
    border: 1px solid transparent;
    color: #ff7b00; }
  .pagination_wrap .selected {
    border-color: #ff7b00;
    background-color: #ff7b00;
    color: #fff; }
  .pagination_wrap .page-skip {
    border: none;
    text-align: left; }
  .pagination_wrap .jump-btn {
    width: 58px; }
  .pagination_wrap .page-skip-num {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 48px;
    height: 32px;
    padding: 0 5px;
    border: 1px solid #efeeee;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 32px;
    font-size: 14px;
    text-align: center; }
  .pagination_wrap .btn {
    width: 57px;
    height: 32px;
    border: 1px solid #efeeee;
    border-radius: 3px;
    margin-left: 10px;
    line-height: 32px;
    background-color: transparent;
    cursor: pointer; }
  .pagination_wrap .page-skip-btn {
    width: 57px;
    height: 32px;
    border: 1px solid #efeeee;
    border-radius: 3px;
    margin-left: 10px;
    line-height: 32px;
    background-color: transparent; }

.hover_cover {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../images/common/hover_cover.png");
  background-image: url("../../images/common/hover_cover_397x499.png") \9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.common_hover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: background-image 3s ease-in-out;
  transition: background-image 3s ease-in-out; }
  .common_hover:hover {
    background-image: url("../../images/common/hover_cover.png"); }

.media_start {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../images/common/media_start.png");
  background-repeat: no-repeat;
  background-size: cover; }

/*.no_result {
  padding-left: 80px;
  width: 300px;
  margin:195px auto 195px auto;
  font-size: 16px;
  background:url(../../images/common/no-reuslt.png)left top no-repeat;
  p{
    color: #6e6e6e;
  }
  .look_more{
    display: block;
    color: #319eea;
    margin-top: 10px;
  }
}*/
.no_result_wrap {
  width: 100%;
  height: 240px;
  padding-top: 160px;
  background-color: #fff;
  font-size: 16px; }
  .no_result_wrap .no_result_inner {
    height: 60px;
    text-align: center; }
  .no_result_wrap .no_result_pic {
    position: relative;
    top: 11px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 60px;
    height: 60px;
    background-image: url("../../images/common/no-reuslt.png");
    background-repeat: no-repeat; }
  .no_result_wrap .no_result_content {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: left; }
  .no_result_wrap p {
    color: #6e6e6e; }
  .no_result_wrap .look_more {
    display: block;
    color: #319eea;
    margin-top: 10px; }
  .no_result_wrap .look-more {
    display: block;
    color: #319eea;
    margin-top: 10px; }

.common_head {
  width: 1190px;
  height: 40px;
  text-align: center; }
  .common_head .icon_hexagon {
    margin-top: 12px; }
  .common_head .icon_hexagon__left {
    float: left;
    margin-left: 9px; }
  .common_head .icon_hexagon__right {
    float: right;
    margin-right: 10px; }

.common_head_line {
  width: 460px;
  height: 1px;
  margin-top: 22px;
  background-color: #d4d4d4; }

.common_head_line__left {
  float: left; }

.common_head_line__right {
  float: right; }

.common_head_title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 40px;
  line-height: 40px;
  font-size: 28px;
  font-weight: normal;
  color: #545454; }

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