/*
蓝色主题
*/
/*
系统主题
*/
.tabMain {
  box-shadow: 0 0 0 0 !important;
  padding: 0;
  margin: 0;
  width: 100%;
  border: 0;
}
body {
  background: #ffffff !important;
}
.clear:after {
  display: block;
  content: '';
  clear: both;
}
.container .RouterLink {
  width: 292px;
  padding-top: 46px;
  padding-bottom: 10px;
  margin: 0 auto;
}
.container .RouterLink li {
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  width: 146px;
  line-height: 40px;
  text-align: center;
  color: #333333;
}
.container .RouterLink li a {
  display: inline-block;
  width: 100%;
}
.container .RouterLink li:first-child {
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 30px 0 0 30px;
}
.container .RouterLink li:nth-child(2) {
  border: 1px solid #e0e0e0;
}
.container .RouterLink li:last-child {
  border-right: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0px 30px 30px 0px;
}
.container .RouterLink .active {
  background: #1684FF;
}
.container .RouterLink .active a {
  color: #ffffff;
}
.container .tab {
  width: 270px;
  padding-bottom: 30px;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 20px;
}
.container .tab li {
  cursor: pointer;
  float: left;
  width: 90px;
  text-align: center;
  font-size: 14px;
  color: #7c7c7c;
  line-height: 30px;
}
.container .tab .active {
  color: #fff;
  background: #5AA8FF;
  border-radius: 45px;
}
.colorBtn {
  color: #ccc !important;
}
.show {
  display: block;
}
.hidden {
  display: none;
}
.comment .left {
  width: 636px;
  float: left;
}
.comment .left .type {
  margin-bottom: 10px;
  overflow: hidden;
}
.comment .left .type .title {
  font-size: 24px;
  float: left;
}
.comment .left .type ul {
  margin-left: 14px;
  float: left;
  margin-top: 6px;
}
.comment .left .type ul li {
  cursor: pointer;
  line-height: 24px;
  border: 1px solid #e0e0e0;
  float: left;
  padding: 0 10px;
  border-radius: 5px;
}
.comment .left .type ul li:first-child {
  border-radius: 5px 0 0 5px;
}
.comment .left .type ul li:last-child {
  border-radius: 0 5px 5px 0px;
}
.comment .left .type ul .active {
  color: #ffffff;
  background: #ff6700;
  border: 1px solid #ff6700;
}
.comment .right {
  margin-top: 30px;
  width: 430px;
  height: 240px;
  float: right;
}
.comment .right .setText {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-top: 40px;
  width: 430px;
  height: 240px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
}
.comment .right .setText .rightBtn {
  width: 90%;
  border-radius: 50px;
  line-height: 40px;
  height: 40px;
  margin-left: 5%;
  float: none;
  margin-top: 30px;
}
.comment .right .setText textarea {
  height: 180px;
  border: 0;
  width: 100%;
}
.comment .right p {
  float: right;
}
.comment .right p span {
  color: #1684FF;
}
.comment .right .subjectText {
  border-radius: 5px;
  background: #ffffff;
  margin-top: 20px;
  height: 36px;
  float: left;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  width: 240px;
}
.comment .right .subjectText input {
  text-indent: 1em;
  padding: 0;
  margin: 0;
  line-height: 36px;
  border: 0;
  width: 120px;
  float: left;
}
.comment .right .subjectText .code {
  width: 110px;
  height: 36px;
  float: right;
  background: #ccc;
}
.comment .right .subjectBtn {
  float: right;
  margin-top: 20px;
}
.comment .right .subjectBtn.noUse {
  background-color: #ccc;
  border: none;
  pointer-events: none;
}
.h2 {
  text-align: center;
  font-weight: 400;
  margin: 0;
  padding: 30px 0 0;
  font-size: 24px;
}
.support-video {
  padding: 30px 0 30px;
}
.support-video .swiper-container {
  width: 100%;
  height: 100%;
  padding-bottom: 29px;
}
.support-video .swiper-container .swiper-button-prev,
.support-video .swiper-container .swiper-button-next {
  top: 82px;
  width: 25%;
  height: 278px;
  background: none;
}
.support-video .swiper-container .swiper-button-prev {
  left: 0;
}
.support-video .swiper-container .swiper-button-next {
  right: 0;
}
.support-video .more a,
.view-more .more a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 200px;
  height: 50px;
  line-height: 50px;
  margin-top: 30px;
  color: #47B0FB;
  border: 1px solid #47B0FB;
  font-size: 18px;
  border-radius: 3px;
}
.support-video .more a:hover,
.view-more .more a:hover {
  color: #fff;
  background: #47B0FB;
}
.video-btn,
.event-btn {
  position: relative;
  display: block;
  color: #38383C;
}
.video-btn.pic-btn:before,
.event-btn.pic-btn:before {
  display: none;
}
.video-btn img,
.event-btn img {
  display: block;
  width: 100%;
  height: auto;
}
.video-btn .status,
.event-btn .status {
  position: absolute;
  top: 17px;
  right: 26px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.video-list .video-btn:before,
.video-list .event-btn:before {
  display: none;
}
.video-list .video-pic .video-btn {
  width: 100%;
  height: 348px;
  background-repeat: no-repeat;
  background-size: cover;
}
.video-list .video-content {
  display: none;
  min-height: 230px;
  padding: 15px 30px 30px;
  text-align: left;
  line-height: 26px;
  cursor: pointer;
}
.video-list .video-content .more .icon {
  margin-top: 3px;
}
.video-list .video-title {
  margin: 0;
  line-height: 30px;
  color: #808080;
  text-align: center;
  font-size: 16px;
}
.video-list .video-title h3 {
  font-size: 24px;
  font-family: 'Microsoft YaHei', sans-serif;
  margin-bottom: 15px;
  margin-top: 9px;
  font-weight: 400;
}
.video-content p {
  text-align: left;
}
.video-list .swiper-slide {
  text-align: center;
  background: #fff;
  /* Center slide text vertically */
}
.video-list .swiper-slide .item-inner {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
}
.video-list .swiper-slide.hover .item-inner {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.video-list .swiper-slide.swiper-slide-active .item-inner {
  box-shadow: 0px 3px 37.2px 2.8px rgba(0, 0, 0, 0.17);
}
.video-list .swiper-slide.swiper-slide-active .video-content {
  display: block;
}
.video-list .swiper-slide.swiper-slide-active .video-btn:before,
.video-list .swiper-slide.swiper-slide-active .event-btn:before {
  display: block;
}
.video-list .swiper-slide.swiper-slide-active .video-btn.no-play:before,
.video-list .swiper-slide.swiper-slide-active .video-btn.pic-btn:before,
.video-list .swiper-slide.swiper-slide-active .event-btn.no-play:before,
.video-list .swiper-slide.swiper-slide-active .event-btn.pic-btn:before {
  display: none;
}
/*  名企begin */
.cooperativePartner {
  background: #fafafa;
  padding-top: 20px;
  padding-bottom: 60px;
  overflow: hidden;
  width: 100%;
}
.cooperativePartner .more {
  text-align: center;
  clear: both;
  padding-bottom: 30px;
}
.cooperativePartner .more .btn {
  border: 1px solid #1684FF;
  width: 106px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  color: #1684FF;
  font-size: 14px;
  display: inline-block;
  margin-top: 40px;
}
.cooperativePartner .more .btn:hover {
  background: #CCEAFF;
}
.cooperativePartner li {
  width: 269px;
  height: 150px;
  margin-top: 20px;
  float: left;
  box-sizing: border-box;
  position: relative;
}
.cooperativePartner li i {
  display: block;
  width: 200px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -75px;
  overflow: hidden;
  background: url(../../common/img/bottom_icon.png) no-repeat 25px 30px;
}
.cooperativePartner li i.da_g {
  background: url('../../common/img/bottom_icon.png') no-repeat top left;
  background-position: -320px -23px;
}
.cooperativePartner li i.kang_j {
  background: url('../../common/img/bottom_icon.png') no-repeat top left;
  background-position: -56px 5px;
}
.cooperativePartner li i.sen_m {
  background: url('../../common/img/bottom_icon.png') no-repeat top left;
  background-position: -588px -11px;
}
.cooperativePartner li i.ka_s {
  background: url('../../common/img/bottom_icon.png') no-repeat top left;
  background-position: -826px -34px;
}
.cooperativePartner li i.ji_g {
  background: url('../../common/img/bottom_icon.png') no-repeat top left;
  background-position: -584px -190px;
}
.cooperativePartner li i.jing_y {
  background: url('../../common/img/bottom_icon.png') no-repeat top left;
  background-position: -826px -190px;
}
.cooperativePartner li i.bai_t {
  background: url('../../common/img/bottom_icon.png') no-repeat top left;
  background-position: -28px -204px;
}
.cooperativePartner li i.duo_m {
  background: url('../../common/img/bottom_icon.png') no-repeat top left;
  background-position: -321px -190px;
}
.cooperativePartner li i.fang_z {
  background: url('../../common/img/bottom_icon.png') no-repeat top left;
  background-position: -312px -815px;
}
.cooperativePartner li i.yong_y {
  background: url('../../common/img/bottom_icon.png') no-repeat top left;
  background-position: -571px -814px;
}
.cooperativePartner li i.shen_z {
  background: url('../../common/img/bottom_icon.png') no-repeat top left;
  background-position: -56px 6px;
}
.cooperativePartner li i.jia_g {
  background: url('../../common/img/bottom_icon.png') no-repeat top left;
  background-position: -830px -818px;
}
.cooperativePartner li i.huan_r {
  background: url('../../common/img/bottom_icon.png') no-repeat top left;
  background-position: -566px -632px;
}
.cooperativePartner li i.meng_x {
  background: url('../../common/img/bottom_icon.png') no-repeat top left;
  background-position: -324px -420px;
}
.cooperativePartner li i.zhong_y {
  background: url('../../common/img/bottom_icon.png') no-repeat top left;
  background-position: -56px -380px;
}
.cooperativePartner li i.hao_n {
  background: url('../../common/img/bottom_icon.png') no-repeat top left;
  background-position: -560px -414px;
}
.cooperativePartner li i.bo_r {
  background: url('../../common/img/bottom_icon.png') no-repeat top left;
  background-position: -56px 6px;
}
.cooperativePartner li i.wang_y {
  background: url('../../common/img/bottom_icon.png') no-repeat top left;
  background-position: -60px -810px;
}
.cooperativePartner li i.bei_e {
  background: url('../../common/img/bottom_icon.png') no-repeat top left;
  background-position: -68px -1000px;
}
.cooperativePartner li i.dong_r {
  background: url('../../common/img/bottom_icon.png') no-repeat top left;
  background-position: -586px -1000px;
}
.cooperativePartner li i.yi_y {
  background: url('../../common/img/bottom_icon.png') no-repeat top left;
  background-position: -850px -1000px;
}
.cooperativePartner li i.da_t {
  background: url('../../common/img/bottom_icon.png') no-repeat top left;
  background-position: -312px -994px;
}
.cooperativePartner li i.qi_l {
  background: url('../../common/img/bottom_icon.png') no-repeat top left;
  background-position: -830px -410px;
}
.cooperativePartner li i.jin_y {
  background: url('../../common/img/bottom_icon.png') no-repeat top left;
  background-position: -18px -632px;
}
.cooperativePartner li i.shi_g {
  background: url('../../common/img/bottom_icon.png') no-repeat top left;
  background-position: -324px -632px;
}
.cooperativePartner li i.dou_s {
  background: url('../../common/img/bottom_icon.png') no-repeat top left;
  background-position: -830px -633px;
}
.cooperativePartner li i.haijie_hkj {
  background: url('../../common/img/bottom_icon.png') no-repeat top left;
  background-position: -41px -1204px;
}
.cooperativePartner li i.lie_ma {
  background: url('../../common/img/bottom_icon.png') no-repeat top left;
  background-position: -293px -1204px;
}
.cooperativePartner li i.youke_shu {
  background: url('../../common/img/bottom_icon.png') no-repeat top left;
  background-position: -582px -1204px;
}
.cooperativePartner li i.xinkuai_ma {
  background: url('../../common/img/bottom_icon.png') no-repeat top left;
  background-position: -853px -1204px;
}
.cooperativePartner li i.ao_ji {
  background: url('../../common/img/bottom_icon.png') no-repeat top left;
  background-position: -41px -1386px;
}
.cooperativePartner li i.baoshi_jia {
  background: url('../../common/img/bottom_icon.png') no-repeat top left;
  background-position: -304px -1386px;
}
.cooperativePartner li i.ai_ci {
  background: url('../../common/img/bottom_icon.png') no-repeat top left;
  background-position: -582px -1386px;
}
.cooperativePartner li i.wei_bo {
  background: url('../../common/img/bottom_icon.png') no-repeat top left;
  background-position: -848px -1386px;
}
.cooperativePartner li:nth-child(4n) {
  border-right: 0;
}
.cooperativePartner li:nth-child(5),
.cooperativePartner li:nth-child(6),
.cooperativePartner li:nth-child(7),
.cooperativePartner li:nth-child(8) {
  border-bottom: 0;
}
.cooperativePartner .hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  width: 269px;
  height: 150px;
  border-radius: 4px;
  z-index: 2;
  position: absolute;
  box-sizing: border-box;
  display: none;
}
.cooperativePartner .hover p {
  padding: 20px 30px;
  color: #7c7c7c;
}
.cooper_Wrapper {
  display: none;
}
.tab {
  width: 322px;
  overflow: hidden;
  margin: 0 auto;
  height: 40px;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 4px;
  background: #F2F2F2;
}
.tab li {
  color: #AAAAAA;
  overflow: hidden;
  float: left;
  cursor: pointer;
  width: 78px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}
.tab li span {
  padding: 10px;
}
.tab li:first-child {
  margin-right: 0px;
  margin-left: 0;
}
.tab .active {
  color: #ffffff;
  border-radius: 4px;
}
.tab .active span {
  color: #ffffff;
  border-radius: 4px;
  background: #1684FF;
}
.company {
  background: #FAFAFA url("../../common/img/bottom_bg.png") no-repeat top center;
  background-size: 1920px;
  padding-top: 20px;
}
.company .content {
  margin-top: 0;
}
.company .title {
  padding: 80px 0 40px 0;
  text-align: center;
}
.company .title .name {
  color: #222;
  font-size: 30px;
}
.company h2 {
  text-align: center;
  margin: 40px 0 10px;
  padding: 30px 0 0;
  font-size: 24px;
  font-weight: 500;
}
.company .hr {
  /* opacity: 0; */
  width: 90px;
  margin: 0 auto;
  background: #1684FF;
  margin-bottom: 20px;
  height: 4px;
}
/* 名企end */
.footerOvic {
  height: 250px;
  width: 100%;
  background: url(../img/voice_bottom.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 80px 0 0;
}
.footerOvic p {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
}
.footerOvic a {
  margin-top: 20px;
  line-height: 50px;
  display: inline-block;
  border-radius: 40px;
  font-size: 18px;
  background: #1684FF;
  width: 200px;
  height: 50px;
  color: #ffffff;
}
