@charset "utf-8";
.transition {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@keyframes myfirst {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 0.7;
  }
}
@-moz-keyframes myfirst {
  /* Firefox */
}
@-webkit-keyframes myfirst {
  /* Safari 和 Chrome */
}
@-o-keyframes myfirst {
  /* Opera */
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
}
body {
  height: auto;
}
.brand_co .co_head {
  width: 100%;
  height: 178px;
  background: url(../images/brand/bg/bg1.png) no-repeat center;
  background-size: 100% 100%;
}
.brand_co .co_head.co_head_0 {
  background: url(../images/brand/bg/bg1.png) no-repeat center;
  background-size: 100% 100%;
}
.brand_co .co_head.co_head_1 {
  background: url(../images/brand/bg/bg2.png) no-repeat center;
  background-size: 100% 100%;
}
.brand_co .co_head.co_head_2 {
  background: url(../images/brand/bg/bg3.png) no-repeat center;
  background-size: 100% 100%;
}
.brand_co .co_head.co_head_3 {
  background: url(../images/brand/bg/bg4.png) no-repeat center;
  background-size: 100% 100%;
}
.brand_co .co_head.co_head_4 {
  background: url(../images/brand/bg/bg5.png) no-repeat center;
  background-size: 100% 100%;
}
.brand_co .co_head.co_head_5 {
  background: url(../images/brand/bg/bg6.png) no-repeat center;
  background-size: 100% 100%;
}
.brand_co .co_head.co_head_6 {
  background: url(../images/brand/bg/bg7.png) no-repeat center;
  background-size: 100% 100%;
}
.brand_co .co_head.co_head_7 {
  background: url(../images/brand/bg/bg8.png) no-repeat center;
  background-size: 100% 100%;
}
.brand_co .co_head.co_head_8 {
  background: url(../images/brand/bg/bg9.png) no-repeat center;
  background-size: 100% 100%;
}
.brand_co .co_head.co_head_9 {
  background: url(../images/brand/bg/bg10.png) no-repeat center;
  background-size: 100% 100%;
}
.brand_co .co_head .co_head_l {
  float: left;
  display: inline-block;
  margin-top: 44px;
}
.brand_co .co_head .co_head_l .logo {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 16px;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.brand_co .co_head .co_head_l .logo > div {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: block;
  font-size: 0;
}
.brand_co .co_head .co_head_l .logo > div img {
  max-width: 90%;
  max-height: 90%;
}
.brand_co .co_head .co_head_l .textBox {
  display: inline-block;
  float: left;
  max-width: 600px;
}
.brand_co .co_head .co_head_l .textBox h1 {
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 28px;
  margin: 9px 0 15px;
}
.brand_co .co_head .co_head_l .textBox .btnBox {
  overflow: hidden;
}
.brand_co .co_head .co_head_l .textBox .btnBox .btn {
  width: 140px;
  height: 40px;
  background: #DDAD59;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 40px;
  margin-right: 10px;
  float: left;
  cursor: pointer;
  position: relative;
}
.brand_co .co_head .co_head_l .textBox .btnBox .btn span {
  padding-left: 24px;
}
.brand_co .co_head .co_head_l .textBox .btnBox .btn i {
  width: 21px;
  height: 21px;
  display: inline-block;
  position: absolute;
  top: 9px;
}
.brand_co .co_head .co_head_l .textBox .btnBox .btn.email_btn i {
  background: url(../images/brand/icon_email.png) no-repeat center;
}
.brand_co .co_head .co_head_l .textBox .btnBox .btn.email_btn:hover {
  background: #D49320;
}
.brand_co .co_head .co_head_l .textBox .btnBox .btn.chat_btn {
  background: #FF5C00;
}
.brand_co .co_head .co_head_l .textBox .btnBox .btn.chat_btn i {
  background: url(../images/brand/icon_chat.png) no-repeat center;
}
.brand_co .co_head .co_head_l .textBox .btnBox .btn.chat_btn:hover {
  background: #FF4D00;
}
.brand_co .co_head .co_head_l .textBox .btnBox .btn a {
  color: #FFFFFF;
}
.brand_co .co_head .co_head_r {
  float: right;
  display: inline-block;
}
.brand_co .co_head .co_head_r .connect-share {
  margin: 108px 0 0;
  padding-left: 30px;
  text-align-last: left;
}
.brand_co .co_head .co_head_r .connect-share .s-txt {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  line-height: 32px;
  margin-right: -5px;
}
.brand_co .co_head .co_head_r .connect-share .social-share-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin: 0 0 0 8px;
  background-image: none;
  font-family: "iconfont" !important;
  font-size: 18px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.brand_co .co_head .co_head_r .connect-share .social-share-icon:before {
  width: 18px;
  position: absolute;
  margin-left: -9px;
  left: 50%;
  text-align: center;
  display: inline-block;
  line-height: 28px;
}
.brand_co .co_head .co_head_r .connect-share .social-share-icon.icon-community {
  border: 2px solid #006FFF;
  background-color: #006FFF;
}
.brand_co .co_head .co_head_r .connect-share .social-share-icon.icon-community:before {
  content: "\e694";
  font-size: 20px;
  margin-left: -10px;
  line-height: 30px;
}
.brand_co .co_head .co_head_r .connect-share .social-share-icon.icon-community:hover {
  background-color: #fff;
  color: #006FFF;
}
.brand_co .co_head .co_head_r .connect-share .social-share-icon.icon-qzone {
  border: 2px solid #F8C514;
  background-color: #F8C514;
}
.brand_co .co_head .co_head_r .connect-share .social-share-icon.icon-qzone:before {
  content: "\e698";
}
.brand_co .co_head .co_head_r .connect-share .social-share-icon.icon-qzone:hover {
  background-color: #fff;
  color: #F8C514;
}
.brand_co .co_head .co_head_r .connect-share .social-share-icon.icon-qq {
  border: 2px solid #21B3F7;
  background-color: #21B3F7;
}
.brand_co .co_head .co_head_r .connect-share .social-share-icon.icon-qq:before {
  content: "\e69a";
}
.brand_co .co_head .co_head_r .connect-share .social-share-icon.icon-qq:hover {
  background-color: #fff;
  color: #21B3F7;
}
.brand_co .co_head .co_head_r .connect-share .social-share-icon.icon-weibo {
  border: 2px solid #FF5757;
  background-color: #FF5757;
}
.brand_co .co_head .co_head_r .connect-share .social-share-icon.icon-weibo:before {
  content: "\e699";
}
.brand_co .co_head .co_head_r .connect-share .social-share-icon.icon-weibo:hover {
  background-color: #fff;
  color: #FF5757;
}
.brand_co .co_head .co_head_r .connect-share .social-share-icon.icon-wechat {
  border: 2px solid #3DBE5B;
  background-color: #3DBE5B;
}
.brand_co .co_head .co_head_r .connect-share .social-share-icon.icon-wechat:before {
  content: "\e697";
}
.brand_co .co_head .co_head_r .connect-share .social-share-icon.icon-wechat:hover {
  background-color: #fff;
  color: #3DBE5B;
}
.brand_co .co_head .co_head_r .connect-share .social-share .icon-wechat .wechat-qrcode {
  top: 42px;
}
.brand_co .co_head .co_head_r .connect-share .social-share .icon-wechat .wechat-qrcode::after {
  top: -16px;
  border-width: 6px 6px 10px 6px;
  border-color: transparent transparent #f3f3f3 transparent;
}
.brand_co .co_head .co_head_r .connect-share .social-share .icon-wechat .wechat-qrcode h4 {
  padding-left: 15px;
}
.brand_co .co_head .co_head_r .connect-share .social-share .icon-wechat .wechat-qrcode .help p {
  padding-left: 15px;
}
.brand_co .co_navBox {
  width: 100%;
  height: 60px;
  background: #FFFFFF;
  position: relative;
}
.brand_co .co_navBox ul {
  float: left;
  display: inline-block;
  padding-top: 8px;
}
.brand_co .co_navBox ul li {
  float: left;
  display: inline-block;
  padding: 10px 25px 14px 0;
  margin-right: 25px;
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  position: relative;
}
.brand_co .co_navBox ul li::after {
  content: '';
  color: #D9D9D9;
  position: absolute;
  right: -3px;
  transform: rotate(23deg);
  width: 1px;
  height: 12px;
  background: #D9D9D9;
  top: 18px;
}
.brand_co .co_navBox ul li:last-child::after {
  content: '';
  width: 0;
}
.brand_co .co_navBox ul li a {
  line-height: 28px;
  display: inline-block;
}
.brand_co .co_navBox ul li .nav_btn i {
  position: relative;
  font-size: 10px;
  margin-left: 5px;
  top: -1px;
}
.brand_co .co_navBox ul li.checked {
  color: #DDAD59;
}
.brand_co .co_navBox ul li.checked > a,
.brand_co .co_navBox ul li.checked .nav_btn {
  color: #DDAD59;
  position: relative;
}
.brand_co .co_navBox ul li.checked > a::after,
.brand_co .co_navBox ul li.checked .nav_btn::after {
  content: '';
  width: 20px;
  height: 4px;
  background: #DDAD59;
  border-radius: 6px;
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -10px;
}
.brand_co .co_navBox ul li:hover {
  color: #DDAD59;
}
.brand_co .co_navBox ul li:hover > a {
  color: #DDAD59;
  position: relative;
}
.brand_co .co_navBox ul li:hover > a::after {
  content: '';
  width: 20px;
  height: 4px;
  background: #DDAD59;
  border-radius: 6px;
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -10px;
}
.brand_co .co_navBox ul li:hover .childrenBox {
  display: block;
}
.brand_co .co_navBox ul li .childrenBox {
  position: absolute;
  top: 40px;
  left: -30px;
  display: inline-block;
  z-index: 10;
  width: 410px;
  display: none;
}
.brand_co .co_navBox ul li .children_box {
  float: left;
  display: inline-block;
  background-color: #fff;
  padding: 16px 0;
  box-shadow: 6px 6px 18px 0px rgba(40, 54, 126, 0.25);
  border-radius: 8px;
  width: 200px;
  color: #666;
}
.brand_co .co_navBox ul li .children_box .item_btn {
  line-height: 20px;
  font-size: 14px;
  color: #333333;
  margin-bottom: 3px;
  cursor: pointer;
  padding: 6px 6px;
  border-radius: 4px;
}
.brand_co .co_navBox ul li .children_box a {
  padding: 6px 16px;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  width: 100%;
}
.brand_co .co_navBox ul li .children_box .children_btn {
  cursor: pointer;
  padding: 6px 16px;
  border-radius: 4px;
}
.brand_co .co_navBox ul li .children_box .children_btn i {
  color: #333;
  float: right;
  font-size: 14px;
}
.brand_co .co_navBox ul li .children_box .children_btn:hover {
  color: #000;
}
.brand_co .co_navBox ul li .children_box .children_btn:hover i {
  color: #000;
}
.brand_co .co_navBox ul li .children_box .children_item {
  position: relative;
}
.brand_co .co_navBox ul li .children_box .children_item .select_box {
  display: none;
  position: absolute;
  top: -16px;
  left: 100%;
  padding-left: 10px;
}
.brand_co .co_navBox ul li .children_box .children_item .select_box .box {
  background-color: #fff;
  padding: 16px 0;
  box-shadow: 6px 6px 18px 0px rgba(40, 54, 126, 0.25);
  border-radius: 8px;
  width: 200px;
  color: #333;
}
.brand_co .co_navBox ul li .children_box .children_item .select_box .select_item {
  overflow: hidden;
  margin-bottom: 8px;
  border-radius: 4px;
}
.brand_co .co_navBox ul li .children_box .children_item .select_box .select_item a {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  padding: 6px 16px;
  width: 100%;
}
.brand_co .co_navBox ul li .children_box .children_item .select_box .select_item:hover {
  color: #000;
}
.brand_co .co_navBox ul li .children_box .children_item .select_box .select_item:hover a {
  color: #000;
}
.brand_co .co_navBox ul li .children_box .children_item:hover .select_box {
  display: block;
}
.brand_co .co_navBox .searchBox {
  float: right;
  display: inline-block;
  width: 260px;
  height: 40px;
  background: #F4F4F4;
  border-radius: 20px;
  overflow: hidden;
  margin: 10px 0;
}
.brand_co .co_navBox .searchBox input {
  width: 220px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  color: #333;
  font-size: 12px;
  border: 0;
  background: rgba(0, 0, 0, 0);
  float: left;
}
.brand_co .co_navBox .searchBox .brand_search_btn {
  display: inline-block;
  float: right;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  position: relative;
  cursor: pointer;
}
.brand_co .co_navBox .searchBox .brand_search_btn i {
  margin: 0 18px 0 5px;
  color: #242F44;
  width: 17px;
  height: 15px;
  line-height: 15px;
  font-size: 16px;
}
.brand_co .co_m_titleBox {
  overflow: hidden;
  padding: 24px 0;
}
.brand_co .co_m_titleBox p {
  display: inline-block;
  float: left;
  font-size: 24px;
  color: #333333;
  line-height: 32px;
}
.brand_co .co_m_titleBox ul {
  overflow: hidden;
  float: right;
}
.brand_co .co_m_titleBox ul li {
  display: inline-block;
  float: left;
  margin-left: 6px;
  font-size: 12px;
  color: #666666;
  line-height: 32px;
}
.brand_co .co_m_titleBox ul li i {
  font-size: 14px;
  margin-left: 6px;
  color: #9C9C9C;
  position: relative;
  top: 1px;
}
.brand_co .co_m_titleBox ul li a {
  color: #666;
}
.brand_co .co_m_titleBox ul li a:hover {
  color: #1465B1 !important;
}
.turnThePage a {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #5D6E7F;
  padding: 0 5px;
  margin: 0;
}
.turnThePage .zxfPagenum {
  width: auto;
  padding: 0 14px;
}
.turnThePage .checkedPage {
  background: #2C68FF;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 14px;
}
.brand_content {
  background: #F7F9FC;
  overflow: hidden;
  min-height: 500px;
  position: relative;
}
.brand_content .co_main {
  overflow: hidden;
  margin-bottom: 40px;
  width: 100%;
}
.brand_content .co_main .co_titleBox {
  width: 100%;
  overflow: hidden;
}
.brand_content .co_main .co_titleBox p {
  font-size: 24px;
  line-height: 32px;
  display: inline-block;
  float: left;
}
.brand_content .co_main .co_titleBox > a {
  font-size: 12px;
  line-height: 32px;
  float: right;
  display: inline-block;
  color: #8590A6;
}
.brand_content .co_main .co_titleBox > a i {
  font-size: 12px;
  margin-left: 2px;
}
.brand_content .co_main .co_titleBox > a:hover {
  color: #056DE8;
}
.brand_content .co_main .co_m_brandDetial {
  overflow: hidden;
  padding-top: 30px;
  position: relative;
}
.brand_content .co_main .co_m_brandDetial .co_titleBox {
  margin-bottom: 8px;
}
.brand_content .co_main .co_m_brandDetial .co_m_brandDetial_list {
  width: 880px;
  float: left;
}
.brand_content .co_main .co_m_brandDetial .co_m_brandDetial_list .co_m_brandDetial_text {
  font-size: 14px;
  line-height: 24px;
  color: #888;
  white-space: pre-wrap;
  overflow: hidden;
  max-height: 240px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  word-break: break-all;
  text-align: justify;
}
.brand_content .co_main .co_m_brandDetial .co_m_brandDetial_right {
  width: 300px;
  min-height: 280px;
  float: right;
  background: #fff;
  padding: 23px 16px 10px;
}
.brand_content .co_main .co_m_brandDetial .co_m_brandDetial_right .co_titleBox {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 10px;
}
.brand_content .co_main .co_m_brandDetial .co_m_brandDetial_right ul {
  overflow: hidden;
}
.brand_content .co_main .co_m_brandDetial .co_m_brandDetial_right ul li {
  overflow: hidden;
  margin-bottom: 7px;
}
.brand_content .co_main .co_m_brandDetial .co_m_brandDetial_right ul li .item_icon {
  float: left;
  width: 32px;
  height: 32px;
  background: #D3E3FD;
  border-radius: 32px;
  margin: 8px 10px 0 0;
  text-align: center;
  line-height: 32px;
}
.brand_content .co_main .co_m_brandDetial .co_m_brandDetial_right ul li .item_icon i {
  color: #758195;
  font-size: 16px;
}
.brand_content .co_main .co_m_brandDetial .co_m_brandDetial_right ul li .item_icon i.iconfont-dianhua {
  font-size: 24px;
}
.brand_content .co_main .co_m_brandDetial .co_m_brandDetial_right ul li .item_text {
  float: left;
  width: 226px;
  display: inline-block;
  font-size: 0;
}
.brand_content .co_main .co_m_brandDetial .co_m_brandDetial_right ul li .item_text label {
  font-size: 12px;
  color: #758195;
  line-height: 22px;
  width: 100%;
  float: left;
  padding-top: 2px;
}
.brand_content .co_main .co_m_brandDetial .co_m_brandDetial_right ul li .item_text p {
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  word-break: break-all;
  text-align: justify;
  float: left;
}
.brand_content .co_main .co_m_brandDetial .co_m_brandDetial_right ul li .item_text p span {
  font-size: 12px;
  color: #999999;
}
.brand_content .co_main .co_m_brandDetial .co_m_brandDetial_right ul li .item_text.item_text_address p {
  font-size: 14px;
}
.brand_content .co_main .co_m_topBg {
  width: 100%;
  background: linear-gradient(180deg, #F7F9FC 0%, #FFFFFF 100%);
  overflow: hidden;
}
.brand_content .co_main .co_m_topBg .co_m_brandDetial .co_m_brandDetial_right {
  margin-bottom: 26px;
}
.brand_content .co_main .co_m_swiper {
  width: 100%;
  overflow: hidden;
}
.brand_content .co_main .co_m_swiper .co_sw-wrapper {
  width: 100%;
  height: 300px;
  margin-top: 30px;
  background: #FFFFFF;
  overflow: hidden;
  border-radius: 8px;
}
.brand_content .co_main .co_m_swiper .co_sw-wrapper .swiper-container {
  width: 100%;
  height: 300px;
}
.brand_content .co_main .co_m_swiper .co_sw-wrapper .swiper-container .carousel-page {
  width: 100% !important;
  background: none;
  text-align: center;
  line-height: 32px;
  height: 32px;
}
.brand_content .co_main .co_m_swiper .co_sw-wrapper .swiper-container .carousel-page span {
  margin: 0 3px;
  border-radius: 4px;
  height: 8px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
}
.brand_content .co_main .co_m_swiper .co_sw-wrapper .swiper-container .carousel-page span.swiper-pagination-bullet-active {
  width: 8px;
  background: #056DE8;
}
.brand_content .co_main .co_m_swiper .co_sw-wrapper .swiper-container .swiper-button-prev,
.brand_content .co_main .co_m_swiper .co_sw-wrapper .swiper-container .swiper-button-next {
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  top: 56%;
}
.brand_content .co_main .co_m_swiper .co_sw-wrapper .swiper-container .swiper-button-prev:after,
.brand_content .co_main .co_m_swiper .co_sw-wrapper .swiper-container .swiper-button-next:after {
  font-size: 10px;
  font-weight: bold;
  color: #FFFFFF;
}
.brand_content .co_main .co_m_swiper .co_sw-wrapper .swiper-container .swiper-button-prev:hover,
.brand_content .co_main .co_m_swiper .co_sw-wrapper .swiper-container .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.5);
}
.brand_content .co_main .co_m_swiper .co_sw-wrapper .swiper-container .swiper-button-prev.swiper-button-disabled,
.brand_content .co_main .co_m_swiper .co_sw-wrapper .swiper-container .swiper-button-next.swiper-button-disabled {
  cursor: no-drop;
  pointer-events: inherit;
}
.brand_content .co_main .co_m_swiper .co_sw-wrapper .swiper-container .swiper-button-next:after {
  position: relative;
  right: -2px;
}
.brand_content .co_main .co_m_prod {
  width: 100%;
  overflow: hidden;
  padding-top: 30px;
  position: relative;
}
.brand_content .co_main .co_m_prod .co_titleBox {
  margin: 0 0 20px;
}
.brand_content .co_main .co_m_prod .co_titleBox.prod_title p {
  color: #FFFFFF;
}
.brand_content .co_main .co_m_prod .co_titleBox.prod_title > a {
  color: #FFFFFF;
}
.brand_content .co_main .co_m_prod .co_titleBox.prod_title > a i {
  font-size: 12px;
}
.brand_content .co_main .co_m_prod .co_titleBox.prod_title > a:hover {
  color: #D2D9FF !important;
}
.brand_content .co_main .co_m_prod ul {
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.brand_content .co_main .co_m_prod ul li {
  width: 226px;
  height: 336px;
  margin: 0 17px 0 0;
  float: left;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  position: relative;
}
.brand_content .co_main .co_m_prod ul li:nth-child(5n) {
  margin-right: 0;
}
.brand_content .co_main .co_m_prod ul li .formShow_btn {
  cursor: pointer;
}
.brand_content .co_main .co_m_prod ul li aside {
  width: 100%;
  height: 188px;
  overflow: hidden;
  position: relative;
}
.brand_content .co_main .co_m_prod ul li aside > div {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: block;
  font-size: 0;
  line-height: 188px;
}
.brand_content .co_main .co_m_prod ul li aside > div img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.brand_content .co_main .co_m_prod ul li .textBox {
  overflow: hidden;
}
.brand_content .co_main .co_m_prod ul li .textBox p {
  color: #666666;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  width: 94%;
  margin: 2px auto;
  height: 24px;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.brand_content .co_main .co_m_prod ul li .textBox .title {
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  width: 94%;
  height: 44px;
  margin: 0 auto 20px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-family: Microsoft YaHei-Bold;
}
.brand_content .co_main .co_m_prod ul li .textBox .btn {
  width: 112px;
  height: 32px;
  background: #056DE8;
  border-radius: 32px;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 32px;
}
.brand_content .co_main .co_m_prod ul li .textBox .btn span {
  padding-left: 6px;
  font-weight: 300;
}
.brand_content .co_main .co_m_prod ul li .textBox .btn i {
  font-size: 14px;
  margin-left: 3px;
  position: relative;
  top: 1px;
}
.brand_content .co_main .co_m_prod ul li .textBox .btn:hover {
  background: #0042dd;
}
.brand_content .co_main .co_m_prod ul li .is_new {
  width: 70px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/community_icon/NEW.png) no-repeat center;
}
.brand_content .co_main .co_m_prod .co_m_prod_bg {
  width: 100%;
  height: 71px;
  position: absolute;
  bottom: 0;
  background: #F7F9FC;
}
.brand_content .co_main .co_m_service {
  width: 100%;
  overflow: hidden;
  padding-top: 30px;
  position: relative;
}
.brand_content .co_main .co_m_service .co_titleBox {
  margin: 0 0 20px;
}
.brand_content .co_main .co_m_service ul {
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.brand_content .co_main .co_m_service ul li {
  width: 292px;
  height: 280px;
  margin: 0 10px 0 0;
  float: left;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  position: relative;
}
.brand_content .co_main .co_m_service ul li:nth-child(4n) {
  margin-right: 0;
}
.brand_content .co_main .co_m_service ul li aside {
  width: 100%;
  height: 160px;
  overflow: hidden;
  position: relative;
}
.brand_content .co_main .co_m_service ul li aside > div {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: block;
  font-size: 0;
}
.brand_content .co_main .co_m_service ul li aside > div img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.brand_content .co_main .co_m_service ul li .textBox {
  overflow: hidden;
}
.brand_content .co_main .co_m_service ul li .textBox .title {
  font-size: 16px;
  color: #616161;
  line-height: 28px;
  width: 94%;
  height: 28px;
  margin: 20px auto;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-family: Microsoft YaHei-Bold;
}
.brand_content .co_main .co_m_service ul li .textBox .btn {
  width: 112px;
  height: 32px;
  background: #056DE8;
  border-radius: 32px;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 32px;
}
.brand_content .co_main .co_m_service ul li .textBox .btn span {
  padding-left: 6px;
  font-weight: 300;
}
.brand_content .co_main .co_m_service ul li .textBox .btn i {
  font-size: 14px;
  margin-left: 3px;
  position: relative;
  top: 1px;
}
.brand_content .co_main .co_m_service ul li .textBox .btn:hover {
  background: #0042dd;
}
.brand_content .co_main .co_m_service ul li .is_new {
  width: 70px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/community_icon/NEW.png) no-repeat center;
}
.brand_content .co_main .co_m_service .co_m_prod_bg {
  width: 100%;
  height: 71px;
  position: absolute;
  bottom: 0;
  background: #F7F9FC;
}
.brand_content .co_main .co_m_agencyList {
  width: 100%;
  overflow: hidden;
  padding-top: 30px;
  position: relative;
}
.brand_content .co_main .co_m_agencyList .co_titleBox {
  margin: 0 0 20px;
}
.brand_content .co_main .co_m_agencyList ul {
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.brand_content .co_main .co_m_agencyList ul li {
  width: 393px;
  height: 136px;
  background: #FFFFFF;
  border-radius: 8px;
  margin: 0 10px 10px 0;
  padding: 16px 12px 0;
  float: left;
  overflow: hidden;
  position: relative;
}
.brand_content .co_main .co_m_agencyList ul li:nth-child(3n) {
  margin-right: 0;
}
.brand_content .co_main .co_m_agencyList ul li .textBox {
  overflow: hidden;
  width: 100%;
}
.brand_content .co_main .co_m_agencyList ul li .textBox .title {
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  width: 100%;
  height: 24px;
  margin-bottom: 8px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.brand_content .co_main .co_m_agencyList ul li .textBox p {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  width: 100%;
  height: 40px;
  margin-bottom: 12px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.brand_content .co_main .co_m_agencyList ul li .textBox .bottom {
  width: 100%;
  height: 18px;
  margin: 0 auto;
  font-size: 12px;
  color: #8590A6;
  line-height: 18px;
  overflow: hidden;
}
.brand_content .co_main .co_m_agencyList ul li .textBox .bottom .bottom_l {
  float: left;
  display: inline-block;
  max-width: 270px;
}
.brand_content .co_main .co_m_agencyList ul li .textBox .bottom .bottom_l i {
  display: inline-block;
  float: left;
  width: 18px;
  height: 15px;
  margin-right: 6px;
  background: url(../images/search/icon_fenlei.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  top: 1px;
}
.brand_content .co_main .co_m_agencyList ul li .textBox .bottom .bottom_l span {
  display: inline-block;
  float: left;
  font-size: 12px;
  color: #8590A6;
}
.brand_content .co_main .co_m_agencyList ul li .textBox .bottom .bottom_r {
  float: right;
  display: inline-block;
  font-size: 12px;
  color: #8590A6;
}
.brand_content .co_main .co_m_agencyList ul li .textBox .bottom .bottom_r span {
  display: inline-block;
  line-height: 18px;
  float: left;
  color: #8590A6;
}
.brand_content .co_main .co_m_agencyList ul li .textBox .bottom .bottom_r i {
  font-size: 12px;
  margin-left: 5px;
  float: left;
  color: #8590A6;
}
.brand_content .co_main .co_m_agencyList ul li .textBox .bottom .bottom_r:hover span,
.brand_content .co_main .co_m_agencyList ul li .textBox .bottom .bottom_r:hover i {
  color: #056DE8;
}
.brand_content .co_main .co_m_agencyList ul li .is_new {
  width: 70px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/community_icon/NEW.png) no-repeat center;
}
.brand_content .co_main .co_m_agencyList .co_m_prod_bg {
  width: 100%;
  height: 71px;
  position: absolute;
  bottom: 0;
  background: #F7F9FC;
}
.brand_content .co_main .co_m_catalog {
  width: 100%;
  overflow: hidden;
  padding-top: 30px;
  position: relative;
}
.brand_content .co_main .co_m_catalog ul {
  padding-top: 4px;
  padding-bottom: 8px;
  overflow: hidden;
}
.brand_content .co_main .co_m_catalog ul li {
  width: 226px;
  height: 108px;
  background: #FFFFFF;
  box-shadow: 2px 4px 6px 0px rgba(185, 193, 236, 0.16);
  border-radius: 4px;
  display: inline-block;
  float: left;
  margin-right: 16px;
  margin-top: 16px;
}
.brand_content .co_main .co_m_catalog ul li:nth-child(5n) {
  margin-right: 0;
}
.brand_content .co_main .co_m_catalog ul li .icon_prod {
  width: 48px;
  height: 40px;
  margin: 20px auto 12px;
  position: relative;
  background: url(../images/brand/icon_brandProd.png) no-repeat center;
}
.brand_content .co_main .co_m_catalog ul li .icon_prod i {
  height: 22px;
  min-width: 22px;
  background: rgba(0, 26, 255, 0.65);
  border-radius: 11px;
  border: 1px solid #FAFAFA;
  line-height: 20px;
  padding: 0 3px;
  font-size: 11px;
  color: #FFFFFF;
  text-align: center;
  font-style: normal;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.brand_content .co_main .co_m_catalog ul li p {
  font-size: 14px;
  color: #3B3F68;
  line-height: 16px;
  text-align: center;
  width: 92%;
  height: 16px;
  margin: 0 auto;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.brand_content .co_main .co_m_resource .container {
  overflow: hidden;
  margin-top: 32px;
  margin-bottom: 36px;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 16px 16px 12px;
}
.brand_content .co_main .co_m_resource .container ul {
  overflow: hidden;
  margin-top: 6px;
}
.brand_content .co_main .co_m_resource .container ul li {
  overflow: hidden;
  margin-top: 14px;
}
.brand_content .co_main .co_m_resource .container ul li .item {
  overflow: hidden;
  border-bottom: 1px solid #F2F4FF;
  padding-left: 32px;
  padding-bottom: 9px;
  width: 569px;
  margin-right: 30px;
  float: left;
  display: inline-block;
  position: relative;
}
.brand_content .co_main .co_m_resource .container ul li .item:nth-child(2n) {
  margin-right: 0;
}
.brand_content .co_main .co_m_resource .container ul li .item p {
  text-align: justify;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 20px;
  font-size: 14px;
  color: #333333;
}
.brand_content .co_main .co_m_resource .container ul li .item .icon-dotted {
  width: 24px;
  height: 22px;
  background: url(../images/brand/icon_resource.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
}
.brand_content .co_main .co_m_resource .container ul li .item a {
  text-align: justify;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 20px;
  font-size: 14px;
  color: #333333;
  padding-top: 4px;
  display: inline-block;
  width: 100%;
}
.brand_content .co_main .co_m_resource .container ul li:last-child .item {
  border-bottom: 0;
}
.brand_content .co_main .co_m_brand {
  overflow: hidden;
  margin-top: 24px;
}
.brand_content .co_main .co_m_brand ul {
  overflow: hidden;
  margin-top: 8px;
}
.brand_content .co_main .co_m_brand ul li {
  width: 136px;
  height: 138px;
  background: #FFFFFF;
  border-radius: 8px;
  margin: 12px 16px 0 0;
  float: left;
}
.brand_content .co_main .co_m_brand ul li:nth-child(8n) {
  margin-right: 0;
}
.brand_content .co_main .co_m_brand ul li aside {
  width: 100%;
  height: 95px;
  border-bottom: 1px solid #F4F4F4;
  line-height: 95px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.brand_content .co_main .co_m_brand ul li aside > div {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: block;
  font-size: 0;
}
.brand_content .co_main .co_m_brand ul li aside > div img {
  max-width: 100%;
  max-height: 100%;
}
.brand_content .co_main .co_m_brand ul li p {
  padding: 0 15px;
  margin-top: 10px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.brand_content .co_main .co_m_brand ul li p:hover {
  color: #056DE8;
}
.brand_content .co_main .co_m_video {
  overflow: hidden;
  margin-top: 25px;
}
.brand_content .co_main .co_m_video ul {
  overflow: hidden;
  margin-top: 20px;
}
.brand_content .co_main .co_m_video ul li {
  width: 226px;
  height: 195px;
  margin-right: 16px;
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  float: left;
}
.brand_content .co_main .co_m_video ul li:nth-child(5n) {
  margin-right: 0;
}
.brand_content .co_main .co_m_video ul li .item_imgBox {
  width: 226px;
  height: 128px;
  overflow: hidden;
  position: relative;
}
.brand_content .co_main .co_m_video ul li .item_imgBox aside {
  width: 226px;
  height: 128px;
  line-height: 128px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.brand_content .co_main .co_m_video ul li .item_imgBox aside > div {
  width: 226px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: block;
  font-size: 0;
}
.brand_content .co_main .co_m_video ul li .item_imgBox aside > div img {
  max-width: 100%;
  max-height: 100%;
}
.brand_content .co_main .co_m_video ul li .item_imgBox .bottom {
  width: 100%;
  padding: 10px 12px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.brand_content .co_main .co_m_video ul li .item_imgBox .bottom .bottom_right {
  font-size: 12px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 18px;
  float: right;
}
.brand_content .co_main .co_m_video ul li .item_imgBox .hovbox {
  display: none;
}
.brand_content .co_main .co_m_video ul li .item_imgBox .hovbox .co_icon_videoPlay {
  background: url(../images/community_icon/icon_videoPlay.png) no-repeat center;
  background-size: 100%;
}
.brand_content .co_main .co_m_video ul li .item_imgBox:hover .hovbox {
  -webkit-animation: opa 0.5s linear;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.brand_content .co_main .co_m_video ul li .item_imgBox:hover .hovbox i {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.brand_content .co_main .co_m_video ul li .item_imgBox:hover .bottom {
  display: none;
}
@keyframes opa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes xing {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.4);
  }
}
.brand_content .co_main .co_m_video ul li .item_title {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  height: 40px;
  width: 200px;
  margin: 13px 15px 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  text-align: justify;
}
.brand_content .co_main .co_m_expo {
  overflow: hidden;
  margin: 24px 0 0;
}
.brand_content .co_main .co_m_expo ul {
  overflow: hidden;
}
.brand_content .co_main .co_m_expo ul li {
  width: 386px;
  height: 214px;
  background: #FFFFFF;
  border-radius: 8px;
  margin-right: 20px;
  margin-top: 10px;
  float: left;
  overflow: hidden;
  position: relative;
}
.brand_content .co_main .co_m_expo ul li:nth-child(3n) {
  margin-right: 0;
}
.brand_content .co_main .co_m_expo ul li aside {
  width: 362px;
  height: 90px;
  line-height: 90px;
  border-radius: 4px;
  overflow: hidden;
  margin: 12px 12px 0 12px;
  position: relative;
  text-align: center;
}
.brand_content .co_main .co_m_expo ul li aside > div {
  width: 362px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: block;
  font-size: 0;
}
.brand_content .co_main .co_m_expo ul li aside > div img {
  max-width: 100%;
  max-height: 100%;
}
.brand_content .co_main .co_m_expo ul li .textBox {
  margin: 12px 12px 0;
  overflow: hidden;
  width: 362px;
}
.brand_content .co_main .co_m_expo ul li .textBox .title {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  overflow: hidden;
  margin-bottom: 12px;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.brand_content .co_main .co_m_expo ul li .textBox .bottom {
  overflow: hidden;
  border-top: 1px #E6E8F2 solid;
  width: 100%;
  padding-top: 12px;
}
.brand_content .co_main .co_m_expo ul li .textBox .bottom .bottom_p {
  overflow: hidden;
  margin-bottom: 4px;
}
.brand_content .co_main .co_m_expo ul li .textBox .bottom .bottom_p i {
  width: 18px;
  height: 18px;
  display: inline-block;
  float: left;
  font-size: 14px;
  padding: 1px 0 0 1px;
  color: #D4D4D4;
}
.brand_content .co_main .co_m_expo ul li .textBox .bottom .bottom_p i.iconfont-weizhi {
  font-size: 16px;
  padding: 0;
}
.brand_content .co_main .co_m_expo ul li .textBox .bottom .bottom_p p {
  font-size: 13px;
  color: #333;
  line-height: 16px;
  display: inline-block;
  width: 260px;
  overflow: hidden;
  float: left;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.brand_content .co_main .co_m_expo ul li .textBox .bottom .bottom_p p.time {
  width: 80%;
}
.brand_content .co_main .co_m_expo ul li .status {
  width: 60px;
  height: 22px;
  line-height: 22px;
  position: absolute;
  right: 12px;
  bottom: 16px;
  border-radius: 2px;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
}
.brand_content .co_main .co_m_expo ul li .status.on {
  color: #0BA55B;
  background: #E0F7EC;
}
.brand_content .co_main .co_m_expo ul li .status.begin {
  color: #C62D2D;
  background: rgba(198, 45, 45, 0.15);
}
.brand_content .co_main .co_m_expo ul li .status.end {
  color: #484F4B;
  background: #E4E5E4;
}
.brand_content .co_main .co_m_community {
  overflow: hidden;
  margin: 32px 0;
}
.brand_content .co_main .co_m_community .co_community {
  height: 78px;
  background: #0F4481;
  border-radius: 8px;
  padding: 20px 24px;
  overflow: hidden;
  background: url('../images/brand/bg_forum.png') no-repeat center;
  background-size: 100% 100%;
}
.brand_content .co_main .co_m_community .co_community .co_community_l {
  display: inline-block;
  float: left;
}
.brand_content .co_main .co_m_community .co_community .co_community_l .forum {
  float: left;
  display: inline-block;
  margin-right: 32px;
}
.brand_content .co_main .co_m_community .co_community .co_community_l .forum i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 7px;
  margin-right: 6px;
  float: left;
  background: url('../images/brand/icon_forum.png') no-repeat center;
}
.brand_content .co_main .co_m_community .co_community .co_community_l .forum p {
  font-size: 22px;
  color: #FFFFFF;
  line-height: 38px;
  display: inline-block;
  float: left;
}
.brand_content .co_main .co_m_community .co_community .co_community_l .forum p span {
  max-width: 340px;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.brand_content .co_main .co_m_community .co_community .co_community_l ul {
  float: left;
  display: inline-block;
}
.brand_content .co_main .co_m_community .co_community .co_community_l ul li {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 38px;
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.brand_content .co_main .co_m_community .co_community .co_community_l ul li label {
  float: left;
}
.brand_content .co_main .co_m_community .co_community .co_community_l ul li:last-child {
  margin-right: 0;
}
.brand_content .co_main .co_m_community .co_community .co_community_l ul li .owner {
  display: inline-block;
  float: left;
}
.brand_content .co_main .co_m_community .co_community .co_community_l ul li .owner aside {
  width: 20px;
  height: 20px;
  margin-top: 10px;
  margin-right: 4px;
  background: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  line-height: 18px;
  position: relative;
  float: left;
  font-size: 0;
}
.brand_content .co_main .co_m_community .co_community .co_community_r {
  float: right;
  display: inline-block;
}
.brand_content .co_main .co_m_community .co_community .co_community_r .btn {
  width: 169px;
  height: 38px;
  background: #FF5C00;
  border-radius: 4px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 38px;
  text-align: center;
  margin-right: 20px;
  cursor: pointer;
  float: left;
  display: inline-block;
}
.brand_content .co_main .co_m_community .co_community .co_community_r .btn:hover {
  background: #eb4601;
}
.brand_content .co_main .co_m_community .co_community .co_community_r p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 38px;
  display: inline-block;
  float: left;
}
.brand_content .co_main .co_m_news {
  overflow: hidden;
  margin-top: 24px;
}
.brand_content .co_main .co_m_news .container {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 25px 30px 0;
}
.brand_content .co_main .co_m_news .container ul {
  overflow: hidden;
  margin-top: 17px;
}
.brand_content .co_main .co_m_news .container ul li {
  width: 550px;
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
  padding-left: 22px;
  border-bottom: 1px solid #F4F4F4;
  position: relative;
  padding-bottom: 16px;
}
.brand_content .co_main .co_m_news .container ul li::after {
  content: '';
  width: 10px;
  height: 4px;
  background: #FF5C00;
  position: absolute;
  left: 0;
  top: 8px;
}
.brand_content .co_main .co_m_news .container ul li:nth-child(2n) {
  margin-right: 0;
}
.brand_content .co_main .co_m_news .container ul li:last-child {
  border-bottom: 0;
  margin-bottom: 8px;
}
.brand_content .co_main .co_m_news .container ul li:nth-last-child(2) {
  border-bottom: 0;
  margin-bottom: 8px;
}
.brand_content .co_main .co_m_news .container ul li .title {
  height: 24px;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  overflow: hidden;
  margin-bottom: 15px;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.brand_content .co_main .co_m_news .container ul li .bottom {
  overflow: hidden;
}
.brand_content .co_main .co_m_news .container ul li .bottom .bottom_l {
  display: inline-block;
  float: left;
}
.brand_content .co_main .co_m_news .container ul li .bottom .bottom_l aside {
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 4px 0 0;
  position: relative;
  text-align: center;
  float: left;
}
.brand_content .co_main .co_m_news .container ul li .bottom .bottom_l aside > div {
  width: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: block;
  font-size: 0;
}
.brand_content .co_main .co_m_news .container ul li .bottom .bottom_l aside > div img {
  max-width: 100%;
  max-height: 100%;
}
.brand_content .co_main .co_m_news .container ul li .bottom .bottom_l span {
  font-size: 12px;
  color: #666666;
  line-height: 22px;
  float: left;
  display: inline-block;
}
.brand_content .co_main .co_m_news .container ul li .bottom .bottom_r {
  display: inline-block;
  float: right;
  font-size: 12px;
  color: #666666;
  line-height: 22px;
}
.brand_content .co_main .co_m_news .container ul li p {
  font-size: 12px;
  color: #666666;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  text-align: justify;
}
.brand_content .co_main .co_m_news .container ul li:hover .title {
  color: #006FFF;
}
.brand_content .co_main .co_m_channel {
  margin-top: 30px;
  overflow: hidden;
}
.brand_content .co_main .co_m_channel ul {
  overflow: hidden;
  background: #fff;
  border-radius: 12px;
  padding: 16px 20px;
  margin-top: 20px;
}
.brand_content .co_main .co_m_channel ul li {
  overflow: hidden;
  border-bottom: 1px solid rgba(230, 230, 230, 0.5);
  padding-bottom: 16px;
}
.brand_content .co_main .co_m_channel ul li:last-child {
  border-bottom: 0;
}
.brand_content .co_main .co_m_channel ul li .item {
  width: 365px;
  margin-right: 32px;
  float: left;
}
.brand_content .co_main .co_m_channel ul li .item:last-child {
  margin-right: 0;
}
.brand_content .co_main .co_m_channel ul li .item .item_title {
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  padding: 12px 0;
  margin-bottom: 6px;
  position: relative;
}
.brand_content .co_main .co_m_channel ul li .item .item_title p {
  position: relative;
  z-index: 2;
  word-break: break-all;
}
.brand_content .co_main .co_m_channel ul li .item .item_title::after {
  content: '';
  display: inline-block;
  width: 120px;
  height: 8px;
  background: linear-gradient(90deg, rgba(232, 128, 5, 0.25) 0%, #ffffff 100%);
  border-radius: 8px;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 1;
}
.brand_content .co_main .co_m_channel ul li .item .item_text {
  padding: 4px 0;
  overflow: hidden;
}
.brand_content .co_main .co_m_channel ul li .item .item_text label {
  display: inline-block;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  float: left;
  width: 56px;
  text-align-last: justify;
}
.brand_content .co_main .co_m_channel ul li .item .item_text p {
  display: inline-block;
  width: 308px;
  float: left;
  line-height: 20px;
  font-size: 16px;
  color: #333333;
  word-break: break-all;
}
.brand_content .fix_r_box {
  display: none;
  width: 160px;
  height: 160px;
  position: fixed;
  bottom: 50px;
  left: 50%;
  margin-left: 620px;
  margin-top: auto !important;
  z-index: 100;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 4px -2px 22px rgba(107, 107, 107, 0.08);
  -webkit-box-shadow: 4px -2px 22px rgba(107, 107, 107, 0.08);
}
.brand_content .fix_r_box .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0px 0px 0px 8px;
  text-align: center;
  line-height: 36px;
  color: #FFFFFF;
  font-size: 14px;
  cursor: pointer;
}
.brand_content .fix_r_box .btn i {
  line-height: 36px;
  color: #FFFFFF;
  font-size: 14px;
}
.brand_content .fix_r_box.absolute {
  position: absolute;
  bottom: 40px;
}
.brand_content .fix_ad_box {
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  background: rgba(3, 3, 31, 0.7);
  z-index: 100;
}
.brand_content .fix_ad_box .fix_ad_box_content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -300px;
  width: 600px;
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
}
.brand_content .fix_ad_box .fix_ad_box_content .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0px 0px 0px 8px;
  text-align: center;
  line-height: 36px;
  color: #FFFFFF;
  font-size: 14px;
  cursor: pointer;
}
.brand_content .fix_ad_box .fix_ad_box_content .btn i {
  line-height: 36px;
  color: #FFFFFF;
  font-size: 14px;
}
.brand_product {
  background: #F7F9FC;
  overflow: hidden;
}
.brand_product .co_main {
  overflow: hidden;
  min-height: 480px;
  width: 100%;
}
.brand_product .co_main .co_main_list {
  overflow: hidden;
  margin-bottom: 24px;
}
.brand_product .co_main .co_main_list ul li {
  width: 226px;
  height: 108px;
  background: #FFFFFF;
  box-shadow: 2px 4px 6px 0px rgba(185, 193, 236, 0.16);
  border-radius: 4px;
  display: inline-block;
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
}
.brand_product .co_main .co_main_list ul li:nth-child(5n) {
  margin-right: 0;
}
.brand_product .co_main .co_main_list ul li .icon_prod {
  width: 48px;
  height: 40px;
  margin: 20px auto 12px;
  position: relative;
  background: url(../images/brand/icon_brandProd.png) no-repeat center;
}
.brand_product .co_main .co_main_list ul li .icon_prod i {
  height: 22px;
  min-width: 22px;
  background: rgba(0, 26, 255, 0.65);
  border-radius: 11px;
  border: 1px solid #FAFAFA;
  line-height: 20px;
  padding: 0 3px;
  font-size: 11px;
  color: #FFFFFF;
  text-align: center;
  font-style: normal;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.brand_product .co_main .co_main_list ul li p {
  font-size: 14px;
  color: #3B3F68;
  line-height: 16px;
  text-align: center;
  width: 92%;
  height: 16px;
  margin: 0 auto;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.brand_news {
  background: #F7F9Fc;
  overflow: hidden;
}
.brand_news .co_main {
  overflow: hidden;
  min-height: 480px;
  width: 100%;
}
.brand_news .co_main .co_main_list {
  overflow: hidden;
  margin-bottom: 24px;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 32px 24px 20px;
  min-height: 350px;
}
.brand_news .co_main .co_main_list ul {
  overflow: hidden;
}
.brand_news .co_main .co_main_list ul li {
  overflow: hidden;
  margin-bottom: 24px;
}
.brand_news .co_main .co_main_list ul li .item {
  float: left;
  display: inline-block;
  width: 554px;
  margin-right: 40px;
  padding-bottom: 16px;
  border-bottom: 1px solid #F4F4F4;
}
.brand_news .co_main .co_main_list ul li .item:nth-child(2n) {
  margin-right: 0;
}
.brand_news .co_main .co_main_list ul li .item aside {
  width: 114px;
  height: 86px;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 12px;
  text-align: center;
  overflow: hidden;
}
.brand_news .co_main .co_main_list ul li .item aside > div {
  width: 114px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: block;
  font-size: 0;
}
.brand_news .co_main .co_main_list ul li .item aside > div img {
  max-width: 100%;
  max-height: 100%;
}
.brand_news .co_main .co_main_list ul li .item .textBox {
  width: 428px;
  display: inline-block;
  float: left;
  margin-bottom: 5px;
}
.brand_news .co_main .co_main_list ul li .item .textBox.all {
  width: 100%;
}
.brand_news .co_main .co_main_list ul li .item .textBox .title {
  font-size: 16px;
  color: #333333;
  height: 48px;
  line-height: 24px;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
}
.brand_news .co_main .co_main_list ul li .item .textBox .bottom {
  overflow: hidden;
}
.brand_news .co_main .co_main_list ul li .item .textBox .bottom .bottom_l {
  display: inline-block;
  float: left;
}
.brand_news .co_main .co_main_list ul li .item .textBox .bottom .bottom_l aside {
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 4px 0 0;
  position: relative;
  text-align: center;
  float: left;
}
.brand_news .co_main .co_main_list ul li .item .textBox .bottom .bottom_l aside > div {
  width: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: block;
  font-size: 0;
}
.brand_news .co_main .co_main_list ul li .item .textBox .bottom .bottom_l aside > div img {
  max-width: 100%;
  max-height: 100%;
}
.brand_news .co_main .co_main_list ul li .item .textBox .bottom .bottom_l span {
  font-size: 12px;
  color: #666666;
  line-height: 22px;
  float: left;
  display: inline-block;
}
.brand_news .co_main .co_main_list ul li .item .textBox .bottom .bottom_r {
  display: inline-block;
  float: right;
  font-size: 12px;
  color: #666666;
  line-height: 22px;
}
.brand_news .turnThePage {
  margin: 6px 0 0;
}
.brand_news .turnThePage span {
  margin: 0 5px 0;
}
.brand_resource {
  background: #F7F9FC;
  overflow: hidden;
}
.brand_resource .co_main {
  overflow: hidden;
  min-height: 480px;
  width: 100%;
}
.brand_resource .co_main .co_main_list {
  overflow: hidden;
  margin-bottom: 24px;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 14px 24px 10px;
}
.brand_resource .co_main .co_main_list ul {
  overflow: hidden;
}
.brand_resource .co_main .co_main_list ul li {
  overflow: hidden;
  margin-top: 20px;
  border-bottom: 1px solid #F2F4FF;
  padding-left: 32px;
  padding-bottom: 14px;
  width: 560px;
  margin-right: 30px;
  float: left;
  display: inline-block;
  position: relative;
}
.brand_resource .co_main .co_main_list ul li:nth-child(2n) {
  margin-right: 0;
}
.brand_resource .co_main .co_main_list ul li p {
  text-align: justify;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 20px;
  font-size: 14px;
  color: #333333;
}
.brand_resource .co_main .co_main_list ul li .icon-dotted {
  width: 24px;
  height: 22px;
  background: url(../images/brand/icon_resource.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
}
.brand_resource .co_main .co_main_list ul li a {
  text-align: justify;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 20px;
  font-size: 14px;
  color: #333333;
  padding-top: 4px;
  display: inline-block;
  width: 100%;
}
.brand_resource .co_main .co_main_list .turnThePage {
  margin: 30px 0 15px;
}
.brand_channel {
  background: #F7F9FC;
  overflow: hidden;
}
.brand_channel .co_main {
  overflow: hidden;
  background: url(../images/brand/bg_channel.png) no-repeat;
  background-size: 100% 100%;
  min-height: 480px;
  width: 100%;
}
.brand_channel .co_main .co_main_list {
  overflow: hidden;
  margin-bottom: 114px;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 34px 20px 5px;
}
.brand_channel .co_main .co_main_list ul {
  overflow: hidden;
}
.brand_channel .co_main .co_main_list ul li {
  overflow: hidden;
  width: 570px;
  height: 160px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  display: inline-block;
}
.brand_channel .co_main .co_main_list ul li:nth-child(2n) {
  margin-right: 0;
}
.brand_channel .co_main .co_main_list ul li .li_l {
  width: 70px;
  margin: 12px 10px 0 24px;
  float: left;
  display: inline-block;
  word-break: break-all;
  overflow: hidden;
  overflow-wrap: break-word;
}
.brand_channel .co_main .co_main_list ul li .li_l p {
  font-size: 14px;
  color: #6A8B9D;
  line-height: 16px;
  margin-bottom: 10px;
  word-break: break-all;
}
.brand_channel .co_main .co_main_list ul li .li_l .title {
  font-size: 24px;
  color: #333333;
  line-height: 32px;
  word-break: break-all;
}
.brand_channel .co_main .co_main_list ul li .li_r {
  width: 442px;
  float: left;
  display: inline-block;
}
.brand_channel .co_main .co_main_list ul li .li_r .item {
  border-bottom: 1px solid #ECECEC;
  padding: 12px 0;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  overflow: hidden;
}
.brand_channel .co_main .co_main_list ul li .li_r .item label {
  display: inline-block;
  float: left;
  color: #666666;
  font-size: 14px;
  width: 70px;
  position: relative;
}
.brand_channel .co_main .co_main_list ul li .li_r .item p {
  width: 284px;
  float: left;
  display: inline-block;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.brand_about {
  background: #F7F9FC;
  overflow: hidden;
  min-height: 480px;
}
.brand_about .co_main {
  width: 100%;
}
.brand_about .co_main .co_m_titleBox {
  width: 900px;
  margin: 0 auto;
}
.brand_about .co_main .co_main_detail {
  width: 900px;
  overflow: hidden;
  margin: 0 auto 40px;
  background: #FFFFFF;
  border-radius: 12px;
}
.brand_about .co_main .co_main_detail .content-company {
  width: 100%;
  text-align: justify;
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  padding: 6px 16px 16px;
}
.brand_about .co_main .co_main_detail .content-company img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.brand_about .co_main .co_main_detail .connect-message {
  margin: 0 auto 20px;
  width: 860px;
  overflow: hidden;
  padding: 20px 16px 8px;
  background: #FFFBF4;
  border-radius: 4px;
  border: 1px solid #FCEED6;
}
.brand_about .co_main .co_main_detail .connect-message .contact_box {
  width: 100%;
  overflow: hidden;
}
.brand_about .co_main .co_main_detail .connect-message .item {
  overflow: hidden;
  padding: 0;
  margin-bottom: 12px;
  width: 404px;
  float: left;
}
.brand_about .co_main .co_main_detail .connect-message .item .item_icon {
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 32px;
  margin-right: 10px;
  line-height: 32px;
  text-align: center;
  float: left;
  color: #FF5C00;
  margin-top: 7px;
}
.brand_about .co_main .co_main_detail .connect-message .item .textBox {
  width: 362px;
  overflow: hidden;
  float: left;
}
.brand_about .co_main .co_main_detail .connect-message .item .textBox label {
  font-size: 12px;
  color: #8491A5;
  line-height: 24px;
  margin-bottom: 0;
  display: inline-block;
}
.brand_about .co_main .co_main_detail .connect-message .item .textBox p {
  width: 100%;
  font-size: 16px;
  color: #506380;
  overflow: hidden;
  word-break: break-all;
  line-height: 20px;
  font-family: ABCNormal-Book, ABCNormal;
}
.brand_about .co_main .co_main_detail .connect-message .item .textBox p span {
  color: #999;
  font-size: 14px;
}
.brand_about .co_main .co_main_detail .connect-message .item.item_address .textBox p {
  font-size: 14px;
}
.brand_about .co_main .co_main_detail .connect-message .item.item_contact .item_icon i {
  font-size: 24px;
}
.brand_about .co_main .co_main_detail .connect-message .item:nth-child(2n) {
  float: right;
}
.brand_agent {
  background: #F7F9FC;
  overflow: hidden;
}
.brand_agent .co_main {
  overflow: hidden;
  min-height: 480px;
  width: 100%;
}
.brand_agent .co_main .co_main_list {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 24px 8px 24px 24px;
  margin-bottom: 30px;
}
.brand_agent .co_main .co_main_list .common_search_box {
  overflow: hidden;
}
.brand_agent .co_main .co_main_list .common_search_box .common_search_region,
.brand_agent .co_main .co_main_list .common_search_box .common_search_first {
  overflow: hidden;
}
.brand_agent .co_main .co_main_list .common_search_box .common_search_region label,
.brand_agent .co_main .co_main_list .common_search_box .common_search_first label {
  font-size: 14px;
  color: #333333;
  line-height: 32px;
  display: inline-block;
  float: left;
  margin-right: 16px;
}
.brand_agent .co_main .co_main_list .common_search_box .common_search_region ul,
.brand_agent .co_main .co_main_list .common_search_box .common_search_first ul {
  width: 1080px;
  display: inline-block;
  float: left;
}
.brand_agent .co_main .co_main_list .common_search_box .common_search_region ul li,
.brand_agent .co_main .co_main_list .common_search_box .common_search_first ul li {
  float: left;
  display: inline-block;
  font-size: 14px;
  color: #666666;
  line-height: 32px;
  padding: 0 20px;
  margin-right: 10px;
  margin-bottom: 18px;
  background: #F5F5F5;
  border-radius: 100px;
  cursor: pointer;
}
.brand_agent .co_main .co_main_list .common_search_box .common_search_region ul li.on,
.brand_agent .co_main .co_main_list .common_search_box .common_search_first ul li.on {
  background: #056DE8;
  color: #FFFFFF;
}
.brand_agent .co_main .co_main_list .common-brandAgent {
  overflow: hidden;
  margin-top: 14px;
}
.brand_agent .co_main .co_main_list .common-brandAgent ul {
  overflow: hidden;
}
.brand_agent .co_main .co_main_list .common-brandAgent ul li {
  width: 130px;
  height: 138px;
  margin-right: 16px;
  margin-bottom: 12px;
  float: left;
  display: none;
}
.brand_agent .co_main .co_main_list .common-brandAgent ul li.r_on.f_on {
  display: block;
}
.brand_agent .co_main .co_main_list .common-brandAgent ul li aside {
  width: 128px;
  height: 95px;
  padding: 10px 0;
  border: 1px solid #F4F4F4;
  line-height: 95px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.brand_agent .co_main .co_main_list .common-brandAgent ul li aside > div {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: block;
  font-size: 0;
}
.brand_agent .co_main .co_main_list .common-brandAgent ul li aside > div img {
  max-width: 100%;
  max-height: 100%;
}
.brand_agent .co_main .co_main_list .common-brandAgent ul li p {
  margin-top: 12px;
  font-size: 14px;
  color: #666666;
  text-align: center;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.brand_agent .co_main .co_main_list .common-brandAgent ul li:hover P {
  color: #1465B1 !important;
}
.brand_searchProd {
  background: #F7F9FC;
  overflow: hidden;
}
.brand_searchProd .co_main {
  overflow: hidden;
  min-height: 480px;
  width: 100%;
}
.brand_searchProd .co_main .co_m_titleBox span {
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  line-height: 32px;
  display: inline-block;
  float: right;
}
.brand_searchProd .co_main .co_m_titleBox span em {
  font-style: initial;
  color: #FF5C00;
}
.brand_searchProd .co_main .co_main_list {
  border-radius: 12px;
  margin-bottom: 46px;
  overflow: hidden;
}
.brand_searchProd .co_main .co_main_list ul li {
  width: 288px;
  height: 265px;
  background: #FFFFFF;
  border-radius: 8px;
  display: inline-block;
  float: left;
  margin: 0 16px 18px 0;
  overflow: hidden;
}
.brand_searchProd .co_main .co_main_list ul li aside {
  width: 288px;
  height: 170px;
  line-height: 95px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.brand_searchProd .co_main .co_main_list ul li aside > div {
  width: 190px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: block;
  font-size: 0;
}
.brand_searchProd .co_main .co_main_list ul li aside > div img {
  max-width: 100%;
  max-height: 100%;
}
.brand_searchProd .co_main .co_main_list ul li .textBox {
  width: 270px;
  overflow: hidden;
  margin: 0 auto;
}
.brand_searchProd .co_main .co_main_list ul li .textBox .title {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  text-align: center;
  margin: 12px auto 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.brand_searchProd .co_main .co_main_list ul li .textBox .title em {
  color: #FF5C00;
  font-style: normal;
}
.brand_searchProd .co_main .co_main_list ul li .textBox .title:hover {
  color: #006FFF;
}
.brand_searchProd .co_main .co_main_list ul li .textBox p {
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  text-align: center;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.brand_searchProd .co_main .co_main_list ul li .textBox p em {
  color: #FF5C00;
  font-style: normal;
}
.brand_searchProd .co_main .co_main_list ul li:nth-child(4n) {
  margin-right: 0;
}
.brand_agency {
  background: #F7F9FC;
  overflow: hidden;
  min-height: 480px;
}
.brand_agency .co_main {
  width: 100%;
}
.brand_agency .co_main .co_main_content {
  overflow: hidden;
  background-color: #fff;
  margin-top: 24px;
  border-radius: 12px;
  position: relative;
  margin-bottom: 40px;
}
.brand_agency .co_main .co_main_content::after {
  content: "";
  display: block;
  background-color: #F7F9FC;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 272px;
  z-index: 1;
}
.brand_agency .co_main .co_main_content .co_main_content_l {
  width: 926px;
  float: left;
  padding: 32px 20px;
  overflow: hidden;
}
.brand_agency .co_main .co_main_content .co_main_content_l .co_m_titleBox {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}
.brand_agency .co_main .co_main_content .co_main_content_l .co_m_titleBox p {
  font-size: 24px;
  color: #333333;
  line-height: 28px;
  float: left;
  max-width: 380px;
  margin-bottom: 10px;
  word-break: break-all;
}
.brand_agency .co_main .co_main_content .co_main_content_l .co_m_titleBox ul {
  float: right;
  max-width: 450px;
  overflow: hidden;
}
.brand_agency .co_main .co_main_content .co_main_content_l .co_m_titleBox ul li {
  float: right;
  padding: 0 20px;
  background: #EFF4FA;
  border-radius: 17px;
  height: 34px;
  line-height: 34px;
  margin: 0 0 10px 10px;
}
.brand_agency .co_main .co_main_content .co_main_content_l .co_m_titleBox ul li.active {
  background: #056DE8;
  color: #fff;
}
.brand_agency .co_main .co_main_content .co_main_content_r {
  width: 272px;
  float: right;
  padding: 20px;
  border-right: 2px solid #F7F9FC;
}
.brand_agency .co_main .co_main_content .co_main_content_r .main_agency {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.brand_agency .co_main .co_main_content .co_main_content_r .main_agency .main_titleBox {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  width: 100%;
  margin-bottom: 10px;
}
.brand_agency .co_main .co_main_content .co_main_content_r .main_agency .agency_list {
  overflow: hidden;
  width: 100%;
}
.brand_agency .co_main .co_main_content .co_main_content_r .main_agency .agency_list .item {
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
.brand_agency .co_main .co_main_content .co_main_content_r .main_agency .agency_list .item .item_top {
  display: inline-block;
  width: 100%;
  padding: 5px 0;
  cursor: pointer;
}
.brand_agency .co_main .co_main_content .co_main_content_r .main_agency .agency_list .item .item_top p {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  display: inline-block;
  float: left;
  max-width: 202px;
}
.brand_agency .co_main .co_main_content .co_main_content_r .main_agency .agency_list .item .item_top i {
  width: 14px;
  height: 20px;
  display: inline-block;
  float: right;
  color: #95A1C8;
  font-size: 10px;
  line-height: 20px;
  text-align: right;
  font-weight: bold;
}
.brand_agency .co_main .co_main_content .co_main_content_r .main_agency .agency_list .item .item_list {
  width: 100%;
  display: inline-block;
  padding-left: 16px;
  padding-top: 10px;
  border-top: 1px solid #EAEBF6;
}
.brand_agency .co_main .co_main_content .co_main_content_r .main_agency .agency_list .item .item_list li {
  width: 100%;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  border-bottom: 0.5px solid rgba(225, 226, 246, 0.5);
}
.brand_agency .co_main .co_main_content .co_main_content_r .main_agency .agency_list .item .item_list li a {
  padding: 6px 0;
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  color: #666666;
  display: inline-block;
}
.brand_agency .co_main .co_main_content .co_main_content_r .main_message {
  overflow: hidden;
  width: 100%;
}
.brand_agency .co_main .co_main_content .co_main_content_r .main_message .item_title {
  width: 100%;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 10px;
}
.brand_agency .co_main .co_main_content .co_main_content_r .main_message .connect-message {
  width: 100%;
}
.brand_agency .co_main .co_main_content .co_main_content_r .main_message .connect-message .item {
  width: 100%;
  overflow: hidden;
  margin-bottom: 12px;
}
.brand_agency .co_main .co_main_content .co_main_content_r .main_message .connect-message .item .item_icon {
  margin: 7px 8px 0 0;
  width: 32px;
  height: 32px;
  background: #F1F4FE;
  border-radius: 50%;
  border: 1px solid #E0E7FE;
  text-align: center;
  line-height: 30px;
  float: left;
}
.brand_agency .co_main .co_main_content .co_main_content_r .main_message .connect-message .item .item_icon i {
  color: #7180BF;
  font-size: 16px;
  line-height: 30px;
}
.brand_agency .co_main .co_main_content .co_main_content_r .main_message .connect-message .item .item_icon i.iconfont-dianhua {
  font-size: 22px;
}
.brand_agency .co_main .co_main_content .co_main_content_r .main_message .connect-message .item .textBox {
  width: 190px;
  display: inline-block;
  float: right;
  font-size: 0;
  overflow: hidden;
}
.brand_agency .co_main .co_main_content .co_main_content_r .main_message .connect-message .item .textBox label {
  font-size: 12px;
  color: #758195;
  line-height: 22px;
}
.brand_agency .co_main .co_main_content .co_main_content_r .main_message .connect-message .item .textBox p {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.brand_agency .co_main .co_main_content .co_main_content_r .main_message .connect-message .item .textBox p span {
  font-size: 12px;
  color: #999;
}
.brand_agency .co_main .co_main_content .co_main_content_r .main_message .connect-message .item .btn_email {
  cursor: pointer;
}
.brand_agency .co_main .co_m_titleBox {
  width: 900px;
  margin: 0 auto;
}
.brand_agency .co_main .co_main_detail {
  width: 900px;
  overflow: hidden;
  margin: 0 auto 40px;
  background: #FFFFFF;
  border-radius: 12px;
}
.brand_agency .co_main .co_main_detail .content-company {
  width: 100%;
  text-align: justify;
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  padding: 6px 16px 16px;
}
.brand_agency .co_main .co_main_detail .content-company img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.brand_agency .co_main .co_main_detail .connect-message {
  margin: 0 auto 20px;
  width: 860px;
  overflow: hidden;
  padding: 20px 16px 8px;
  background: #FFFBF4;
  border-radius: 4px;
  border: 1px solid #FCEED6;
}
.brand_agency .co_main .co_main_detail .connect-message .contact_box {
  width: 100%;
  overflow: hidden;
}
.brand_agency .co_main .co_main_detail .connect-message .item {
  overflow: hidden;
  padding: 0;
  margin-bottom: 12px;
  width: 404px;
  float: left;
}
.brand_agency .co_main .co_main_detail .connect-message .item .item_icon {
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 32px;
  margin-right: 10px;
  line-height: 32px;
  text-align: center;
  float: left;
  color: #FF5C00;
  margin-top: 7px;
}
.brand_agency .co_main .co_main_detail .connect-message .item .textBox {
  width: 362px;
  overflow: hidden;
  float: left;
}
.brand_agency .co_main .co_main_detail .connect-message .item .textBox label {
  font-size: 12px;
  color: #8491A5;
  line-height: 24px;
  margin-bottom: 0;
  display: inline-block;
}
.brand_agency .co_main .co_main_detail .connect-message .item .textBox p {
  width: 100%;
  font-size: 16px;
  color: #506380;
  overflow: hidden;
  word-break: break-all;
  line-height: 20px;
  font-family: ABCNormal-Book, ABCNormal;
}
.brand_agency .co_main .co_main_detail .connect-message .item .textBox p span {
  color: #999;
  font-size: 14px;
}
.brand_agency .co_main .co_main_detail .connect-message .item.item_address .textBox p {
  font-size: 14px;
}
.brand_agency .co_main .co_main_detail .connect-message .item.item_contact .item_icon i {
  font-size: 24px;
}
.brand_agency .co_main .co_main_detail .connect-message .item:nth-child(2n) {
  float: right;
}
.modal_email {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 32, 56, 0.6);
  z-index: 1000;
  display: none;
}
.modal_email .modal-body {
  width: 550px;
  margin: 100px auto 0;
  margin-top: 10%;
  position: relative;
}
.modal_email .modal-body .modal-content {
  width: 550px;
  background: url(../images/product/email_bg.png) no-repeat;
  border-radius: 10px;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.modal_email .modal-body .modal-content::after {
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  background: url(../images/modal_email_bottom.png);
}
.modal_email .modal-body .modal-content .content-title {
  overflow: hidden;
}
.modal_email .modal-body .modal-content .content-title i {
  margin: 39px auto 0;
  display: block;
  width: 177px;
  height: 52px;
  background-image: url(../images/product/email_title.png);
}
.modal_email .modal-body .modal-content .content_form .content_form-test {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #973322;
  line-height: 30px;
  width: 500px;
  margin: 0 auto;
}
.modal_email .modal-body .modal-content .content_form ul {
  width: 500px;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  margin: 0 auto;
  background-color: #FFFFFF;
}
.modal_email .modal-body .modal-content .content_form ul li {
  overflow: hidden;
  position: relative;
  height: 34px;
  border-bottom: 1px solid #EAEAEA;
}
.modal_email .modal-body .modal-content .content_form ul li label {
  padding: 0 10px 0 15px;
  text-align: right;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #666666;
  line-height: 34px;
  float: left;
  position: relative;
}
.modal_email .modal-body .modal-content .content_form ul li input[type="text"] {
  float: left;
  outline: none;
  list-style: none;
  width: 300px;
  height: 34px;
  background: #FFFFFF;
  border: 0;
  border-radius: 3px;
  line-height: 34px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #333;
  padding: 0 5px;
}
.modal_email .modal-body .modal-content .content_form ul li textarea {
  float: left;
  outline: none;
  list-style: none;
  width: 100%;
  height: 156px;
  background: #FFFFFF;
  border: 0;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 500;
  color: #333;
  border-radius: 3px;
  padding: 10px 15px;
  line-height: 20px;
}
.modal_email .modal-body .modal-content .content_form ul li textarea::-webkit-input-placeholder {
  color: #999;
}
.modal_email .modal-body .modal-content .content_form ul li textarea::-moz-input-placeholder {
  color: #999;
}
.modal_email .modal-body .modal-content .content_form ul li textarea::-ms-input-placeholder {
  color: #999;
}
.modal_email .modal-body .modal-content .content_form ul li.require_content-itme {
  height: 156px;
}
.modal_email .modal-body .modal-content .content_form ul li.require_tel-itme label {
  padding-right: 0;
}
.modal_email .modal-body .modal-content .content_form ul li.require_tel-itme input {
  float: right;
  width: 415px;
  font-weight: 500;
}
.modal_email .modal-body .modal-content .content_form ul li .itme_name {
  float: left;
  width: 208px;
  border-right: 1px solid #EAEAEA;
  overflow: hidden;
}
.modal_email .modal-body .modal-content .content_form ul li .itme_name label {
  padding-left: 22px;
  padding-right: 0;
}
.modal_email .modal-body .modal-content .content_form ul li .itme_name label::after {
  content: '*';
  color: #F4523B;
  font-size: 14px;
  position: absolute;
  left: 15px;
  top: 0px;
  font-weight: 500;
}
.modal_email .modal-body .modal-content .content_form ul li .itme_name input {
  float: right;
  width: 146px;
  font-weight: 500;
}
.modal_email .modal-body .modal-content .content_form ul li .itme_email {
  float: left;
  width: 290px;
  overflow: hidden;
}
.modal_email .modal-body .modal-content .content_form ul li .itme_email label {
  padding-left: 22px;
  padding-right: 0;
}
.modal_email .modal-body .modal-content .content_form ul li .itme_email label::after {
  content: '*';
  color: #F4523B;
  font-size: 14px;
  position: absolute;
  left: 15px;
  top: 0px;
  font-weight: 500;
}
.modal_email .modal-body .modal-content .content_form ul li .itme_email input {
  float: right;
  width: 230px;
  font-weight: 500;
}
.modal_email .modal-body .modal-content .content_form ul li:last-child {
  border-bottom: 0;
}
.modal_email .modal-body .modal-content .content_form .callBox {
  overflow: hidden;
  margin: 5px 0 20px 86px;
}
.modal_email .modal-body .modal-content .content_form .callBox i {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 7px;
  background: #FFFFFF;
  border: 1px solid #CDCDCD;
  border-radius: 4px;
  float: left;
  cursor: pointer;
}
.modal_email .modal-body .modal-content .content_form .callBox i.active {
  background: #FC5601;
  border: 1px solid #FC3601;
  position: relative;
}
.modal_email .modal-body .modal-content .content_form .callBox i.active::after {
  content: '';
  background-image: url(../images/icon_2.png?v=1.0);
  background-position: -78px -317px;
  width: 12px;
  height: 9px;
  top: 3px;
  left: 2px;
  position: absolute;
}
.modal_email .modal-body .modal-content .content_form .callBox span {
  float: left;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #666666;
  line-height: 18px;
}
.modal_email .modal-body .modal-content .content_form .btn {
  cursor: pointer;
  width: 230px;
  height: 42px;
  background: #0653D2;
  border-radius: 3px;
  margin: 24px auto 30px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 42px;
  text-align: center;
  box-shadow: 0px 4px 16px -2px rgba(6, 83, 210, 0.35);
}
.modal_email .modal-body .modal-content .content_form .btn:hover {
  background: #0442c7;
}
.modal_email .modal-body .modal-content .content_form .btn.on {
  background: #999;
}
.modal_email .modal-body .modal-content .content_form .btn.on:hover {
  background: #999;
}
.modal_email .modal-body .modal_close {
  margin: 0 auto;
  cursor: pointer;
  position: absolute;
  right: -12px;
  top: -12px;
  width: 32px;
  height: 32px;
  background: #604C43;
  border: 3px solid #FFFFFF;
  border-radius: 50%;
}
.modal_email .modal-body .modal_close:hover {
  background: #FC5601;
}
.modal_email .modal-body .modal_close i {
  width: 20px;
  height: 20px;
  background-image: url(../images/icon1.png);
  background-position: -204px -826px;
  display: inline-block;
  margin: 4px;
}
.noData {
  position: inherit;
  height: 250px;
  margin-top: 50px;
}
@media (max-width: 1600px) {
  .brand_content .fix_r_box {
    left: auto;
    right: 20px;
  }
}
