/*
 * @Description: 公共的样式写在这个文件中
 * @fileName: pulicStyle.css
 * @Author: longhaiyan
 * @Date: 2020-01-09 13:31:02
 */
 .container {
  width: 1600px!important;
  padding: 0px;
  box-sizing: border-box;
  margin: 0px auto;
  display: block;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin: 0px;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fl {
  float: left;
}

.fr {
  float: right;
}
/* 分页 start */
.public_page {
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

.public_page a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  display: inline-block;
  margin: 0px 8px;
  background: #f0f8fe;
  box-sizing: border-box;
  font-size: 16px;
  color: #0390f4;
  vertical-align: middle;
}
.public_page a.page {
  line-height: 36px;
  text-align: center;
  background-color: #fff;
  box-sizing: border-box;
  border: solid 1px #d5d5d5;
}

.public_page a .img2 {
  display: none;
}

.public_page a:hover {
  background-color: #0390f4;
  color: #ffffff;
}

.public_page a:hover .img1 {
  display: none;
}
.public_page a:hover .img2 {
  display: inline-block;
}

.public_page a.on {
  background-color: #0390f4;
  color: #ffffff;
}
/* 分页 end */

/* 头部 start */
header {
  height: 100px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.header_logo {
  width: 180px;
  height: 100px;
  float: left;
}

.header_logo a {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  line-height: 100px;
  display: block;
}

.header_logo a > img {
  width: 180px;
  height: 58px;
}

header nav {
  width: 1420px;
  float: right;
  text-align: center;
  overflow: hidden;
}

.header_phone {
  width: 200px;
  float: right;
  text-align: right;
  font-size: 20px;
  color: #0390f4;
  display: block;
  height: 100px;
  line-height: 100px;
  vertical-align: middle;
}

.headerRightTel{
  width: 210px;
	height: 60px;
	background-color: #0390f4;
	border-radius: 4px;
  text-align: center;
  line-height: 60px;
  margin-top: 20px;
}
.headerPhoneImgWhite{
  display: inline-block;
}
.headerPhoneImgBlue{
  display: none;
}

.headerRightTel span{
  color: #ffffff;
}
.headerRightTel:hover span{
  color: #0390f4;
}
.headerRightTel:hover{
  background-color: #ffffff;
}
.headerRightTel:hover .headerPhoneImgWhite{
  display: none;
}
.headerRightTel:hover .headerPhoneImgBlue{
  display: inline-block;
}

.header_phone img {
  width: 22px;
  height: 24px;
  margin-right: 10px;
}

.header_list {
  width: 1220px;
  float: left;
}

.header_list li {
  display: inline-block;
  line-height: 100px;
  height: 100px;
  margin: 0px 30px;
}

.header_list li > a {
  display: block;
  height: 100%;
  width: 100%;
  font-size: 18px;
  color: #666;
  position: relative;
}
.header_list li > a:after {
  content: "";
  width: 32px;
  height: 3px;
  background: #0390f4;
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}
.header_list li:hover > a:after, .header_list li.on >  a:after {
  display: block;
}

.tab_wrap {
  width: 100%;
  display: none;
  left: 0;
  top: 97px;
  line-height: 70px;
  position: absolute;
  margin-top: 3px;
  text-align: center;
  font-size: 0;
	background-color: #4a708b;
	opacity: 0.85;
}
.tab_wrap .tab_item {
  vertical-align: middle;
  cursor: pointer;
  width: auto;
  display: inline-block;
  font-size: 18px;
  line-height: 70px;
  color: #ffffff;
  padding: 0 42px;
}
.tab_wrap .tab_item:after {
  display: none!important;
}

.tab_wrap .tab_item:hover {
  font-weight: bold;
  background-color: #0390f4;
}
/* 头部 end */

/* banner start */
.public_banner {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

.public_banner img {
  width: 100%;
  height: auto;
}
/* banner end */

/* 面包屑 start */
.crumbs {
  width: 100%;
  height: 50px;
  background: #fafafa;
}

.crumbs .container > a,
.crumbs .container > span {
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  margin-right: 6px;
  display: inline-block;
  font-size: 16px;
  color: #999;
}

.crumbs .container > a img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-top: -4px;
}
/* 面包屑 end */

/* 底部 start */
footer {
  background: url(../images/footer_bg.png) left top no-repeat;
  background-size: 100% 100%;
  padding: 68px 0px 68px;
  box-sizing: border-box;
  width: 100%;
  background: none\9;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/footer_bg.png',sizingMethod='scale')
}

.footer_item {
  float: left;
}

.footer_box1,
.footer_box2 {
  width: 39%;
  margin-right: 2%;
  position: relative;
}

.footer_box3 {
  width: 17.25%;
  float: right;
}

.footer_box1 > a {
  display: block;
  margin-bottom: 26px;
}

.footer_box1 > a img {
  height: 58px;
  width: auto;
}

.footer_line {
  width: 77px;
  height: auto;
  margin-bottom: 26px;
  display: block;
}

.footer_copy {
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.6);
}

.footer_copy a {
  color: #adadad;
}

.footer_title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 32px;
}

.footer_contact li {
  overflow: hidden;
  margin-bottom: 24px;
}

.footer_contact li img {
  width: 20px;
  height: auto;
  float: left;
  margin-right: 12px;
}

.footer_contact_text {
  width: 80%;
  float: left;
  font-size: 16px;
  color: #fff;
  opacity: 0.8;
}

.footer_calls {
  font-family: Bebas;
  font-size: 18px;
  letter-spacing: 1px;
  color: #fff;
  opacity: 1;
}

.footer_icon_ph {
  margin-top: 4px;
}

.footer_contact {
  width: 100%;
}

.footer_qcode {
  width:100px;
  position: absolute;
  top: 8px;
  left: 180px;
}
.footer_qcode img {
  width:100%;
}

.footer_fast li {
  width: 32%;
  float: left;
  text-align: left;
  margin-right: 2%;
  margin-bottom: 28px;
}

.footer_fast li.margin0 {
  margin-right: 0px;
}

.footer_fast li a {
  font-size: 16px;
  color: #fff;
  opacity: 0.7;
}
/* 底部 end */

/* 左侧 、右侧 start */
.public_left {
  width: 17.5%;
  float: left;
}

.public_right {
  width: 77.5%;
  float: right;
}
/* 左侧 、右侧 end */

/* 按钮 start */
.main_btn {
  padding: 12px 38px;
  font-size: 16px;
  color: #fff;
  background: #0390f4;
  border: 1px solid #0390f4;
}
/* 按钮 end */

/* 富文本 start */
.public_rich {
  width: 100%;
  text-align: center;
  word-break: break-all;
  word-wrap: break-word;
}
.public_rich img {
  width: 100%;
  height: auto;
}
/* 富文本 end */
.immune_banner {
    
}
.detail_video {
  width: 100%;
  position: relative;
}
.detail_video_box {
  height: 100%;
  font-size: 0;
}
.detail_video video {
  width: 100%;
  height: 360px;
}

.detail_video_cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(22, 31, 75, 0.3);
  z-index: 1;
}

.detail_video_cover img {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}
.detail_video_box video:focus {
  border: none;
  outline: none;
}
.detail_video_tip {
  display: none;
  width: 100%;
  text-align: center;
  padding-top: 100px;
  background: #f8f8f8;
  color: #333;
  font-size: 16px;
  line-height: 30px;
  height: 100%;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .main_btn:hover {
    color: #0390f4;
    background: #fff;
  }

  .header_list li > a:hover,
  .header_list li.on > a {
    color: #0390f4;
    font-weight: bold;
  }

  .header_list li:hover > a:after,
  .header_list li.on > a:after {
    display: block;
  }

  .crumbs .container > a:hover {
    color: #0390f4;
  }

  .footer_fast li a:hover {
    color: #fff;
    opacity: 1;
  }

  .footer_calls:hover {
    color: #fff;
  }
  .footer_copy a:hover {
    color: #fff;
  }
}

@media (max-width: 768px) {
  html {
    font-size: calc(100vw / 7.5);
  }
  body {
    font-size: 0.28rem;
  }
  .container {
    width: 100%!important;
    box-sizing: border-box;
    padding: 0px;
  }
  body {
    padding-top: 40px;
  }
  .main_btn {
    padding: 6px 20px;
    font-size: 12px;
  }
  header {
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    padding: 0px 4%;
    /* overflow: hidden; */
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    background: #fff;
  }
  .tab_wrap {
    display: none;
    overflow: hidden;
    position: static;
    margin-top: 0;
    height: auto;
    background-color: #fff;
  }
  .tab_wrap .tab_item {
    display: block;
    font-size: 0.28rem;
    line-height: 0.7rem;
    padding: 0 0.14rem;
    color: #333333!important;
  }
  .tab_wrap .tab_item:hover {
    font-weight: bold;
    background-color: #fff;
  }
  .header_logo {
    width: 100%;
    height: 40px;
    float: none;
  }
  .header_logo a {
    line-height: 40px;
    width: auto;
    float: left;
  }

  .header_logo a > img {
    width: auto;
    height: 30px;
  }
  .header_toggle {
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    float: right;
  }
  .sub_toggle {
    position: absolute;
    top: 0;
    right: 15px;
    padding: 0 10px;
    font-size: 24px;
  }

  .header_toggle img {
    height: 18px;
  }

  header nav {
    height: calc(100% - 40px);
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    top: 40px;
    left: 0px;
    z-index: 999;
    display: none;
  }
  .header_list li {
    display: block;
    width: 100%;
    height: auto;
    margin: 0px;
    line-height: 40px;
    background: #fff;
    position: relative;
  }
  .header_list li > a {
    font-size: 14px;
    color: #333;
    position: relative;
    box-sizing: border-box;
    padding: 0px 4%;
  }

  .header_list > li {
    border-top: 1px solid #f7f7f7;
  }

  .header_list {
    width: 100%;
    float: none;
  }
  .header_phone {
    width: 100%;
    float: none;
    font-size: 16px;
    display: block;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    background: #fff;
    border-top: 1px solid #f7f7f7;
    text-align: center;
  }
  .headerRightTel{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    margin-top: 0;
  }
  .header_phone img {
    width: 13px;
    height: auto;
    margin-right: 3px;
    margin-top: -4px;
  }
  .footer_box1,
  .footer_box2,
  .footer_box3 {
    width: 100%;
    margin-right: 0px;
  }
  footer {
    padding: 20px 4% 10px;
    background: #333;
  }
  .footer_box1 > a img {
    height: 28px;
  }
  .footer_box1 > a {
    display: block;
    margin-bottom: 16px;
  }
  .footer_copy {
    font-size: 12px;
    line-height: 22px;
  }
  .footer_line {
    margin-bottom: 14px;
  }

  .footer_box1 {
    margin-bottom: 20px;
  }
  .footer_title {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .footer_calls {
    font-size: 14px;
  }
  .footer_contact li img {
    width: 14px;
    margin-right: 6px;
    margin-top: 2px;
  }
  .footer_contact_text {
    width: 90%;
    font-size: 12px;
  }
  .footer_contact li {
    margin-bottom: 12px;
  }
  .footer_box2 {
    margin-bottom: 8px;
  }
  .footer_fast li a {
    font-size: 12px;
  }
  .footer_fast li {
    margin-bottom: 10px;
  }
  .header_list li.on a {
    color: #0390f4;
  }

  .detail_video {
    height: auto;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .detail_video_box {
    height: 100%;
  }
  .detail_video video {
    width: 100%;
    height: 4.6rem;
  }
  
  .detail_video_cover {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(22, 31, 75, 0.1);
    z-index: 1;
  }
  
  .detail_video_cover img {
    width: 0.8rem;
    height:0.8rem;
  }

  .detail_video_box video:focus {
    border: none;
    outline: none;
  }
  .detail_video_tip {
    display: none;
    width: 100%;
    text-align: center;
    padding-top: 100px;
    background: #f8f8f8;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    height: 100%;
    box-sizing: border-box;
  }
}
