@charset "UTF-8";
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  font-family: "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-size: "12px";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 62.5%;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.db {
  display: block;
  width: 100%;
}

/* 
    箭头
    @include arrow(direction,size,color);
**/
/*
    超出省略号
    @include ell();
 * */
/*
    inline-block
    @include inline_block();
 * */
/*
    font-size of REM
    @include font_size(fz);
 * */
.pt200 {
  padding-top: 200px;
}

.app__body {
  padding-bottom: 40px;
}

.app__body ul li {
  width: calc(100% / 3 - 80px * 2 / 3);
  margin: 0 80px 80px 0;
}

.app__body ul li:nth-child(3n) {
  margin-right: 0;
}

.app__body ul li:hover h3 {
  color: #034883;
}

.app__body ul li:hover .img_out img {
  transform: scale(1.05);
}

.app__body ul li:hover .img_out .play {
  opacity: 1;
  visibility: visible;
}

.app__body ul li h3 {
  font-size: 20px;
  font-size: 2rem;
  color: #333;
  margin-bottom: 20px;
  height: 50px;
}

.app__body ul li .img_out {
  overflow: hidden;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.app__body ul li .img_out img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: all .3s;
}

.app__body ul li .img_out .play {
  background: url(../images/page/paly_ico.png) center no-repeat;
  width: 70px;
  height: 70px;
  background-size: cover;
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
}

.news_index__body {
  padding-bottom: 40px;
  width: 60%;
}

.news_index__body ul {
  margin-top: -40px;
}

.news_index__body ul li {
  border-bottom: 1px solid #ddd;
  padding: 50px 0;
}

.news_index__body ul li:last-child {
  border: 0;
}

.news_index__body ul li .flex {
  align-items: stretch;
  text-decoration: none;
}

.news_index__body ul li .flex:hover .txt_con h4 {
  color: #034883;
}

.news_index__body ul li .flex:hover .img_con i {
  opacity: 1;
  visibility: visible;
}

.news_index__body ul li .flex .txt_con {
  width: 55%;
  padding-right: 80px;
  position: relative;
  z-index: 1;
}

.news_index__body ul li .flex .txt_con h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #333;
}

.news_index__body ul li .flex .txt_con .date {
  position: absolute;
  left: 0;
  bottom: 0;
}

.news_index__body ul li .flex .txt_con .date h6 {
  font-size: 60px;
  font-size: 6rem;
  color: #034883;
  letter-spacing: -10px;
  margin-bottom: 0;
}

.news_index__body ul li .flex .txt_con .date h5 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
}

.news_index__body ul li .flex .img_con {
  width: 45%;
  position: relative;
}

.news_index__body ul li .flex .img_con img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.news_index__body ul li .flex .img_con i {
  position: absolute;
  width: 70px;
  height: 70px;
  background: url(../images/page/news_ico.png) center no-repeat;
  background-size: cover;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
}

.news_details__body .news_title {
  margin-bottom: 50px;
  align-items: stretch;
}

.news_details__body .news_title h3 {
  width: 70%;
  color: #333;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.2;
  padding-right: 5%;
}

.news_details__body .news_title .share_con {
  border-left: 1px solid #e8e8e8;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 30%;
}

.news_details__body .news_title .share_con div {
  align-items: flex-end;
}

.news_details__body .news_title .share_con div span {
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  padding-right: 10px;
}

.news_details__body .news_title .share_con div a {
  border-color: #aaa;
  color: #aaa;
  font-size: 14px;
}

.news_details__body .news_title .share_con div a:hover {
  color: #fff;
}

.contactus_title_con {
  border-left: 1px solid #e8e8e8;
  width: 50%;
  padding-left: 10%;
}

.contactus_title_con h6 {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
}

.contactus_title_con h4 {
  font-size: 30px;
  font-size: 3rem;
  color: #333;
}

.contactus_title_con h4 a{
  color:#333;
}

.contactus_title_con h4 a:hover{
  text-decoration: none;
  color:#f5831e;
}

.contactus_title_con .icon_con {
  padding-top: 40px;
}

.contactus_title_con .icon_con a {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #f5831e;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  border-radius: 50%;
  margin-right: 10px;
  transition: all .3s;
  vertical-align: middle;
}

.contactus_title_con .icon_con a:hover {
  text-decoration: none;
  background-color: #034883 !important;
}

.contactus_title_con .icon_con a.map_mark {
  background: #f5831e url(../images/page/map_mark.png) center no-repeat;
}

.contactus__body {
  background-color: #f6f6f6;
  padding: 100px 0;
}

.contactus__body .btn_con {
  padding-top: 40px;
}

.contactus__body .btn_con a {
  border-radius: 2em;
  color: #fff;
  background-color: #034883;
  transition: all .3s;
  display: inline-block;
  padding: 10px 50px;
  font-size: 18px;
  font-size: 1.8rem;
}

.contactus__body .btn_con a:hover {
  text-decoration: none;
  background-color: #f5831e;
}

.form_list li {
  width: calc(100% / 3 - 40px * 2 / 3);
  margin: 0 40px 40px 0;
}

.form_list li:nth-child(3n) {
  margin-right: 0;
}

.form_list li.w_100 {
  width: 100%;
  margin-right: 0;
}

.form_list li h6 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
  padding-bottom: 10px;
}

.form_list li .inp {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 10px;
  border: 0;
  background-color: #fff;
  vertical-align: middle;
}

.form_list li .inp.code {
  width: 200px;
}

.form_list li textarea.inp {
  resize: none;
  height: 200px;
  line-height: 1.5;
  padding: 10px 10px;
}

.form_list li img.code {
  height: 60px;
  vertical-align: middle;
  margin-left: 10px;
}

.news_list_bg {
  background: url(../images/page/news_list_bg.jpg) center top no-repeat;
}

.about__con {
  padding-top: 40px;
}

.about__con .left_con, .about__con .right_con {
  width: 50%;
}

.about__con .left_con {
  padding-right: 60px;
}

.about__con .left_con p {
  font-size: 20px;
  font-size: 2rem;
  color: #333;
  margin-bottom: 70px;
}

.about__con .left_con ul.flex li {
  width: 33.3333%;
}

.about__con .left_con ul.flex li h3 {
  color: #034883;
  font-size: 60px;
  font-size: 6rem;
  letter-spacing: -3px;
}

.about__con .left_con ul.flex li p {
  color: 333;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0;
}

.about__con .right_con {
  padding: 0 60px;
}

.about__con .right_con p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 5px;
}

.about_index__body .box_1 {
  position: relative;
  z-index: 1;
}

.about_index__body .box_1 .img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.about_index__body .box_1 .txt_con {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: 1;
  flex-direction: column;
  justify-content: center;
}

.about_index__body .box_1 .txt_con h3 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
}

.about_index__body .box_1 .txt_con:hover .play {
  opacity: 1;
  visibility: visible;
}

.about_index__body .box_1 .play {
  position: absolute;
  background: url(../images/page/paly_ico.png) center no-repeat;
  width: 70px;
  height: 70px;
  background-size: cover;
  position: absolute;
  opacity: 0;
  z-index: 2;
  visibility: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
}

.about_index__body .box_2 {
  padding: 80px 0;
}

.about_index__body .box_2 ul li {
  width: calc(100% / 6 - 20px * 5 / 6);
  margin: 0 20px 20px 0;
  height: 80px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.about_index__body .box_2 ul li:nth-child(6n) {
  margin-right: 0;
}

.about_index__body .box_2 ul li a {
  display: block;
  height: 100%;
}

.about_index__body .box_2 ul li img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.pro_index__body {
  background-color: #fff;
  padding: 50px 0;
}

.pro_search__con_btm {
  padding-bottom: 40px;
}

.pro_search__con_btm a {
  display: inline-block;
  border-radius: 2em;
  border: 1px solid #ededed;
  padding: 10px 15px;
  margin-bottom: 10px;
  color: #666;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 5px;
  transition: all .3s;
}

.pro_search__con_btm a:hover, .pro_search__con_btm a.active {
  text-decoration: none;
  background-color: #f5831e;
  color: #fff;
}

.pro_index_list__body {
  align-items: stretch;
}

.pro_index_list__body li {
  width: calc(100% / 3 - 50px * 2 / 3);
  margin: 0 50px 50px 0;
}

.pro_index_list__body li:nth-child(3n) {
  margin-right: 0;
}

.pro_index_list__body li:hover .img_out {
  background: #034883;
}

.pro_index_list__body li:hover .img_out img {
  transform: scale(1.05);
}

.pro_index_list__body li a {
  display: block;
  text-decoration: none;
}

.pro_index_list__body li .img_out {
  background: url(../images/index/bg.jpg) left top repeat-x;
  background-size: auto 100%;
  padding: 60px;
}

.pro_index_list__body li .img_out img {
  display: block;
  width: 100%;
  transition: all .3s;
}

.pro_index_list__body li p {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
  color: #111;
  padding: 15px 0 0;
}

.pro_details__body {
  background-color: #fff;
  overflow: hidden;
}

.pro_details__body .pro_top__con {
  background: url(../images/page/pr_bg.jpg) left top repeat-x;
  background-size: auto 100%;
  padding: 100px 0 50px;
}

.pro_details__body .pro_top__con .pro_img {
  display: block;
  width: 100%;
  margin: 50px auto 0;
}

.pro_details__body .pro_top__con .txt_con {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  z-index: 100;
}

.pro_details__body .pro_top__con .txt_con h6 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #aaa;
  margin-bottom: 15px;
}

.pro_details__body .pro_top__con .txt_con h6 a {
  color: #aaa;
}

.pro_details__body .pro_top__con .txt_con h6 a:hover {
  text-decoration: none;
  color: #034883;
}

.pro_details__body .pro_top__con .txt_con h6 em {
  padding: 0 10px;
}

.pro_details__body .pro_top__con .txt_con h3 {
  color: #111;
  font-size: 42px;
  font-size: 4.2rem;
}

.pro_details__body .pro_top__con .txt_con h6 {
  margin-top: 20px;
}

.axigear-360 {
  width: 100%;
}

.pro_details__con {
  background-color: #fff;
}

.pro_details__con .box_1 {
  background-color: #fff;
  padding: 150px 0;
  text-align: center;
}

.pro_details__con .box_1 h3 {
  color: #111;
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 20px;
}

.pro_details__con .box_1 p {
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
  line-height: 1.5;
  max-width: 800px;
  margin: 0 auto 50px;
}

.pro_details__con .box_1 img {
  display: block;
  max-width: 75%;
  margin: 0 auto;
}

.pro_details__con .box_2 {
  background-color: #fff;
}

.pro_details__con .box_2 video {
  width: 100%;
}

.pro_details__con .box_2 .img {
  max-width: 100%;
}

.pro_details__con .box_3 {
  background-color: #fff;
  padding: 100px 0;
}

.pro_details__con .box_3 .line {
  justify-content: space-between;
  border-bottom: 1px solid #e8e8e8;
  padding: 30px 0;
  align-items: flex-start;
}

.pro_details__con .box_3 .line h3 {
  color: #034883;
  font-size: 32px;
  font-size: 3.2rem;
  width: 250px;
}

.pro_details__con .box_3 .line .txt_con {
  max-width: 800px;
  width: calc(100% - 250px);
}

.pro_details__con .box_3 .line .txt_con p {
  color: #666;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.pro_details__con .box_3 .line .txt_con dl.flex dd {
  width: 50%;
}

.pro_details__con .box_3 .line .txt_con ul {
  padding-left: 20px;
}

.pro_details__con .box_3 .line .txt_con ul li {
  color: #666;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  list-style: disc outside;
  padding-right: 20px;
}

.pro_details__con .box_3 .line .txt_con ul.s_2 {
  padding-left: 0;
  align-items: stretch;
}

.pro_details__con .box_3 .line .txt_con ul.s_2 li {
  width: 25%;
  list-style: none;
  margin-bottom: 30px;
  overflow: hidden;
}

.pro_details__con .box_3 .line .txt_con ul.s_2 li h3 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
  margin-bottom: 15px;
  height: 50px;
  padding-right:50px;
}

.pro_details__con .box_3 .line .txt_con ul.s_2 li p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}

.pro_details__con .box_3 .line_tit {
  color: #034883;
  font-size: 40px;
  font-size: 4rem;
  padding: 30px 0 50px;
}

.btm_img_list li {
  width: calc(100% / 4 - 40px * 3 / 4);
  margin: 0 40px 40px 0;
}

.btm_img_list li:nth-child(4n) {
  margin-right: 0;
}

.btm_img_list li img {
  display: block;
  width: 100%;
  cursor: pointer;
}
