@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
	width: 100%;
  margin: 0;
  color:#222;
  font-size:14px;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
    background-color: transparent;
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#375672;
	text-decoration:none;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on img inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
}

a {
  background: transparent;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

a:active, a:hover {
  outline: none;
  text-decoration: none;
}

li {
  list-style: none;
}

.clearfix {
  display: inline-block;
  /* Hide from IE Mac \*/
  display: block;
  zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.lf{
	float:left;
}
.rt{
	float:right;
}
/*font-size*/
.fnt_12 { font-size:12px;}
.fnt_14 { font-size:14px;}
.fnt_16 { font-size:16px;}
.fnt_18 { font-size:18px;}
.fnt_20 { font-size:20px;}
.fnt_22 { font-size:22px;}
.fnt_24 { font-size:24px;}
.fnt_26 { font-size:26px;}
.fnt_28 { font-size:28px;}
.fnt_30 { font-size:30px;}
.fnt_32 { font-size:32px;}
.fnt_34 { font-size:34px;}
.fnt_36 { font-size:36px;}
.fnt_38 { font-size:38px;}
.fnt_40 { font-size:40px;}

.fnt_42 { font-size:42px;}
.fnt_44 { font-size:44px;}
.fnt_46 { font-size:46px;}
.fnt_48 { font-size:48px;}
.fnt_50 { font-size:50px;}
.fnt_52 { font-size:52px;}
.fnt_54 { font-size:54px;}
.fnt_56 { font-size:56px;}
.fnt_58 { font-size:58px;}
.fnt_60 { font-size:60px;}
.fnt_120 { font-size:120px;}
@media only screen and (max-width: 1440px) {
  .fnt_18 { font-size:16px;}
  .fnt_22 { font-size:18px;}
  .fnt_24 { font-size:20px;}
  .fnt_26 { font-size:24px;}
  .fnt_28 { font-size:24px;}
  .fnt_30 { font-size:30px;}
  .fnt_32 { font-size:30px;}
  .fnt_34 { font-size:30px;}
  .fnt_36 { font-size:32px;}
  .fnt_38 { font-size:32px;}
  .fnt_40 { font-size:34px;}

  .fnt_42 { font-size:34px;}
  .fnt_44 { font-size:34px;}
  .fnt_46 { font-size:36px;}
  .fnt_48 { font-size:36px;}
  .fnt_50 { font-size:38px;}
  .fnt_52 { font-size:38px;}
  .fnt_54 { font-size:38px;}
  .fnt_56 { font-size:40px;}
  .fnt_58 { font-size:40px;}
  .fnt_60 { font-size:42px;}
  .fnt_120 { font-size:100px;}
}

@media only screen and (max-width: 1200px) {
  .fnt_24 { font-size:20px;}
  .fnt_20 { font-size:16px;}
}

@media only screen and (max-width: 1024px) {
  .fnt_18 { font-size:16px;}
  .fnt_20 { font-size:16px;}
  .fnt_24 { font-size:18px;}
  .fnt_26 { font-size:20px;}
  .fnt_28 { font-size:20px;}
  .fnt_30 { font-size:24px;}
  .fnt_32 { font-size:24px;}
  .fnt_34 { font-size:24px;}
  .fnt_36 { font-size:26px;}
  .fnt_38 { font-size:26px;}
  .fnt_40 { font-size:30px;}

  .fnt_42 { font-size:30px;}
  .fnt_44 { font-size:30px;}
  .fnt_46 { font-size:32px;}
  .fnt_48 { font-size:32px;}
  .fnt_50 { font-size:34px;}
  .fnt_52 { font-size:34px;}
  .fnt_54 { font-size:34px;}
  .fnt_56 { font-size:36px;}
  .fnt_58 { font-size:36px;}
  .fnt_60 { font-size:38px;}
  .fnt_120 { font-size:80px;}
}

@media only screen and (max-width: 760px) {
  .fnt_14 { font-size:12px;}
  .fnt_16 { font-size:12px;}
  .fnt_18 { font-size:14px;}
  .fnt_22 { font-size:14px;}
  .fnt_24 { font-size:14px;}
  .fnt_26 { font-size:16px;}
  .fnt_28 { font-size:16px;}
  .fnt_30 { font-size:16px;}
  .fnt_32 { font-size:18px;}
  .fnt_34 { font-size:18px;}
  .fnt_36 { font-size:20px;}
  .fnt_38 { font-size:20px;}
  .fnt_40 { font-size:20px;}

  .fnt_42 { font-size:24px;}
  .fnt_44 { font-size:24px;}
  .fnt_46 { font-size:24px;}
  .fnt_48 { font-size:26px;}
  .fnt_50 { font-size:26px;}
  .fnt_52 { font-size:26px;}
  .fnt_54 { font-size:28px;}
  .fnt_56 { font-size:28px;}
  .fnt_58 { font-size:28px;}
  .fnt_60 { font-size:30px;}
  .fnt_120 { font-size:60px;}
}
@media only screen and (max-width: 480px) {
  .fnt_56 { font-size:24px;}
}

.container {
  width: 100%;
  margin: 0 auto;
}

::-webkit-scrollbar-track-piece {
  background-color: #f8f8f8;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #375672;
  background-clip: padding-box;
  min-height: 28px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #375672;
}

header {
  background:#fff;
  width: 100%;
  transition: all 0.5s ease;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}


header .header-pc {
  margin: 0 auto;
  width:1200px;
  display: flex;
  justify-content: space-between; 
}

header .header-pc .logo {
  
	width:auto;
	height: 70px;
    display: block;
    margin: 10px 0;
}

header .header-pc .logo img {
  height: 70px;
}

header .header-pc .nav {
    width: 60%;
    text-align: center;
	padding: 10px 5%; 
}

header .header-pc .nav ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

header .header-pc .nav ul li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 70px;
	height: 70px;
	width:16.6%;
	text-align: center;
}

header .header-pc .nav ul li a {float: left;width:100%;
	height: 40px;color: #777;
}
header .header-pc .nav ul li a:hover {
	color: #375672;
	font-weight: bold;
	
}
header .header-pc .nav ul li:hover ol {
	position: absolute;
	z-index:998;
	top:60px;
	background: #fff;
	text-align: center;
	width:400px;
	left: -150px;
	display:block;
	border-top: 2px solid #375672;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
header .header-pc .nav ul li ol {
	display: none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
header .header-pc .nav ul li ol li {
	width: 100%;
	height:50px;
	line-height: 50px;
	font-size: 14px;
	text-align: center;
	margin: 0;
	white-space:nowrap;
}

header .header-pc .nav ul li ol li a {
	display: block;
	width: 100%;
	height: 50px;
	
	line-height: 50px;
}
header .header-pc .nav .active {
	font-weight: bold;
	color: #375672;

}

header .header-pc .search{
	width:18%;
	height:34px;
	margin-top:28px;
	color: #fff;
	display: flex;
	justify-content: space-between;
}
.search_w {
float: left;
width:85%;
border: 1px solid #ddd;
padding: 0px 10px;
box-sizing: border-box;
line-height:36px;
height:36px;
color:#666;
background:none;
outline: none;
}

header .header-pc .search a{
	float: left;
    width:14%;
	height:36px;
    background: #375672;
	padding: 0px 8px;
}
header .header-pc .search img{
	 width:20px;
	vertical-align: -15px;
    display: inline-block;
}
header .header-pc .search a:hover{
	background: #1bc5db; 
}

header .header-m {
  position: relative;
  display: none;
  padding: 2px 0;
}
.contt {
  width: 100%;
  margin: 0 auto;
	
}
header .header-m .contt {
  padding: 0 20px;
  box-sizing:border-box;
	display: flex;
	justify-content: space-between;
}

header .header-m .contt .logo {
  display: block;
  height: 60px;
	padding-top: 5px;
}
header .header-m .contt .logo img{
    height: 60px;
}
header .header-m .contt .open_mnav {
  width:32px;
  height: 32px;
  display: block;
  background:url(../images/line.png);
	background-size: 100% 100%;
}


header .header-m .contt .btn {

  display: block;
  line-height: 50px;
}

header .header-m .contt .btn i {
  display: block;
  font-size: 30px;
  color: #fff;
}

header .header-m .nav-list {
  display: none;
  position: absolute;
  top: 70px;
  padding: 10px 20px;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

header .header-m .nav-list a {
  display: block;
  width: 100%;
  line-height: 50px;
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #eee;
}
.sjb{
	background: #eee;
}
header .header-m .nav-list a:last-child {
  border-bottom: none;
}

header .header-m .nav-list .active {
  color: #375672;
}


@media screen and (max-width: 1200px) {
  header .header-pc {
    display: none;
  }
  header .header-m {
    display: block;
  }
}
.home-page .banner {
  width: 100%;
  height: 600px;
}

.home-page .banner .swiper-container {
  width: 100%;
  height: 100%;
  --swiper-navigation-color: #fff;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 50px;
  /* 设置按钮大小 */
}

.home-page .banner .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  
  background-position: center center !important;
}
.home-page .banner .swiper-container .swiper-wrapper .swiper-slide a img{
	 width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-page .banner .swiper-container .swiper-button-prev .bal{
  right: 20px;
  outline: none;
}

.home-page .banner .swiper-container .swiper-button-next .baf{
  left: 20px;
  outline: none;
}

@media screen and (max-width: 1200px) {
  .home-page .banner {
    height: 560px;
  }
   .s_b{
	   height: 300px;
	 }
}

@media screen and (max-width: 992px) {
  .home-page .banner {
    height: 450px;
  }
  .s_b{
	   height: 200px;
	 }
}

@media screen and (max-width: 768px) {
  .home-page .banner {
    height: 300px;
	  padding-top: 60px;
  }
   .s_b{
	   height: 200px;
	 }
}

@media screen and (max-width: 576px) {
  .home-page .banner {
    height: 300px;
	  padding-top: 60px;
  }
  .home-page .banner .swiper-container {
    --swiper-navigation-size: 30px;
  }
}





/* 页码 */
.pages1 {
    width: 100%;
    text-align: center;
	margin:0 auto;
	padding:3% 0px 1% 0px;
}

.pages1 a {
    min-width: 14px;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    color: #333;
    background-color: #fff;
    display: inline-block;
	border:1px solid #dbdbdb;
    margin: 0 3px;
	padding:0px 10px;
}

.pages1 a.p_active {
    background: #375672;
	border:1px solid #375672;
    color: #fff;
}

.pages1 a:hover {
    background: #375672;
	border:1px solid #375672;
    color: #333;
	text-decoration:none;
}
.pages3 {
    text-align: center;
}
.cl{
	clear:both;
}
.cl30{
	clear:both;
	height:6%;
}

/* mob */
.mnav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 997;
    background: rgba(0, 0, 0, .5);
    display: none;
}

.mnav_cont {
    width: 200px;
    height: 100%;
    background: #fff;
    position: relative;
    z-index: 999;
    overflow: scroll;
}

.mnav_lists>div {
    width: 100%;
    text-align: center;
}

.mnav_lists>div a {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 18px 0;
    color: #000;
}

.mnav_colse {
    width: calc(100% - 190px);
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 998;
    background: rgba(0, 0, 0, .5);
}

.open_mnav {
    display: none;
    float: right;
    margin: 20px 4px;
    cursor: pointer;
}




.top{
	width:100%;
	height: 40px;
    background-color: rgb(22, 36, 61);
    color: rgb(151, 162, 183);
	line-height: 40px;
	overflow: hidden;
}
.top_ct{
	width:1200px;
	margin: 0 auto;
}
.top_lf{
	width:50%;
	float: left;
}
.top_rg{
	width:50%;
	float: right;
	text-align: right;
}
.top_rg img{
	width:16px;
	vertical-align: -2px;
    display: inline-block;
}
.top_rg a{
	color: rgb(151, 162, 183);
}

footer{
	width:100%;
	min-width:1200px;
    background:rgb(22, 36, 61);
}


.bottom_ct{
	width: 1200px;
	margin: 0px auto;
	padding: 4% 0px;
	color: rgb(151, 162, 183);
	display: flex;
    justify-content: space-between; 
}
.bottom_ct a{
	color:#fff;
}
.bottom_lf{
	width:55%;
}
.bottom_nav{
	float: left;
	width:100%;
}
.bottom_nav a{
	float: left;
	margin-right: 6%;
}
.bottom_add{
	float: left;
	width:100%;
	line-height:32px;
	margin-top: 6%;
	color: rgb(151, 162, 183);
}

.bottom_rg{
	position: relative;
	width:40%;
}

.b_ewm{
	width:100%;
}
.b_ewm_lf{
	float:right;
	width:300px;
	text-align: right;
	line-height: 200%;
}
.b_ewm_lf a{
	float:right;
	display: block;
	width: 130px;
	height: 50px;
	background: #375672;
	text-align: center;
	color: #fff;
	line-height: 50px;
	border-radius: 4px;
}
.b_ewm_lf a:hover{
	background: #1bc5db;
}
.b_ewm_lf p{
	float:left;
	width:100%;
	margin-bottom: 18px;
	
}
.b_ewm_lf b{
	font-size: 1.8em;
	color: #fff;
}
.b_ewm_rg{
	float:right;
	width:140px;
	margin-left: 30px;
}
.b_ewm_rg img{
	width:140px;
}

.foot{
	width:100%;
	background:rgb(22, 36, 61);
	border-top: 1px solid #34415a;
	padding:15px 0px;
	min-width:1200px;
}
.foot_ct{
	margin: 0 auto;
	width: 1200px;
	text-align: center;
	line-height:160%;
	color: rgb(151, 162, 183);
}
.foot_ct a{
	color: rgb(151, 162, 183);
}
.foot a:hover,.bottom_ct a:hover,.bottom_tt a:hover{
	color:#fff;
}
.s_tx{
	width:100%;
	box-sizing:border-box;
	height:36px;
	border:none;
	color:#303432;
	outline:none;
	line-height:36px;
	font-size:12px;
	padding:0px 3%;
	background:#fff;
}
select > .placeholder {display: none;}
.xwtl_net{
	width:100%;
	text-align: center;
    height: 40px;
    line-height: 40px;
    margin: 100px 0px;
}
.anniu {
	display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 38px;
    border: #cccccc 1px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: url(../images/si.png) 20px center no-repeat;
    padding: 0 0 0 20px;
    color: #616161;
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
}
.anniu a{color:#666;}
.anniu:hover{ background:#375672; padding:0; color:#fff; border:#375672 1px solid;}
.anniu:hover a{ color:#fff;}
.xwtl_lf,.xwtl_lf a{
	float:left;
	display: inline-block;
    color: #666;
}
.xwtl_rg a{
	float: right;
	display: inline-block;
    color: #666666;
}
.xwtl_lf a:hover,.xwtl_rg a:hover{ color:#375672;}
.xwtl_lf span,.xwtl_rg span{
	display: inline-block;
    padding: 0 29px;
    background: #bfbfbf;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
    margin: 0 20px;
}
.xwtl_lf span:hover,.xwtl_rg span:hover{ background: #375672;}
.xwtl_lf b{
	float: right;
	display: inline-block;
    font-weight: normal;
    max-width: 370px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xwtl_rg b{
	float: left;
	display: inline-block;
    font-weight: normal;
    max-width: 370px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xwtl_rg{
	float: right;
	display: inline-block;
    color: #666;
}
.s_b{
	width:100%;
	position:relative;
}
.s_b_c{
	width:100%;
	height:100px;
	background:#123190;
	position:relative;
}
.s_b img{
	width:100%;
	height:100%;
	display:block;
	object-fit: cover;
}
.s_b_tle{
	width:100%;
	position:absolute;
	z-index:3;
	text-align:center;
	color:#375672;
	top:40%;
	text-transform:uppercase;
	font-weight:bold;
}
.s_b_tle img{
	vertical-align: -6px;
    display: inline-block;
    width: 26px;
    height: 26px;
}
.s_b_tl{
	width:100%;
	position:absolute;
	z-index:3;
	color:#fff;
	top:52%;
	text-align:center;
	font-weight:bold;
}
.c_c{
	width:100%;
	background: url(../images/bg.png) bottom center no-repeat #f5f5f6;
	padding-bottom:6%;
}
.add{
	width:100%;
	background: #f3f5f9;
}
.add_ct{
	width:1200px;
	margin:0px auto;
	padding:15px 0px;
	color:#999;
	font-size:12px;
}
.add img{
	vertical-align: -6px;
    display: inline-block;
    width: 20px;
    height: 20px;
}


.about{
	width: 1200px;
	margin:5% auto;
}
.about_lf{
	float: left;
	width: 46%;
	position: relative;
}
.about_lf img{
	width: 100%;
}
.about_lf_on{
	position: absolute;
	z-index: 3;
	left: -10%;
	width: 190px;
	background: url(../images/ab_lf.png) no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-weight: bold;
	top:50%;
	padding:4% 5% 5% 5%;
	line-height: 150%;
	box-sizing: border-box;
	
}
.about_lf_on p{
	font-weight: normal;
	font-size: 14px;
	margin-top: 10px;
}
.about_lf_on b{
	font-size: 28px;
	margin-left: 10px;
}
.about_rg{
	float: right;
	width: 50%;
	position: relative;
}
.sz{
	position: absolute;
	z-index: -1;
	font-size: 120px;
	color: #f5f5f5;
	top:0;
	right: 0;
	font-weight: bold;
}
.sz1{
	position: absolute;
	z-index: -3;
	font-size: 120px;
	color: #f5f5f5;
	top:0;
	right: 0;
	font-weight: bold;
}
.about_e{
	width: 100%;
	font-weight: bold;
}
.about_e img{
	vertical-align: -18px;
    display: inline-block;
}
.about_tl{
	width: 100%;
	font-weight: bold;
	color: #375672;
	margin: 3% 0 6% 0;
}
.about_jj{
	width: 100%;
	color: #000;
	font-weight: bold;
	line-height: 26px;
	overflow: hidden;
}
.about_jj img{
	width: 40px;
	margin-right: 12px;
	vertical-align: -10px;
    display: inline-block;
}
.about_nr{
	width: 100%;
	line-height: 26px;
	overflow: hidden;
	margin:6% 0;
	color: #666;
}
.about_btn{
	width: 100%;
}
.about_btn a,.services_jj a{
	float: left;
	width: 130px;
	height: 50px;
	background: #375672;
	text-align: center;
	color: #fff;
	line-height: 50px;
	border-radius: 4px;
}
.services_jj a{
	margin-top: 26px;
}
.about_btn a:hover,.services_jj a:hover{
	background: #1bc5db;
}


.services{
	width: 100%;
	min-width: 1200px;
	background: url(../images/bg6.jpg) top no-repeat;
	background-size: 100% auto;
}
.services_ct{
	width: 1200px;
	margin: 0px auto;
	padding: 5% 0px;
}
.services_lf{
	float: left;
	width: 30%;
	position: relative;
}
.services_nr{
	width: 100%;
	line-height: 26px;
	height: 78px;
	overflow: hidden;
	margin:5% 0;
}
.services_jj{
	width: 100%;
	background: #f1f5f9;
	padding: 40px;
	box-sizing: border-box;
}
.services_jj p{
	float: left;
	width: 46%;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	padding-right:4%;
	color: rgb(90, 90, 90);
	
}
.services_jj p img{
	width: 16px;
	vertical-align: -2px;
    display: inline-block;
	margin-right: 10px;
}
.services_rg{
	float:right;
	width: 66%;
}
.i_gcjp {
	width: 100%;
    padding: 0px 0;
    margin: 0 auto;
}

.i_gccont {
    width: 100%;
    margin: 0 auto;
	
    position: relative;
}

.s_gcjp a {
    width: 100%;
	
    display: inline-block;
}
.s_gcjp a:hover{
   color: #375672;
	
    display: inline-block;
}

.s_gcjp img {
    width: 100%;
	height: 450px;
	object-fit: cover;
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.s_gcjp .swiper-slide-active {
    background: #91ec6d;
}

.s_gcjp .swiper-slide-active img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
	
}

.s_gcjp .swiper-slide {
    text-align: center;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 450px;
	transform: scale(0.88);
}


.s_gcjp p {
	width: 100%;
    text-align: center;
    line-height: 45px;
    color: #222;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	height: 45px
}

.i_gccont .s_bn2 {
    background-image:url(../images/next.png);
    background-size: 100% 100%;
    top: 45%;
    right:50px;
    width: 50px;
    height: 50px;
	outline: none;
}

.i_gccont .s_bp2 {
    background-image: url(../images/prev.png);
    background-size: 100% 100%;
     top: 45%;
    left: 50px;
    width: 50px;
    height: 50px;
	outline: none;
}

.partner{
	width: 100%;
	min-width: 1200px;
	border-top: 1px solid #ddd;
}
.partner_ct{
	width: 1200px;
	margin: 0px auto;
	padding: 4% 0px;
}
.partner_lf{
	float: left;
	width: 70%;
}
.partner_rg{
	float:right;
	width: 26%;
	position: relative;
	text-align: right;
}
.s_gcjp1 img {
    max-width: 100%;
	object-fit: cover;
	max-height: 100%;
	border: 1px solid #ddd;
}


.s_gcjp1 .swiper-slide {
    text-align: center;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100px;
	transform: scale(0.88);
}

.why{
	width: 100%;
	min-width: 1200px;
	background: url(../images/cvxv.jpg) center no-repeat;
	background-size: 100% 100%;
}
.why_ct{
	width: 1200px;
	margin: 0px auto;
	padding: 4% 0px;
}
.why_lf{
	float: left;
	width: 66%;
	position: relative;
}
.why_rg{
	float:right;
	width: 26%;
	position: relative;
	text-align: right;
}
.youshi{
	width: 100%;
}
.youshi_li{
	float: left;
	border-radius: 6px;
	width: 48%;
	height: 50px;
	line-height: 50px;
	margin-right: 2%;
	background: #fff;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.youshi_li:nth-child(1),.youshi_li:nth-child(4){
	background: #375672;
	color: #fff;
}

.why_rg img{
	width: 100%;
	max-height: 500px;
	overflow: hidden;
}

.product{
	width: 1200px;
	margin: 4% auto;
	position: relative;
}
.product_tl{
	width: 100%;
	text-align: center;
}
.prod_tl{
	width: 100%;
	font-weight: bold;
	color: #375672;
	margin: 1% 0 2% 0;
}
.prod_tt{
	width: 50%;
	margin: 0 auto;
	color: #666;
	line-height: 26px;
	max-height: 52px;
	overflow: hidden;
}
.prod_cla{
	width: 100%;
	margin: 2% auto 0 auto;
	 text-align: center;
}
.prod_cla a {
    width:auto;
    height: 40px;
    text-align: center;
	padding: 0px 10px;
    line-height: 40px;
    color: #222;
    display: inline-block;
    margin: 5px;
	background: #f1f5f9;
	border-radius: 4px;
}
.prod_cla a.non,.prod_cla a:hover{
    background: #375672;
	color:#fff;
}
.product_ct{
	width: 100%;
	padding: 4% 0px;
}
.product_li{
	float: left;
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 2.5%;
	position:relative;
	text-align: center;
}
.product_li:nth-child(5n+5){
	margin-right: 0;
}
.product_img{
	width: 216px;
	height: 216px;
	border: 1px solid #dedede;
	box-sizing: border-box;
	    display: table-cell;
    vertical-align: middle;
	overflow: hidden;
   
}
.product_img img{
	display: block;
    max-width: 100%;
	max-height:100%;
    cursor: pointer;
	margin: 0px auto;
	transition: all 0.6s;
}
.product_img img:hover{
  transform: scale(1.2);
}
.product_name{
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	    overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.product_nav{
	width: 100%;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
    text-overflow: ellipsis;
	font-weight: bold;
}
.product_nav a{
	color: #375672;
}
.zli{
	width: 100%;
	height: 250px;
    background-color: #375672;
    background-image: url(../images/cxvxc.png);
    background-repeat: no-repeat;
    background-position: left top;
    left: 0px;
    min-width: 1200px;
}
.zli_ct{
	width: 800px;
	height: 180px;
	padding-top: 70px;
	padding-right: 400px;
    position: relative;
	margin: 0 auto;
	background-image: url(../images/sds.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: auto 90%;
	color: #fff;
	line-height: 180%;
}
.zli_ct p{
	font-weight: bold;
	font-size: 2em;
	margin-bottom: 5%;
}

.new{
	width: 100%;
	min-width: 1200px;
	background: url(../images/bg11.png) center no-repeat;
	background-size: 100% 100%;
	padding: 4% 0px;
}
.new_ct{
	width: 1200px;
	margin: 0px auto;
	position: relative;
}
.new_w{
	width: 100%;
	padding: 5% 0px;
}
.new_li{
    float: left;
	width: 31%;
	margin-right: 3.5%;
	position:relative;
}
.new_li:nth-child(3){
	margin-right: 0;
}
.new_img{
	width: 100%;
	height: 190px;
}
.new_img img{
	width: 100%;
	height: 190px;
	object-fit: cover;
}
.new_tl{
    width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.new_rq{	
    width: 100%;
	margin: 2px 0px;
	color: #375672;
}

.new_tt{
    width: 100%;
	line-height: 24px;
	max-height: 72px;
	color: #666;
	overflow: hidden;
}
.s_about{
	width: 1200px;
	margin: 5% auto;
}
.s_about_lf{
	float: left;
	width: 320px;
}
.s_about_lf img{
	width: 100%;
}
.s_about_rg{
	float:right;
	width: 800px;
	line-height: 180%;
}
.licheng{
	width: 100%;
	min-width: 1200px;
	background: #f3f5f9;
	padding: 5% 0px;
}
.licheng_ct{
	width: 1200px;
    margin: 0 auto;
}
.licheng_tl{
	width: 1200px;
    margin: 0 auto;
	padding-bottom: 2%;
	font-weight: bold;
	color: #375672;
}
.s_gcjp2 span{
	display: block;
	text-align: center;
	color: #999;
	line-height: 20px;
	width:90%;
	font-size: 12px;
	
}
.s_gcjp2 img {
    width: 360px;
    object-fit: cover;
    height: 160px;
}
.s_gcjp2 p {
    text-align: center;
    line-height: 45px;
    color: #222;
	font-weight: bold;
	font-size: 1.4em;
}
.s_gcjp3 img {
    width: 600px;
    object-fit: cover;
    max-height: 260px;
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.s_gcjp3 .swiper-slide-active img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
	
}

.s_gcjp3 .swiper-slide {
    text-align: center;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 400px;
	transform: scale(0.8);
}
.s_gcjp3 .swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(2);
	z-index:8;
}
.jis{
	width: 1200px;
	margin: 5% auto;
}
.jis_ct{
	width: 100%;
	line-height: 280%;
	color: #666;
}
.jis_ct img{
	width: 16px;
	vertical-align: -2px;
    display: inline-block;
	margin-right: 10px;
}
.jis_bb{
	width: 100%;
	margin: 5% 0px;
	display: flex;
    justify-content: space-between; 
}
.jis_bb_lf{
	width: 60%;
	height: 200px;
	background: url(../images/ff.png) center no-repeat #375672;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding: 5%;color: #fff;
	line-height: 180%;
}
.jis_bb_lf p{
	font-size: 1.8em;
	font-weight: bold;
	padding-bottom: 20px;
}
.jis_bb_rg{
	width: 35%;
	height: 200px;
}
.jis_bb_rg img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.a_rpd_cla{
	width:100%;
	text-align:center;
	margin:3% auto 0 auto;
}
.a_rpd_cla a{
	width:auto;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #999;
    display: inline-block;
    margin: 0 15px;
	   -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
}
.a_rpd_cla a.cpon,.a_rpd_cla a:hover{
	color:#375672;
	border-bottom: 2px solid #375672;
	   -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
}
.c_nli{
	width: 100%;
	border-bottom: 1px solid #dedede;
	padding: 30px 0px;
	display: flex;
    justify-content: space-between; 
}
.c_nli_img{
	width: 30%;
    height: 190px;
}
.c_nli_img img{
	width: 100%;
	height: 190px;
	object-fit: cover;
}
.c_nli_rg{
	width: 66%;
}
.c_nli_tl{
	width: 100%;
    height: 60px;
	line-height: 30px;
	overflow: hidden;
}
.c_nli_tl a.b{
	font-size: 14px;
	color: #375672;
	margin-right: 10px;
}
.c_nli_rq{
	width: 100%;
	margin: 10px 0px;
	color: #375672;
}
.c_nli_tt{
	width: 100%;
	line-height: 20px;
	height: 40px;
	color: #999;
	overflow: hidden;
}
.c_title{
	width:100%;
	font-weight:bold;
	text-align:center;
	line-height:30px;
	padding:20px 0px;
}
.c_rq{
	width:100%;
	line-height:30px;
	color:#999;
	text-align:center;
}
.c_jj{
	width:95.5%;
	padding:10px 2%;
    color: #868686;
	background: #F5F5F5;
	line-height:24px;
	border:1px solid #dedede;
}
.c_tit{
	width:100%;
	line-height:180%;
	padding:2% 0px;
}
.c_p_fy{
	width: 100%;
	margin:50px auto;
	font-size:12px;
	color:#999;
	border-top:1px solid #dedede;
	padding-top: 30px;
}
.c_w{
	width: 1200px;
	margin: 4% auto;
	line-height: 180%;
}
.cont_w{
	margin: 40px auto;
    padding: 0 0;
    display: flex;
}
.contact_li {
    width: 32%;
    height: 240px;
    overflow: hidden;
    margin: 0 20px 0 0;
    padding: 40px 20px;
    background-color: #fff;
    box-sizing: border-box;
    float: left;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.contact_li img{
	display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    margin: 0 auto 20px;
    padding: 0;
    vertical-align: middle;
}
.contact_li p {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    color: #375672;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}
.contact_li em {
    display: block;
    width: 30px;
    height: 2px;
    overflow: hidden;
    margin: 20px auto;
    padding: 0;
    background-color: #375672;
}
.contact_li span {
    display: block;
    width: 100%;
    max-height: 40px;
    overflow: hidden;
    line-height: 20px;
    color: #565656;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}
.contact_li:nth-child(3n+3) {
    margin: 0;
}
.map{
	width:100%;
	height:400px;
	overflow:hidden;
}
.map img{
	width:100%;
}
#map img {
max-width: inherit;
}
.cont_rtop{
	width: 100%;
	padding:2% 0px;
}
.cont_rtopl{
    width:450px;
    float: left;
}

.cont_rtopr{
    width: 700px;
    float: right;
}
.jqzoom {
    border: none;
    padding: 0px;
    margin: 0px;
	width:450px;
	height:450px;
	display:table-cell;
	vertical-align:middle;
    cursor: default;
	
}
.jqzoom img{
	width: 100%;
	max-height: 100%;
    cursor: pointer;
	margin: 0px auto;object-fit: cover;
}

.zoomdiv {
    z-index:3;
    position: absolute;
    top: 0px;
    left: 0px;
    width:450px;
    height:450px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
}

/*图片小图预览列表*/
.spec-preview {
   width: 450px;
    height:450px;
    border: 1px solid #DFDFDF;
	background:#f5f9fe;
}

.spec-scroll {
    clear: both;
    margin-top: 5px;
    width:450px;
}

.spec-scroll .prev {
    float: left;
    margin-right: 4px;
}

.spec-scroll .next {
    float: right;
}

.spec-scroll .prev,
.spec-scroll .next {
    display: block;
    font-family: "宋体";
    text-align: center;
    width: 20px;
    height: 88px;
    line-height: 88px;
    border: 1px solid #CCC;
    background: #EBEBEB;
    cursor: pointer;
    text-decoration: none;
}

.spec-scroll .items {
    float: left;
    position: relative;
    width: 400px;
    height: 90px;
    overflow: hidden;
}

.spec-scroll .items ul {
    position: absolute;
    width: 999999px;
    height: 90px;
}

.spec-scroll .items ul li {
    float: left;
    width:102px;
    text-align: center;
}

.spec-scroll .items ul li img {
    border: 1px solid #CCC;
    padding: 2px;
    width: 84px;
    height:84px;
}

.spec-scroll .items ul li img:hover {
    border: 2px solid #FF6600;
    padding: 1px;
}
.c_t1{
	font-weight: bold;
    color: #242424;
    padding: 10px 0 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.c_t2{
    color: #999;
    padding: 0 0 20px;
	line-height:180%;
}

.c_btn1{
	width:150px;
	height:38px;
	line-height:38px;
	text-align:center;
	padding: 15px 0;
}
.c_btn1 a{
	float:left;
	width:100%;
	height:38px;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	-moz-box-shadow: rgba(47,108,169,0.2) 10px 10px 20px 5px;
    -webkit-box-shadow: rgba(47,108,169,0.2) 10px 10px 20px 5px;
    box-shadow: rgba(47,108,169,0.2) 10px 10px 20px 5px;
    background-color: #375672;
	color:#fff;
}
.c_btn1 a:hover{
	float:left;
	width:100%;
	height:38px;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	-moz-box-shadow: rgba(47,108,169,0.2) 10px 10px 20px 5px;
    -webkit-box-shadow: rgba(47,108,169,0.2) 10px 10px 20px 5px;
    box-shadow: rgba(47,108,169,0.2) 10px 10px 20px 5px;
    background-color:#2f6ca9;
	color:#fff;
}
.fangan{
	width: 1200px;
	margin: 4% auto;
}
.fangan_lf{
	float: left;
	width: 40%;
	
}
.fangan_rg{
	float: right;
	width: 56%;
}
.anli{
	width: 1200px;
	line-height: 180%;
	color: #666;
	margin: 0 auto 2% auto;
}
.mob-fixed,.yuyan{

	display: none;

}
@media screen and (min-width:800px) and (max-width:1200px)
{
.top_ct{
	width:100%;
	margin: 0 auto;
}
	
}

@media screen and (min-width:200px) and (max-width:800px)
{
	body {
  width: 100%;
  min-width:0;
}
	header {
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0;
  width: 100%;
  min-width: inherit;
  transition: all 0.5s ease;
}

	.pages1 {
    width: 100%;
    text-align: center;
	margin:3% auto;
}
	.pages1 a {
    min-width: 20px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #333333;
    background-color: #fff;
    display: inline-block;
	border:1px solid #ededed;
    margin: 10px 2px;
	padding:6px 6px;
}


.mob-fixed {
		width: 100%;
		position: fixed;
		width: 100%;
		background:rgb(55,86,114,0.8);
		bottom: 0;
		left: 0;
		display: flex;
		z-index: 50;
	}


	.mob-ctel {
		width: 100%;
		text-align: center;
	}



	.mob-cwx a {
		width: 100%;
		display: inline-block;
	}



	.mob-ctel a {
		width: 100%;
		display: inline-block;
	}



	.cont-wx {
		margin: 4px auto 0;
	}



	.cont-wx img {
		width: 50px;
		margin: 0 auto;filter: grayscale(100%) brightness(1000%);
	}


	.cont-title1 {
		font-size: 14px;
		color: #fff;
		padding-bottom: 4px;
	}
	.open_mnav {
        display: block;
    }
	.nav,.top,.bottom_lf{
		display: none;
	}
	
.xwtl_net{
	width:100%;
	text-align: center;
    height: auto;
    line-height: 40px;
    margin: 50px 0px;
}
.anniu {
	display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 38px;
    border: #cccccc 1px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: url(../images/si.png) 20px center no-repeat;
    padding: 0 0 0 20px;
    color: #616161;
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
}
.anniu a{color:#616161;}
.anniu:hover{ background:#375672; padding:0; color:#fff; border:#7d0000 1px solid;}
.anniu:hover a{ color:#fff;}
.xwtl_lf,.xwtl_lf a{
	float:left;
	display: inline-block;
    color: #616161;
	margin-bottom:2%;
}
.xwtl_rg a{
	float: left;
	display: inline-block;
    color: #616161;
}
.xwtl_lf a:hover,.xwtl_rg a:hover{ color:#375672}
.xwtl_lf span,.xwtl_rg span{
	display: inline-block;
    padding: 0 29px;
    background: #bfbfbf;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
    margin: 0 20px;
}
.xwtl_lf span:hover,.xwtl_rg span:hover{ background: #375672}
.xwtl_lf b{
	float: right;
	display: inline-block;
    font-weight: normal;
    max-width: 370px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xwtl_rg b{
	float: left;
	display: inline-block;
    font-weight: normal;
    max-width: 370px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xwtl_rg{
	float: right;
	display: inline-block;
    color: #616161;
}
.xwtl_lf b, .xwtl_rg b{
    display: none;
}
.xwtl_lf span, .xwtl_rg span {
    display: inline-block;
    padding: 0 14px;
    background: #bfbfbf;
    margin: 0 0px;
}
.add,.services_ct,.partner_ct,.why_ct,.licheng_tl,.licheng_ct,.add_ct{
	width:92%;
	margin:0px auto;
}
.about,.product,.new_w,.bottom_rg,.s_about,.s_about_lf,.jis,.c_w,.fangan,.anli{
	width:92%;
	margin:3% auto;
}
.services_lf,.services_rg,.about_lf,.about_rg,.partner_lf,.partner_rg,.why_lf,.why_rg,.youshi,.s_about_rg,.fangan_lf,.fangan_rg{
	float: left;
	width:100%;
	}
footer,.services,.partner,.why,.zli,.new,.foot,.licheng{
	min-width:inherit;
}
.s_gcjp .swiper-slide{
		height: 320px;
	}


.new_ct,.bottom_ct,.foot_ct,.prod_tt,.add,.s_gcjp2 span {
	width:100%;	
	}
	.youshi_li{
    width: 46%;
	margin: 2%;
	}
	.new_li{
		width:100%;
	margin: 2% 0px;
	}
	.product_li{
		width:48%;
	margin: 2% 1%;
	}
	.zli_ct {
    width:80%;
    height: 180px;
	padding: 40px 10%;
	}
	.about_lf_on {
    left: -3%;
	}
	.product_img {
    width: 100%;
    height:18vh;
    border: 1px solid #dedede;
}
	
	.zli_ct p {
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 5%;
}
	.b_ewm_lf{
		margin-top: 20px;
	}
	.cont_w {

    display: block;
}
	.contact_li {
    width: 100%;
	}
	.cont_rtopl {
    width: 100%;
    float: left;
}
.cont_rtopr {
     width: 100%;
    float: left;
}
.spec-preview {
     width: 100%;
    height: auto;
    border: 1px solid #DFDFDF;
    background: #f5f9fe;
}
.jqzoom {
    border: none;
    padding: 0px;
    margin: 0px;
	width:100%;
	height: auto;
	display:table-cell;
	vertical-align:middle;
    cursor: default;
	
}
.spec-scroll {
    clear: both;
    margin-top: 5px;
   width:100%;
}
.spec-scroll .items {
    float: left;
    position: relative;
   width:85%;
    height: 60px;
    overflow: hidden;
}
.spec-scroll .items ul {
    position: absolute;
    width: 999999px;
    height: 60px;
}

.spec-scroll .items ul li {
    float: left;
    width:65px;
    text-align: center;
}

.spec-scroll .items ul li img {
    border: 1px solid #CCC;
    padding: 2px;
    width: 52px;
    height:52px;
}
.spec-scroll .prev,
.spec-scroll .next {
    display: block;
    font-family: "宋体";
    text-align: center;
    width: 5%;
    height: 56px;
    line-height: 56px;
    border: 1px solid #CCC;
    background: #EBEBEB;
    cursor: pointer;
    text-decoration: none;
}
	.yuyan {
    width:auto;
    margin-top: 25px;
}
	header .header-m .contt .logo {
    display: block;
    height: 50px;
    padding-top: 10px;
}
	header .header-m .contt .logo img {
    height: 50px;
}
	.c_nli_img {
    width: 30%;
    height: 100px;
}
	.c_nli_img img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}
	.c_nli_tl {
    width: 100%;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
	.c_nli_rq {
    margin: 5px 0px;
}
	.services_jj{
		margin-bottom: 20px;
	}
	.jis_bb{
		 display: block;

	}
	.jis_bb_lf,.jis_bb_rg{
		width: 100%;
    height: auto;
	}
}