@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);
 * */
.new_video__body {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.new_video__body .txt_con {
  width: 40%;
  padding-right: 100px;
}

.new_video__body .txt_con h3 {
  font-size: 20px;
  font-size: 2rem;
  color: #000;
  margin-bottom: 30px;
}

.new_video__body .txt_con p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #808080;
  line-height: 1.5;
  margin-bottom: 100px;
}

.new_video__body .txt_con h6 a {
  color: #ee931c;
  font-size: 18px;
  font-size: 1.8rem;
  text-decoration: none;
}

.new_video__body .txt_con h6 a i {
  margin-left: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

.new_video__body .video_con {
  width: 60%;
}

.new_video__body .video_con .flex {
  justify-content: flex-start;
  align-items: flex-start;
}



.new_video__body .video_con .flex li.big {
  width: calc(77% - 10px);
  margin-right: 10px;
  overflow: hidden;
}

.new_video__body .video_con .flex li.big:hover img{
  transform: scale(1.05);
}

.new_video__body .video_con .flex li.big img ,.new_video__body .video_con .flex li.big video{
  display: block;
  width: 100%;
  cursor: pointer;
  transition: all .3s;
}

.new_video__body .video_con .flex li.small {
  width: 23%;
}

.new_video__body .video_con .flex li.small a {
  display: block;
  position: relative;
  text-decoration: none;
  margin-bottom: 12px;
  overflow: hidden;
}
.new_video__body .video_con .flex li.small a:hover img{
  transform: scale(1.05);
}

.new_video__body .video_con .flex li.small a img {
  width: 100%;
  transition: all .3s;
}

.new_video__body .video_con .flex li.small a p {
  text-align: center;
  padding-bottom: 5px;
  bottom: 0px;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
}

.new_video__body .video_con .flex li.small a i {
  width: 23px;
  height: 23px;
  background: url(../images/solutions/paly.png) center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video_pop_mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

.video_pop_con {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9001;
  display: none;
}

.video_pop_con .content {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video_pop_con .content .close_btn {
  position: absolute;
  top: -30px;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #808080;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

.video_pop_con .content .close_btn:hover {
  text-decoration: none;
  background-color: #0054a7;
}

.video_pop_con .content video {
  width: 100%;
}

.par_details__body {
  padding: 70px 0;
}

.par_details__body .title {
  text-align: center;
  margin-bottom: 40px;
  color: #000;
  font-size: 32px;
  font-size: 3.2rem;
}

.par_details__body .box_1 {
  background-color: #f1f3f6;
  padding: 80px 40px;
  margin-right: 100px;
  position: relative;
  margin-bottom: 140px;
}

.par_details__body .box_1 p {
  color: #808080;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  width: 55%;
}

.par_details__body .box_1 img {
  position: absolute;
  right: -100px;
  top: 45px;
  max-width: 490px;
}

.par_details__body .box_2 {
  background-color: #f1f3f6;
  padding: 50px 50px 0;
  overflow: hidden;
}

.par_details__body .box_2 ul li {
  margin-bottom: 50px;
  background-color: #fff;
}

.par_details__body .box_2 ul li a {
  text-decoration: none;
  padding: 30px 0;
}

.par_details__body .box_2 ul li .img_con {
  width: 230px;
  text-align: center;
}

.par_details__body .box_2 ul li .img_con img {
  max-width: 80%;
  margin-bottom: 10px;
}

.par_details__body .box_2 ul li .img_con p {
  font-size: 19px;
  font-size: 1.9rem;
  color: #000000;
}

.par_details__body .box_2 ul li .txt_con {
  width: calc(100% - 230px);
  position: relative;
  padding-right: 20px;
}

.par_details__body .box_2 ul li .txt_con h3 {
  color: #07329e;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
  padding-right: 20%;
}

.par_details__body .box_2 ul li .txt_con p {
  font-size: 15px;
  font-size: 1.5rem;
  color: #000;
  line-height: 1.8;
}

.par_details__body .box_2 ul li .txt_con h6 {
  position: absolute;
  right: 20px;
  top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #808080;
}

.solutions_new_index__body .list.s_2 li:nth-child(2n) .txt_con {
  padding: 0 0 0 60px;
}

.solutions_new_index__body .list.s_2 li:nth-child(2n) .txt_con .btn_con {
  left: 60px;
}

.solutions_new_index__body .list.s_2 li:nth-child(2n) .img_con {
  order: -1;
}

.solutions_new_index__body .list.s_2 li .txt_con {
  padding-right: 60px;
  width: 65%;
}

.solutions_new_index__body .list.s_2 li .img_con {
  width: 35%;
  padding: 60px 30px 0;
}

.solutions_new_index__body .list li {
  background: url(../images/solutions//s_bg.png) left top repeat-x;
  background-size: auto 100%;
  padding: 100px 0;
}

.solutions_new_index__body .list li:nth-child(2n) .txt_con {
  padding: 0 0 0 140px;
}

.solutions_new_index__body .list li:nth-child(2n) .img_con {
  order: -1;
}

.solutions_new_index__body .list li .flex {
  justify-content: flex-start;
  align-items: flex-end;
}

.solutions_new_index__body .list li .txt_con {
  width: 70%;
  padding-right: 140px;
  position: relative;
}

.solutions_new_index__body .list li .txt_con .btn_con {
  
}

.solutions_new_index__body .list li .txt_con .btn_con.col_1 a:hover {
  background-color: #f2971c;
}

.solutions_new_index__body .list li .txt_con .btn_con.col_2 a:hover {
  background-color: #5cccff;
}

.solutions_new_index__body .list li .txt_con .btn_con.col_3 a:hover {
  background-color: #f3c82d;
}

.solutions_new_index__body .list li .txt_con .btn_con.col_4 a:hover {
  background-color: #00a3ff;
}

.solutions_new_index__body .list li .txt_con .btn_con.col_5 a:hover {
  background-color: #0732a1;
}

.solutions_new_index__body .list li .txt_con .btn_con a {
  display: inline-block;
  min-width: 200px;
  margin: 20px 20px 0 0;
  transition: all .3s;
  padding: 10px 20px;
  height: 65px;
  background-color: #fff;
  box-shadow: 0 0 5px 5px rgba(100, 100, 100, 0.1);
  text-align: left;
}

.solutions_new_index__body .list li .txt_con .btn_con a:hover {
  text-decoration: none;
}

.solutions_new_index__body .list li .txt_con .btn_con a:hover img.init {
  display: none;
}

.solutions_new_index__body .list li .txt_con .btn_con a:hover img.hover {
  display: inline;
}

.solutions_new_index__body .list li .txt_con .btn_con a:hover span {
  color: #fff;
}

.solutions_new_index__body .list li .txt_con .btn_con a img, .solutions_new_index__body .list li .txt_con .btn_con a span {
  vertical-align: middle;
}

.solutions_new_index__body .list li .txt_con .btn_con a img {
  height: 100%;
}

.solutions_new_index__body .list li .txt_con .btn_con a img.hover {
  display: none;
}

.solutions_new_index__body .list li .txt_con .btn_con a span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding-left: 10px;
  color: #000;
}

.solutions_new_index__body .list li .txt_con h3{
  font-size: 28px;
  font-size: 2.8rem;
  color: #14328b;
  margin-bottom: 20px;
  font-weight: 700;
}

.solutions_new_index__body .list li .txt_con a {
  text-decoration: none;
}

.solutions_new_index__body .list li .txt_con p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #808080;
  margin-bottom: 50px;
}

.solutions_new_index__body .list li .txt_con h6 a {
  color: #ee931c;
  font-size: 18px;
  font-size: 1.8rem;
  text-decoration: none;
  transition: all .3s;
}

.solutions_new_index__body .list li .txt_con h6 a:hover {
  color: #001a34;
}

.solutions_new_index__body .list li .txt_con h6 a i {
  margin-left: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

.solutions_new_index__body .list li .img_con {
  width: 30%;
  overflow: hidden;
}

.solutions_new_index__body .list li .img_con:hover img {
  transform: scale(1.05);
}

.solutions_new_index__body .list li .img_con img {
  width: 100%;
  transition: all .5s;

}

.details_page__body .box {
  padding: 70px 0;
}

.details_page__body .s_title {
  text-align: center;
  margin-bottom: 40px;
}

.details_page__body .s_title span {
  padding: 0 20px;
  position: relative;
  font-size: 40px;
  font-size: 4rem;
  color: #000;
  position: relative;
  z-index: 2;
}

.details_page__body .s_title span::after {
  content: "";
  background-color: #f8cb8d;
  height: 17px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}

.details_page__body .box_title {
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 50px;
}

.details_page__body .top_txt__box h5 {
  font-size: 20px;
  font-size: 2rem;
  color: #808080;
  line-height: 1.5;
  margin-bottom: 30px;
}

.details_page__body .top_txt__box h4 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
  margin-bottom: 10px;
}

.details_page__body .top_txt__box h4 i, .details_page__body .top_txt__box h4 span {
  display: inline-block;
  vertical-align: middle;
}

.details_page__body .top_txt__box h4 i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ef9300;
  margin-right: 5px;
}

.details_page__body .top_txt__box h6 {
  color: #808080;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.details_page__body .top_txt__box img {
  max-width: 100%;
}

.details_page__body .products__box {
  background-color: #eff1f4;
}

.details_page__body .video__box {
  background-color: #eef0f3;
}

.pro_list_new {
  justify-content: flex-start;
  align-items: flex-start;
}

.pro_list_new li {
  width: 25%;
  text-align: center;
  padding: 0 0 40px 0;
}

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

.pro_list_new li a:hover img.col {
  display: inline;
}

.pro_list_new li a:hover h3 , .pro_list_new li a:hover p{
  color:#ee931c;
}

.pro_list_new li a:hover img.glay {
  display: none;
}

.pro_list_new li img {
  height: 70px;
  width: 70px;
  margin-bottom: 10px;

}

.pro_list_new li img.col {
  display: none;
  width: 100px;
}

.pro_list_new li h6 {
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  color: #666666;
  margin-bottom: 10px;
}

.pro_list_new li p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #808080;
  line-height: 1.5;
}

.new_dl_box {
  border: 1px solid #eef0f3;
  box-shadow: 0 0 5px 5px rgba(100, 100, 100, 0.1);
  padding: 70px 10px 20px;
  text-align: center;
  display: block;
  text-decoration: none;
  position: relative;
  margin: 150px 10px 10px;
}

.new_dl_box:hover {
  text-decoration: none;
}

.new_dl_box:hover h3 {
  color: #f0951c;
}

.new_dl_box h6 {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.new_dl_box h3 {
  color: #000;
  font-size: 20px;
  font-size: 2rem;
  line-height: 25px;
  height: 100px;
  overflow: hidden;
  transition: all .3s;
}

.new_dl_box img {
  left: 50%;
  transform: translateX(-50%);
  top: -60%;
  position: absolute;
  width: 130px;
  height: 180px;
}

.new_scroll_con {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.new_scroll_con .fal {
  color: #808080;
  font-size: 50px;
  font-size: 5rem;
  text-decoration: none;
}

.new_scroll_con .fal:hover {
  color: #f0951c;
  text-decoration: none;
}

.new_scroll_con .srcoll_in {
  width: calc(100% - 120px);
}

.new_news__con {
  background-color: #fff;
}

.new_news__con .news_list li {
  background-color: #fff;
  box-shadow: 0 0 5px 5px rgba(100, 100, 100, 0.1);
  margin-bottom:20px;
}

.new_news__con .news_list li a {
  padding: 20px;
  display: flex;
  text-decoration: none;
  flex-wrap: wrap;
  position: relative;
  transition: all .3s;
}

/* .new_news__con .news_list li a:hover {
  background-color: #f19b29;
}

.new_news__con .news_list li a:hover i.fal {
  color: #fff;
}

.new_news__con .news_list li a:hover .txt_con p, .new_news__con .news_list li a:hover .txt_con h6 {
  color: #fff;
} */

.new_news__con .news_list li a:hover .txt_con p{
 color: #f2971c;
}

.new_news__con .news_list li a .img_con {
  width: 135px;
}

.new_news__con .news_list li a .img_con img {
  width: 100%;
  object-fit: cover;
}

.new_news__con .news_list li a .txt_con {
  width: calc(100% - 135px - 80px);
  padding-left: 20px;
}

.new_news__con .news_list li a .txt_con h6 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #808080;
  border-bottom: 1px solid #eff1f4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.new_news__con .news_list li a .txt_con p {
  font-size: 20px;
  font-size:2rem;
  color: #000;
  line-height: 1.5;
  text-align: justify;
}

.new_news__con .news_list li a i.fal {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #f19b29;
  font-size: 16px;
  font-size: 1.6rem;
}

.new_more__box {
  background-color: #eef0f3;
}

.pro_more_box {
  background-color: #fff;
  padding: 20px 30px;
  display: block;
  text-decoration: none;
  transition: all .3s;
  margin: 5px;
}

.pro_more_box:hover {
  box-shadow: 0 0 5px 5px rgba(100, 100, 100, 0.1);
  text-decoration: none;
}

.pro_more_box img {
  display: block;
  max-width: 100%;
  margin: 0 auto 30px;
}

.pro_more_box h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  color: #000;
  text-align: center;
  height: 56px;
}

.new_pro_list__body {
  padding-bottom: 50px;
}

.new_pro_list__body .top_txt__con {
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}

.new_pro_list__body .top_txt__con .color_box {
  padding: 50px;
  background-color: #ccc;
  position: absolute;
  top: -50px;
  left: 0;
  width: 330px;
}

.new_pro_list__body .top_txt__con .color_box p {
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2;
  position: relative;
}

/* .new_pro_list__body .top_txt__con .color_box p::after {
  content: "”";
  position: absolute;
  right: -40px;
  bottom: -30px;
}

.new_pro_list__body .top_txt__con .color_box p::before {
  content: "“";
  position: absolute;
  left: -40px;
  top: -10px;
} */

.new_pro_list__body .top_txt__con .txt_con {
  background-color: #fff;
  margin-left: 55px;
  padding: 50px 30px 50px 25%;
}

.new_pro_list__body .top_txt__con .txt_con p {
  color: #000000;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
}

.new_pro_list__body .pro_list_slide__con {
  margin-bottom: 40px;
  background-color: #ccc;
  background-position: top right;
  background-repeat: no-repeat;
  border-radius: 6px;
  position: relative;
}

.new_pro_list__body .pro_list_slide__con .tit_con {
  text-align: center;
  padding: 20px 0;
  cursor: pointer;
}

.new_pro_list__body .pro_list_slide__con .tit_con img, .new_pro_list__body .pro_list_slide__con .tit_con span {
  display: inline-block;
  vertical-align: middle;
}

.new_pro_list__body .pro_list_slide__con .tit_con img {
  width: 45px;
  height: 45px;
}

.new_pro_list__body .pro_list_slide__con .tit_con span {
  color: #fff;
  padding-left: 10px;
  font-size: 26px;
  font-size: 2.6rem;
}

.new_pro_list__body .pro_list_slide__con .txt_con {
  padding: 20px 40px 70px;
  display: none;
}

.new_pro_list__body .pro_list_slide__con .txt_con p {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
}

.new_pro_list__body .pro_list_slide__con .close_btn {
  background: url(../images/products/slide_top_ico.png) center no-repeat;
  background-size: cover;
  width: 54px;
  height: 54px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -27px;
  transform: rotate(180deg);
}
.new_pro_list__body .pro_list_slide__con .close_btn.up{
  transform: rotate(0);
  bottom: 0;
}

.new_pro_list__body .pro_list_slide__con b {
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 30px;
  cursor: pointer;
  border-style: solid dashed dashed dashed;
  border-color: #ccc transparent transparent transparent;
  border-bottom: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  display: none !important;
}

.new_pro_list__body .new_list_pro_list {
  align-items: stretch;
  justify-content: flex-start;
}

.new_pro_list__body .new_list_pro_list li {
  width: calc(50% - 35px / 2);
  margin: 0 35px 35px 0;
  background-color: #fff;
  border-top: 4px solid #d1d1d1;
  box-shadow: 0 0 5px 5px rgba(100, 100, 100, 0.1);
  transition: all .3s;
  padding: 30px;
  position: relative;
}

.new_pro_list__body .new_list_pro_list li b {
  position: absolute;
  left: 0;
  top: -4px;
  height: 4px;
}

.new_pro_list__body .new_list_pro_list li:nth-child(2n) {
  margin-right: 0;
}

.new_pro_list__body .new_list_pro_list li:hover {
  transition: all .3s;
  transform: translateY(-5px);
}

.new_pro_list__body .new_list_pro_list li:hover .txt_con h3, .new_pro_list__body .new_list_pro_list li:hover .txt_con p {
  color: #ccc;
}

.new_pro_list__body .new_list_pro_list li:hover .img_con img.init {
  display: none;
}

.new_pro_list__body .new_list_pro_list li:hover .img_con img.hover {
  display: inline;
}

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

.new_pro_list__body .new_list_pro_list li h6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}

.new_pro_list__body .new_list_pro_list li h6 span {
  font-size: 20px;
  font-size: 2rem;
  color: #9e9e9e;
  width: 90%;
}

.new_pro_list__body .new_list_pro_list li h6 i {
  color: #ccc;
  font-size: 20px;
  font-size: 2rem;
}

.new_pro_list__body .new_list_pro_list li .flex {
  align-items: flex-end;
}

.new_pro_list__body .new_list_pro_list li .txt_con {
  width: 80%;
  padding-right: 20px;
}

.new_pro_list__body .new_list_pro_list li .txt_con h3 {
  color: #4d4d4d;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  word-wrap : break-word;
}

.new_pro_list__body .new_list_pro_list li .txt_con p {
  font-size: 22px;
  font-size: 2.2rem;
  color: #4d4d4d;
}

.new_pro_list__body .new_list_pro_list li .img_con {
  width: 20%;
}

.new_pro_list__body .new_list_pro_list li .img_con img {
  max-width: 100%;
}

.new_pro_list__body .new_list_pro_list li .img_con img.hover {
  display: none;
}
.new_pro_list__body.col_1 .new_list_pro_list li .txt_con h3 , .new_pro_list__body.col_1 .new_list_pro_list li h6 span{
  color:#f2971c;
}
.new_pro_list__body.col_2 .new_list_pro_list li .txt_con h3 , .new_pro_list__body.col_2 .new_list_pro_list li h6 span{
  color:#5cccff;
}
.new_pro_list__body.col_3 .new_list_pro_list li .txt_con h3 , .new_pro_list__body.col_3 .new_list_pro_list li h6 span{
  color:#f3c82d;
}
.new_pro_list__body.col_4 .new_list_pro_list li .txt_con h3 , .new_pro_list__body.col_4 .new_list_pro_list li h6 span{
  color:#00a3ff;
}
.new_pro_list__body.col_5 .new_list_pro_list li .txt_con h3 , .new_pro_list__body.col_5 .new_list_pro_list li h6 span{
  color:#0732a1;
}


.new_pro_list__body .new_list_pro_list li .img_con img{display: none;}
.new_pro_list__body .new_list_pro_list li .img_con img.hover{display: inline;}

.new_pro_list__body.col_1 .top_txt__con .color_box {
  background-color: #f2971c;
}

.new_pro_list__body.col_1 .pro_list_slide__con {
  background-color: #f2971c;
}

.new_pro_list__body.col_1 .pro_list_slide__con b {
  border-color: #f2971c transparent transparent transparent;
}

.new_pro_list__body.col_1 .new_list_pro_list li:hover b {
  background-color: #f2971c;
}

.new_pro_list__body.col_1 .new_list_pro_list li:hover .txt_con h3, .new_pro_list__body.col_1 .new_list_pro_list li:hover .txt_con p {
  color: #f2971c;
}

.new_pro_list__body.col_1 .new_list_pro_list li h6 i {
  color: #f2971c;
}

.new_pro_list__body.col_2 .top_txt__con .color_box {
  background-color: #5cccff;
}

.new_pro_list__body.col_2 .pro_list_slide__con {
  background-color: #5cccff;
}

.new_pro_list__body.col_2 .pro_list_slide__con b {
  border-color: #5cccff transparent transparent transparent;
  z-index: -1;
}

.new_pro_list__body.col_2 .new_list_pro_list li:hover b {
  background-color: #5cccff;
}

.new_pro_list__body.col_2 .new_list_pro_list li:hover .txt_con h3, .new_pro_list__body.col_2 .new_list_pro_list li:hover .txt_con p {
  color: #5cccff;
}

.new_pro_list__body.col_2 .new_list_pro_list li h6 i {
  color: #5cccff;
}

.new_pro_list__body.col_3 .top_txt__con .color_box {
  background-color: #f3c82d;
}

.new_pro_list__body.col_3 .pro_list_slide__con {
  background-color: #f3c82d;
}

.new_pro_list__body.col_3 .pro_list_slide__con b {
  border-color: #f3c82d transparent transparent transparent;
}

.new_pro_list__body.col_3 .new_list_pro_list li:hover b {
  background-color: #f3c82d;
}

.new_pro_list__body.col_3 .new_list_pro_list li:hover .txt_con h3, .new_pro_list__body.col_3 .new_list_pro_list li:hover .txt_con p {
  color: #f3c82d;
}

.new_pro_list__body.col_3 .new_list_pro_list li h6 i {
  color: #f3c82d;
}

.new_pro_list__body.col_4 .top_txt__con .color_box {
  background-color: #00a3ff;
}

.new_pro_list__body.col_4 .pro_list_slide__con {
  background-color: #00a3ff;
}

.new_pro_list__body.col_4 .pro_list_slide__con b {
  border-color: #00a3ff transparent transparent transparent;
}

.new_pro_list__body.col_4 .new_list_pro_list li:hover b {
  background-color: #00a3ff;
}

.new_pro_list__body.col_4 .new_list_pro_list li:hover .txt_con h3, .new_pro_list__body.col_4 .new_list_pro_list li:hover .txt_con p {
  color: #00a3ff;
}

.new_pro_list__body.col_4 .new_list_pro_list li h6 i {
  color: #00a3ff;
}

.new_pro_list__body.col_5 .top_txt__con .color_box {
  background-color: #0732a1;
}

.new_pro_list__body.col_5 .pro_list_slide__con {
  background-color: #0732a1;
}

.new_pro_list__body.col_5 .pro_list_slide__con b {
  border-color: #0732a1 transparent transparent transparent;
}

.new_pro_list__body.col_5 .new_list_pro_list li:hover b {
  background-color: #0732a1;
}

.new_pro_list__body.col_5 .new_list_pro_list li:hover .txt_con h3, .new_pro_list__body.col_5 .new_list_pro_list li:hover .txt_con p {
  color: #0732a1;
}

.new_pro_list__body.col_5 .new_list_pro_list li h6 i {
  color: #0732a1;
}

.pro_details_nav__body .right_con {
  display: inline-block;
  text-align: right;
}

.pro_details_nav__body .right_con a, .pro_details_nav__body .right_con em {
  display: inline-block;
  vertical-align: middle;
  height: 60px;
  line-height: 60px;
}

.pro_details_nav__body .right_con em {
  padding: 0 0;
  color: #b7b8ba;
}

.pro_details_nav__body .right_con a {
  padding: 0 15px;
  color: #ccc;
  transition: all .3s;
}

.pro_details_nav__body .right_con a:hover, .pro_details_nav__body .right_con a.active {
  color: #fff !important;
  background-color: #333;
}

.pro_details_nav__body.col_1 .slide_nav > span {
  color: #f2971c;
}

.pro_details_nav__body.col_1 .right_con a {
  color: #f2971c;
}

.pro_details_nav__body.col_1 .right_con a:hover {
  background-color: #f2971c;
}

.pro_details_nav__body.col_2 .slide_nav > span {
  color: #5cccff;
}

.pro_details_nav__body.col_2 .right_con a {
  color: #5cccff;
}

.pro_details_nav__body.col_2 .right_con a:hover {
  background-color: #5cccff;
}

.pro_details_nav__body.col_3 .slide_nav > span {
  color: #f3c82d;
}

.pro_details_nav__body.col_3 .right_con a {
  color: #f3c82d;
}

.pro_details_nav__body.col_3 .right_con a:hover {
  background-color: #f3c82d;
}

.pro_details_nav__body.col_4 .slide_nav > span {
  color: #00a3ff;
}

.pro_details_nav__body.col_4 .right_con a {
  color: #00a3ff;
}

.pro_details_nav__body.col_4 .right_con a:hover {
  background-color: #00a3ff;
}

.pro_details_nav__body.col_5 .slide_nav > span {
  color: #0732a1;
}

.pro_details_nav__body.col_5 .right_con a {
  color: #0732a1;
}

.pro_details_nav__body.col_5 .right_con a:hover {
  background-color: #0732a1;
}

.bg_glay_new {
  background-color: #f3f5f8;
}

.top_txt__box_1 .line_con {
  background: url(../images/products/line_bg.png) center no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 30px 0;
  margin-bottom: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}

.top_txt__box_1 .line_con img {
  height: 87px;
}

.top_txt__box_1 .line_con .blank {
  width: 1px;
  background-color: #fff;
  height: 87px;
  margin: 0 35px;
}

.top_txt__box_1 .line_con .txt_con h3 {
  font-weight: 700;
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
}

.top_txt__box_1 .line_con .txt_con p {
  color: #fff;
  font-size: 25px;
  font-size: 2.5rem;
}

.top_txt__box_1 .tips_con {
  text-align: center;
  margin-bottom: 50px;
}

.top_txt__box_1 .tips_con span {
  display: inline-block;
  background-color: #eef0f3;
  font-size: 18px;
  font-size: 1.8rem;
  color: #000;
  padding: 10px 20px;
  margin: 0 10px;
  border-radius: 4px;
}

.top_txt__box_1 .line_txt__con {
  justify-content: flex-start;
  align-items: flex-start;
}

.top_txt__box_1 .line_txt__con .txt_con {
  width: 50%;
  padding-right: 50px;
}

.top_txt__box_1 .line_txt__con .txt_con h4 {
  color: #808080;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.top_txt__box_1 .line_txt__con .img_con {
  width: 50%;
}

.top_txt__box_1 .line_txt__con .img_con img {
  width: 100%;
  display: block;
}

.top_txt__box_1 .dl_btn {
  display: inline-block;
  margin-top: 30px;
  background-color: #ccc;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}

.top_txt__box_1 .dl_btn img, .top_txt__box_1 .dl_btn span {
  display: inline-block;
  vertical-align: middle;
}

.top_txt__box_1 .dl_btn img {
  margin-left: 10px;
}

.pointer_list li {
  display: flex;
}

.pointer_list li i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ccc;
  margin-right: 10px;
  margin-top: 12px;
}

.pointer_list li p {
  width: calc(100% - 15px);
  font-size: 14px;
  font-size: 1.4rem;
  color: #808080;
  line-height: 2;
}

.pointer_list li p span {
  color: #ccc;
}

.pro_ld_list {
  align-items: stretch;
  justify-content: flex-start;
}

.pro_ld_list li {
  width: calc(100% / 3);
  padding: 0 10px;
  margin: 0 0 30px;
  text-align: center;
}

.pro_ld_list li h3 {
  color: #ccc;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.pro_ld_list li p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #808080;
}

.pro_ld__box {
  background-color: #eef0f3;
}

.pro_yy_list {
  align-items: stretch;
  justify-content: center;
}

/* .pro_yy_list li {
  width: calc(100% / 4 - 30px * 3 / 4);
  margin: 0 30px 30px 0;
  background-color: #fefdfa;
  padding: 50px 10px;
  border: 1px solid #fff0de;
} */

.pro_yy_list li {
  width: calc(100% / 4 - 30px * 3 / 4);
  margin: 0 30px 30px 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 90px 10px 50px;
  background-image: url(../images/common/hbg_1.png);
}

.details_page__body.col_2 .pro_yy_list li{
  background-image: url(../images/common/hbg_2.png);
}
.details_page__body.col_3 .pro_yy_list li{
  background-image: url(../images/common/hbg_3.png);
}
.details_page__body.col_4 .pro_yy_list li{
  background-image: url(../images/common/hbg_4.png);
}
.details_page__body.col_5 .pro_yy_list li{
  background-image: url(../images/common/hbg_5.png);
}

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

.pro_yy_list li p {
  font-size: 24px;
  font-size: 2.4rem;
  color: #f2971c;
  line-height: 1.5;
  text-align: center;
}

.khpj__box {
  position: relative;
}

.khpj__box .bg {
  background-color: #eef0f3;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 50%;
}

.khpj__box .container {
  z-index: 10;
  position: relative;
}

.swiper-button-lock {
  display: block;
}

.khpj_con {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 60px 50px;
  background-color: #fff;
  border: 1px solid #eef0f3;
}

.khpj_con img {
  width: 25%;
}

.khpj_con .txt_con {
  width: 75%;
  padding-left: 50px;
}

.khpj_con .txt_con p {
  color: #808080;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  position: relative;
}

.khpj_con .txt_con p::after {
  content: "”";
  position: absolute;
  right: -40px;
  bottom: -30px;
  font-size: 30px;
  font-size: 3rem;
}

.khpj_con .txt_con p::before {
  content: "“";
  position: absolute;
  left: -40px;
  top: -10px;
  font-size: 30px;
  font-size: 3rem;
}

.khpj_con .txt_con h5, .khpj_con .txt_con h6 {
  text-align: right;
  color: #808080;
}

.khpj_con .txt_con h5 {
  margin-top: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}

.khpj_con .txt_con h6 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px;
}

.details_page__body.col_1 .pointer_list li p span {
  color: #f2971c;
}

.details_page__body.col_1 .top_txt__box_1 .dl_btn {
  background-color: #f2971c;transition: all .3s;
}
.details_page__body.col_1 .top_txt__box_1 .dl_btn:hover{
  background-color:#0732a4;
}

.details_page__body.col_1 .pro_ld_list li h3 , .details_page__body.col_1 .pro_yy_list li p {
  color: #f2971c;
}

.details_page__body.col_2 .pointer_list li p span {
  color: #5cccff;
}

.details_page__body.col_2 .top_txt__box_1 .dl_btn {
  background-color: #5cccff;
}

.details_page__body.col_2 .pro_ld_list li h3 , .details_page__body.col_2 .pro_yy_list li p{
  color: #5cccff;
}

.details_page__body.col_3 .pointer_list li p span {
  color: #f3c82d;
}

.details_page__body.col_3 .top_txt__box_1 .dl_btn {
  background-color: #f3c82d;
}

.details_page__body.col_3 .pro_ld_list li h3 ,.details_page__body.col_3 .pro_yy_list li p {
  color: #f3c82d;
}

.details_page__body.col_4 .pointer_list li p span {
  color: #00a3ff;
}

.details_page__body.col_4 .top_txt__box_1 .dl_btn {
  background-color: #00a3ff;
}

.details_page__body.col_4 .pro_ld_list li h3 , .details_page__body.col_4 .pro_yy_list li p{
  color: #00a3ff;
}

.details_page__body.col_5 .pointer_list li p span {
  color: #0732a1;
}

.details_page__body.col_5 .top_txt__box_1 .dl_btn {
  background-color: #0732a1;
}

.details_page__body.col_5 .pro_ld_list li h3 , .details_page__body.col_5 .pro_yy_list li p {
  color: #0732a1;
}

.member__body {
  padding: 60px 0;
}

.member__body .logo {
  height: 50px;
  margin: 0 auto 60px;
  display: block;
}

.member__body .member_form__body {
  border-radius: 10px;
  width: 560px;
  box-shadow: 0 0 10px 10px rgba(100, 100, 100, 0.1);
  margin: 0 auto;
  padding: 40px 60px;
}

.member__body .member_form__body .tit {
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 30px;
  font-weight: 700;
}

.member__body .member_form__body h4 {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.member__body .member_form__body h4 a {
  color: #f2971c;
}

.member__body .member_form__body h4 a:hover {
  text-decoration: none;
}


.details_page__body .top_txt__box h4{background:url(../images/common/pointer.png) left 6px no-repeat;
  background-size:8px 8px ;padding-left:20px;}

.pointer_list li p{background:url(../images/common/pointer.png) left 12px no-repeat;
  background-size:6px 6px ;padding-left:12px;}


  .search__body{
    padding:130px 0 670px;
  }

  .search__body .search_top{
    width: 400px;
    height: 46px;
    background-color:#f7f8fa;
    border: 1px solid #ececec;
    margin:0 auto 40px;
    border-radius: 2rem;
    overflow: hidden;
  }


  .search__body .search_top{display: flex;justify-content: space-between;padding:0 10px;align-items: center;}
  .search__body .search_top a{font-size:20px;font-size:2rem;color:#333;}
  .search__body .search_top a:hover{text-decoration: none;color:#b45f0d;}
  .search__body .search_top input , .search__body .search_top a{display:inline-block;vertical-align: middle;}
  .search__body .search_top input{width: 80%;background:transparent;border: 0;height: 40px;line-height: 40px;
    padding:0;font-size:16px;font-size:1.6rem;}


    .new_pro_list__body .new_list_pro_list li.img__box{padding:0;border:0;box-shadow: 0 0 0 ;}
    .new_pro_list__body .new_list_pro_list li.img__box img{width: 100%;height: 100%;object-fit: cover;}



.new_news__con .news_list li a .img_con{height: auto;width: 200px;}
.new_news__con .news_list li a .txt_con{width: calc(100% - 200px);}

.member_form__body p input.err{
  border-color:red;
  color:red;
}

.khai-long-policy-article p{font-size:16px;font-size:1.6rem;color:#333;line-height: 2;margin-bottom:10px;}
.khai-long-policy-article ol{padding-left:2em;}
.khai-long-policy-article ol li{list-style: decimal;font-size:16px;font-size:1.6rem;
  color:#333;line-height: 2;margin-bottom:10px;}
.khai-long-policy-article a {color:#23499e;transition: all .3s;}
.khai-long-policy-article a:hover{color:#f2971c;text-decoration: none;}


.search__body_1{
  padding:130px 0 60px;
}

.video_play__con{
  width: 100%;
  height: 100%;
  position: relative;
}
.video_play__con img{
  display: block;
  width: 100%;
  object-fit: cover;
}
.video_play__con .mask{
  position: absolute;
  top:0;
  left:00;
  right:0;
  bottom:0;
  background-color:rgba(0,0,0,.3);
  cursor: pointer;
}
.video_play__con .mask span{
  background-color:rgba(255,255,255,.9);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color:#333;
  left:50%;
  top: 50%;
  position: absolute;
  transform: translate(-50% , -50%);
  cursor: pointer;
}

.news_list li a .img_con img{
  height: 100%;
  object-fit: contain;
}