/*  */
a:hover {
  color: inherit;
}
/* button */
button {
  border: none;
  cursor: pointer;
  border-radius: 4px;
}
button i {
  margin-right: 5px;
}
.btn-border-blue {
  border: 1px solid #227de6;
  color: #227de6;
}
.btn-border-blue:hover {
  background-color: #227de6;
  color: #fff;
}
.btn_blue {
  background-color: #227de6;
  color: #fff;
}
/* .btn_blue:hover{
    background-color: #4b92e5;
} */
.btn_orange {
  background-color: #f8a720;
  color: #fff;
}
/* .btn_orange:hover{
    background-color:#ffba47;
} */
.btn_txt {
  background-color: transparent;
}
button:hover {
  opacity: 0.8;
}

/* page button */
.btn_contact_supply {
  margin: 15px 0;
  padding: 0 16px;
  height: 30px;
  line-height: 30px;
  border-radius: 360px;
}

/* 清浮动 */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* 省略 */
.text_elip {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text_elip_line2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* 输入框 */
::-webkit-input-placeholder {
  color: #909399;
  font-size: 12px;
}

/* 背景 */
.bg_fixed {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bg_gray {
  background-color: #f5f5f5;
}

.page_container,
.page_container_body {
  margin: auto;
  width: 1200px;
}
.page_container_body {
  margin: 20px auto;
}
.page_container_body .l {
  float: left;
  margin-right: 20px;
  width: 220px;
}

.page_container_body .r {
  margin-left: 240px;
}

/* 轮播圆点 */
.swiper-pagination {
  cursor: pointer;
  z-index: 999;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 360px;
  border: 1px solid #227de6;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #227de6;
  border: 1px solid #227de6;
}

/* 顶部操作栏 */
.head_control_wrap {
  background-color: #f5f5f5;
  height: 60px;
}
.head_control_cont {
  margin: auto;
  width: 1200px;
  height: 100%;
}
.head_control_cont .head_logo {
  margin-top: 10px;
  width: 142px;
}
.head_control_main {
  float: right;
  height: 60px;
}
.head_control_main .head_btn_post {
  float: left;
  margin-top: 16px;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  border: 1px solid #227de6;
  font-size: 12px;
  color: #227de6;
  text-align: center;
  background-color: transparent;
  padding: 0 16px;
  cursor: pointer;
}
.head_control_main .head_btn_post:hover {
  background-color: #227de6;
  color: #fff;
}

/* link_a */
.link_wrap_com {
  float: left;
  margin-top: 22px;
  margin-left: 24px;
}
.link_wrap_com .link_a {
  position: relative;
  font-size: 12px;
  color: #227de6;
}
.link_wrap_com .link_a i {
  margin-right: 3px;
  font-size: 14px;
}
.link_wrap_com .link_a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #227de6;
  margin: 0 10px;
}
.link_wrap_com .link_a:last-child::after {
  width: 0;
}

.link_wrap_com.self .avatar img {
  position: relative;
  top: -2px;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  border-radius: 360px;
}
.link_wrap_com.self .user_name {
  display: inline-block;
  max-width: 60px;
  position: relative;
  top: 4px;
}

/* 顶部logo区域 */
.head_mes_wrap {
  background-color: #fff;
}
.head_mes_cont {
  margin: auto;
  position: relative;
  width: 1200px;
  padding: 20px 0;
  min-height:140px;
}
.shop_head_main {
  position: relative;
  z-index: 99;
  top: 10px;
  display:inline-block;
  width:600px;
}
.shop_message_wrap {
  display: none;
  position: absolute;
  z-index: -1;
  top: -30px;
  left: 0;
  padding-top: 136px;
  width: 570px;
  padding-right: 16px;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 bottom,
    from(#e3f2fc),
    to(#fff)
  );
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}

.shop_logo_wrap {
  float: left;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
}
.shop_logo_wrap img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.shop_info_wrap {
  margin-left: 96px;
  min-height: 80px;
}
.shop_info_wrap h2 {
  width: 456px;
  font-size: 20px;
  color: #303133;
}
.shop_info_wrap h2 i {
  margin-left: 5px;
  font-weight: bold;
  color: #303133;
}
.shop_info_wrap .p1 {
  margin-top: 10px;
  font-size: 16px;
  color: #606266;
}
.shop_info_wrap .tag {
  margin-top: 10px;
  margin-bottom: 16px;
}
.shop_info_wrap .tag span {
  display: inline-block;
  margin-right: 16px;
  padding: 0 8px;
  height: 24px;
  line-height: 22px;
  font-size: 12px;
  color: #202327;
  border: 1px solid #ddd;
  background-color: #fff;
}
.shop_info_wrap .tag i {
  position: relative;
  top: 2px;
  color: #fc893c;
}
.shop_message_wrap .company_overview_list {
  padding-top: 16px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.shop_message_wrap .btn_group {
  padding: 16px 0;
}

.btn_group button {
  border: none;
  margin-right: 16px;
  padding: 0 24px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-radius: 360px;
  cursor: pointer;
}
.btn_contact {
  background-color: #f8a720;
}
.btn_collect {
  background-color: #227de6;
}
.btn_group i {
  margin-right: 5px;
}

/* 顶部logo区域右侧 */
.head_year_wrap {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
.head_year_wrap .year_img {
  margin-top: -13px;
  width: 79px;
}
.head_year_wrap .level {
  margin-top: 5px;
}
.head_year_wrap .level img {
  width: 15px;
  margin-right: 5px;
}
.head_year_wrap .info {
  margin-top: 5px;
  font-size: 12px;
  color: #bdbaba;
}
.head_year_wrap .info span {
  margin: 0 5px;
  color: #f8a720;
}

/*顶部shopmessage*/
.company_overview_list .item {
  margin-bottom: 20px;
  font-size: 14px;
}
.company_overview_list .item .mes a
{
    color:#227DE6;
}
.company_overview_list .item span {
  float: left;
  width: 160px;
  color: #606266;
  font-size: 14px;
}
.company_overview_list .item span i {
  margin-right: 5px;
  color: #21dc6e;
}
.company_overview_list .mes {
  color: #303133;
}
/* .company_overview_list .item:hover .mes{
    color:#227DE6;
} */
.company_overview_instroduce {
  color: #606266;
  font-size: 14px;
  text-align: justify;
  word-break: break-all;
  line-height: 20px;
}
.company_overview_wrap .check_more {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  color: #227de6;
}
.company_overview_wrap .check_more i {
  font-size: 12px;
  margin-left: 2px;
}
.company_overview_wrap .check_more:hover {
  cursor: pointer;
}

/* 导航 */
.head_nav_wrap {
  height: 54px;
  background-color: #227de6;
}
.head_nav_cont {
  position: relative;
  margin: auto;
  height: 100%;
  max-width: 1200px;
  min-width: 980px;
  width: 100%;
}
.head_nav_list .item_nav {
  position: relative;
  float: left;
  height: 54px;
  text-align: center;
  padding: 0 24px;
  line-height: 54px;
}
.head_nav_list .item_nav .item_a0 {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.head_nav_list .item_nav.active {
  background: linear-gradient(
    20deg,
    rgba(255, 255, 255, 0.29) 0%,
    rgba(0, 0, 0, 0.22) 100%
  );
}
.head_nav_list .item_nav.active .item_a0 {
  text-shadow: 0 2px 15px rgba(255, 255, 255, 1);
}
.head_nav_list .item_nav:hover {
  cursor: pointer;
  background: linear-gradient(
    20deg,
    rgba(255, 255, 255, 0.29) 0%,
    rgba(0, 0, 0, 0.22) 100%
  );
}

/* nav_menu */
.head_menu_wrap .slide_menu {
  display: none;
  position: absolute;
  z-index: 999;
  top: 54px;
  left: 0;
  padding: 0;
}
.head_menu_wrap .slide_menu li {
  position: relative;
  padding: 10px 20px;
  color: #303133;
  line-height: 20px;
  text-align: left;
}

/* head_serach */
.head_search_wrap {
  position: absolute;
  right: 0px;
  top: 10px;
  height: 34px;
}
.head_search_wrap .type {
  position: relative;
  float: left;
  vertical-align: middle;
  font-size: 12px;
  position: relative;
  color: #333;
  width: 96px;
  padding-left: 5px;
  height: 100%;
  line-height: 34px;
  cursor: pointer;
  background-color: #fff;
}
.head_search_wrap .type::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 8px;
  right: 0;
  width: 1px;
  height: 15px;
  background-color: #ddd;
}
.head_search_wrap .type i {
  position: absolute;
  right: 5px;
  font-size: 12px;
}
/* .head_search_wrap .type:hover .type_list{
    display: block;
} */

.head_search_wrap .type_list {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  padding: 5px 0;
  background: #fff;
  z-index: 100;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
}
.head_search_wrap .type_list .item {
  font-size: 12px;
  color: #303133;
  line-height: 24px;
}
.head_search_wrap .type_list .item:hover {
  cursor: pointer;
  color: #227de6;
}
.head_search_wrap .head_inp_search {
  float: left;
  height: 34px;
  width: 128px;
  padding: 0 10px;
  font-size: 12px;
  color: #303133;
  border: none;
}
.head_btn_search {
  float: left;
  height: 34px;
  padding: 0 16px;
  background: #f8a720;
  cursor: pointer;
}
.head_btn_search i {
  font-size: 18px;
  color: #fff;
  line-height: 34px;
}

/* 面包屑 */
.breadcrumbs_wrap {
  margin: auto;
  width: 1200px;
  padding-top: 16px;
}
.breadcrumbs_wrap,
.breadcrumbs_wrap a,
.breadcrumbs_wrap i {
  font-size: 12px;
  color: #666;
}
.breadcrumbs_wrap i {
  margin-right: 3px;
}
.breadcrumbs_wrap .ico_right {
  margin-left: 3px;
}
.breadcrumbs_wrap span.active {
  color: #303133;
}

/* 左侧标题 */
.page_container_body .l h4 {
  font-size: 20px;
  font-weight: bold;
  color: #303133;
  padding: 0 20px 10px 20px;
}

/* 左侧菜单 */

.slide_menu {
  width: 220px;
  padding: 20px 0;
  background-color: #fff;
}

.slide_menu h4 {
  font-size: 20px;
  font-weight: bold;
  color: #303133;
  padding: 0 20px 10px 20px;
}

.slide_menu li {
  position: relative;
  padding: 10px 20px;
  color: #303133;
}

.slide_menu li a {
  font-size: 14px;
  color: #303133;
}

.slide_menu li .item_a1 {
  width: 90%;
  display: inline-block;
  word-break: break-all;
}

.slide_menu .item .ico_right {
  float: right;
  font-size: 14px;
  position: relative;
  top: 2px;
}
.slide_menu .item .ico_left {
  float: left;
  margin-right: 2px;
  font-size: 14px;
  position: relative;
  top: 2px;
}
.slide_menu .item.active,
.slide_menu .item.active a {
  color: #227de6;
  text-decoration: underline;
}

.slide_menu .item .c_menu {
  display: none;
}

.slide_menu li:hover {
  background-color: #f1f7fd;
  color: #227de6;
  cursor: pointer;
}

.slide_menu .item:hover .item_a1 {
  color: #227de6;
  text-decoration: underline;
}

.slide_menu .item:hover .c_menu {
  display: inline-block;
}

.slide_menu .c_menu {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 220px;
  width: 148px;
  background-color: #fff;
}

.slide_menu .citem:hover .item_a2 {
  color: #227de6;
  text-decoration: underline;
}

/* 左侧联系 */
.contact_wrap {
  margin-top: 20px;
  padding: 20px 0;
  background-color: #fff;
}
.contact_cont {
  padding: 0 15px;
}
.contact_cont .avatar {
  float: left;
  width: 64px;
  background-color: #f8f8f8;
}
.contact_cont .mes {
  margin-left: 84px;
  font-size: 14px;
  overflow: hidden;
}
.contact_cont .mes .name {
  margin: 10px 0 5px 0;
  font-weight: bold;
  color: #303133;
}
.contact_cont .mes .position {
  color: #909399;
}
.contact_list {
  padding: 0 15px;
  margin-top: 10px;
  color: #303133;
}
.contact_list .item {
  margin-bottom: 10px;
  overflow:hidden;
}
.contact_list .item .label {
  color: #909399;
  float: left;
  width: 50px;
}
.contact_list .item p
{
    padding-left:50px;
    font-size: 14px;
}
.contact_list .item .cont {
  padding-left: 50px;
  word-break: break-all;
  line-height: 20px;
}
.contact_list .item a {
  color: #227de6;
  display: block;
  margin-top: 5px;
}
.contact_list .item a:hover {
  text-decoration: underline;
}
.btn_add_contact {
  height: 26px;
  line-height: 26px;
  border: 1px solid #227de6;
  border-radius: 4px;
  text-align: center;
  color: #227de6;
  background-color: transparent;
}
.btn_add_contact:hover {
  background-color: #227de6;
  color: #fff;
  border: 1px solid #227de6;
}
.contact_wrap .btn_wrap {
  text-align: center;
}

/* 左侧模块templete */
.l_modules_wrap {
  padding: 20px 0;
  background-color: #fff;
}
.l_modules_cont {
  padding: 0 20px;
}

/* 模块标题 */
.module_tit {
  position: relative;
  padding: 20px;
  color: #303133;
  font-weight: bold;
  font-size: 20px;
}
.module_tit .check_more {
  float: right;
  color: #227de6;
  font-size: 14px;
  font-weight: normal;
}
.module_tit .check_more i {
  margin-left: 2px;
  font-size: 14px;
}
.module_tit .tip_mes {
  margin-left: 10px;
  font-size: 12px;
  color: #bdbaba;
  font-weight: normal;
}
.module_tit .tip_mes font {
  margin: 0 5px;
}

/*  */
.action_wrap {
  position: absolute;
  top: 20px;
  right: 20px;
  font-weight: normal;
}
.action_wrap .ico_action {
  color: #333;
  cursor: pointer;
  margin: 0 2px;
}
.action_wrap .ico_action.active {
  color: #227de6;
}
.action_wrap .ico_v {
  font-size: 20px;
  position: relative;
  top: 1px;
}
.action_wrap .ico_action:hover {
  color: #227de6;
}
.pagination_action font {
  font-size: 12px;
  color: #333;
  margin: 0 2px;
}
.pagination_action .cur {
  color: #227de6;
}

/* 页面分页 */
.page_list_pagination {
  padding: 10px 20px;
}

/*产品-横排*/
.products_wrap {
  background-color: #fff;
}
.products_list_wrap {
  position: relative;
  left:-20px;
}
.products_list_wrap .item {
  float: left;
  width: 200px;
  margin-left: 40px;
  margin-bottom: 20px;
  height:294px;
}
.products_list_wrap .item a {
  display: block;
}

.products_list_wrap .pro_img {
  height: 200px;
  line-height: 200px;
  background-color: #f8f8f8;
  overflow: hidden;
  text-align:center;
}
.products_list_wrap img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.products_list_wrap .pro_cont .tit {
  margin: 10px 0;
  font-size: 14px;
  color: #333;
  min-height: 32px;
  font-weight: bold;
}
.products_list_wrap .pro_cont .mes {
  margin-bottom: 5px;
  font-size: 12px;
  color: #909399;
}
.products_list_wrap .pro_cont span {
  margin-right: 2px;
  font-weight: bold;
  font-size: 14px;
  color: #303133;
}
.products_list_wrap .pro_cont .price {
  color: #f5222d;
}

.products_list_wrap .item:hover {
  cursor: pointer;
}

.products_list_wrap .item:hover .pro_img img {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

/* 橱窗 */
.show_case_wrap {
  background-color: #fff;
  margin: 20px 0;
}
.show_swiper_container {
  margin: 0 20px;
}
.show_swiper_container .swiper-slide {
  margin-left: 0;
}
.show_case_wrap .products_list_wrap .item:first-child {
  margin-left: 20px;
}
/* .show_case_wrap .products_list_wrap .item:nth-child(4n+1){
    margin-left: 0;
} */

/* navigation button */
.show_pagination_wrap {
  position: absolute;
  right: 24px;
  top: 18px;
  width: 76px;
  height: 28px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.show_pagination_wrap::before {
  content: "";
  width: 1px;
  height: 28px;
  background-color: #ddd;
  position: absolute;
  z-index: 10;
  left: 37px;
  top: 0;
}

.swiper_pagination_customize {
  background-image: none;
  text-align: center;
  line-height: 41px;
}
.show_pagination_wrap .show_swiper_pagination {
  background-image: none;
  text-align: center;
  line-height: 41px;
  color: #999;
}
.show_pagination_wrap .swiper-button-prev {
  left: 5px;
}
.show_pagination_wrap .swiper-button-next {
  right: 3px;
}
.show_swiper_pagination:focus,
.swiper_pagination_customize:focus {
  outline: none;
}

/* 公司 */
.company_swiper_container .swiper-slide {
  line-height: 300px;
  overflow: hidden;
}
.company_swiper_container .swiper-slide img {
  width: 100%;
}

.company_swiper_container {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #eee;
}
.company_swiper_container .swiper-slide {
  height: 100%;
  background-color: #f8f8f8;
}
.company_swiper_container .swiper-slide video {
  width: 100%;
  height: 100%;
}
.company_video_mask {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 300px;
  cursor: pointer;
}
.company_video_mask i {
  font-size: 56px;
  color: #dbdbdb;
}

/* send_message */
.send_message_wrap {
  margin-top: 20px;
  background-color: #fff;
}
.send_message_list {
  padding: 0 20px 20px 20px;
}
.send_message_list .item {
  margin-bottom: 15px;
  font-size: 14px;
}
.send_message_list .item .label {
  float: left;
  width: 82px;
  font-weight: bold;
  text-align: right;
}
.send_message_list .item .label i
{
    font-style:normal;
    color:red;
}
.send_message_list .item .cont {
  margin-left: 90px;
  color: #303133;
}
.send_message_list .item .txtarea {
  padding: 10px;
  height: 100px;
  width: 650px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  resize: none;
}
.send_message_list .btn_sumbit {
  width: 98px;
  background-color: #227de6;
  text-align: center;
}
.post_now {
  display: inline-block;
  margin-left: 20px;
  color: #227de6;
}
.post_now:hover {
  color: #227de6;
}

.warn_agree {
  margin-bottom: 20px;
}
.warn_agree .layui-form-checkbox {
  padding-left: 0;
}

/*shop level*/
.shop_level .img_year {
  width: 50px;
  margin-right: 5px;
}
.shop_level .img_star {
  width: 15px;
}

/* 上传按钮 */
.btn_upload {
  background-color: transparent;
  border: 1px solid #dcdfe6;
  color: #303133;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
}
.btn_upload i {
  margin-right: 3px;
  font-size: 12px;
}
.btn_upload:hover {
  background-color: #227de6;
  color: #fff;
  border: 1px solid #227de6;
}
.upload_tip {
  margin-left: 10px;
  color: #909399;
  font-size: 12px;
}

/* 上传列表 */
.upload_list {
  margin-top: 10px;
}
.upload_list .item {
  margin-bottom: 10px;
}
.upload_list .item span {
  display: inline-block;
}
.upload_list .item .name {
  margin-right: 5px;
  color: #303133;
}
.upload_list .item .del {
  margin-right: 5px;
  color: red;
}
.upload_list .item .action:hover {
  cursor: pointer;
}

/*信息展示模板 */
.info_templete_wrap {
  margin-bottom: 20px;
  padding-bottom:12px;
}
.info_templete_wrap h5 {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.info_templete_main {
  position: relative;
  border: 1px solid #ebeef5;

}
.info_templete_main .item {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ebeef5;
}
.info_templete_main .item:last-child {
  border-bottom: none;
}
.info_templete_main .item .label {
  /* padding: 0 8px;
  color: #666;
  font-size: 14px;
  font-weight: 600;
  border-right: 1px solid #ebeef5;
  border-left: 1px solid #ebeef5;
  background-color: #f8fafc;
  height: 46px;
  display: -webkit-flex;
  display: flex;
  align-items: center; */
  padding: 0 8px;
  color: #666;
  font-size: 14px;
  font-weight: 600;
  border-right: 1px solid #ebeef5;
  border-left: 1px solid #ebeef5;
  background-color: #f8fafc;
  height: 48px;
  display: -webkit-flex;
  line-height: 22px;
  display: flex;
  align-items: center;
  
}
.info_templete_main .item .border_l {
  border-left: 1px solid #ebeef5;
  line-height: 20px;
}
.info_templete_main .item .cont {
  flex: 1;
  padding: 0 8px;
  font-size: 14px;
  color: #333;
      padding: 8px;
     
}
.info_templete_main .item .cont b
{
    word-break: break-all;
    font-weight: normal;
    }
.info_templete_main .item font {
  color: #227de6;
      font-weight: 600;
}
.label_1 {
  /* width: 160px; */
  width: 240px;
}
.label_2 {
  width: 100px;
}
.label_3 {
  width: 250px;
}


/*信息展示模板-table型*/
.info_templete_table {
  position: relative;
}
.info_templete_table table {
  border: 1px solid #ebeef5;
  border-bottom: none;
}
.info_templete_table thead,
.info_templete_table tr {
  border-bottom: 1px solid #ebeef5;
}
.info_templete_table table th {
  background-color: #f8fafc;
}
.info_templete_table table th,
.info_templete_table table td {
  padding: 6.5px 8px;
  line-height: 20px;
  border-right: 1px solid #ebeef5;
}
.info_templete_table table th:last-child,
.info_templete_table table td:last-child {
  border: none;
}

table.cloum_5 th,
table.cloum_5 td {
  width: 20%;
}

/* 登录后查看 */
.login_view_mask {
  position: absolute;
  width: 100%;
  height: 64px;
  line-height: 64px;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 bottom,
    from(#fff),
    to(#fff)
  );
  color: #333;
  text-align: center;
  opacity: 0.9;
}
.login_view_mask a {
  color: #333;
  cursor: pointer;
}
.login_view_mask i {
  font-size: 12px;
  margin-right: 2px;
}
.login_view_mask a:hover {
  color: #227de6;
  text-decoration: underline;
}
.mask_pos1 {
  bottom: 0;
  left: 0;
}

/*  */
.conner {
  position: absolute;
  z-index: 10;
  top: 15px;
  left: -5px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* 底部 */
.footer_wrap {
  background-color: #fff;
  color: #909399;
  text-align: center;
}
.footer_body {
  margin: auto;
  padding: 20px;
  width: 1200px;
}
.footer_body .link_wrap {
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #f9f9f9;
  color: #909399;
}
.footer_body .link_a {
  position: relative;
  font-size: 14px;
  color: #909399;
}
.footer_body .link_a:hover
{
    color:#00a2e9;    
}
.footer_body .link_a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #909399;
  margin: 0 10px;
}
.footer_body .link_a:last-child::after {
  width: 0;
}
.follow_wrap {
  padding: 10px;
  border-bottom: 1px solid #f9f9f9;
}
.follow_wrap img {
  width: 24px;
  margin-left: 20px;
}
.other_wrap {
  padding: 15px;
}
.copyright {
  text-align: center;
  color: #909399;
}

/* dialog */
.dialog_customize_wrap {
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.dialog_customize_wrap .head {
  position: relative;
  height: 40px;
  line-height: 40px;
  background-color: #f1f7fd;
  padding: 0 20px;
  font-weight: bold;
}
.dialog_customize_wrap .head i {
  position: absolute;
  z-index: 999;
  font-size: 22px;
  color: #333;
  cursor: pointer;
  top: 0;
  right: 17px;
}
.dialog_customize_wrap .body {
  padding: 20px;
}
.dialog_w1 {
  width: 770px;
  margin-left: -385px;
}
.get_latest_dialog_md
{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 988;
    display:none;
}
.dialog_customize_wrap .send_message_list .item .txtarea {
  width: 100%;
}

/*悬浮*/
#portamento_container {
  float: left;
}

#portamento_container {
  float: left;
  position: relative;
}

#portamento_container #navSidebar {
  float: none;
  position: absolute;
}

#portamento_container #navSidebar.fixed {
  position: fixed;
  z-index: 999;
}
#navSidebar.fixed {
  position: fixed;
  z-index: 999;
  top: 20px;
  left: 50%;
  margin-left: -600px;
}
/* 头部2 */
.head2_wrap {
  background-color: #fff;
}
.head2_container_body {
  margin: auto;
  max-width: 1200px;
  min-width: 980px;
  width: 100%;
}
.head_control_wrap2 {
  padding: 8px 0;
}
.link_wrap_com.self2 {
  float: right;
  margin: 0;
}
.link_wrap_com.self2 a {
  color: #666;
}
.link_wrap_com.self2 a::after {
  background-color: #666;
}
.head_mes_wrap2 .logo_img {
  max-width: 230px;
  height: 90px;
  padding-bottom: 30px;
}
.head_search_wrap.search2 {
  position: relative;
  display: inline-block;
  margin-left: 150px;
}
.head_search_wrap.search2 .type {
  border: 1px solid #ddd;
  border-right: 0;
}
.head_search_wrap.search2 .head_inp_search {
  width: 306px;
  height: 100%;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.head_account {
  position: relative;
  display: inline-block;
  margin-right: 40px;
}
.head_account .ico {
  font-size: 30px;
}
.head_account .txt {
  display: inline-block;
}
.head_account .txt a {
  display: block;
  color: #333;
  font-size: 12px;
}
.head_account .txt a:hover {
  cursor: pointer;
  color: #227de6;
}
.head_account .txt .t1 {
  position: relative;
  top: -10px;
}
.my_account_wrap {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  width: 200px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.my_account_wrap .conner {
  z-index: 10;
  top: -7px;
  left: 62px;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.my_account_wrap .item {
  padding: 10px;
}
.my_account_wrap .item span {
  color: #666;
}
.my_account_wrap .item span.txt_r {
  float: right;
  color: #227de6;
  cursor: pointer;
}
.head_account.login:hover .my_account_wrap {
  display: block;
}
.btn_head_post {
  position: absolute;
  right: 0px;
  top: 10px;
  height: 34px;
  line-height: 34px;
  background-color: #f5f5f5;
  color: #227de6;
  padding: 0 10px;
  text-align: center;
  cursor: pointer;
}
.btn_head_post i {
  font-size: 16px;
}
.btn_head_post:hover {
  background-color: #fff;
  opacity: 1;
  cursor: pointer;
}

/* 头部2 */
.head2_wrap {
  background-color: #fff;
}

.head_control_wrap2 {
  padding: 8px 0;
}
.link_wrap_com.self2 {
  float: right;
  margin: 0;
}
.link_wrap_com.self2 a {
  color: #666;
}
.link_wrap_com.self2 a::after {
  background-color: #666;
}
.head_mes_wrap2 .logo_img {
  max-width: 230px;
  height: 90px;
  padding-bottom: 30px;
}
.head_mes_wrap2
{
    position:relative;
}
.head_search_wrap.search2 {
  position: relative;
  display: inline-block;
  margin-left: 5%;
  width: 360px;
}
.head_search_wrap.search2 .type {
  border: 1px solid #ddd;
  border-right: 0;
}
.head_search_wrap.search2 .head_inp_search {
  width: 57%;
  height: 100%;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.head_r {
    position: absolute;
    right: 0;
    top: 17px;
    width:475px;
    height:60px;
}
.header-swiper-container a:hover{
  opacity: 1;
}
.head_r img
{
    max-height:100%;
    max-width:100%;
}
.head_account {
  position: relative;
  display: inline-block;
  margin-right: 40px;
}
.head_account .ico {
  font-size: 30px;
}
.head_account .txt {
  display: inline-block;
}
.head_account .txt a {
  display: block;
  color: #333;
  font-size: 12px;
}
.head_account .txt a:hover {
  cursor: pointer;
  color: #227de6;
}
.head_account .txt .t1 {
  position: relative;
  top: -10px;
}
.my_account_wrap {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  width: 200px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.my_account_wrap .conner {
  z-index: 10;
  top: -7px;
  left: 62px;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.my_account_wrap .item {
  padding: 10px;
}
.my_account_wrap .item span {
  color: #666;
}
.my_account_wrap .item span.txt_r {
  float: right;
  color: #227de6;
  cursor: pointer;
}
.head_account.login:hover .my_account_wrap {
  display: block;
}
.btn_head_post {
  position: absolute;
  right: 0px;
  top: 10px;
  height: 34px;
  line-height: 34px;
  background-color: #f5f5f5;
  color: #227de6;
  padding: 0 10px;
  text-align: center;
  cursor: pointer;
}
.btn_head_post i {
  font-size: 16px;
}
.btn_head_post:hover {
  background-color: #fff;
  opacity: 1;
  cursor: pointer;
}

/* year */
.year_tag {
  display: inline-block;
  position: relative;
  height: 20px;
  line-height: 16px;
  border: 2px solid #7a5d20;
  background-color: #fff;
  border-radius: 10px;
  padding: 0 5px 0 24px;
  color: #7a5d20;
  font-size: 12px;
  font-weight: bold;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.year_tag img {
  position: absolute;
  height: 22px;
  top: -3px;
  left: -2px;
}

/***************20200710 新头部样式***************/

.header-top {
    border-bottom: 1px solid #ddd;
    line-height: 36px;
    height: 36px;
  }
  
  .header-top .flt a {
    display: inline-block;
    font-size: 12px;
    color: #666;
    margin-right: 10px;
    vertical-align: top;
  }
  
  .header-top .flt a img {
    margin-right: 3px;
    margin-top: -2px;
    vertical-align: middle;
  }
  
  .header-top .flt a:hover {
    color: #227de6;
  }
  
  .header-top .frt ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left: 10px;
  }
  
  .header-top .frt ul li a {
    display: inline-block;
    font-size: 12px;
    color: #666;
  }
  
  .header-top .frt ul li a:hover {
    color: #227de6;
  }
  
  .header-top .frt ul li a .iconzhucejiaru {
    font-size: 16px;
    margin: 0 5px;
  }
  
  .header-top .frt ul li a .iconup1 {
    font-size: 10px;
    margin: 0 5px;
  }
  
  .header-top .frt ul li a span {
    color: red;
  }
  
  .header-top .frt ul li a .iconliaotian {
    margin-right: 2px;
  }
  
  .header-top .frt ul li:hover .ab-box {
    display: block;
  }
  
  .header-top .frt ul li .ab-box {
    position: absolute;
    left: 0;
    top: 36px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #ddd;
    width: 240px;
    z-index: 30;
    margin-left: -80px;
    display: none;
  }
  
  .header-top .frt ul li .ab-box::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    position: absolute;
    left: 50%;
    top: -5.5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #fff;
  }
  
  .header-top .frt ul li .ab-box .t {
    line-height: 40px;
    padding: 0 10px;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    border-bottom: 1px solid #ddd;
  }
  
  .header-top .frt ul li .ab-box .t a {
    float: right;
    color: #227DE6;
  }
  
  .header-top .frt ul li .ab-box .list {
    padding-bottom: 10px;
  }
  
  .header-top .frt ul li .ab-box .list p {
    line-height: 32px;
  }
  
  .header-top .frt ul li .ab-box .list p a {
    display: block;
    padding: 0 10px;
    font-size: 14px;
    color: #333333;
  }
  
  .header-top .frt ul li .ab-box .list p.p1 {
    background: #F3F4F5;
  }

  
/**商城部分 **/


#portamento_container #shopShopping {
  float: none;
  position: absolute;
}

#portamento_container #shopShopping.fixed {
  position: fixed;
  z-index: 999;
}
#navSidebar.fixed {
  position: fixed;
  z-index: 999;
  top: 20px;
  left: 50%;
  margin-left: -600px;
}

/* 右下角固定 */

.fixed-navtive-view{
  position: fixed;
  right: 20px;
  bottom: 150px;
  background: #fff;
  z-index: 99;
  border-radius: 4px;
  box-shadow: 0 15px 30px rgb(0 0 0 / 10%);

}
.navtive-items{
  display: block;

/* width: 50px; */
width: 62px;
/* height: 50px; */
position: relative;
font-size: 12px;
    text-align: center;
    padding: 10px 0;
}

.navtive-items .content{
line-height: 50px;
}
.navtive-items .content .img{
  display: block;
  width: 26px;
  
margin: 0 auto;


}
.navtive-items .content .img img{
 display: block;
 object-fit: cover;
  width: 26px;
  margin: 0 auto;
}

.navtive-items .content .title{
font-size: 12px;
text-align: center;
color: #666;
line-height: 22px;
}

.more-view{
  display: none;
  position: absolute;
  right: 100%;
  bottom: 50%;
  background: #fff;
  box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
  transform: translateY(50%);
}
.more-view .img-boxs{
  box-sizing: border-box;
  width: 140px;
  height: 140px;
  padding: 14px;
  border-radius: 4px;
}
.more-view .img-boxs img{
  display: block;
  width: 100%;
  height: 100%;
}
.more-view  .text-desc{
padding: 15px;
color: #666;
line-height: 18px;
}

.navtive-items:hover .more-view{
  display: block;
}
.more-view  .text-desc p{
  margin: 0;
  white-space: nowrap;
}

.header-box-static{
  min-height: 90px;
}
.header-box-static .head2_wrap_fixed{
  min-height: 90px;
  position: fixed;
  z-index: 101;
  left: 0;
  top: 0;
  width: 100%;
}

