* {
  margin: 0;
  padding: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  color: #222222;
  margin: 0 auto;
  overflow-x: hidden;
  background: #fff;
  font-size: 12px;
  line-height: 1.25em;
  font-family: 'microsoft yahei';
  -webkit-text-size-adjust: none;
}

ol,
ul,
li {
  list-style: none;
}

img {
  border: none;
  vertical-align: top;
}

a {
  color: #222222;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a:hover {
  color: #2982c6;
}

button,
input,
select,
textarea {
  font-size: 100%;
  font-family: tahoma;
  margin: 0;
  outline: 0 none;
  vertical-align: baseline;
  *vertical-align: middle;
  font-family: 'microsoft yahei';
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

input {
  outline: none;
  border-radius: 0;
}

input:focus,
textarea:focus {
  outline: none;
}

input:focus {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-modify: read-write-plaintext-only;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.none {
  display: none;
}

em,
i {
  font-style: normal;
}

b {
  font-weight: normal;
}

.w_1200 {
  width: 1200px;
  margin: auto;
}

img {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.w_1170 {
  max-width: 1170px;
  margin: auto;
  width: 94%
}

:focus {
  outline: none;
}

.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0
}

.clearfix {
  clear: both;
  content: "";
  display: block;
  overflow: hidden
}

.clear {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

.swiper-slide {
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}

/* è§£å†³è‹¹æžœé—ªåŠ¨ */

.color,
.color-hover:hover,
.color-active,
.color-first-letter:first-letter {
  color: #2982c6 !important;
}


@media screen and (max-width: 1200px) {
  .wrapper {
    width: 92vw;
    transition: all .3s linear;
  }
}

header {
  margin-bottom: 10px;
}

header h1 {
  float: left;
  margin-top: 9px;
}

header h2 {
  float: right;
  font-size: 14px;
  color: #666;
  margin-right: 34px;
  line-height: 35px;
  margin-top: 30px;
}

header h2 a {
  color: #666;
}

header h2 em {
  padding: 0 25px;
}

header .search {
  float: right;
  margin-top: 30px;
}

header .search input[type=text] {
  float: left;
  text-indent: 12px;
  height: 33px;
  line-height: 33px;
  font-family: 'microsoft yahei';
  font-size: 14px;
  color: #999;
  border: 1px solid #d6d6d6;
}

header .search input[type=submit] {
  float: left;
  width: 41px;
  height: 35px;
  border: 1px solid #d6d6d6;
  border-left: none;
  background: #fff url("../images/search_btn.jpg") center center no-repeat;
  cursor: pointer;
}

header .search select {
  border: 1px solid #d6d6d6;
  height: 35px;
  float: left;
  font-size: 14px;
  padding: 5px 5px 6px 5px;
  border-left: none;
  color: #999;
}

.banner {
  width: 1920px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  height: 530px;
}

.wap_banner {
  display: block;
  height: auto;
  width: 1920px;
}

.banner_box .swiper-button-next {
  right: -50px;
  width: 34px;
  height: 76px;
  background: url('../images/right_banner.png');
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.banner_box .swiper-button-prev {
  left: -50px;
  width: 34px;
  height: 76px;
  background: url('../images/left_banner.png');
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.banner_box .swiper-button-prev:hover,
.banner_box .swiper-button-next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.banner_box .swiper-slide .pic a {
  display: block;
  position: relative;
  z-index: 5;
}

.banner_box:hover .swiper-button-next {
  right: 20px
}

.banner_box:hover .swiper-button-prev {
  left: 20px
}

.wap_banner .pic>img {
  width: 100%;
}

.wap_banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.wap_banner .swiper-pagination-bullet-active {
  background: #878787;
}

.banner_box {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 530px;
}

.wap_banner .swiper-pagination {
  bottom: 20px !important;
}

.ban_1200 {
  width: 1170px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -585px;
}

.ban_1200 img {}

/*.ban_1200 .b_img1 { top: 0; left: 0; }
.ban_1200 .b_img2 { top: 218px; left: 0; }
.ban_1200 .b_img3 { top: 373px; left: 0; }
*/
.ban_1200 .b_img4 {
  top: 0;
  right: 0;
  position: absolute;
}

.ban_1200 img {
  float: left;
}

.b_left {
  float: left;
  width: 40%;
  position: absolute;
  left: 0;
  top: 0
}

/*banner*/
.index_title {
  text-align: center;
  padding-top: 46px;
}

.index_title h3 {
  color: #353535;
  font-size: 36px;
  line-height: 58px;
}

.index_title h4 {
  position: relative;
  color: #d0d0d0;
  font-family: "Helvetica Neue", Helvetica, sans-serif, Arial;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 5px;
  line-height: 20px;
}

.index_title h4:after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -18px;
  width: 37px;
  height: 4px;
  background: #2982c6;
  content: '';
}

.nice-select {
  width: 100%;
  height: 42px;
  position: relative;
  background: #fff url(../images/select_ico.jpg) no-repeat 90% center;
  border-radius: 5px;
  margin-bottom: 11px;
}

.nice-select input {
  display: block;
  width: 90%;
  height: 20px;
  line-height: 20px \9;
  border: 0;
  outline: 0;
  background: none;
  color: #333;
  font-size: 14px;
  padding: 11px 5%;
}

.nice-select ul {
  width: 100%;
  display: none;
  position: absolute;
  top: 44px;
  overflow: hidden;
  background-color: #fff;
  max-height: 120px;
  overflow-y: auto;
  z-index: 9999;
}

.nice-select ul li {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  cursor: pointer;
  text-align: left;
}

.nice-select ul li a {
  color: #444;
  font-size: 14px;
  display: block;
  padding: 0 5%;
}

.nice-select ul li.on a {
  background-color: #ebebeb;
}

/*search*/
.index_one {
  width: 100%;
  padding-top: 53px;
}

.index_one .one_box {
  width: 33.333%;
  float: left;
  position: relative;
  height: 320px;
  overflow: hidden;
}

.index_one .one_box:hover .one_box_bg {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition-duration: 10s;
  transition-duration: 10s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.index_one .one_box_bg {
  width: 100%;
  height: 100%;
  -webkit-transition: all;
  transition: all;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.index_one .show_one_box {
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/h_70.png");
  width: 100%;
  height: 100%;
}

.index_one .show_one_box .show_box {
  position: absolute;
  width: 41%;
  color: #fff;
  padding: 16% 29.5% 0 29.5%;
  text-align: center;
}

.index_one .show_one_box .show_box h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
}

.index_one .show_one_box .show_box span {
  padding: 38px 0 31px;
  display: inline-block;
  cursor: pointer;
}

.index_one .show_one_box .show_box span:hover img {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

.index_one .show_one_box .show_box p {
  font-size: 16px;
  line-height: 40px;
}

.hide_one_box {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/h_70.png");
  width: 100%;
  height: 0;
}

.hide_one_box .hide_box {
  width: 50%;
  padding: 19% 25% 0 25%;
}

.hide_one_box .txt {
  width: 95%;
  padding-left: 5%;
  height: 42px;
  font-size: 14px;
  color: #999;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: none;
  line-height: 42px;
}

.hide_one_box .btn {
  font-weight: bold;
  font-size: 18px;
  background: #2982c6;
  border: none;
  color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  height: 42px;
  margin-top: 11px;
}

/*search product*/
.two_box {
  width: 33.333%;
  float: left;
  position: relative;
  height: 320px;
  overflow: hidden;
}

.two_box:after {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 4px;
  content: '';
}

.two_box a>img {
  max-width: 100%;
  height: 280px;
}

.two_box h5,
.two_box h6 {
  position: absolute;
  width: 100%;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.two_box h5 {
  font-size: 20px;
  color: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
  line-height: 30px;
  bottom: 50px;
}

.two_box h6 {
  font-size: 14px;
  color: #999;
  bottom: 34px;
  line-height: 20px;
}

.two_box1:after {
  background: #5f90cc;
}

.two_box2:after {
  background: #007291;
}

.two_box3:after {
  background: #ea3a11;
}

.two_box4:after {
  background: #eaad3b;
}

.two_box5:after {
  background: #be281e;
}

.two_box:hover .more img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.two_box .more:hover img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.two_box .more img {
  z-index: 5;
  position: absolute;
  top: 50%;
  margin-top: -51px;
  left: 50%;
  margin-left: -31px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.two_box:hover a>img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.two_box:hover h5 {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.two_box:hover h6 {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

/* index_one end*/
.index_two {
  width: 100%;
  background: url("../images/index_two_bg.jpg") center top no-repeat;
  margin: 60px 0 0 0;
  padding-top: 11px;
  padding-bottom: 61px;
}

.index_two .index_title h3 {
  color: #fff;
}

.index_two .index_title h4 {
  color: #5f6060;
}

.index_two .i_one_box {
  margin-top: 55px;
}

.index_two .one_img {
  overflow: hidden;
  position: relative;
}

.index_two .one_img>span {
  display: block;
  width: 100%;
  height: 197px;
  position: relative;
}

.index_two .one_img>a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 0;
  *font-size: 200px;
  width: 100%;
  height: 197px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 5
}

.index_two .one_img>a img {
  vertical-align: middle;
}

.index_two .one_img>a:after {
  display: inline-block;
  width: 0;
  height: 100%;
  content: "center";
  vertical-align: middle;
  overflow: hidden;
}

.index_two .one_img:hover a {
  background: rgba(0, 0, 0, 0.2);
}

.index_two .one_img:hover a img {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.index_two .one_img h4 {
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 70px;
}

.index_two .one_img h4 a {
  color: #fff;
}

.index_two .video_prev {
  left: 0;
}

.index_two .video_next {
  right: 0;
}

.index_two .video_prev,
.index_two .video_next {
  top: 80px;
  margin-top: 0;
}

.index_two .index_video {
  width: 1170px;
  margin: auto;
  padding: 0 60px;
}

/*index_two  video end*/
.three_ul {
  width: 1170px;
  margin: 56px auto 34px;
}

.three_ul li {
  float: left;
  width: 143px;
  margin-left: 61px;
  height: 241px;
}

.three_ul li:first-child {
  margin-left: 0;
}

.three_ul li a {
  display: block;
  text-align: center;
}

.three_ul li span {
  display: block;
  position: relative;
  width: 143px;
  height: 143px;
  background: #f6f6f6;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.three_ul li span .three_img2 {
  opacity: 0;
  filter: alpha(opacity=0);
}

.three_ul li span img {
  position: absolute;
  top: 0;
  left: 0;
}

.three_ul li:hover span {
  background: #2982c6;
}

.three_ul li:hover span .three_img1 {
  opacity: 0;
  filter: alpha(opacity=0);
}

.three_ul li:hover span .three_img2 {
  opacity: 1;
  filter: alpha(opacity=100);
}

.three_ul li:hover span img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.three_ul li:hover h5 {
  color: #2982c6;
}

.three_ul li h5,
.three_ul li h6 {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.three_ul li h5 {
  color: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
  font-size: 18px;
  line-height: 30px;
  padding-top: 21px;
  padding-bottom: 5px;
}

.three_ul li h6 {
  line-height: 20px;
  color: #999;
  font-size: 16px;
}

/*index_three end*/
.index_four {
  background: #f6f6f6;
}

.four_1170 {
  width: 1170px;
  margin: 57px auto 0;
  padding-bottom: 73px;
}

.four_1170 .bd {
  float: left;
  width: 348px;
  height: 207px;
}

.four_1170 .bd li {
  height: 100%;
  width: 100%;
}

.four_1170 .bd li a {
  display: block;
  width: 348px;
  height: 207px;
}

.four_1170 .hd {
  float: right;
  width: 780px;
}

.four_1170 .hd li {
  width: 100%;
  float: left;
  margin-top: 39px;
}

.four_1170 .hd li:first-child {
  margin-top: 0;
}

.four_1170 .hd dl {
  width: 100%;
  float: left;
  margin-top: 39px;
}

.four_1170 .hd dl:first-child {
  margin-top: 0;
}

.four_1170 .hd dl dt {
  float: left;
  width: 67px;
  border: 1px solid #cccccc;
  background: #ccc;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.four_1170 .hd dl dt span {
  display: block;
  width: 100%;
  line-height: 54px;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
}

.four_1170 .hd dl dt i {
  display: block;
  background: #fff;
  height: 26px;
  line-height: 26px;
  color: #666;
  font-size: 14px;
}

.four_1170 .hd dl dd {
  width: 690px;
  float: right;
}

.four_1170 .hd dl dd h5 {
  color: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
  font-size: 18px;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.four_1170 .hd dl dd p {
  padding-top: 8px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.four_1170 .hd dl:hover dt,
.four_1170 .hd li.on dl dt {
  background: #2982c6;
  border-color: #2982c6;
}

.four_1170 .hd dl:hover dd h5,
.four_1170 .hd li.on dl dd h5 {
  font-weight: bold;
  color: #2982c6;
}

/*index_four end*/
.index_five {
  margin-bottom: 59px;
}

.index_five .i_one_box {
  margin-top: 56px;
}

.index_case {
  width: 1170px;
  margin: auto;
  padding: 0 60px;
  overflow: hidden;
  position: relative;
}

.index_case:after,
.index_case:before {
  position: absolute;
  width: 22px;
  height: 100%;
  background: #fff;
  content: '';
  right: 0;
  bottom: 0;
  z-index: 1;
}

.index_case:before {
  right: auto;
  left: 0;
  z-index: 2;
}

.index_case .one_img {
  overflow: hidden;
  position: relative;
}

.index_case .one_img:hover i {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.index_case .one_img:hover h4 {
  color: #2982c6;
}

.index_case .one_img:hover span em {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.index_case .one_img span {
  display: block;
  width: 100%;
  height: 170px;
  position: relative;
  overflow: hidden;
}

.index_case .one_img span em {
  display: block;
  width: 100%;
  height: 170px;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.index_case .one_img h4 {
  color: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 40px;
  padding: 12px 0 3px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.index_case .one_img p {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  height: 48px;
}

.index_case .one_img i {
  position: absolute;
  width: 90%;
  height: 150px;
  top: 10px;
  left: 5%;
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
  text-align: center;
}

.index_case .one_img i img {
  vertical-align: middle;
}

.index_case .one_img i:after {
  display: inline-block;
  width: 0;
  height: 100%;
  content: "center";
  vertical-align: middle;
  overflow: hidden;
}

.index_case .video_prev {
  left: 0;
}

.index_case .video_next {
  right: 0;
}

.index_case .video_prev,
.index_case .video_next {
  top: 80px;
  margin-top: 0;
}

/*index-five case end*/
footer {
  background: #2b3030;
  padding-bottom: 49px;
  border-bottom: 1px solid #363b3b;
}

footer .foot_left {
  float: left;
  padding-top: 57px;
}

footer .foot_left h5 {
  position: relative;
  font-size: 20px;
  color: #fff;
  line-height: 36px;
  padding-bottom: 20px;
  margin-bottom: 19px;
}

footer .foot_left h5:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 1px;
  background: #2982c6;
  content: '';
}

footer .foot_left p {
  color: #999;
  font-size: 14px;
  line-height: 30px;
}

footer .foot_left p img {
  float: left;
}

footer .foot_nav {
  float: left;
  padding-top: 57px;
}

footer .foot_nav dl {
  width: 150px;
  float: left;
}

footer .foot_nav dl dt,
footer .foot_nav dl dd {
  width: 100%;
}

footer .foot_nav dl dt {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 19px;
}

footer .foot_nav dl dt:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 1px;
  background: #2982c6;
  content: '';
}

footer .foot_nav dl dt a {
  font-size: 20px;
  color: #fff;
  line-height: 36px;
}

footer .foot_nav dl a {
  display: block;
}

footer .foot_nav dl a:hover {
  color: #fff;
}

footer .foot_nav dl dd a {
  color: #999;
  font-size: 14px;
  line-height: 30px;
}

footer .foot_right {
  float: right;
  margin-top: 67px;
}

footer .foot_right>img {
  width: 136px;
  height: 136px;
}

footer .foot_right p {
  font-size: 13px;
  color: #999999;
  text-align: center;
  line-height: 41px;
}

footer .foot_right .jia_fenx {
  margin: 15px 0 0 0;
}

footer .foot_right .fx_icon {
  width: 32px;
  height: 33px;
  float: left;
  position: relative;
  margin: 0 11px 0 3px !important;
}

footer .foot_right .fx_icon img {
  position: absolute;
  left: 5px;
  top: 0;
}

.copy_right {
  background: #2b3030;
  padding-bottom: 10px;
}

.copy_right p {
  float: left;
  line-height: 40px;
  color: #999;
}

.copy_right select {
  float: right;
  margin-top: 25px;
  padding: 2px 0 2px 10px;
  width: 192px;
  border: 1px solid #999999;
  background: #2b3030;
  color: #999;
  font-size: 14px;
}

/*index end*/
.floating {
  position: fixed;
  right: 0;
  bottom: 82px;
  z-index: 99;
}

.floating li {
  width: 48px;
  background: #d7d7d7;
  cursor: pointer;
  margin-bottom: 5px;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.floating li:hover {
  background: #2982c6;
}

.floating .fl2 span {
  position: absolute;
  right: 48px;
  z-index: -1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px)
}

.floating .fl2 span img {
  width: 160px;
}

.floating .fl2:hover span {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}

.floating .fl3:hover i {
  right: 48px;
}

.floating .fl3 i {
  display: block;
  top: 0;
  background: #2982c6;
  position: absolute;
  right: -135px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-weight: bold;
  width: 125px;
  padding-left: 10px;
  color: #fff;
  z-index: -1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  word-break: break-all;
}

.m_header {
  margin: 7px 0;
  display: none;
}

/*index end*/
.pro_title {
  background: url("../images/pro_bg.jpg") center top no-repeat;
  padding: 57px 0 60px;
}

.pro_title select {
  float: left;
  margin-left: 22px;
  border: none;
  background: #fff;
  padding: 10px 14px;
  font-size: 14px;
  color: #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 440px;
}

.pro_title select:first-child {
  margin-left: 0;
}

.pro_title input[type=submit] {
  width: 243px;
  height: 42px;
  border: none;
  background: #2982c6;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  margin-left: 24px;
}

.pro_title_txt {
  text-align: center;
  font-size: 30px;
  color: #222;
  line-height: 82px;
  position: relative;
  margin-top: 18px;
}

.pro_title_txt:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 37px;
  height: 4px;
  background: #2982c6;
  left: 50%;
  margin-left: -18px;
}

.pro_nav {
  font-size: 14px;
  color: #333;
  padding-top: 43px;
}

.pro_nav .w_1170 {
  border-bottom: 1px solid #dcdbdb;
  padding-bottom: 20px;
}

.pro_nav .w_1170 div {
  width: 100%;
  float: left;
  margin: 11px 0;
}

.pro_nav h5 {
  float: left;
  font-size: 14px;
  line-height: 29px;
}

.pro_nav span {
  float: left;
  display: block;
  width: 1100px;
}

.pro_nav a {
  float: left;
  color: #333;
  display: inline-block;
  line-height: 29px;
  padding: 0 12px;
  margin-left: 19px;
  margin-right: 6px;
}

.pro_nav a.on {
  background: #2982c6;
  color: #fff;
}

.pro_ul_one {
  width: 1200px;
  margin: 51px auto 0;
}

.pro_ul_one li {
  width: 368px;
  float: left;
  margin: 0 15px 45px 15px;
  border: 1px solid #e5e4e4;
  text-align: center;
}

.pro_ul_one li a {
  display: block;
}

.pro_ul_one li a span {
  display: block;
  height: 244px;
  width: 100%;
}

.pro_ul_one li a em {
  font-size: 16px;
  color: #333;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 69px;
  border-top: 1px solid #e5e4e4;
}

.cont_tit_bg {
  background: url("../images/pro_cot_bg.jpg") center center no-repeat;
  padding-top: 22px;
}

.cont_tit_bg a {
  line-height: 55px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 0 32px;
}

.cont_tit_bg a.on,
.cont_tit_bg a:hover {
  background: #fff;
  color: #333;
}

.cont_main_tit {
  font-size: 24px;
  color: #333;
  width: 1170px;
  margin: auto;
  line-height: 85px;
}

.gallery-top {
  height: 602px;
  width: 875px;
  float: left;
  border: 1px solid #e5e4e4;
}

.gallery-top img {
  width: 100%;
}

.gallery-thumbs {
  height: 603px;
  width: 273px;
  float: right;
  border-bottom: 1px solid #e5e4e4;
}

.gallery-thumbs .swiper-wrapper {
  float: left;
  width: 100%;
  margin-top: -8px;
}

.gallery-thumbs .swiper-slide {
  width: 271px;
  height: 178px;
  border: 1px solid #e5e4e4;
  overflow: hidden;
  cursor: pointer;
}

.gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
}

.gallery-thumbs .swiper-slide-active {
  border-color: #2982c6;
}

.gallery_box {
  padding-bottom: 20px;
}

/**/
#outer {
  width: 100%;
  margin: 0 auto;
}

#tab {
  overflow: hidden;
  zoom: 1;
  border-bottom: 1px solid #dbdcdc;
  display: flex;
}

#tab li {
  flex: 1;
  text-align: center;
  color: #333333;
  height: 57px;
  cursor: pointer;
  line-height: 57px;
  font-size: 16px;
}

#tab li.current {
  color: #fff;
  background: #2982c6;
  font-weight: bold;
}

.cont_pro_one {}

.cont_pro_one img,
.cont_pro_one table,
.cont_pro_one iframe {
  max-width: 100%;
  height: auto
}

#content {
  margin: 26px 0 40px;
  font-size: 16px;
  line-height: 2;
}

#content img {
  max-width: 100%;
}

#content>div:first-child {
  width: 100%;
  max-width: 100%
}

#content>div:first-child img {
  margin: auto;
  display: block
}

#content>div {
  display: none;
  max-width: 1170px;
  margin: 0 auto;
  min-height: 300px;
}

.cont_pro_two {}

.cont_pro_two dl {
  border-bottom: 1px solid #dedede;
  width: 100%;
  float: left;
  padding-bottom: 10px;
  padding-top: 12px;
}

.cont_pro_two dl dt {
  float: left;
  width: 211px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 36px;
}

.cont_pro_two dl dd {
  float: right;
  width: 959px;
  font-family: 'microsoft yahei';
}

.cont_pro_two dl dd p {
  color: #555;
  font-size: 16px;
  line-height: 30px;
}

.cont_pro_two dl dd pre {
  color: #555;
  font-size: 16px;
  line-height: 30px;
  font-family: 'microsoft yahei';
  width: 100%;
}

.cont_pro_two dl dd pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.cont_pro_two dl dd span {
  font-size: 14px;
  display: block;
  line-height: 30px;
  color: #555;
}

.cont_pro_two dl dd>img {
  float: left;
  margin-right: 56px;
}

.cont_pro_two dl dd ul {
  float: left;
}

.cont_pro_two dl dd ul li {
  float: left;
  margin-left: 20px;
  height: 120px;
  width: 224px;
  text-align: center;
}

.cont_pro_two dl dd ul li:nth-child(4n+1) {
  margin-left: 0;
}

.cont_pro_two dl dd ul li {
  margin-bottom: 10px;
}

.cont_pro_two dl dd ul li img {
  height: 120px;
  max-width: 100%;
  display: inline-block;
}

.cont_pro_two dl dd ul li em {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #555;
  line-height: 43px;
}

.cont_pro_three dl {
  border-bottom: 1px solid #dedede;
  width: 100%;
  float: left;
  padding-bottom: 35px;
  padding-top: 32px;
}

.cont_pro_three dt {
  float: left;
  width: 211px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
}

.cont_pro_three dd {
  float: right;
  width: 959px;
  font-size: 16px;
  color: #555;
  line-height: 30px;
}

.cont_pro_three dd img {
  max-width: 100%;
}

.cont_pro_four {
  width: 100%;
}

.cont_pro_four dl {
  width: 100%;
  float: left;
  border-bottom: 1px solid #dedede;
  padding: 26px 0;
}

.cont_pro_four dl dt {
  float: left;
  width: 211px;
  padding-top: 10px;
}

.cont_pro_four dl dt img.cont_cpl {
  display: none;
}

.cont_pro_four dl dt p {
  width: 70px;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 42px;
}

.cont_pro_four dl dd {
  float: left;
  width: 959px;
}

.cont_pro_four dl dd li {
  width: 100%;
  float: left;
}

.cont_pro_four ul li span {
  width: 600px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
  display: inline-block;
  color: #555;
  font-size: 16px;
  line-height: 46px;
}

.cont_pro_four ul li>a {
  float: right;
  display: inline-block;
  width: 100px;
  height: 28px;
  border: 1px solid #d4d4d4;
  text-indent: 11px;
  font-size: 14px;
  color: #555;
  line-height: 28px;
  background: url("../images/down_icon.png") 75px center no-repeat;
  margin-top: 8px;
}

.cont_pro_four dl:hover dt img.cont_cpl {
  display: block;
}

.cont_pro_four dl:hover dt img.cont_cp {
  display: none;
}

.cont_pro_four dl ul li:hover span {
  color: #2982c6;
}

.cont_pro_four dl ul li:hover>a {
  background: #2982c6 url("../images/down_icon2.png") 75px center no-repeat;
  color: #fff;
  border-color: #2982c6;
}

.cont_pro_five {
  width: 100%;
}

.cont_pro_five * {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.cont_pro_five li {
  float: left;
  width: 362px;
  margin-left: 42px;
  margin-bottom: 52px;
}

.cont_pro_five li:nth-child(3n+1) {
  margin-left: 0;
}

.cont_pro_five li a {
  display: block;
}

.cont_pro_five li a em {
  display: block;
  width: 100%;
  height: 237px;
  overflow: hidden;
}

.cont_pro_five li a span {
  display: inline-block;
  width: 100%;
  height: 237px;
}

.cont_pro_five li a img {
  display: none;
}

.cont_pro_five li a p {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 58px;
  font-size: 16px;
  color: #333;
  background: #f5f5f5;
  border-bottom: 3px solid #2982c6;
}

.cont_pro_five li a:hover span {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.cont_pro_five li a:hover p {
  border-bottom-color: #2982c6;
}

.cont_pro_six {
  width: 100%;
}

.cont_pro_six li {
  float: left;
  width: 350px;
  height: 267px;
  margin-left: 60px;
  margin-bottom: 14px;
}

.cont_pro_six li * {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.cont_pro_six li:nth-child(3n+1) {
  margin-left: 0;
}

.cont_pro_six li a {
  display: block;
  width: 100%;
  height: 197px;
  overflow: hidden;
  position: relative;
}

.cont_pro_six li a span {
  display: block;
  width: 100%;
  height: 197px;
  position: absolute;
  left: 0;
  top: 0;
}

.cont_pro_six li a i {
  display: block;
  width: 100%;
  height: 197px;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  position: relative;
}

.cont_pro_six li a i img {
  vertical-align: middle;
}

.cont_pro_six li a i:after {
  display: inline-block;
  width: 0;
  height: 100%;
  content: "center";
  vertical-align: middle;
  overflow: hidden;
}

.cont_pro_six li a:hover span {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.cont_pro_six li p {
  text-align: center;
  font-size: 16px;
  color: #555;
  line-height: 70px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*tab end*/
.cont_p3_tit {
  border-bottom: 1px solid #dbdcdc;
  width: 1170px;
  margin: 7px auto 0;
  height: 62px;
}

.cont_p3_tit span {
  border-bottom: 3px solid #2982c6;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  color: #666666;
  line-height: 61px;
}

.cont_p3_ul {
  width: 1200px;
  margin: 45px auto 75px;
}

.cont_p3_ul * {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.cont_p3_ul li {
  float: left;
  margin: 0 15px;
  border: 1px solid #e5e4e4;
  width: 368px;
}

.cont_p3_ul li a {
  display: block;
}

.cont_p3_ul li a em {
  display: block;
  width: 100%;
  height: 244px;
  border-bottom: 1px solid #e5e4e4;
  overflow: hidden;
}

.cont_p3_ul li a em span {
  display: block;
  width: 100%;
  height: 224px;
}

.cont_p3_ul li a p {
  text-align: center;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 69px;
  line-height: 69px;
}

.cont_p3_ul li:hover {
  border-color: #2982c6;
}

.cont_p3_ul li:hover a em span {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.product_1_nav {
  background: #efefef;
  height: 80px;
  overflow: hidden;
}

.product_1_nav span {
  float: left;
  font-size: 20px;
  color: #333;
  line-height: 80px;
}

.product_1_nav em {
  float: right;
  line-height: 80px;
}

.product_1_nav em a {
  font-size: 16px;
  color: #333;
  position: relative;
}

.product_1_nav em a:before {
  content: '|';
  margin-right: 10px;
}

.product_1_nav em a:first-child:before {
  content: '';
  margin-right: 0
}

.product_1_nav em a.on {
  color: #2982c6;
}

.product_1_nav em i {
  color: #999;
  font-size: 14px;
  padding: 0 21px;
}

.product_1_nav em i:first-child {
  display: none;
}

.navFix {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
}

.pro_1_one {
  width: 100%;
  position: relative;
  height: auto;
}

.pro_1_one h5 {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 3px);
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
}

.pro_1_one h5:after {
  display: inline-block;
  width: 0;
  height: 100%;
  content: "center";
  vertical-align: middle;
  overflow: hidden;
}

.pro_1_one img {
  vertical-align: middle;
}

.pro_1_one iframe,
.pro_1_one video {
  width: 100%;
}

.pro_1_one>img {
  display: none;
}


.pro_1_two {
  width: 100%;
  padding-bottom: 74px;
}

.pro_1_two dl {
  width: 100%;
}

.pro_1_two dl dt {
  float: left;
  width: 50%;
  padding-top: 116px;
}

.pro_1_two dl dt h4 {
  font-size: 44px;
  color: #333;
  line-height: 111px;
}

.pro_1_two dl dt p {
  font-size: 20px;
  color: #555;
  line-height: 36px;
  color: #555;
}

.pro_1_two dl dt h5 {
  font-size: 20px;
  color: #333;
  line-height: 36px;
  margin-top: 27px;
  display: inline-block;
}

.pro_1_two dl dt h5 i {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 17px solid #444444;
  display: inline-block;
  margin-left: 15px;
  margin-top: 8px;
  float: right;
}

.pro_1_two dl dd {
  float: right;
  width: 50%;
  padding-top: 77px;
}

.pro_1_two dl dd img {
  width: 585px;
  height: 482px;
}

.pro_1_two ul {
  width: 100%;
}

.pro_1_two ul li {
  float: left;
  margin-left: 30px;
}

.pro_1_two ul li:first-child {
  margin-left: 0;
}

.pro_1_three {
  width: 100%;
  background: url("../images/1_2.jpg") center center no-repeat;
  height: 620px;
  color: #fff;
}

.pro_1_three .w_1170 {
  height: 100%;
}

.pro_1_three .w_1170>div {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  width: 1170px;
  height: 620px;
}

.pro_1_three h4 {
  font-size: 44px;
  color: #fff;
  line-height: 111px;
}

.pro_1_three p {
  font-size: 20px;
  line-height: 36px;
}

.pro_1_four {
  width: 100%;
  height: 620px;
}

.pro_1_four .w_1170 dl {
  margin-top: 126px;
}

.pro_1_four .w_1170 dt {
  float: left;
  width: 662px;
}

.pro_1_four .w_1170 dt img {
  max-width: 100%;
}

.pro_1_four .w_1170 dd {
  margin-top: 45px;
  float: right;
  width: 442px;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}

.pro_1_four .w_1170 dd h4 {
  color: #333;
  font-size: 44px;
  line-height: 111px;
}

.pro_1_four .w_1170 dd p {
  font-size: 20px;
  color: #555;
  line-height: 36px;
}

.pro_1_five {
  background: #121313;
  height: 620px;
}

.w1418 {
  margin: auto;
  padding: 104px 0;
}

.w1418 .w_left {
  float: left;
  text-align: center;
  width: 461px;
  margin-left: 10%
}

.w1418 .w_left img {
  max-width: 100%;
}

.w1418 .w_right {
  float: right;
  text-align: center;
  margin-right: 10%
}

.w1418 .w_right img {
  max-width: 100%;
}

.w1418 .w_center {
  width: 465px;
  text-align: center;
  margin: auto;
  padding-top: 15px;
}

.w1418 .w_center h4 {
  font-size: 44px;
  color: #fff;
  line-height: 111px;
}

.w1418 .w_center p {
  line-height: 36px;
  color: #fff;
  font-size: 20px;
}

.pro_1_six {
  width: 100%;
  padding-top: 70px;
}

.pro_1_six .w_1220 {
  width: 1220px;
  margin: auto;
}

.pro_1_six .w_1220 dt {
  float: left;
  padding-left: 12px;
  width: 515px;
  padding-top: 172px;
}

.pro_1_six .w_1220 dt h4 {
  font-size: 44px;
  color: #333;
  line-height: 111px;
}

.pro_1_six .w_1220 dt p {
  line-height: 36px;
  color: #555;
  font-size: 20px;
}

.pro_1_six .w_1220 dd {
  width: 673px;
  float: right;
  text-align: center;
}

.pro_1_six .w_1220 dd img {
  max-width: 100%;
}

.pro_1_seven {
  background: url("../images/1_7.jpg") center center no-repeat;
  height: 620px;
}

.pro_1_seven .w_1246 {
  width: 1246px;
  margin: auto;
}

.pro_1_seven .w_1246 dt {
  float: left;
  width: 616px;
}

.pro_1_seven .w_1246 dt img {
  max-width: 100%;
}

.pro_1_seven .w_1246 dd {
  float: right;
  width: 506px;
  color: #fff;
  padding-top: 183px;
}

.pro_1_seven .w_1246 dd h4 {
  font-size: 44px;
  line-height: 111px;
}

.pro_1_seven .w_1246 dd p {
  line-height: 36px;
  font-size: 20px;
}

.pro_1_eight {
  text-align: center;
  padding: 72px 0 70px;
}

.pro_1_eight img {
  display: inline-block;
  margin: 0 25px;
  max-width: 100%;
}

.pro_1_nine {
  padding-bottom: 41px;
  padding-top: 5px;
}

.pro_1_nine h5 {
  float: left;
  line-height: 27px;
  font-size: 12px;
  color: #666;
}

.profx_icon_icon {
  width: 27px;
  height: 27px;
  float: left;
  position: relative;
  margin: 0 6px 0 3px !important;
}

.profx_icon_icon img {
  position: absolute;
  left: 5px;
  top: 0;
}

/*pro_1 end*/
.pro_2one {
  width: 1170px;
  margin: auto;
  padding: 9px 0 100px;
}

.pro_4one {
  padding: 9px 0 105px 0;
  width: 1170px;
  margin: auto;
}

.pro_5one {
  padding: 61px 0 42px 0;
  width: 1170px;
  margin: auto;
}

.pro_6one {
  padding: 61px 0 46px 0;
  width: 1170px;
  margin: auto;
}

/*product end*/
.n_banner {
  height: 300px;
  position: relative;
}

.n_nav {
  position: relative;
  z-index: 2;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  margin-top: -60px;
}

.n_nav a {
  color: #fff;
  font-size: 16px;
  padding: 0 28px;
  display: inline-block;
  line-height: 60px;
  margin: 0 10px;
}

.n_nav a.on,
.n_banner .n_nav a:hover {
  background: #2982c6;
  font-weight: bold;
}

.n_title {
  width: 100%;
  text-align: center;
  line-height: 73px;
  margin-top: 23px;
}

.n_title h5 {
  font-size: 30px;
  color: #353535;
  position: relative;
  padding-bottom: 4px;
}

.n_title h5:after {
  width: 37px;
  height: 4px;
  background: #2982c6;
  position: absolute;
  left: 50%;
  margin-left: -18px;
  bottom: 0;
  content: '';
}

.list_p2 {
  width: 1170px;
  margin: 18px auto;
  min-height: 400px;
}

.list_p2 * {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.list_p2 dl {
  width: 100%;
  float: left;
  padding: 40px 0;
  border-bottom: 1px solid #e3e2e2;
}

.list_p2 dl dt {
  float: left;
  width: 274px;
  height: 190px;
  overflow: hidden;
}

.list_p2 dl dt a {
  display: block;
  width: 100%;
  height: 100%;
}

.list_p2 dl dd {
  width: 864px;
  float: right;
}

.list_p2 dl dd a {
  display: block;
}

.list_p2 dl dd a h5 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list_p2 dl dd a h6 {
  font-size: 14px;
  color: #888;
  padding: 3px 0 16px 0;
}

.list_p2 dl dd a p {
  font-size: 14px;
  color: #888;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}

.list_p2 dl dd a em {
  margin-top: 22px;
  float: right;
  display: inline-block;
  border: 1px solid #d4d4d4;
  text-align: center;
  color: #555;
  font-size: 14px;
  width: 129px;
  height: 32px;
  line-height: 32px;
}

.list_p2 dl:hover dt a {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.list_p2 dl:hover dd a h5 {
  color: #2982c6;
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.list_p2 dl:hover dd a em {
  border-color: #2982c6;
  background: #2982c6;
  color: #fff;
}

.pagination {
  text-align: center;
  padding: 33px 0 63px;
}

.pagination li {
  display: inline
}

.pagination li span {
  display: inline-block;
  border: 1px solid #d5d5d5;
  color: #555;
  font-size: 14px;
  line-height: 29px;
  padding: 0 10px;
  margin: 0 2.5px;
}

.pagination a {
  display: inline-block;
  border: 1px solid #d5d5d5;
  color: #555;
  font-size: 14px;
  line-height: 29px;
  padding: 0 10px;
  margin: 0 2.5px;
}

.pagination a.on,
.pagination a:hover {
  background: #2982c6;
  border-color: #2982c6;
  color: #fff;
}

.pagination a.page_prev,
.pagination a.page_next {
  padding: 0 23px;
}

.pagination li.active span {
  background: #2982c6;
  border-color: #2982c6;
  color: #fff;
}

.cont_p2_em {
  text-align: center;
  width: 780px;
  margin: auto;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 12px;
}

.cont_p2_em span {
  float: left;
  margin-right: 16px;
  color: #777;
  line-height: 36px;
  font-size: 14px;
}

.cont_p2_em span img {
  float: left;
  margin-top: 9px;
}

.cont_p2_em>a {
  float: right;
  font-size: 14px;
  color: #777;
  display: inline-block;
  line-height: 30px;
}

.cont_p2_em>a img {
  float: left;
  margin-top: 9px;
}

.cont_p2_tit {
  width: 780px;
  margin: 43px auto 27px;
  text-align: center;
  font-size: 24px;
  color: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
  line-height: 36px;
}

.cont_em {
  float: left;
  margin: 9px 0 0 0;
  padding: 0;
  font-size: 14px;
}

.cont_em span {
  font-size: 14px !important;
}

.cont_em .cont_em_icon {
  position: relative;
  width: 27px;
  height: 17px;
}

.cont_em .cont_em_icon img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 2px;
}

.cont_p2_box {
  width: 780px;
  margin: auto;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  border-bottom: 1px solid #dddddd;
  padding: 29px 0 63px 0;
  min-height: 400px;
}

.cont_p2_box img,
.cont_p2_box table,
.cont_p2_box iframe {
  max-width: 100%;
}

.page_f {
  font-size: 14px;
  line-height: 30px;
  width: 1170px;
  margin: auto;
  font-weight: bold;
  color: #555;
  padding: 22px 0 70px;
}

.page_f a {
  color: #333;
  font-weight: normal;
}

/*list p2 end*/
.list_p3_4 {
  width: 1212px;
  margin: 8px auto 0;
  min-height: 400px;
}

.list_p3_4 li {
  float: left;
  margin: 29px 21px 17px 21px;
  width: 260px;
}

.list_p3_4 li * {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.list_p3_4 li a {
  display: block;
}

.list_p3_4 li a span {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 170px;
}

.list_p3_4 li a span em {
  display: block;
  width: 100%;
  height: 100%;
}

.list_p3_4 li a h4 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #353535;
  line-height: 36px;
  padding-top: 10px;
  padding-bottom: 5px;
}

.list_p3_4 li a p {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  height: 48px;
}

.list_p3_4 li a:hover span em {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.list_p3_4 li a:hover h4 {
  color: #2982c6;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

/*p3_4 edn*/
.list_p3_2 {
  width: 1212px;
  margin: 42px auto 0;
  min-height: 400px;
}

.list_p3_2 li {
  float: left;
  width: 260px;
  margin: 16px 21px 5px 21px;
}

.list_p3_2 li * {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.list_p3_2 li a {
  display: block;
}

.list_p3_2 li a span {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 170px;
}

.list_p3_2 li a span em {
  display: block;
  width: 100%;
  height: 100%;
}

.list_p3_2 li a h4 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
  line-height: 50px;
  text-align: center;
}

.list_p3_2 li a:hover span em {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.list_p3_2 li a:hover h4 {
  color: #2982c6;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

/*list_p3_2 end*/
.list_p3_3 {
  width: 1230px;
  margin: 40px auto 0;
  min-height: 400px;
}

.list_p3_3 li {
  float: left;
  width: 350px;
  margin: 13px 30px 0 30px;
}

.list_p3_3 li * {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.list_p3_3 li a {
  display: block;
}

.list_p3_3 li a span {
  display: block;
  overflow: hidden;
  height: 197px;
  position: relative;
}

.list_p3_3 li a span em {
  display: block;
  width: 100%;
  height: 100%;
}

.list_p3_3 li a span i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) url("../images/video_btn.png") center center no-repeat;
}

.list_p3_3 li a p {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
  line-height: 70px;
}

.list_p3_3 li a:hover span em {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.list_p3_1 {
  width: 1170px;
  margin: 0 auto 14px;
}

.list_p3_1 li {
  float: left;
  width: 100%;
}

.list_p3_1 li dl {
  float: left;
  width: 100%;
}

.list_p3_1 li dl dt {
  cursor: pointer;
  background: url("../images/q_h.jpg") left 22px no-repeat;
  line-height: 25px;
  font-size: 16px;
  color: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
  padding-bottom: 28px;
  padding-top: 27px;
  padding-left: 50px;
  border-bottom: 1px solid #dfdfdf;
}

.list_p3_1 li dl dd {
  display: none;
  padding-left: 50px;
  background: url("../images/q_a.jpg") left 27px no-repeat;
  padding-top: 28px;
  font-size: 14px;
  color: #555;
  line-height: 26px;
  padding-bottom: 39px;
}

.list_p3_1 li dl.on dt {
  background: url("../images/q_l.jpg") left 22px no-repeat;
}

.list_3_1_form {
  padding-right: 365px;
  width: 805px;
  margin: auto;
  background: url("../images/jxw.jpg") right bottom no-repeat;
  margin-top: 39px;
  margin-bottom: 56px;
}

.list_3_1_form p {
  float: left;
  width: 400px;
  margin-bottom: 18px;
}

.list_3_1_form p label {
  width: 50px;
  float: left;
  display: inline-block;
  line-height: 42px;
  font-size: 14px;
  color: #333;
}

.list_3_1_form p input[type=text] {
  float: left;
  width: 320px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #d5d5d5;
  color: #555;
  font-size: 14px;
  text-indent: 1em;
}

.list_3_1_form p textarea {
  width: 720px;
  height: 143px;
  border: 1px solid #d5d5d5;
  float: left;
  line-height: 30px;
  font-size: 14px;
  padding: 0 5px;
}

.list_3_1_form p img {
  width: 76px;
  height: 42px;
  margin-left: 10px;
}

.list_3_1_form p input[type=submit],
.list_3_1_form p input[type=reset] {
  float: left;
  width: 140px;
  height: 40px;
  border: none;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #888;
  margin-top: 17px;
  cursor: pointer;
}

.list_3_1_form p input[type=submit] {
  background: #2982c6;
  margin-left: 51px;
  margin-right: 21px;
}

.list_3_1_form p span {
  margin-left: 51px;
  font-size: 14px;
  color: #555;
}

.list_p4_4 {
  width: 1170px;
  margin: 45px auto 90px;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 36px;
}

.list_p4_4 img,
.list_p4_4 table,
.list_p4_4 iframe {
  max-width: 100%;
}

.list_p4_2 {
  margin: 55px auto;
  width: 1170px;
  font-size: 14px;
  line-height: 36px;
  color: #555;
}

.list_p4_2 img,
.list_p4_2 table,
.list_p4_2 iframe {
  max-width: 100%;
}

.p4_2_ul {
  width: 100%;
  margin: auto;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 36px;
}

.p4_2_ul li {
  display: inline-block;
  width: 73px;
  margin: 0 78px;
  font-size: 16px;
}

.p4_2_ul li p {
  line-height: 41px;
}

.p4_2_ul li img {
  max-width: 100%;
}

.p4_2_ul2 {
  width: 100%;
  text-align: center;
  padding-bottom: 5px;
}

.p4_2_ul2 li {
  float: left;
  padding-left: 40px;
  text-align: left;
  width: 310px;
}

.p4_2_ul2 li h3 {
  font-weight: bold;
  color: #333;
  font-size: 18px;
  line-height: 30px;
}

.p4_2_ul2 li h4 {
  padding-top: 4px;
  font-weight: bold;
  font-size: 14px;
  color: #555;
  line-height: 30px;
}

.p4_2_ul2 li p {
  font-size: 14px;
  color: #555;
  line-height: 30px;
}

.p4_2_ul2 li img {
  margin: 5px 0;
}

.p4_2_ul2 li:nth-child(2) {
  margin: 0 20px;
  padding-left: 81px;
}

.list_p4_3 {
  line-height: 32px;
  font-size: 14px;
  color: #555;
  margin: 48px auto 74px;
  width: 1170px;
}

.list_p4_3 img,
.list_p4_3 table,
.list_p4_3 iframe {
  max-width: 100%;
}

.p4_3_ul {
  text-align: center;
  padding-top: 39px;
}

.p4_3_ul li {
  display: inline-block;
  margin: 0 38px;
}

.p4_3_ul li p {
  font-size: 16px;
  color: #555;
  line-height: 51px;
}

.n_down_nav {
  width: 100%;
  text-align: center;
  position: relative;
  margin: 54px 0 44px;
}

.n_down_nav:after {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  content: '';
  position: absolute;
  top: 22px;
  left: 0;
  z-index: -1;
}

.n_down_nav span {
  padding: 0 15px;
  background: #fff;
  display: inline-block;
}

.n_down_nav a {
  position: relative;
  z-index: 2;
  display: inline-block;
  border: 1px solid #d7d6d6;
  width: 147px;
  height: 43px;
  line-height: 43px;
  font-size: 16px;
  color: #333;
  margin: 0 11px;
  background: #fff;
}

.n_down_nav a:hover,
.n_down_nav a.on {
  background: #2982c6;
  color: #fff;
  border-color: #2982c6;
}

.down_select {
  background: #eaeaea;
  padding: 37px 0 32px;
}

.down_select select,
.down_select input[type=text] {
  width: 24.5%;
  float: left;
  margin-left: 20px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  color: #333;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-indent: 10px;
}

.down_select select:first-child {
  margin-left: 0;
}

.down_select input[type=submit] {
  width: 243px;
  height: 42px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  background: #2982c6;
  float: right;
  margin-right: 1px;
}

.list_p4_1 {
  width: 1170px;
  margin: 43px auto 0;
  min-height: 400px;
}

.list_p4_1 li {
  width: 1168px;
  border: 1px solid #d7d6d6;
  margin-bottom: 21px;
  float: left;
}

.list_p4_1 li h5 {
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 58px;
  font-size: 16px;
  color: #555;
  padding-left: 26px;
  width: 710px;
}

.list_p4_1 li h5 a {
  color: #000;
  opacity: 0.9;
  filter: alpha(opacity=0.9);
}

.list_p4_1 li h5 a:hover {
  color: #2982c6;
}

.list_p4_1 li span {
  display: inline-block;
  float: left;
  line-height: 58px;
  font-size: 14px;
  color: #777;
  margin-left: 36px;
}

.list_p4_1 li>a {
  float: right;
  display: inline-block;
  width: 62px;
  height: 58px;
  background: url("../images/down_black.jpg") center center no-repeat;
  margin-left: 25px;
}

.list_p4_1 li>a:hover {
  background: url("../images/down_h.jpg") center center no-repeat;
}

.cont_p4_tit {
  width: 1141px;
  padding-left: 29px;
  margin: 50px auto 0;
  background: #f4f4f4;
  line-height: 60px;
  font-size: 18px;
  color: #555;
}

.cont_p4_em {
  width: 1170px;
  margin: auto;
}

.cont_p4_em span {
  float: left;
  display: inline-block;
  color: #888;
  font-size: 14px;
  margin-left: 37px;
  line-height: 84px;
}

.cont_p4_em span:first-child {
  margin-left: 0;
}

.cont_p4_em p {
  width: 100%;
  float: left;
}

.cont_p4_box {
  width: 1170px;
  margin: 36px auto 106px;
  padding-top: 19px;
  border-top: 1px solid #e0e1e1;
}

.cont_p4_box h5 {
  font-size: 16px;
  color: #666;
  line-height: 73px;
}

.cont_p4_box img {
  max-width: 100%;
}

.cont_p4_boxay {
  font-size: 14px;
  line-height: 30px;
  color: #555;
}

.list_p5_1 {
  width: 1170px;
  margin: 50px auto 85px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}

.list_p5_1 img,
.list_p5_1 table,
.list_p5_1 iframe,
.list_p5_1 video {
  max-width: 100%;
}

.list_p5_6 {
  width: 1230px;
  margin: 36px auto;
}

.list_p5_6 h5 {
  padding: 20px 30px 25px 30px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  width: 1170px;
  float: left;
}

.list_p5_6 h5 img {
  float: left;
  margin-right: 10px;
}

.list_p5_6 ul {
  width: 100%;
  float: left;
}

.list_p5_6 ul li {
  float: left;
  margin: 0 30px 24px 30px;
}

.list_p5_6 ul li p {
  font-size: 14px;
  color: #555;
  line-height: 45px;
}

.list_p5_6 ul li img {
  width: 340px;
  height: 90px;
  padding: 4px;
  border: 1px solid #d7d7d7;
}

.list_p5_6 ul li:hover img {
  border-color: #2982c6;
}

.list_p5_5 {
  width: 1170px;
  margin: 17px auto;
  min-height: 400px;
}

.list_p5_5 * {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.list_p5_5 dl {
  width: 100%;
  float: left;
  padding: 40px 0;
  border-bottom: 1px dashed #d9d9d9;
}

.list_p5_5 dl dt {
  float: left;
  width: 215px;
  height: 234px;
  overflow: hidden;
}

.list_p5_5 dl dt a {
  display: block;
  width: 100%;
  height: 100%;
}

.list_p5_5 dl dd {
  width: 924px;
  float: right;
}

.list_p5_5 dl dd a {
  display: block;
}

.list_p5_5 dl dd a h4 {
  font-size: 30px;
  color: #333;
  line-height: 36px;
}

.list_p5_5 dl dd a h5 {
  padding-top: 11px;
  padding-bottom: 14px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}

.list_p5_5 dl dd a p {
  font-size: 14px;
  color: #555;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
}

.list_p5_5 dl dd a h6 em {
  margin-top: 14px;
  float: right;
  border: 1px solid #d4d4d4;
  display: inline-block;
  width: 129px;
  line-height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #555;
}

.list_p5_5 dl:hover dt a {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.list_p5_5 dl:hover dd h4 {
  color: #2982c6;
}

.list_p5_5 dl:hover dd h6 em {
  background: #2982c6;
  color: #fff;
  border-color: #2982c6;
}

.list_p5_3 {
  width: 1170px;
  margin: auto;
}

.galleryP_box {
  position: relative;
  width: 100%;
}

.galleryP-top {
  height: 224px;
  width: 100%;
  float: left;
  background: #f2f2f2;
  margin: 57px auto 0 !important;
}

.galleryP-top dl {
  width: 100%;
}

.galleryP-top dl dt {
  float: left;
  width: 330px;
  height: 224px;
}

.galleryP-top dl dt img {
  width: 100%;
  height: 100%;
}

.galleryP-top dl dd {
  width: 779px;
  float: right;
}

.galleryP-top dl dd h5 {
  color: #555;
  font-size: 36px;
  line-height: 65px;
  padding-top: 26px;
}

.galleryP-top dl dd p {
  font-size: 14px;
  color: #555;
  line-height: 30px;
  height: 90px;
  overflow-y: auto;
}

.galleryP-thumbs {
  width: 100%;
  float: left;
  background: url("../images/dsj_bg.png") left 34px repeat-x;
}

.galleryP-thumbs .swiper-wrapper {
  float: left;
  width: 100%;
}

.galleryP-thumbs .swiper-slide {
  width: 160px;
  text-align: center;
  height: 90px;
  overflow: hidden;
  cursor: pointer;
}

.galleryP-thumbs .swiper-slide p {
  line-height: 24px;
  font-size: 18px;
  color: #555;
  margin-top: 8px;
}

.galleryP-thumbs .swiper-slide span {
  display: inline-block;
  width: 100%;
  height: 46px;
  background: url("../images/add_icon2.png") center 29px no-repeat;
}

.galleryP-thumbs .swiper-slide-active p {
  font-weight: bold;
  color: #2982c6;
}

.galleryP-thumbs .swiper-slide-active span {
  background: url("../images/add_icon.png") center center no-repeat;
}

.galleryP_box {
  padding-bottom: 92px;
}

.swi_btn {
  width: 38px;
  height: 57px;
  top: 30px !important;
}

.swileft {
  left: 0 !important;
}

.swiright {
  right: 0 !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  filter: alpha(opacity=100) !important;
}

.p5_3_one {
  background: url("../images/dsj_bg.jpg") left bottom no-repeat;
  position: relative;
  height: 486px;
  margin-top: 52px;
}

.p5_3_one>div {
  position: absolute;
}

.p5_3_one>div h6 {
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 53px;
}

.p5_3_one>div p {
  border: 1px solid #dadada;
  width: 135px;
  padding: 12px 5px;
  position: relative;
  font-size: 14px;
  color: #555;
  line-height: 24px;
  min-height: 98px;
}

.p5_3_one>div p:after {
  background: url("../images/sj.jpg") no-repeat;
  display: inline-block;
  width: 13px;
  height: 8px;
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -8px;
}

.p5_3_one .thone1 {
  left: 0;
  bottom: 130px;
}

.p5_3_one .thone2 {
  left: 162px;
  bottom: 156px;
}

.p5_3_one .thone3 {
  left: 328px;
  bottom: 188px;
}

.p5_3_one .thone4 {
  left: 497px;
  bottom: 213px;
}

.p5_3_one .thone5 {
  left: 664px;
  bottom: 240px;
}

.p5_3_one .thone6 {
  left: 833px;
  bottom: 263px;
}

.p5_3_one .thone7 {
  left: 983px;
  bottom: 300px;
}

.list_p5_3_tit {
  text-align: center;
  padding-top: 54px;
  padding-bottom: 7px;
}

.list_p5_3_tit h5 {
  font-weight: bold;
  color: #333;
  font-size: 24px;
  line-height: 30px;
}

.list_p5_3_tit h6 {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
  opacity: 0.5;
  filter: alpha(opacity=50);
  line-height: 36px;
  letter-spacing: 9px;
}

.list_p5_2 {
  width: 1170px;
  padding-top: 48px;
  margin: auto;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  margin-bottom: 56px;
  padding-bottom: 40px;
  background: url("../images/p5_2_bg.jpg") right bottom no-repeat;
}

.list_p5_2 img,
.list_p5_2 table,
.list_p5_2 iframe {
  max-width: 100%;
}

.list_p5_2 .p5_2ul {
  width: 100%;
}

.list_p5_2 .p5_2ul li {
  float: left;
  width: 50%;
}

.list_p5_2 .p5_2ul19 li {
  width: 33.33%
}

.list_p5_2 .p5_2_p1 {
  padding-top: 12px;
}

.list_p5_2 .p5_2_p1 img {
  margin-left: 39px;
}

.list_p5_2 .p5_2_p1 img:first-child {
  margin-left: 0;
}

.list_p5_2 .fl {
  width: 100%;
  float: left;
  border-bottom: 1px solid #e1e1e1;
  padding: 29px 0 16px;
}

.list_p5_2 .fl span {
  float: left;
  margin-left: 80px;
  display: inline-block;
}

.list_p5_2 .fl span:first-child {
  margin-left: 0;
}

.list_p5_2 .fl span img {
  float: left;
  margin-top: 11px;
}

.list_p5_4 {
  width: 1214px;
  margin: 5px auto 3px;
  min-height: 400px;
}

.list_p5_4 li {
  width: 258px;
  float: left;
  margin: 0 22px 12px 22px;
}

.list_p5_4 li a {
  display: block;
}

.list_p5_4 li a span {
  display: block;
  width: 100%;
  height: 201px;
}

.list_p5_4 li a>img {
  display: none;
}

.list_p5_4 li a p {
  text-align: center;
  font-size: 14px;
  color: #555;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 48px;
}

.list_p6_2 {
  width: 1170px;
  margin: 50px auto 0;
  line-height: 30px;
  font-size: 14px;
  color: #555;
  background: url("../images/jxw2.jpg") right 34px no-repeat;
}

.list_p6_2 .p6_2_one {
  border: 1px solid #e2e1e1;
  padding: 23px 30px;
}

.list_p6_2 .p6_2_one ul {
  float: left;
  line-height: 36px;
}

.list_p6_2 .p6_2_one .w440 {
  width: 440px;
}

.list_p6_2 .p6_2_one .w660 {
  width: 665px;
}

.list_p6_2 .p6_2_two {
  border: 1px solid #e2e1e1;
  padding: 23px 30px 31px 30px;
}

.list_p6_2 #JL_form h5 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 36px;
  padding-bottom: 9px;
  padding-top: 34px;
}

.list_p6_2 #JL_form h6 {
  font-size: 14px;
  color: #555;
  margin-bottom: 21px;
}

.list_p6_2 #JL_form div {
  float: left;
  width: 570px;
  margin-left: 30px;
  margin-bottom: 29px;
}

.list_p6_2 #JL_form div.div_0 {
  margin-left: 0;
}

.list_p6_2 #JL_form div.div_0 input[type=text] {
  width: 480px;
}

.list_p6_2 #JL_form div label {
  float: left;
  padding-right: 10px;
  display: inline-block;
  line-height: 42px;
  font-size: 14px;
  color: #333;
}

.list_p6_2 #JL_form div input[type=text] {
  width: 473px;
  height: 40px;
  border: 1px solid #d5d5d5;
}

.list_p6_2 #JL_form input[type=submit] {
  width: 140px;
  height: 40px;
  border: none;
  background: #2982c6;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin: 9px auto 70px;
  cursor: pointer;
}

.list_p6_2 #JL_form input[type=reset] {
  width: 140px;
  height: 40px;
  border: none;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #888;
  margin-top: 17px;
  cursor: pointer;
}

.list_p6_1 {
  width: 1170px;
  margin: auto;
  font-size: 14px;
  color: #555;
  line-height: 30px;
  padding-bottom: 77px;
}

.list_p6_1 h3 {
  font-size: 14px;
  color: #555;
  font-weight: bold;
  text-align: center;
  padding: 53px 0;
}

.list_p6_1 dl {
  margin-bottom: 50px;
}

.list_p6_1 dl dt {
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-weight: bold;
  background: #2982c6;
  text-align: center;
  font-size: 20px;
}

.list_p6_1 dl dd {
  width: 100%;
  border: 1px solid #e2e1e1;
  border-top: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.list_p6_1 dl dd div.p6_one {
  padding-top: 29px;
  padding-bottom: 40px;
  width: 473px;
  float: left;
  margin-left: 70px;
  font-size: 14px;
  color: #555;
  line-height: 30px;
}

.list_p6_1 dl dd div.p6_one h4 {
  font-weight: bold;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 4px;
}

.list_p6_1 dl dd .p6_two {
  width: 243px;
  float: left;
  text-align: center;
  padding: 30px 0;
}

.list_p6_1 dl dd .p6_two h4 {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  padding-top: 7px;
  padding-bottom: 10px;
}

.list_p6_1 dl dd .p6_two p {
  font-size: 14px;
  color: #555;
  line-height: 30px;
}

.list_p6_1 dl dd .p6_twocenter {
  width: 680px;
}

.list_p6_1 dl dd .p6_three {
  width: 170px;
  text-align: left;
  padding-left: 72px;
  float: left;
  padding-top: 30px;
  padding-bottom: 30px;
}

.list_p6_1 dl dd .p6_three h4 {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  padding-top: 7px;
  padding-bottom: 10px;
}

.list_p6_1 dl dd .p6_three p {
  font-size: 14px;
  color: #555;
  line-height: 30px;
}

.list_p6_1 dl dd .p6_threecenter {
  padding-left: 286px;
  width: 390px;
}

.list_p6_1 .p6_four {
  background: url("../images/add_icon22.jpg") left 0 no-repeat;
  padding-left: 55px;
}

.list_p6_1 .p6_four h5 {
  font-size: 16px;
  color: #333;
  padding-bottom: 10px;
  padding-top: 2px;
}

.list_p6_1 .p6_four p {
  font-size: 14px;
  color: #555;
  line-height: 30px;
}

.list_p6_1 .map {
  padding: 9px;
  border: 1px solid #e2e1e1;
  margin: 28px 0;
}

.list_p7_1 {
  width: 1212px;
  margin: 34px auto 0;
  min-height: 400px;
}

.list_p7_1 * {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.list_p7_1 li {
  float: left;
  width: 260px;
  margin: 22px 21px 0 21px;
}

.list_p7_1 li a {
  display: block;
  width: 100%;
  height: 100%;
}

.list_p7_1 li a>img {
  display: none;
}

.list_p7_1 li a em {
  display: block;
  width: 100%;
  height: 170px;
  overflow: hidden;
  position: relative;
}

.list_p7_1 li a span {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.list_p7_1 li a p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #222;
  text-align: center;
  line-height: 49px;
}

.list_p7_1 li a:hover span {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.list_p7_2 {
  width: 1170px;
  margin: 54px auto 13px;
  min-height: 400px;
}

.list_p7_2 dt {
  width: 100%;
  background: #2982c6;
  float: left;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 57px;
}

.list_p7_2 span {
  display: inline-block;
  float: left;
}

.list_p7_2 span.span1 {
  padding-left: 35px;
  width: 438px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list_p7_2 span.span2 {
  width: 221px;
  text-align: center;
}

.list_p7_2 span.span3 {
  width: 223px;
  text-align: center;
}

.list_p7_2 span.span4 {
  width: 196px;
  text-align: center;
}

.list_p7_2 dd {
  width: 100%;
}

.list_p7_2 dd ul {
  width: 100%;
}

.list_p7_2 dd ul li {
  float: left;
  margin-top: 8px;
  width: 100%;
  border: 1px solid #d4d3d3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 51px;
  font-size: 15px;
}

.list_p7_2 dd ul li a {
  color: #333;
}

.cont_p7_2 {
  width: 1170px;
  margin: 20px auto 70px;
}

.cont_p7_2 .cont_p7_2_tit {
  color: #222;
  font-size: 24px;
  line-height: 36px;
  padding: 23px 0;
}

.cont_p7_2 .cont_p7_2_em {
  padding-bottom: 17px;
}

.cont_p7_2 .cont_p7_2_em em {
  border: 1px solid #2982c6;
  padding: 0 15px;
  display: inline-block;
  float: left;
  line-height: 23px;
  color: #2982c6;
  margin-left: 13px;
}

.cont_p7_2 .cont_p7_2_em em:first-child {
  margin-left: 0;
}

.cont_p7_2>h5 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 24px;
  padding: 21px 0 11px;
}

.cont_p7_2 .cont_p7_2box1 {
  font-size: 14px;
  color: #666;
  line-height: 32px;
}

.cont_p7_2 .p7_2a {
  background: #2982c6;
  width: 177px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin-top: 35px;
}

.list_new {
  width: 1170px;
  margin: 40px auto 0;
}

.list_new li {
  border-bottom: 1px dashed #ccc;
  width: 100%;
  float: left;
}

.list_new li a {
  display: block;
  font-size: 15px;
  line-height: 50px;
}

.list_new li a span {
  display: inline-block;
  overflow: hidden;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 80%;
}

.list_new li a i {
  float: right;
}

.wap_footer {
  padding-bottom: 5px;
  display: none;
  position: fixed;
  width: 100%;
  height: 50px;
  background: #2982c6;
  bottom: 0;
  z-index: 66;
}

.wap_footer a {
  float: left;
  display: inline-block;
  text-align: center;
  width: 25%;
  font-size: 15px;
}

.wap_footer a span {
  display: block;
  width: 100%;
  color: #fff;
}

.wap_footer a img {
  height: 35px;
}

.mz_btn {
  width: 274px;
  height: 67px;
  display: block;
  margin: 53px auto 57px;
  background: url('../images/pj_btn.jpg') center center no-repeat;
}

.mz_btn:hover {
  background: url('../images/pj_btn222.jpg');
}

/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
.xx_edn {
  width: 43% !important
}

.picphoto {
  display: block;
  width: 100%;
  text-align: center;
}

.share_right {
  float: left
}

.share_right a {
  display: block;
  float: left;
  width: 32px !important;
  height: 32px !important;
  padding: 0 !important;
  margin: 0 7.5px !important;
  background-position: 0 0 !important;
}

.share_right a.share_weibo {
  background: url(../images/info_shareicon1.png) no-repeat center !important;
}

.share_right a.share_qq {
  background: url(../images/info_shareicon2.png) no-repeat center !important;
}

.share_right a.share_weixin {
  background: url(../images/info_shareicon3.png) no-repeat center !important;
}

.Gallery {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  z-index: 999999;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease
}

.Gallery {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 999999;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease
}

.Gallery.show {
  opacity: 1
}

.g-bottom,
.g-left,
.g-right,
.g-top {
  z-index: 99;
  display: block;
  -webkit-appearance: none;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease
}

.g-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, .7);
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  z-index: 120
}

.g-left.none,
.g-right.none {
  opacity: .3;
  cursor: not-allowed
}

.g-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, .7);
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  z-index: 120
}

.g-left {
  position: absolute;
  top: 43%;
  left: 0;
  height: 14%;
  background: rgba(0, 0, 0, .5);
  width: 55px;
  cursor: pointer
}

.g-right {
  position: absolute;
  top: 43%;
  right: 0;
  height: 14%;
  background: rgba(0, 0, 0, .5);
  width: 55px;
  cursor: pointer
}

.Gallery img {
  max-height: 87%;
  max-width: 99%
}

.Gallery.Gallery-none img {
  max-height: 100%;
  max-width: 99%
}

.Gallery-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0)
}

.g-left:after {
  content: '';
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -1px
}

.g-left:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-top: none;
  border-right: none;
  display: block;
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -6px
}

.g-right:after {
  content: '';
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -1px
}

.g-right:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-left: none;
  border-bottom: none;
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -6px
}

.g-list {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0
}

.g-list span {
  display: inline-block;
  vertical-align: middle;
  height: 100%
}

.g-list img {
  vertical-align: middle;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease
}

.Gallery-wrap.grab .g-list img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing
}

.g-top .g-count {
  width: auto;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 18px
}

.g-top button {
  height: 45px;
  width: 45px;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  opacity: .8;
  background: 0 0;
  -webkit-tap-highlight-color: transparent
}

.g-top span {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 45px;
  color: #fff
}

.g-close {
  cursor: pointer
}

.g-close:after {
  content: '';
  width: 24px;
  height: 2px;
  background: #fff;
  display: block;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  left: 8px;
  top: 21px
}

.g-close:before {
  content: '';
  width: 24px;
  height: 2px;
  background: #fff;
  display: block;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  left: 8px;
  top: 21px
}

.g-top button:hover {
  opacity: 1
}


.downFixed {
  height: 42px;
}

.down_fix {
  position: fixed;
  top: 0;
  width: 80%;
  padding: 10px 10%;
  background: #eaeaea;
  z-index: 3
}

.pro_fix {
  position: fixed;
  top: 0;
  background: #eaeaea;
  z-index: 3;
  width: 100%;
  left: 0
}

.foot_tab {
  float: right;
  margin-top: 67px;
  margin-left: 25px
}

.foot_tab .tab {
  overflow: hidden;
  zoom: 1;
  margin-top: 2px;
  display: flex
}

.foot_tab .tab li {
  color: #fff;
  cursor: pointer;
  flex: 1
}

.foot_tab .tab li.current {
  filter: brightness(0) invert(1);
}

.foot_tab .contImg {}

.foot_tab .contImg div {
  display: none;
  line-height: 40px;
  font-size: 13px;
  color: #999999;
  text-align: center
}

.foot_tab .contImg div img {
  width: 136px;
  height: 136px;
  margin-bottom: 2px
}


.product_1_nav em a {
  margin-left: 15px;
}

.product_1_nav em i {
  display: none
}

.zy_content {
  overflow-x: hidden
}

.zy_content .zy_display {
  display: none
}

/* 头部底部重塑 */
.w_1440 {
  margin: 0 12.5%;
}

.idxheader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  padding: 30px 0;
}

.idxheader h1 img {
  filter: brightness(0) invert(1);
}

.idxheader.bgcolor {
  background: rgba(255, 255, 255, 1);
  padding: 20px 0 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.idxheader.bgcolor .navigation-up {
  margin-top: 15px;
}

.idxheader.bgcolor h1 img {
  height: 50px;
  filter: none;
}

.idxheader.bgcolor .navigation-up .navigation-v3 li a {
  padding-bottom: 20px;
}

.poHiiden {
  position: relative;
  overflow: hidden;
}

.idxheader.bgcolor .navigation-up .navigation-v3 li a,
.idxheader.bgcolor .headRight .tips a {
  color: #333;
}

.idxheader.bgcolor .navigation-up .navigation-v3 li.navbtn img {
  filter: brightness(0) invert(0.5);
}

.idxheader.bgcolor .navigation-up .navigation-v3 li a::after {
  background: #154A99;
}

.block {
  display: block;
}

.disflex {
  display: flex;
}

.flexCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.headRight {
  width: 68%;
}

.idxheader>.w_1440 {
  align-items: inherit;
}

/* 导航 */
.navigation-up {
  margin-top: 36px;
}

.navigation-up .navigation-v3 ul {
  justify-content: space-between;
}

.navigation-up .navigation-v3 li {
  flex: 0 0 80px;
  text-align: center;
  line-height: 1;
}

.navigation-up .navigation-v3 li.navbtn {
  flex: 0 0 22px;
  transition: 0.3s;
}

.navigation-up .navigation-v3 li.navbtn:hover {
  transform: translateY(-3px);
}

.navigation-up .navigation-v3 li a {
  font-weight: 300;
  color: #fff;
  position: relative;
  padding-bottom: 40px;
  display: block;
}

.navigation-up .navigation-v3 li a::after {
  content: '';
  position: absolute;
  left: 5%;
  bottom: -4px;
  transition: 0.3s;
  opacity: 0;
  width: 90%;
  height: 3px;
  background: #fff;
  transform: scaleX(0);
}

.navigation-up .navigation-v3 .nav-up-selected-inpage a:after,
.navigation-up .navigation-v3 .nav-up-selected a:after {
  transform: scaleX(1);
  opacity: 1;
}

.navigation-up .navigation-v3 .active a {
  transform: scaleX(1);
  opacity: 1;
}

.navigation-down {
  background: #fff;
}

.naviganli2 {
  border-top: 1px solid #e4e4e4;
}

.naviganli2 {
  position: relative;
  padding: 0 12.5%;
  display: flex;
  justify-content: space-between;
  align-items: initial;
}

.naviganli2::before {
  width: calc(12.5% + 180px);
  background: #F7F7F7;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.naviganli2 .navileftnav {
  width: 180px;
  position: relative;
  z-index: 2;
}

.naviganli2 .navileftnav .allmore {
  background: url(../images/daohangico1.svg) left center no-repeat;
  color: #154A99;
  padding-left: 28px;
  display: block;
  margin: 30px 0 40px;
  display: block;
  line-height: 1.5;
}

.naviganli2 .navileftnav .allmore:hover {
  padding-left: 35px;
}

.naviganli2 .navileftnav .tabs div {
  margin-bottom: 30px;
}

.naviganli2 .navileftnav .tabs a {
  color: #4E4E4E;
  display: inline-block;
  padding: 10px 0;
  position: relative;
}

.naviganli2 .navileftnav .tabs a::before {
  width: 0;
  content: '';
  height: 2px;
  background: #154A99;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}

.naviganli2 .navileftnav .tabs div.active a::before {
  width: 100%;
}

.naviganli2 .navileftnav .tabs div.active a {
  color: #000;
}

.naviganli2 .container {
  width: calc(100% - 250px);
}

.navititle {
  padding: 23px 0 40px;
}

.navititle span * {
  display: inline-block;
  line-height: 2;
}

.navititle span span {
  color: #000;
  background: url(../images/right1.png) right center no-repeat;
  padding-right: 20px;
  transition: 0.3s;
}

.navititle em {
  color: #7B7B7B;
  font-weight: 300;
}

.navititle a:hover span span {
  padding-right: 25px;
  color: #154A99;
}

.naviganli2 .container .navirightwrap .wrap {
  align-items: baseline;
}

.naviganli2 .container .navirightwrap .wrap .left {
  width: 64%;
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
}

.naviganli2 .container .navirightwrap .wrap .left .item {
  float: left;
  width: 46%;
  padding-right: 4%;
  margin-bottom: 30px;
}

.naviganli2 .container .navirightwrap .wrap .left .item .title {
  border-bottom: 1px solid #E4E4E4;
  width: 80%;
}

.naviganli2 .container .navirightwrap .wrap .left .item .title a {
  display: inline-block;
  padding-left: 45px;
  background-size: 30px;
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 16px;
  color: #154A99;
  line-height: 43px;
}

.naviganli2 .container .navirightwrap .wrap .left .item ul li {
  margin-top: 16px;
}

.naviganli2 .container .navirightwrap .wrap .left .item ul li a {
  color: #6D6D6D;
  padding-left: 25px;
  position: relative;
  line-height: 1.1;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.naviganli2 .container .navirightwrap .wrap .left .item ul li a::before,
.navi2list li a .text::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #154A99;
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
}

.naviganli2 .container .navirightwrap .wrap .left .item ul li a:hover,
.navi2list li a:hover .text {
  padding-left: 30px;
  color: #154A99;
}

.naviganli2 .container .navirightwrap .wrap .right {
  width: 36%;
}

.naviganli2 .container .navirightwrap .wrap .right .title {
  color: #154A99;
  padding: 10px 0 20px;
}

.naviganli2 .container .navirightwrap .wrap .right ul li a {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000;
  height: 180px;
  padding: 23px;
  box-sizing: border-box;
}

.naviganli2 .container .navirightwrap .wrap .right ul li:first-child a {
  color: #fff;
}

.naviganli2 .container .navirightwrap .wrap .right ul li {
  margin-bottom: 50px;
}

.naviganli2 .container .navirightwrap .wrap .right ul li a * {
  display: block;
  max-width: 165px;
  line-height: 1.8;
}

.naviganli2 .container .navirightwrap .wrap .right ul li a span {
  margin: 15px 0 14px;
}

.fz14 {
  font-size: 14px;
}

.TXTovehid {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.navi2list li {
  width: calc((100% - 54px) / 4);
  float: left;
  margin-left: 18px;
}

.navi2list li:nth-child(4n+1) {
  margin-left: 0;
}

.navi2list li a span,
.navi2list li a {
  display: block;
}

.navi2list li a .img {
  display: block;
  position: relative;
  padding-bottom: 176px;
  border: 1px solid #DDDDDD;
}

.navi2list li a .img img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.navi2list li a .text {
  line-height: 50px;
  position: relative;
  padding-left: 25px;
  font-weight: 300;
  color: #6D6D6D;
  transition: 0.3s;
}

.navi2list li a .text::before {
  top: 50%;
  margin-top: -4px;
}

.naviganli3 {
  padding: 30px 12.5% 26px;
}

.naviganli3 .navititle {
  padding-top: 0;
}

.navi3Right {
  width: calc(100% - 220px);
}

.navi3Right ul li {
  float: left;
  width: calc((100% - 96px) / 5);
  margin-left: 24px;
  margin-bottom: 24px;
}

.navi3Right ul li:nth-child(5n+1) {
  margin-left: 0;
}

.navi3Right ul li a,
.navi3Right ul li a .img {
  display: block;
  position: relative;
}

.navi3Right ul li a .img {
  padding-bottom: 54%;
  position: relative;
}

.navi3Right ul li a .img::after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.24);
}

.navi3Right ul li a .text {
  font-size: 16px;
  z-index: 2;
  position: absolute;
  left: 15px;
  bottom: 13px;
  width: calc(100% - 30px);
  color: #fff;
  transition: 0.3s;
}

.navi3Right ul li a .text::after {
  width: 20px;
  height: 100%;
  background: url(../images/right1.svg) right center no-repeat;
  content: '';
  position: absolute;
  right: 0;
  filter: brightness(0) invert(1);
}

.navi3Right ul li a:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  transform: translateY(-5px);
}

.headRight .tips {
  text-align: right;
  line-height: 1.2;
}

.headRight .tips a {
  color: #fff;
  margin-left: 38px;
  font-weight: 300;
}

.headRight .tips a:hover {
  opacity: 0.6;
}

.bgCover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgContain {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.fz18 {
  font-size: 18px;
}

.fz16 {
  font-size: 16px;
}

.fz20 {
  font-size: 20px;
}

.fz35 {
  font-size: 35px;
}

.fz15 {
  font-size: 15px;
}

.fwb {
  font-weight: bold;
}

.fz22 {
  font-size: 22px;
}

.ani400 {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.ani300 {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.fl {
  float: left;
}

/* 手机导航按钮 */
.wapBtn {
  display: none;
}

.menuLine {
  width: 25px;
  float: right;
  margin-left: 20px;
}

.menuLine span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  animation: navBtn 2s infinite ease;
}

.menuLine span:nth-child(2) {
  margin: 6px 0;
  animation-delay: 0.5s;
}

.menuLine span:nth-child(3) {
  animation-delay: 1.0s;
}

@keyframes navBtn {
  50% {
    width: 60%;
  }

  100% {
    width: 100%;
  }
}

/*搜索弹窗*/
.popup-search-wrap,
.popup-search-wrap2 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
}

.popup-search-wrap .text-input {
  width: 100%;
  height: 40px;
  padding: 0 50px 0 10px;
  border: 1px solid #eee;
  box-sizing: border-box;
}

.popup-search-wrap .sub-btn {
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #154A99 url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiPjxwYXRoIGQ9Ik05NDEuNiA4NzRMNzYzLjcgNjk2LjFjMjAuNi0yNi43IDM3LjYtNTUuOSA1MC44LTg3LjIgMjAuMy00OC4zIDMwLjYtOTkuNiAzMC42LTE1Mi40cy0xMC4zLTEwNC4xLTMwLjYtMTUyLjRjLTE5LjYtNDYuNi00Ny43LTg4LjUtODMuNS0xMjQuNXMtNzcuNS02NC4yLTEyMy45LTg0QzU1OSA3NS4zIDUwNy45IDY0LjkgNDU1LjMgNjQuOVMzNTEuNiA3NS4zIDMwMy41IDk1LjhjLTQ2LjQgMTkuNy04OC4xIDQ4LTEyMy45IDg0LTM1LjggMzYtNjMuOSA3Ny44LTgzLjUgMTI0LjUtMjAuMyA0OC4zLTMwLjYgOTkuNi0zMC42IDE1Mi40czEwLjMgMTA0LjEgMzAuNiAxNTIuNGMxOS42IDQ2LjYgNDcuNyA4OC41IDgzLjUgMTI0LjVzNzcuNSA2NC4yIDEyMy45IDg0YzQ4LjEgMjAuNSA5OS4yIDMwLjggMTUxLjggMzAuOFM1NTkgODM4IDYwNy4xIDgxNy42YzMxLjctMTMuNSA2MS4yLTMwLjkgODguMS01MmwxNzcuNiAxNzcuNmMxOC45IDE4LjkgNDkuOSAxOC45IDY4LjkgMCAxOC45LTE5LjMgMTguOS01MC4zLS4xLTY5LjJ6TTQ1NS4zIDc2OC4zYy0xNzAuOSAwLTMxMC0xMzkuOC0zMTAtMzExLjdzMTM5LTMxMS43IDMxMC0zMTEuN2MxNzAuOSAwIDMxMCAxMzkuOCAzMTAgMzExLjdzLTEzOS4xIDMxMS43LTMxMCAzMTEuN3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") center no-repeat;
  background-size: 20px 20px;
}

.Oneitme {
  background: #154A99;
}

.Oneitme .w_1440 {
  height: 120px;
}

.Oneitme h2 img {
  height: 53px;
  filter: brightness(0) invert(1);
}

.Oneitme .share a {
  color: #fff;
  position: relative;
  display: inline-block;
  line-height: 43px;
  margin-left: 30px;
}

.Oneitme .share a span {
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 43px;
  width: 120px;
  height: 120px;
  left: -40px;
  visibility: hidden;
  transition: 0.3s;
  transform: translateY(-10px);
  opacity: 0;
}

.Oneitme .share a:hover span {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}

.Twoitme {
  padding: 3% 0;
}

.Twoitme ul {
  position: relative;
  padding-left: 5.5%;
}

.Twoitme ul:first-child {
  padding-left: 0;
}

.Twoitme ul::before {
  width: 1px;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  background: #DCDCDC;
}

.Twoitme ul:first-child::before {
  display: none;
}

.Twoitme li h6 {
  line-height: 2;
  margin-bottom: 10px;
}

.Twoitme li a {
  color: #373737;
  display: block;
  line-height: 2.6;
}

.Twoitme li a:hover {
  color: #154A99;
  padding-left: 5px;
}

.Twoitme .w_1440 {
  align-items: inherit;
}

.copyright {
  background: #222;
  padding: 37px 0;
}

.copyright .left {
  line-height: 2.3;
  color: #909090;
  font-weight: 300;
}

.copyright .left img {
  position: relative;
  top: 50%;
  transform: translateY(10px);
}

/*下拉select*/
.dmui-select {
  z-index: 1;
  position: relative;
  width: 280px;
}

.dmui-select .name {
  position: relative;
  box-sizing: border-box;
  height: 46px;
  padding: 0 40px 0 25px;
  background-color: #fff;
  border-radius: 27px;
  color: #8A8A8A;
  line-height: 44px;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 300;
}

.dmui-select .name:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  transform: rotate(45deg) translate(-50%, -50%);
}

.dmui-select .list {
  border-radius: 20px;
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  max-height: 150px;
  background-color: #fff;
  overflow-y: auto;
  box-shadow: 0 0 6px rgba(0, 0, 0, .2);
  overscroll-behavior: contain;
}

.dmui-select .list li a {
  display: block;
  padding: 10px;
  border: 1px solid #eee;
  border-bottom: 0;
  font-size: 14px;
  line-height: 2;
  transition: 0.3s;
}

.dmui-select .list li a:hover {
  background-color: #154A99;
  color: #fff;
}

@media screen and (max-width: 1680px) {
  .naviganli2 .container .navirightwrap .navititle {
    padding: 20px 0;
  }
}

@media screen and (max-width: 1440px) {
  .w1418 .w_right {
    margin-right: 2%
  }

  .w1418 .w_left {
    margin-left: 2%
  }

  .w1418 .w_center h4 {
    font-size: 40px
  }

  /* 头部底部重塑 */
  .w_1440 {
    margin: 0 5%;
  }

  .Oneitme .w_1440 {
    height: 100px;
  }

  .naviTab {
    padding-left: 4%;
    width: 16%;
  }

  .naviswiper .swiper-slide .list {
    width: 65%;
  }

  .naviswiper .swiper-slide .list a {
    padding: 0 10px;
  }

  .naviganli2 {
    padding: 20px 5%;
  }

  .naviganli2::before {
    width: calc(5% + 180px);
  }

  .naviganli2 .container .navirightwrap .wrap .right ul li {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1200px) {

  .naviswiper .swiper-slide .list {
    width: 100%;
  }

  .naviswiper .swiper-slide .list a {
    padding: 0 20px;
  }

  .naviTab a span {
    padding: 0 0 0 10px;
  }

  .xx_edn {
    width: 50% !important
  }

  .wap_footer {
    display: block;
  }

  body {
    padding-bottom: 50px;
  }

  .n_title {
    margin-top: 60px;
  }

  .four_1170 .bd {
    display: none;
  }

  .four_1170 .hd {
    width: 96%;
    padding: 0 2%;
  }

  .four_1170 .hd dl dd {
    width: calc(100% - 88px)
  }

  footer .foot_left h5 {
    text-align: left;
  }

  .pro_1_one {}

  .list_new {
    width: 90%;
    margin: 3% 5%;
  }

  .list_new li a i {
    display: none;
  }

  .list_new li a span {
    width: 100%;
  }

  .p4_2_ul2 li {
    padding: 20px 0;
    width: 100%;
  }

  .p4_2_ul2 li:nth-child(2) {
    padding: 0;
    margin: 0;
  }

  .cont_p7_2 {
    width: 94%;
    padding: 0 3%;
  }

  .cont_p7_2 .cont_p7_2_em em {
    margin-bottom: 5px;
  }

  .cont_p7_2 .cont_p7_2_em em:first-child {
    margin-left: 13px;
  }

  .list_p7_2 {
    width: 94%;
    padding: 0 3%;
  }

  .list_p7_2 span.span1,
  .list_p7_2 span.span4 {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .list_p7_2 span.span2,
  .list_p7_2 span.span3 {
    display: none;
  }

  .list_p7_1 {
    width: 100%;
  }

  .list_p7_1 li {
    width: 22%;
    margin: 0 1.5%;
  }

  .list_p7_1 li em {
    height: 0 !important;
    padding-bottom: 75%;
  }

  .list_p6_1 {
    width: 94%;
    padding: 0 3% 50px 3%;
  }

  .list_p6_1 dl dd div.p6_one {
    width: 94%;
    margin: 0 3%;
  }

  .list_p6_1 dl dd .p6_two,
  .list_p6_1 dl dd .p6_three {
    text-align: center;
    width: 33.33%;
    margin: 0;
    padding: 0;
  }

  .list_p6_2 {
    width: 94%;
    padding: 0 3%;
    background: none;
  }

  .list_p6_2 .p6_2_one .w440,
  .list_p6_2 .p6_2_one .w660 {
    width: 100%;
  }

  .list_p6_2 #JL_form div {
    width: 100%;
    margin-left: 0;
  }

  .list_p6_2 #JL_form div.div_0 input[type=text] {
    width: 100%;
  }

  .list_p6_2 #JL_form div label,
  .list_p6_2 #JL_form div input[type=text] {
    width: 100%;
  }

  .list_p5_4 {
    width: 100%;
  }

  .list_p5_4 li {
    width: 22%;
    margin: 0 1.5%;
  }

  .list_p5_4 li span {
    height: 0 !important;
    padding-bottom: 75%;
  }

  .list_p5_2 {
    width: 94%;
    padding: 40px 3%;
    background: none;
  }

  .list_p5_2 .p5_2ul li {
    width: 50%;
  }

  .list_p5_2 .p5_2_p1 {
    text-align: center;
  }

  .list_p5_2 .p5_2_p1 img {
    margin: 0 1.5% 1.5% 1.5%;
  }

  .list_p5_2 .p5_2_p1 img:first-child {
    margin: 0 1.5% 1.5% 1.5%;
  }

  .list_p5_2 .fl span {
    width: 50%;
    margin-left: 0;
  }

  .p5_3_one {
    background: none;
  }

  .p5_3_one>div {
    position: static;
    float: left;
    width: 30%;
    margin: 0 1.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .p5_3_one>div p {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .p5_3_one>div h6 {
    width: 100%;
  }

  .galleryP-top {
    height: auto;
    padding: 5% 0;
  }

  .galleryP-top dl dt {
    width: 90%;
    text-align: center;
    padding: 0 5%;
  }

  .galleryP-top dl dt img {
    width: auto;
    height: auto;
    max-width: 100%;
  }

  .galleryP-top dl dd {
    width: 90%;
    padding: 0 5%;
  }

  .galleryP-top dl dd h5 {
    padding: 0;
  }

  .swi_btn {
    display: none !important;
  }

  .list_p5_3 {
    width: 94%;
    padding: 0 3%;
  }

  .list_p5_5 {
    width: 94%;
    padding: 0 3%;
  }

  .list_p5_5 dl dt {
    display: none;
  }

  .list_p5_5 dl dd {
    width: 100%;
  }

  .list_p5_6 {
    width: 94%;
    padding: 0 3%;
  }

  .list_p5_6 h5 {
    width: 100%;
    padding: 0;
  }

  .list_p5_6 ul li img {
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .list_p5_1 {
    width: 94%;
    padding: 0 3%;
  }

  .cont_p4_em span {
    width: 100%;
    margin: 0;
    line-height: 35px;
    padding: 7px 0;
  }

  .cont_p4_tit {
    line-height: 35px;
    padding: 2% 3% !important;
  }

  .cont_p4_tit,
  .cont_p4_em,
  .cont_p4_box {
    width: 94%;
    padding: 0 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cont_p4_em {
    padding: 2% 3%;
  }

  .list_p4_1 {
    width: 94%;
    padding: 0 3%;
  }

  .list_p4_1 li {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .list_p4_1 li h5 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .list_p4_1 li span {
    padding-left: 26px;
    margin-left: 0;
  }

  .down_select .w_1170 {
    width: 94%;
    padding: 0 3%;
  }

  .down_select .w_1170 select,
  .down_select input[type=text] {
    width: 100%;
    margin: 0 0 1.5% 0;
  }

  .down_select input[type=submit] {
    width: 100%;
    margin: 1% 0 0 0;
  }

  .n_down_nav {
    width: 94%;
    padding: 0 3%;
  }

  .n_down_nav:after {
    display: none;
  }

  .n_down_nav span {
    width: 30%;
  }

  .n_down_nav a {
    width: 100%;
    margin: 0 1.5% 1.5% 1.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .p4_2_ul li {
    width: 20%;
    margin: 0;
  }

  .list_p4_4,
  .list_p4_2,
  .list_p4_3 {
    width: 94%;
    padding: 0 3%;
  }

  .list_p3_1,
  .list_3_1_form {
    width: 94%;
    padding: 0 3%;
  }

  .list_3_1_form {
    background: none;
  }

  .list_3_1_form p {
    width: 100%;
  }

  .list_3_1_form p label {
    width: 100%;
  }

  .list_3_1_form p input[type=text] {
    width: 100%;
  }

  .list_3_1_form p span {
    margin-left: 0;
  }

  .list_3_1_form p input[type=submit] {
    margin-left: 0;
    margin-right: 19px;
  }

  .page a {
    display: none;
  }

  .page a.page_prev,
  .page a.page_next {
    display: block;
    width: 40%;
    float: left;
    margin: 0 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .list_p3_4,
  .list_p3_2 {
    width: 100%;
  }

  .list_p3_4 li,
  .list_p3_2 li {
    margin: 0 2.5% 20px 2.5%;
    width: 20%;
  }

  .list_p3_3 {
    width: 100%;
  }

  .list_p3_3 li {
    width: 29%;
    margin: 0 2% 20px 2%;
  }

  .page_f {
    width: 94%;
    padding: 22px 3% 70px 3%;
  }

  .cont_p2_box {
    width: 94%;
    padding: 29px 3% 63px 3%;
  }

  .cont_p2_em {
    width: 94%;
    padding: 0 3%;
  }

  .cont_p2_em a {
    float: left;
    display: block;
    width: 100%;
    text-align: left;
  }

  .cont_p2_tit {
    width: 90%;
    padding: 0 5%;
  }

  .list_p2 {
    width: 94%;
    padding: 0 3%;
  }

  .list_p2 dl dt {
    display: none;
  }

  .list_p2 dl dd {
    width: 100%;
  }

  .n_banner {
    height: 160px;
  }

  .n_nav {
    margin: 0;
  }

  .n_nav a {
    line-height: 40px;
  }

  .pro_2one,
  .pro_4one,
  .pro_5one,
  .pro_6one {
    width: 96%;
    padding: 9px 2% 100px 2%;
  }

  .pro_1_nine .w_1170 {
    width: 96%;
    padding: 0 2%;
  }

  .pro_1_eight {
    width: 96%;
    padding: 50px 2%;
  }

  .pro_1_eight img {
    margin: 0 0 20px 0;
  }

  .pro_1_seven {
    height: auto;
    background: #333;
  }

  .pro_1_seven .w_1246 {
    width: 96%;
    padding: 0 2%;
    text-align: center;
  }

  .pro_1_seven .w_1246 dt,
  .pro_1_seven .w_1246 dd {
    width: 100%;
  }

  .pro_1_seven .w_1246 dd {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .pro_1_six .w_1220 {
    width: 96%;
    padding: 0 2%;
    text-align: center;
  }

  .pro_1_six .w_1220 dt {
    width: 100%;
    padding: 0 0 50px 0;
  }

  .pro_1_six .w_1220 dd {
    width: 100%;
  }

  .pro_1_four,
  .pro_1_five,
  .pro_1_six {
    height: auto;
  }

  .w1418 {
    width: 96%;
    padding: 50px 2%;
  }

  .w1418 .w_left,
  .w1418 .w_center,
  .w1418 .w_right {
    width: 100%;
    text-align: center;
    margin: 0;
  }

  .pro_1_four .w_1170 {
    width: 96%;
    padding: 0 2%;
  }

  .pro_1_four .w_1170 dl {
    margin: 100px 0;
    text-align: center;
  }

  .pro_1_four .w_1170 dt {
    width: 100%;
    text-align: center;
  }

  .pro_1_four .w_1170 dt img {
    max-width: 100%;
  }

  .pro_1_four .w_1170 dd {
    width: 100%;
  }

  .pro_1_four .w_1170 dd h4 {
    font-size: 30px;
  }

  /*  .pro_1_one { height: 500px; }
*/
  .pro_1_one img {
    height: 100%;
    width: auto;
  }

  .pro_1_one>img {
    display: block;
    width: 100%;
    height: auto;
  }

  .pro_1_one h5,
  .pro_1_one video {
    display: none;
  }


  .m_header {
    display: block;
  }

  header {
    display: none;
  }

  .head-v3 {
    display: none;
  }

  .floating {
    display: none;
  }

  .copy_right .w_1170 {
    width: 100%;
    text-align: center;
  }

  .copy_right .w_1170 select {
    display: none;
  }

  .copy_right .w_1170 p {
    line-height: 40px;
    width: 100%;
    float: none;
  }

  footer .foot_left {
    padding-top: 25px
  }

  footer .foot_nav {
    display: none;
  }

  footer .w_1170 {
    width: 94%;
    padding: 0 3%;
  }

  footer .foot_right {
    margin-right: 25px
  }

  .index_case {
    width: 94%;
    padding: 0 3%;
    padding: 0;
  }

  .index_case:after,
  .index_case:before,
  .index_case .video_prev,
  .index_case .video_next {
    display: none;
  }

  .banner_box {
    width: 100%;
    height: 320px;
  }

  .banner,
  .wap_banner {
    width: 100%;
  }

  .banner,
  .ban_1200 {
    position: static;
    height: auto;
    margin-left: 0;
    width: 100%;
  }

  .banner,
  .wap_banner {
    height: 320px;
  }

  .b_left {
    padding-left: 5%;
  }

  .ban_1200 .b_img1 {
    width: 200px;
  }

  .ban_1200 .b_img2 {
    width: 350px;
  }

  .ban_1200 .b_img3 {
    width: 120px;
  }

  .ban_1200 .b_img4 {
    top: auto;
    bottom: 0;
    right: 3%;
    width: 300px;
  }

  .wap_banner .pic>img {
    height: 320px;
  }

  .two_box {
    width: 100%;
    height: auto;
  }

  .two_box a>img {
    height: auto;
    margin-bottom: 50px;
  }

  .index_two .index_video {
    width: 100%;
    padding: 0;
  }

  .video_prev,
  .video_next {
    display: none;
  }

  .three_ul {
    width: 100%;
    text-align: center;
  }

  .three_ul li {
    margin: 0 2%;
    display: inline-block;
    float: none;
  }

  .three_ul li:first-child {
    margin: 0 2%;
  }

  .four_1170 {
    width: 100%;
  }

  .four_1170 .four_banner {
    width: 94%;
    margin: 0 3%;
    height: 350px;
  }

  .four_1170 .four_banner .swiper-slide {
    width: 100%;
  }

  .four_1170 .four_news {
    width: 94%;
    padding: 30px 3% 0 3%;
    float: left;
  }

  .four_1170 .four_news dl dd {
    width: calc(100% - 89px);
  }

  .index_one .one_box {
    width: 100%;
    height: 380px;
  }

  .hide_one_box .hide_box {
    padding-top: 100px;
  }

  /*index end*/
  .pro_title {
    -webkit-background-size: cover;
    background-size: cover;
  }

  .pro_title .w_1170 {
    width: 100%;
  }

  .pro_title select {
    width: 90%;
    margin: 0 5% 10px 5%;
  }

  .pro_title select:first-child {
    margin: 0 5% 10px 5%;
  }

  .pro_title input[type=submit] {
    width: 90%;
    margin: 0 5%;
  }

  .pro_nav {
    width: 100%;
  }

  .pro_nav .w_1170 {
    width: 90%;
    padding: 0 5%;
  }

  .pro_nav .w_1170 div span {
    width: calc(100% - 70px);
  }

  .pro_ul_one {
    width: 100%;
  }

  .pro_ul_one li {
    width: 30%;
    margin: 0 1.5% 20px 1.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .pro_ul_one li a span {
    height: auto;
    padding-bottom: 80%;
  }

  .cont_tit_bg {
    width: 100%;
    background: #3f4646;
  }

  .cont_tit_bg .w_1170 {
    width: 100%;
  }

  .cont_tit_bg .w_1170 a {
    padding: 0 15px;
    line-height: 32px;
  }

  .gallery_box {
    width: 100%;
  }

  .gallery-top {
    width: 100%;
    height: auto;
  }

  .gallery-thumbs {
    display: none;
  }

  .gallery-thumbs .swiper-slide {
    width: 100%;
  }

  .cont_main_tit {
    width: 100%;
    line-height: 30px;
    font-size: 20px;
    padding-bottom: 15px;
  }

  #outer {
    width: 94%;
    padding: 0 3%;
  }

  .cont_pro_two dl dt,
  .cont_pro_two dl dd,
  .cont_pro_three dt,
  .cont_pro_three dd,
  .cont_pro_four dl dd {
    width: 100%;
  }

  .cont_pro_two dl dd ul li:nth-child(4n+1),
  .cont_pro_two dl dd ul li {
    margin: 3%;
  }

  .cont_pro_four dl dt img {
    display: none;
  }

  .cont_pro_four dl:hover dt img.cont_cp,
  .cont_pro_four dl:hover dt img.cont_cpl {
    display: none;
  }

  .cont_pro_four dl dt {
    width: 100%;
    font-weight: bold;
  }

  .cont_pro_four dl dd li span {
    line-height: 30px;
    width: 100%;
  }

  .cont_pro_four dl dd li {
    margin-bottom: 10px;
  }

  .cont_pro_five li {
    width: 30%;
    margin-left: 5%;
  }

  .cont_p3_tit {
    width: 94%;
    margin: 0 3%;
  }

  .cont_p3_ul {
    width: 100%;
  }

  .cont_p3_ul li {
    width: 30%;
    margin: 0 1.5%;
  }

  .product_1_nav .w_1170 {
    width: 96%;
    padding: 0 2%;
  }

  .product_1_nav span {
    display: none;
  }

  .pro_1_two .w_1170 {
    width: 90%;
    padding: 0 5%;
  }

  .pro_1_two .w_1170 dl dd img {
    width: 100%;
    height: auto;
  }

  .pro_1_two .w_1170 ul {
    width: 100%;
    text-align: center;
  }

  .pro_1_two .w_1170 ul li {
    width: 20%;
    float: none;
    display: inline-block;
    margin-bottom: 15px;
    margin: 0 2% 15px 2%;
  }

  .pro_1_two .w_1170 ul li img {
    width: 100%;
  }

  .pro_1_three .w_1170 {
    height: 100%;
    width: 100%;
  }

  .pro_1_three .w_1170>div {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    width: 94%;
    padding: 0 3%;
  }

  .pro_1_three h4 {
    font-size: 35px;
  }

  .pro_1_two dl dt {
    padding-top: 30px;
  }

  /* 头部底部重塑 */
  .idxheader .logo img {
    height: 50px;
  }

  .fz18 {
    font-size: 16px;
  }

  .fz16 {
    font-size: 14px;
  }

  .headRight {
    width: calc(100% - 200px);
  }

  .Twoitme ul {
    padding-left: 3.5%;
  }

  .naviganli2 .container .navirightwrap .wrap .right {
    display: none;
  }

  .naviganli2 .container .navirightwrap .wrap .left {
    width: 100%;
  }

  .navi3Right ul li {
    margin-bottom: 10px;
    width: calc((100% - 40px) / 5);
    margin-left: 10px;
  }
}

@media screen and (max-width: 1020px) {
  .pro_1_two {
    text-align: center;
  }

  .pro_1_two dl dt,
  .pro_1_two dl dd {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .wapBtn {
    display: block;
  }

  .headRight .tips,
  .headRight .navMenu {
    display: none;
  }

  .headRight {
    width: auto;
  }

  .idxheader {
    padding: 10px 0;
  }

  .idxheader .logo img,
  .idxheader.bgcolor .logo img {
    height: 35px;
  }

  .Oneitme h2 img {
    height: 35px;
  }

  .Oneitme .share a {
    margin-left: 15px;
  }

  .Oneitme .share a img {
    height: 30px;
  }

  .Oneitme .share a {
    line-height: 30px;
  }

  .Oneitme .w_1440 {
    height: 80px;
  }

  .Twoitme li h6 {
    margin-bottom: 0;
  }

  .fz22 {
    font-size: 18px;
  }

  .copyright .w_1440 {
    flex-wrap: wrap;
  }

  .dmui-select {
    margin-top: 20px;
  }

  .copyright .left img {
    transform: translateY(5px);
  }

  .idxheader.bgcolor {
    padding: 10px 0;
  }

  .idxheader.bgcolor .menuLine span {
    background: #2e4ea2;
  }

  .idxheader.bgcolor .wapBtn img {
    filter: brightness(0) invert(0.5);
  }

  .wapBtn {
    margin-top: 10px;
  }
}

@media screen and (max-width: 800px) {

  .list_p3_4 li,
  .list_p3_2 li,
  .list_p3_3 li {
    width: 40%;
    margin: 30px 5% 20px 5%;
  }

  .xx_edn {
    width: 100% !important
  }

  footer .foot_left {
    width: 100%
  }

  .foot_tab {
    margin: 25px 25px 0 0
  }

  .foot_tab,
  footer .foot_right {
    float: left;
    margin-top: 25px
  }

  .copy_right .w_1170 p {
    line-height: 26px
  }

  footer {
    padding-bottom: 25px
  }

  .product_1_nav em a {
    margin: 0 5px;
  }

  .product_1_nav span {
    display: block;
    width: 100%;
    text-align: center;
    color: #2a4895;
    line-height: 60px;
  }

  .product_1_nav em {
    width: 100%;
    text-align: center;
  }

  .product_1_nav {
    height: auto
  }

  .product_1_nav em a:before {
    display: none;
  }

}

@media screen and (max-width: 640px) {
  .cont_pro_two dl dd ul li {
    width: 44%;
  }

  .n_nav a {
    width: 50%;
    margin: 0;
    padding: 0;
    float: left;
  }

  .product_1_nav em {
    width: 100%;
  }

  .two_box {
    width: 100%;
  }

  .two_box h5 {
    bottom: 30px;
    font-size: 18px;
  }

  .two_box h6 {
    bottom: 15px;
  }

  .two_box:hover h5 {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  .two_box:hover h6 {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }

  .ban_1200 .b_img4 {
    display: none;
  }

  .four_1170 .four_banner {
    height: 250px;
  }

  .pro_ul_one {
    width: 100%;
  }

  .pro_ul_one li {
    width: 90%;
    margin: 0 5% 20px 5%;
  }

  .cont_tit_bg {
    padding: 10px 0;
  }

  .cont_tit_bg .w_1170 a {
    padding: 0 10px;
    line-height: 32px;
    font-size: 14px;
    width: 33.33%;
    box-sizing: border-box;
    text-align: center;
  }

  #tab {
    display: block
  }

  #tab li {
    width: 33.33%;
    float: left;
    line-height: 40px;
    height: 40px;
    text-align: center;
  }

  .cont_pro_five li {
    width: 100%;
    margin-left: 0%;
  }

  .cont_pro_five li:first-child(3n+1) {
    margin-left: 0%;
  }

  .cont_pro_six li {
    width: 100%;
    margin-left: 0;
  }

  .cont_p3_ul li {
    width: 94%;
    margin-left: 3%;
    margin-bottom: 20px;
  }

  .cont_p3_ul li a em {
    height: auto;
  }

  .cont_p3_ul li a em span {
    height: auto;
    padding-bottom: 70%;
  }

  /*  .pro_1_one { height: 300px; }
*/
  .product_1_nav {
    height: auto;
  }

  .product_1_nav em {
    line-height: 30px;
  }

  .product_1_nav i {
    display: none;
  }

  .product_1_nav a {
    width: 33%;
    display: inline-block;
    text-align: center;
  }

  .pro_1_two .w_1170 {
    width: 90%;
    padding: 0 5%;
  }

  .pro_1_two .w_1170 ul li {
    width: 40%;
    margin: 0 4% 15px 4%;
  }

  .pro_1_two .w_1170 ul li img {
    width: 100%;
  }

  .pro_1_two dl dt h4,
  .w1418 .w_center h4,
  .pro_1_seven .w_1246 dd h4,
  .pro_1_six .w_1220 dt h4 {
    font-size: 30px;
  }

  .list_p3_4 li,
  .list_p3_2 li,
  .list_p3_3 li {
    width: 90%;
    margin: 30px 5% 20px 5%;
  }

  .list_p3_4 li a span,
  .list_p3_2 li a span,
  .list_p3_3 li a span {
    height: 200px;
  }

  .list_p5_6 ul li {
    margin: 0 0 15px;
  }

  .p5_3_one>div {
    width: 90%;
    margin: 0 5%;
  }

  .list_p5_2 .p5_2ul li {
    width: 100%;
  }

  .list_p5_2 .fl span {
    width: 100%;
  }

  .list_p5_4 li {
    width: 45%;
    margin: 0 2.5%;
  }

  .list_p5_4 li span {
    padding-bottom: 75%;
  }

  .list_p7_1 {
    width: 100%;
  }

  .list_p7_1 li {
    width: 45%;
    margin: 0 2.5%;
  }

  .list_p7_1 li em {
    height: 0 !important;
    padding-bottom: 75%;
  }

  .list_p6_1 dl dd .p6_two,
  .list_p6_1 dl dd .p6_three {
    text-align: center;
    width: 94%;
    margin: 0 3%;
    padding: 0;
  }

  .p4_2_ul li {
    width: 40%;
    margin: 0;
  }

  .product_1_nav em a {
    margin: 0;
  }

  .product_1_nav em {
    text-align: left
  }

  .dmui-select .name {
    height: 30px;
    line-height: 28px;
  }

  .dmui-select {
    margin: auto;
    width: 200px;
  }

  .copyright .left,
  .copyright .right {
    width: 100%;
  }

  .copyright .left {
    text-align: center;
  }

  .copyright {
    padding: 15px 0;
  }

  .Oneitme h2 img,
  .Oneitme .share a img {
    height: 25px;
  }

  .Oneitme .share a {
    line-height: 25px;
  }

  .Oneitme .w_1440 {
    height: 60px;
  }
}

/*# sourceMappingURL=common.css.map */



.in_news {
  width: 30%;
  float: left;
  margin-right: 5%;
}

.mr0 {
  margin-right: 0px;
}

.in_news ul {
  padding-top: 4px;
}

.in_news ul li {
  border-bottom: #e5e5e5 solid 1px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  padding-left: 10px;
  font-size: 14px;
}

.in_news ul li a {
  padding-left: 2px;
  font-size: 14px;
}

.in_news ul li span {
  float: right;
  margin-right: 10px;
  padding-left: 20px;
  font-size: 14px;
}

.in_news ul li a em {
  display: inline-block;
  float: right;
  width: 50px;
  height: 14px;
  margin-right: 10px;
  margin-top: 13px;
}

.in_title {
  height: 30px;
  margin-top: 10px;
  background: #fff;
  width: 100%;
}

.in_title span {
  display: inline-block;
  border-left: #2982c6 solid 5px;
  height: 30px;
  line-height: 30px;
  background: #FFF;
  padding-left: 14px;
  padding-right: 20px;
  font-weight: bold;
  font-size: 16px;
}

.in_title a {
  display: inline-block;
  float: right;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 0px;
  margin-top: 0px;
}

@media screen and (max-width: 800px) {
  .in_news {
    width: 95%;
    float: none;
    margin: auto;
  }
}

@media screen and (max-width: 640px) {
  .in_news {
    width: 95%;
    float: none;
    margin: auto;
  }
}


#video {
  width: 600px;
  margin: 20px auto;
  position: relative;
  height: 380px;
  line-height: 0;

}

#video video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.VideoBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 70px;
  height: 70px;
  margin-left: -35px;
  margin-top: -35px;
  cursor: pointer;
  z-index: 9;
}

.jsmodern-select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.jsmodern-marquee-inner {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important
}

.jsmodern-marquee-default,
.jsmodern-marquee-repeat {
  float: left;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important
}

.jsmodern-marquee-part {
  display: block;
  float: left
}

section.jsmodern-share {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  width: 300px !important;
  height: 335px !important;
  z-index: 999999;
  margin: 0 !important;
  background: #fff;
  border: #ddd solid 1px;
  border-radius: 10px;
  box-shadow: #ddd 0 0 20px;
  overflow: hidden !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.jsmodern-share p {
  display: block;
  height: 20px !important;
  text-align: center;
  font-size: 18px;
  margin: 15px 0 20px 0 !important
}

.jsmodern-share section {
  float: none !important;
  width: 260px !important;
  height: 260px !important;
  margin: 0 auto !important;
  padding: 0 !important
}

.jsmodern-share b {
  position: absolute;
  width: 12px;
  height: 12px;
  border: #333 solid 4px;
  background: #333 url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAMAAAD04JH5AAAAS1BMVEVMaXH///////////////////////////////////////////////////////////////////////////////////////////////9UrLx+AAAAGHRSTlMAgHBAMKDPEO9gwOAgsFCQn/DQ37+vj1+ShkdhAAAB/UlEQVR42u3ayW4CQQwA0dmgZyEJgSz+/y/NISgTaRrVqfpkny1eaSBSEO5ycnJy/s94nSPm69hJ8/0ZEfevS1efco3HfBaDv5zjd+alvnCOvzkLBdO8v35fW3iLcAp2f5/XygOKOBRoftzhAewFhl9/BGuIBbv//FMwx7HA8+PlsLSFULD7HLCGULD7/BYMUS2Q/BgPe+W9XuD4t8rmEPUCw4+xtnt6UiD4S9e5Bey7Bey7Bey7Bey7Bey7Bey7Bey7Bey7Bey7Bey7Bey7Bey7Bey7Bey7Bey7Bey7Bey7Bey7Bey7Bey7Bey7Bey7Bey7Bey7Bey7BezbBeT7BeT7BeT7BeD7BeD7BeBLBey7Bey7Bey7Bey7BezLBejrBeT7BeT7BeD781L3BxXl/7/iXNr5UKD7UKD7UKD7UKD7VGD7XKD7XOD7XOD7XOD7XOD7ywkKbJ++N/o+FOg+FOg+FOg+Fdg+F9g+F9g+F9g+Fzh+3h/k/UHeH+T9Qd4f5P1B3h/k/UHeH+T9gVFQGt4ffNRWP1reH/THxbHp/cFcYE+4P6BXXt37A34PGt8frIelW9v7gzf4FUS/PxgOK0vb+4PLcWVreX9wqmxMDe8PtlLbWN5b3R9sU31jWh9/IlOnzOv2eP7l6cpl6Pth6rQZ+75fSpeTk5Pzf34AZEeVGaC2p3QAAAAASUVORK5CYII=);
  background-size: cover;
  border-radius: 10px;
  right: 4px;
  top: 4px;
  cursor: pointer;
  opacity: .2;
  transition: .2s
}

.jsmodern-share b:hover {
  opacity: .5
}

.jsmodern-picture-container {
  display: block;
  position: relative;
  overflow: hidden
}

.jsmodern-picture-container a {
  display: block;
  color: #fff;
  text-decoration: none
}

.jsmodern-picture-container img {
  border: 0
}

.jsmodern-picture-inner {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.jsmodern-picture-part {
  position: relative;
  overflow: hidden
}

.jsmodern-picture-fade {
  width: 100%
}

.jsmodern-picture-fade .jsmodern-picture-part {
  position: absolute;
  display: none
}

.jsmodern-picture-slide .jsmodern-picture-part {
  float: left
}

.jsmodern-picture-slide img {
  display: block
}

.jsmodern-picture-dot {
  position: absolute;
  bottom: 15px
}

.jsmodern-picture-dot.jsmodern-picture-dotcenter {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}

.jsmodern-picture-dot.jsmodern-picture-dotleft {
  left: 10px
}

.jsmodern-picture-dot.jsmodern-picture-dotright {
  right: 10px
}

.jsmodern-picture-dot b {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  background: #888;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 5px;
  transition: .4s
}

.jsmodern-picture-dot b.active {
  background: #fff
}

.jsmodern-picture-prev,
.jsmodern-picture-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 17px;
  height: 32px;
  margin-top: -16px;
  cursor: pointer;
  background: url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAgCAYAAAB3j6rJAAAB7klEQVR42s3XbUtaYRzH8euhqUetZC1Dy1q1mLhX0hvxjeyBIIMV1YpuHOkiBmNsc60dvGmNQS/KfR/8ghAOF8frXLIHH5D/+d898fjXjMfj/4JL8XPsIiW7is10kSI+ootAuooVZ7XIIjr4hjKMlBXrKMfrIvP4gB4qk88V6yln3tciBVzgBqtReXp2o9xC0ovkcYZbVG35yrlVTT6pRXI4QYh1xayUG6o257pIgPfo4wVMHKrpq0cw7SJZHGKATcViU+1AvbJxF8lgHyNswzjaVq999bYvosR3uMOOYs7U6069M7ZF0niLe7yCSZJ63mtGOmqRObTwBzUYT2qa0cLc5CIpNPEXdRjP6prV1Gxj9OENHvAaZhY060GzU4/vig5CLM1qEc0KNTt4GvwkPpeJnPf04TI+4xrPfC2h3teatRz19S3hC66gAyc56nmlGSXbC20FX9GFDhx36tVV7xXrm1XK+I5LLLguoR6X6lmO+6NXwQ+0oWsrPtW21asy7Rmwhp84RyHuEqo5V48118Ooil84RR5xrrpT1VaTOhU3EOLYdm1JTrmhao3NNNfWkeXaCpSjq87P34ktDHEQcW1l9WyoXK9/sF5ihL2JAyej2Eg5Jg6Xa+s3WkhJS7GprjrXA6eBrDQUMx4X8e8fwj0L7GH1LqcAAAAASUVORK5CYII=) no-repeat
}

.jsmodern-picture-prev {
  margin-left: 13px
}

.jsmodern-picture-next {
  right: 0;
  margin-right: 13px;
  background-position: -17px 0
}

@media screen and (max-width: 768px) {
  .jsmodern-picture-dot {
    bottom: 13px
  }

  .jsmodern-picture-dot b {
    -webkit-transform: scale(0.7);
    transform: scale(0.7)
  }
}

.jsmodern-video {
  background: #000;
  position: relative;
  overflow: hidden;
  z-index: 8
}

.jsmodern-video-panel {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2147483648;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: rgba(0, 0, 0, .8);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.jsmodern-video-panel.jsmodern-video-panelFull {
  left: 50%;
  -webkit-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
  padding: 3px 5px;
  border-radius: 8px
}

.jsmodern-video-linebox {
  height: 6px;
  background: rgba(255, 255, 255, .25);
  border-radius: 3px;
  width: 460px;
  width: -webkit-calc(100% - 305px);
  width: -moz-calc(100% - 305px);
  width: calc(100% - 305px);
  float: left;
  margin: 17px 0 0 15px;
  position: relative;
  cursor: pointer
}

.jsmodern-video-pass {
  position: absolute;
  border-radius: 3px;
  height: 100%;
  background: #f81e3d;
}

.jsmodern-video-linedot {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 3px;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
  position: absolute
}

.jsmodern-video-panel b {
  cursor: pointer
}

.jsmodern-video-panel b,
.jsmodern-video-panel span {
  display: block;
  float: left
}

.jsmodern-video-panel span {
  font-size: 12px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.jsmodern-video-start {
  margin-left: 10px
}

.jsmodern-video-start+span {
  width: 14px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  font-size: 10px;
  overflow: hidden;
  margin-top: 13px;
  -webkit-transform: scale(1, 0.9) translateY(1px);
  -ms-transform: scale(1, 0.9) translateY(1px);
  transform: scale(1, 0.9) translateY(1px);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}

.jsmodern-video-start,
.jsmodern-video-end {
  width: 39px;
  text-align: center
}

.jsmodern-video-volumebox {
  width: 80px;
  height: 6px;
  background: rgba(255, 255, 255, .25);
  border-radius: 3px;
  float: left;
  margin: 18px 0 0 7px;
  position: relative;
  cursor: pointer
}

.jsmodern-video-volumeline {
  width: 40px;
  height: 6px;
  background: #f81e3d;
  border-radius: 3px;
  margin-top: 0
}

.jsmodern-video-volumedot {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 3px;
  margin: -6px 0 0 37px;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
  position: absolute
}

.jsmodern-video-play,
.jsmodern-video-volume,
.jsmodern-video-fullin {
  width: 18px;
  height: 18px;
  margin-top: 11px;
  background-position: center;
  background-repeat: no-repeat
}

.jsmodern-video-play {
  margin-left: 10px;
  background-image: url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAe0lEQVR42q2UQRGAIBREiWAEIhjhRzCKDbCBRjGCDaQBRqDBdzntgRvLm3nXN6sMhIa7G0xBgqHGC1c9RNKcENeZHiInXLQQKdDUUL9OD3GdGOrXaSGSZ4QuddEDo/KPPrgpx1/hwc8YC90wKlckQ1MubYW79IzwOMf4AZCzZlJ6pNv5AAAAAElFTkSuQmCC)
}

.jsmodern-video-pause {
  background-image: url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAANUlEQVR42u3MMQoAAAgCwP4/9aR+VjQINtTcoNBicobkTNiS/vEQvSBBggR9hILOD8h5i74A46kzKYwr0EYAAAAASUVORK5CYII=)
}

.jsmodern-video-volume {
  margin-left: 15px;
  background-image: url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAqklEQVR42tWT0QmDMBCGHcENXMEBhGaL9rEjZATffKwDZJdmgy7QHZo33zz/0AscBmNaCOIPH3Ke+USTq84ZIrqDdnXPgGuuoAVP4KMi0TddSlCDB5BR3GvEcy/wCYUCF8HNNwFtiBwwQco9jSKKBZQQaa4brt+en0W8eAJGiN2/IusRIiouKv9puA5bP7uXhDfsbP8gtn8GOnUgx8wD6XJHxO6NSNGhPT4LSrtjI5LQNtEAAAAASUVORK5CYII=)
}

.jsmodern-video-muted {
  background-image: url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAA00lEQVR42s2UsQ3CMBBFqZAokNLQoozgCWJ3NAxAg5QRGIEFEOkpgBFgAbIKC0AoU5nv6CJ9GQI6lIIvPcXxyd93di4D730v9Gf0Xc1mOTA0pTMKi8EFBDm1EQIJ2AKWldiw64wcsMQC3EGsDEzBhLPAM5XBi0r/XjNwBUfKxMimhcYoAzsZ78mkAkZlJBUc5L1uTbSlWbrJWuZOYU5tFJVzbsvUGs3BDTzEkMtsDnsdsQJVR0YbsOTrlzXJpw+yACwnsfGvLVLqWkTftCM2+r//0RPE3HMNwpwYwQAAAABJRU5ErkJggg==)
}

.jsmodern-video-fullin {
  margin-left: 15px;
  background-image: url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAKlBMVEVMaXH////////////////////////////////////////////////////m1kuZAAAADXRSTlMAYBAw79DwIM9wgG9/QM+KqQAAAF5JREFUeNqNj0sSwCAIQ6Pit+X+1y2GOs7UTbNA8kYjQE05wpTK7LG8EwcdrwZB7hrcBx1FYfcDCY9UEGdbrFbiBIqpFf90PmGo7NDvtwJt1x7slmN0graWEwIny+sDBBUDznqlFGYAAAAASUVORK5CYII=)
}

.jsmodern-video-fullout {
  margin-left: 15px;
  background-image: url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAJ1BMVEVMaXH////////////////////////////////////////////////c+C/6AAAADHRSTlMAgBDQz39QIMBAML9Nf8RqAAAAaElEQVR42r2QQQ7AIAgEV6CIlv+/t3Ap3E2cyyojxIBb7JfqQu/+z+ZCIAU0QtzqEbtMGcCIcCZ0454iIuvFLDHRICkhvUNHsICVqThBnyBHZSqK4+/2Ok9OEdGNOdcSuS1xW2+3jUt8eaUDz3DmFVcAAAAASUVORK5CYII=)
}

b.jsmodern-video-fullFalse {
  opacity: .5;
  cursor: default
}

.jsmodern-scrollBar-container {
  overflow: hidden
}

.jsmodern-scrollBar-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

.jsmodern-scrollbar {
  position: absolute;
  top: 0;
  right: 1px;
  width: 6px;
  background: rgba(0, 0, 0, .3);
  border-radius: 3px;
  z-index: 10px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

.jsmodern-lazyload {
  display: block;
  opacity: 0
}

.jsmodern-page-content {
  text-align: center;
  margin-left: auto;
  margin-right: auto
}

.jsmodern-page-target>* {
  display: none
}

.jsmodern-page {
  height: 38px;
  display: inline-block;
  overflow: hidden;
  border-radius: 19px;
  border: #e8e8e8 solid 1px;
  margin: 0 auto
}

.jsmodern-page>div i,
.jsmodern-page>i {
  display: block;
  float: left;
  width: 40px;
  height: 38px;
  line-height: 38px;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  font-style: normal;
  background: #f5f5f5;
  transition: .15s;
  font-weight: bold;
  color: #333
}

.jsmodern-page i {
  border-right: #e3e3e3 solid 1px;
  border-left: #fff solid 1px
}

.jsmodern-page>div {
  float: left;
  max-width: 420px;
  overflow: hidden
}

.jsmodern-page>div div {
  height: 38px
}

.jsmodern-page i.active {
  background: #E04636;
  color: #fff;
  box-shadow: rgba(0, 0, 0, .2) 0 0 10px inset;
  border-right-color: #fff
}

.jsmodern-page i:hover {
  color: #E04636
}

.jsmodern-page i.active:hover {
  color: #fff
}

.jsmodern-page>i span {
  display: inline-block;
  font-size: 20px
}

.jsmodern-page>i:first-child {
  border-radius: 19px 0 0 19px
}

.jsmodern-page>i:last-child {
  border-radius: 0 19px 19px 0
}

i.jsmodern-page-first,
i.jsmodern-page-last,
i.jsmodern-page-next,
i.jsmodern-page-prev {
  line-height: 33px
}

section.jsmodern-page-more {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  background: #ececec;
  color: #666
}

.jsmodern-fullpage-container {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  overflow: hidden;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1)
}

.jsmodern-fullpage-part {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden
}

.jsmodern-fullpage-navigation {
  position: fixed;
  z-index: 20
}

.jsmodern-fullpage-navigation-x {
  left: 50%;
  bottom: 18px;
  width: auto;
  height: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.jsmodern-fullpage-navigation-y {
  top: 50%;
  right: 18px;
  width: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.jsmodern-fullpage-navigation-default>b {
  display: block;
  cursor: pointer;
  width: 8px;
  height: 8px;
  border: #000 solid 1px;
  border-radius: 10px;
  opacity: .8;
  transition: .3s
}

.jsmodern-fullpage-navigation-y>b {
  margin: 10px 0
}

.jsmodern-fullpage-navigation-x>b {
  float: left;
  margin: 0 8px
}

.jsmodern-fullpage-navigation-default>b.active {
  background: #000
}

.jsmodern-dialog-container {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2147483649;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .6);
  margin: 0;
  padding: 0;
  opacity: 0
}

.jsmodern-dialog {
  position: fixed;
  left: 50%;
  top: -20px;
  width: 500px;
  min-width: 500px;
  height: auto;
  line-height: auto;
  overflow: hidden;
  padding: 15px;
  margin: 0;
  text-align: left;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #fff;
  border-radius: 6px;
  border: #555 solid 1px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .3);
  opacity: 0
}

.jsmodern-dialog-title {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  word-wrap: break-word;
  word-break: normal
}

.jsmodern-dialog-content {
  width: 100%;
  height: auto;
  min-height: 60px;
  overflow: hidden;
  word-wrap: break-word;
  word-break: normal;
  margin-top: 10px;
  font-size: 14px;
  color: #333;
  line-height: 160%;
  z-index: 10;
  -webkit-overflow-scrolling: touch
}

.jsmodern-dialog>span {
  display: block;
  float: right;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  padding: 0 12px;
  cursor: pointer;
  margin: 13px 0 0 10px;
  border-radius: 4px;
  border: #ccc solid 1px;
  transition: .25s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.jsmodern-dialog>span.jsmodern-dialog-sure {
  background: #2F7CBE;
  border-color: #2F7CBE;
  color: #fff
}

.jsmodern-dialog>span.jsmodern-dialog-sure:hover {
  background: #1563A6;
  border-color: #1563A6
}

.jsmodern-dialog>span.jsmodern-dialog-cancel:hover {
  background: #eee
}

@media screen and (max-width: 1024px) {
  .jsmodern-dialog.jsmodern-dialog-mobile {
    top: 43%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  .jsmodern-dialog.jsmodern-dialog-mobile .jsmodern-dialog-title {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    transform-origin: left top
  }

  .jsmodern-dialog.jsmodern-dialog-mobile>span {
    font-size: 14px
  }
}