@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:#333;
  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 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:#222;
	text-decoration:none;
}
a:hover{
	color:#318cd6;
	text-decoration:none;
}
.lf{
	float:left;
}
.rt{
	float:right;
}
/**
   * 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;
}
/*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: 1366px) {
  .fnt_16 { font-size:14px;}
  
}
@media only screen and (max-width: 1200px) {
  .fnt_24 { font-size:18px;}
  .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: 767px) {
  .fnt_14 { font-size:12px;}
  .fnt_16 { font-size:12px;}
  .fnt_18 { font-size:14px;}
  .fnt_22 { font-size:14px;}
  .fnt_24 { font-size:16px;}
  .fnt_26 { font-size:16px;}
  .fnt_28 { font-size:16px;}
  .fnt_30 { font-size:18px;}
  .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: 479px) {
  .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: #77daff;
  background-clip: padding-box;
  min-height: 28px;
}

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

header {
  background-color: #1a3580;
  width: 100%;
  transition: all 0.5s ease;
}


header .top {
  
  width: 1200px;
  margin: 0px auto;
  background: #1a3580;
  display: flex;
  justify-content: space-between; 
}

header .top .logo {
  
	width:auto;
	height: 80px;
    display: block;
    margin: 5px 0;
}

header .top .logo img {
  height: 80px;
}

header .nav {
    width:100%;
	background: #1a3580;
	border-top: 1px solid #145d71;
} 
header .nav ul{	
    width:1200px;
	margin: 0px auto;
    display: flex;
    justify-content: space-between; 
}
header .nav ul li{
	position: relative;
    line-height: 60px;
	width: 12.5%;
	height: 60px;
	text-align: center;
}
header .nav a {
	float: left;
	width:100%;
    color: #fff;
}
header .nav a:hover{
	width:100%;
  background: #318cd6;
}
header .nav a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
 
  color: #fff;
  background: #318cd6;
  transition: all 0.5s ease;
}
header .nav ul li ol{
	display: none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
header .nav ul li:hover ol{
	position: absolute;
	z-index: 999;
	width:320px;
	left:-85px;
	top: 60px;
	display:block;
	margin:0px auto;
	background:#fff;
	box-shadow: 5px 5px 5px #ddd;
}
header .nav ul li ol li {
	width: 100%;
	height:30px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	border-bottom: 1px solid #eee;
}

header .nav ul li ol li a {
	display: block;
	width: 100%;
	height: 30px;
	color: #222;
}

header .nav ul li ol li a:hover {
	width: 100%;
	height:30px;
	color: #fff;
}
header .nav a:hover:after {
   width: 100% !important;

}
header .nav .active {
	font-weight: bold;
   background:#327bb5;
}




header .top .search{
	width: 300px;
	height:36px;
	border: none;
	margin-top:27px;
    background:#fff;
	border-radius: 50px;
}
header .top .search_w {
float: left;
width:240px;
border: none;
padding: 0px 10px;
line-height:36px;
font-size: 14px;
height:36px;
color:#666;
background:none;
outline: none;
}
header .top .tel{
	float: right;
	width: auto;	
	color:#fff;
	margin-top: 10px;
	line-height:180%;
}
header .top .tel img{
	vertical-align: -10px;
    margin-right: 5px;
    display: inline-block;
    width: 60px;
}
header .top .tel span{
	display: inline-block;
}
header .top .tel span p{
	font-size:22px;
	color:#e22454;
	font-weight:bold;
}

header .header-m {
  position: relative;
  display: none;
  padding: 0 0;
  background: #1a3580;
}
.contt {
  width: 100%;
  margin: 0 auto;
}
header .header-m .contt {
  padding: 6px 10px;
  box-sizing:border-box;
	display: flex;
    justify-content: space-between; 
}

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


header .header-m .contt .btn {
  float: right;
  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;
}

header .header-m .nav-list a:last-child {
  border-bottom: none;
}

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

.header2{
	position: fixed; 
	top:0;
	left:0;
	z-index: 9999;
	width:100%;
	transition: all 0.5s ease;
	background:#fff;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.header2 .header-m .contt .open_mnav {
	
  background:url(../images/line.png);
}

@media screen and (max-width: 1000px) {
  header .top,.nav{
    display: none;
  }
  header .header-m {
    display: block;
  }
}




.home-page .banner {
  width: 100%;
  height: 720px;
}

.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;
  }
}

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

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

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





/* 页码 */
.pages1 {
    width: 100%;
    text-align: center;
	margin:0 auto;
	padding: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: #1a3580;
	border:1px solid #1a3580;
    color: #fff;
}

.pages1 a:hover {
    background: #1a3580;
	border:1px solid #1a3580;
    color: #fff;
	text-decoration:none;
}
.pages3 {
    text-align: center;
}
.cl{
	clear:both;
}
.cl30{
	clear:both;
	height:30px;
}

/* mob */
.yp{
	position:fixed;
	width:66px;
	z-index:99;
	right:0;
	top:30%;
}
.yp_ct{
	float: left;
	width:66px;
	position: relative;
}
.yp_ct a{
	color: #fff;
}
.yp_ct .wxh{
    background-color:#1a3580;
    position: absolute;
    width: 300px;
    left: -300px;
    top: 0px;
    line-height: 66px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: none;
	-moz-border-radius: 40px 40px 40px 40px;
    -webkit-border-radius: 40px 40px 40px 40px;
    border-radius:40px 40px 40px 40px;
}
.yp_ct:hover .wxh{display:inline !important;}
.yp_ct .yx{
    background-color:#1a3580;
    position: absolute;
    width: 300px;
    left: -300px;
    top: 0px;
    line-height: 66px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: none;
	-moz-border-radius: 40px 40px 40px 40px;
    -webkit-border-radius: 40px 40px 40px 40px;
    border-radius:40px 40px 40px 40px;
}
.yp_ct:hover .yx{display:inline !important;}
.yp_ct .phone{
    background-color: #1a3580;
    position: absolute;
    width: 300px;
    left: -300px;
    top: 0px;
    line-height: 66px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: none;
	-moz-border-radius: 40px 40px 40px 40px;
    -webkit-border-radius: 40px 40px 40px 40px;
    border-radius:40px 40px 40px 40px;
}
.yp_ct:hover .phone{display:inline !important;}
.yp_ct .rewm{
	display:none;
    position: absolute;
    left: -120px;
    top: -30px;
    width: 100px;
    height: 100px;
	padding:10px;
    background-color: #1a3580;
	-moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius:10px 10px 10px 10px;
    border-radius:10px 10px 10px 10px;
}
.yp_ct .rewm img{
	width:100%;
}
.yp_ct:hover .rewm{display:inline !important;}
.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;
    margin: 20px 4px;
    cursor: pointer;
}

.yuyan {
    width: 120px;
    
    color: #fff;
    margin-top: 35px;
}
.yuyan a{ color: #fff;}
.yuyan a:hover{
	color:#318cd6;
}
footer{
	width:100%;
	min-width:1200px;
	color: #fff;
    background: #1a3580;
}
.bottom{
	width: 1200px;
	margin: 0px auto;
	padding: 3% 0px;
	border-bottom: 1px solid #145d71;
	display: flex;
    justify-content: space-between; 
}
.bottom_lf{
	width:40%;
}
.bottom_add{
	float:left;
	width: 100%;
	margin: 20px 0px;
}
.bottom_add img{
	width:26px;
	margin-right: 10px;
	vertical-align: -6px;
    display: inline-block;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.bottom_zj{
	width:20%;
	padding: 0px 5% 0px 7%;
	border-left: 1px solid #145d71;
	border-right: 1px solid #145d71;
}
.bottom_li{
	float:left;
	width:40%;
	margin: 20px 5%;
}

.bottom_li a{
	color: #fff;
}
.bottom_tt{
	width:100%;
	height:28px;
	line-height:28px;
	padding: 1% 0px;
}
.bottom_li a:hover{
	color: #318cd6;
}
.bottom_tl{
	float: left;
	width: 100%;
	margin-bottom: 30px;
	font-weight: bold;
}

.bottom_rg{
	width:20%;
	padding: 0px 1%  0px 5%;
}
.bottom_w{
	width:100%;
	margin-bottom:10px;
}
.lx_tl{
	font-weight:bold;
}
.lx_tl img{
	width:20px;
	margin-left: 10px;
	vertical-align: -4px;
    display: inline-block;
}
.telm{
	font-weight:bold;
	margin:20px 0px;
	color:#e22454;
}
.telm a{color:#e22454;
}
.bottom_add a{
	color: #fff;
}
.b_ewm{
	width: 100%;
	color: #999;
	line-height: 160%;
	
}
.b_ewm_lf{
	width: 50%;
}
.b_ewm img{
	width: 100%;
}
.b_ewm_rg{
	width: 45%;
	color: #999;
	margin-top:12%;
}
.foot{
	width:1200px;
	padding:15px 0px;
	color:#999;
	margin: 0px auto;
	font-size:12px;
	line-height:160%;
	display: flex;
    justify-content: space-between; 
}
.foot a{
	color:#999;
}
.foot a:hover,.bottom_tt a:hover{
	color:#318cd6;
}
.foot_lf{
	width: 70%;
	height:36px;
	line-height:36px;
}
.foot_rg{
	width: 20%;
}
.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:#318cd6; padding:0; color:#fff; border:#318cd6 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:#318cd6;}
.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: #318cd6;}
.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%;
	background: #060f2c;
	margin: 0px auto;
	text-align: center;
	display: none;
}
.s_b img{
	margin: 0px auto;
	height: 80px;
}

.c_c{
	width:100%;
	background: url(../images/bg.png) bottom center no-repeat #f5f5f6;
	padding-bottom:6%;
}

.add{
    width: 100%;
	background: #f0f0f0;
}

.add_ct{
	width: 1200px;
	padding: 10px 0px;
	margin: 0px auto;
	line-height: 180%;
	color: #999;
}
.add_ct a{
	color: #999;
}
.add_ct a:hover{
	color:#318cd6;
}
.add_ct img{
	vertical-align: -4px;
    margin-right: 10px;
    display: inline-block;
    width: 16px;
}
.w1{
	width: 1200px;
	margin: 30px auto;
}
.w2{
	width: 1200px;
	margin: 0px auto;
}
.about{
	float: left;
	width: 75%;
}
.about_tl{
	float: left;
	width: 100%;
	background: #f0f0f0;
	height: 44px;
}
.about_tl p {
    float: left;
    display: block;
    font-size: 16px;
    color: #333;
    background: url(../images/title1.jpg) left center no-repeat;
    line-height: 44px;
    margin-left: 10px;
    padding-left: 10px;
    font-weight: bold;
}
.about_tl a{
    display: block;
    float: right;
    height: 44px;
    line-height: 44px;
    margin-right: 20px;
}
.about_ct{
	float: left;
	width: 100%;
	padding: 15px 15px;
	box-sizing: border-box;
    border: 1px solid #dedede;
    border-top: none;
	display: flex;
    justify-content: space-between; 
}
.about_lf{
	width: 33%;
	height: 170px;
}
.about_lf img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.about_rg{
	width: 65%;
	height: 170px;
	line-height: 24px;
	overflow: hidden;
}
.kj{
	float: right;
	width: 23%;
}
.kj_search{
	float: left;
	width: 100%;
	background: #f0f0f0;
}
.search_kj{
	width: 80%;
	height:36px;
	border: none;
	margin:10px 10%;
    background:#fff;
	border-radius: 50px;
}
.search_kj_w{
float: left;
width:70%;
border: none;
padding: 0px 10px;
line-height:36px;
font-size: 14px;
height:36px;
color:#666;
background:none;
outline: none;
}
.kj_ct{
	float: left;
	width: 100%;
	box-sizing: border-box;
    border: 1px solid #dedede;
    border-top: none;
	padding-bottom: 20px;
}
.kj_ct a{
	float: left;
	width: 40%;
	margin: 20px 1% 0px 3%;
	height: 42px;
	padding-left: 5%;
    line-height: 42px;
	background: #f0f0f0;
}
.kj_ct a img{
	width: 20px;
	vertical-align: -4px;
    margin-right: 5px;
    display: inline-block;
}
.p_cla,.c_p_cla{
	float: left;
	width: 23%;
}
.product{
	float: right;
	width: 75%;
}
.cla_ct{
	float: left;
	width:100%;
}
.clayj{
	width:100%;
	text-align: center;
	height:40px;
	line-height: 40px;
	background: #318cd6;
	color: #fff;
}
.pro_nav{border:1px solid #dedede;border-top:none;padding:15px;}
.pro_nav li {margin:4px 0px;position: relative;}

.pro_nav li div.ml{width:95%;padding-right: 5%; height:40px;background:#e4e4e4 url(../images/ml1.png) right no-repeat;}
 .pro_nav .pro_more{display:block;background:#1a3580;color:#fff;text-align:center;height:30px;line-height:30px;}

.pro_nav li.xgwz a{display:block;color:#222;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;border-bottom:1px dashed #dedede;height:36px;line-height:36px;}

.pro_nav li>div.ml>span{display:block;height:40px;line-height:40px;color:#1a3580;padding:0 10px;float:left;}
.pro_nav li>div.ml>a{display:block;color:#333;height:40px;line-height:40px;float:left;width:182px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.pro_nav li.on div.ml{width:95%;padding-right: 5%;height:40px;background:#1a3580 url(../images/ml2.png) right no-repeat;}
.pro_nav li.on>div.ml>span{display:block;height:40px;line-height:40px;color:#fff;padding:0 10px;float:left;}
.pro_nav li.on>div.ml>a{display:block;color:#fff;height:40px;line-height:40px;float:left;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.pro_nav li.on>div.ml>a:hover{color:#fff !important;}
.pro_nav li .ml2{
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
    display: none;
}
.pro_nav li.on:hover .ml2{
	position: absolute;
	z-index: 999;
	width:800px;
	left:240px;
	top: 0px;
	display:block;
	margin:0px auto;
	background:#fff;
	padding: 10px;
	box-shadow: 5px 5px 5px #ddd;
	 border: 3px solid #1a3580;
}


.pro_nav li .ml2 ul li a{float: left;display:block;color:#222; line-height:20px;width:44%;padding:5px 2%;background:#f2f3f7;margin:3px 1%;}
.pro_nav li .ml2 ul li a:hover{color:#fff;background:#1a3580;}
.product_li{
	float: left;
	width: 18%;
	border: 1px solid #dedede;
	box-sizing: border-box;
	margin: 0px 2.5% 2.5% 0px;
	position:relative;
}
.product_li:nth-child(5n+5){
	
	margin: 0px 0px 2.5% 0px;
}

.product_img{
	width: 100%;
	height: 150px;
}
.product_img img{
    width: 100%;
	height:100%;
    object-fit: cover;
}
.product_tl{
	width: 98%;
	height: 66px;
	line-height: 22px;
	margin: 6px 1%;
	text-align: center;
	overflow: hidden;
}
.product_li .pro_hover{
   display:none;position:absolute;top:-1px;left:-1px;width:100%;height:230px;background:rgba(26,53,128,.85);}
.product_li .pro_hover p{
	color:#fff;line-height:22px;width:90%;padding:0 10px;text-align:center;margin-top:40px;}
.product_li .pro_hover a{
	display:block;width:120px;height:30px;line-height:30px;text-align:center;color:#fff;border:1px solid #fff;margin:0 auto;margin-top:10px;}


.slideGroup {
	width: 1200px;
	margin: 0px auto;
	position: relative;
}

.slideGroup .parHd {
	width: 100%;
	text-align: center;
	float: left;
}

.slideGroup .parHd ul {
	width: 100%;
	background: #f0f0f0;
	height: 44px;
}

.slideGroup .parHd ul li {
	float: left;
	width: 140px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	display: inline-block;
}

.slideGroup .parHd ul li a {
	color: #222;
	display: block;
	background: #f0f0f0;
}

.slideGroup .parHd ul li.on {
	background: #1a3580;
}
.slideGroup .parHd ul li.on a {
	color: #fff;
	background:#1a3580;
}



.slideGroup .slideBox {
	width: 100%;
	float:left;
	overflow: hidden;
	zoom: 1;
	position: relative;
	padding: 15px 15px;
	box-sizing: border-box;
    border: 1px solid #dedede;
    border-top: none;
}

.slideGroup .parBd {
	width: 100%;
	float: left;
}
.slideGroup .parBd .slideBox .new_lf{
	float: left;
	width: 45%;
	padding-right: 2%;
	height: 400px;
	border-right: 1px solid #dedede;
	
}
.slideGroup .parBd .slideBox .new_lf .new_img{
	width: 100%;
	height: 260px;
	overflow:hidden;
	background:#f0f0f0;
}
.slideGroup .parBd .slideBox .new_lf .new_img img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
}
.slideGroup .parBd .slideBox .new_lf .new_img img:hover{
  transform: scale(1.2);
}
.slideGroup .parBd .slideBox .new_lf .new_lf_tl{
	width: 100%;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	margin: 10px 0px;
}
.slideGroup .parBd .slideBox .new_lf .new_lf_rq{
	width: 100%;
	color: #999;
}
.slideGroup .parBd .slideBox .new_lf .new_lf_tt{
	width: 100%;
	margin-top: 10px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}
.slideGroup .parBd .slideBox .new_lf .new_lf_tt a{
	color: #318cd6;
}
.slideGroup .parBd .slideBox .new_rg{
	float: right;
	width: 51%;
	height: 400px;
	box-sizing: border-box;
}
.slideGroup .parBd .slideBox .new_rg .new_rg_li{
	width: 100%;
	margin-bottom: 20px;
    cursor: pointer;
	display: flex;
    justify-content: space-between; 
}
.slideGroup .parBd .slideBox .new_rg .new_rg_li .time,.n_li .time{
    width: 85px;
    height: 85px;
    background: #f0f0f0;
    
}
.n_tli .time{
    width: 85px;
    height: 85px;
    background: #f0f0f0;
	margin-top: 30px; 
}
.slideGroup .parBd .slideBox .new_rg .new_rg_li .time p,.n_tli .time p,.n_li .time p{display:block;width:85px;height:40px;line-height:40px;font-weight:bold;color:#1a3580;text-align:center;margin-top:12px;}
.slideGroup .parBd .slideBox .new_rg .new_rg_li .time span,.n_tli .time span,.n_li .time span{display:block;width:85px;height:22px;line-height:22px;color:#999;text-align:center;}
.slideGroup .parBd .slideBox .new_rg .new_rg_li .wz{float:right;width:82%;}
.slideGroup .parBd .slideBox .new_rg .new_rg_li .wz .tlt{display:block;height:30px;line-height:30px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.slideGroup .parBd .slideBox .new_rg .new_rg_li .wz .tlt:hover{color: #318cd6;}
.slideGroup .parBd .slideBox .new_rg .new_rg_li .wz p{color:#666;line-height:20px;padding-top:10px;height:40px;overflow:hidden;}
.slideGroup .parBd .slideBox .new_rg .new_rg_li:hover .time,.n_tli:hover .time,.n_li:hover .time{background:#318cd6;}
.slideGroup .parBd .slideBox .new_rg .new_rg_li:hover .time p,.n_tli:hover .time p,.n_li:hover .time p{color:#fff;}
.slideGroup .parBd .slideBox .new_rg .new_rg_li:hover .time span,.n_tli:hover .time span,.n_li:hover .time span{color:#fff;}
.pp_ct{
	float: left;
	width: 100%;
	padding: 15px;
	text-align: center;
	border: 1px solid #dedede;
	box-sizing: border-box;
    border-top: none;
}
.pp_ct img{
	max-width: 100%;
}
.pp_tt{
	width: 80%;
	margin: 20px auto;
	text-align: center;
	color: #999;
	line-height: 26px;
}
.pp_logo_li{
	float: left;
	width: 18%;
	background: #fff;
	margin: 1%;
	height: 80px;
	display: grid;
    place-items: center;
	
}
.pp_logo_li img{
	max-height: 80px;
	max-width: 100%;
	object-fit: cover;
}
.mob-fixed {

	display: none;

}
.s_ct{
	float: right;
	width: 75%;
	line-height: 180%;
}
.cont_rtop{
	width: 100%;
	padding:0 0;
}
.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{
	max-width: 100%;
	max-height:100%;
    cursor: pointer;
	margin: 0px auto;
	    display: block;
}

.zoomdiv {
    z-index:3;
    position: absolute;
    top: 0px;
    left: 0px;
    width:450px;
    height:450px;
    background: #ffffff;
    border: 1px solid #eee;
    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 #eee;
	background:#f8f8f8;
}

.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 #eee;
    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:100px;
    text-align: center;
}

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

.spec-scroll .items ul li img:hover {
    border: 2px solid #318cd6;
    padding: 1px;
}
.c_t1{
	float: left;
	width: 100%;
    font-size: 26px;
	font-weight: bold;
    color: #242424;
    padding: 10px 0 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.c_t2{
	float: left;
	width: 100%;
    color: #888;
    padding: 14px 20px;
	line-height: 180%;
	background: #f8f8f8;
	box-sizing: border-box;
}
.c_t2 b{
	color: #222;
}
.c_t3{
	float: left;
	width: 100%;
}
.c_t3_li{
	width: 50%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #888;
    text-align: justify;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 5px auto;
    padding: 0;
    float: left;
}
.c_t3_li img {
    display: block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    margin: 7px 4px 7px 0;
    padding: 0;
    float: left;
}
.c_t3_li span {
    color: #222;
    font-weight: bold;
}
.c_btn1{
	float: left;
	width:180px;
	height:50px;
	line-height:50px;
	text-align:center;
	padding: 25px 0;
	
}
.c_btn1 a{
	float:left;
	width:100%;
	height:50px;
	
	-moz-box-shadow: rgba(0,0,255,0.1) 5px 5px 10px 2px;
    -webkit-box-shadow: rgba(0,0,255,0.1) 5px 5px 10px 2px;
    box-shadow: rgba(0,0,255,0.1) 5px 5px 10px 2px;
    background-color: #f0f0f0;
	color:#666;
}
.c_btn1 a:hover{
	float:left;
	width:100%;
	height:50px;
	
	-moz-box-shadow: rgba(0,0,255,0.1) 5px 5px 10px 2px;
    -webkit-box-shadow: rgba(0,0,255,0.1) 5px 5px 10px 2px;
    box-shadow: rgba(0,0,255,0.1) 5px 5px 10px 2px;
    background-color:#318cd6;
	color:#fff;
}
.c_btn2{
	float: left;
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;
	padding: 25px 0;
	
}
.c_btn2 a{
	float:left;
	width:120px;
	height:50px;
	margin-right: 12px;
	-moz-box-shadow: rgba(0,0,255,0.1) 5px 5px 10px 2px;
    -webkit-box-shadow: rgba(0,0,255,0.1) 5px 5px 10px 2px;
    box-shadow: rgba(0,0,255,0.1) 5px 5px 10px 2px;
    background-color: #1a3580;
	color:#fff;
}
.c_btn2 a:hover{
	float:left;
	-moz-box-shadow: rgba(0,0,255,0.1) 5px 5px 10px 2px;
    -webkit-box-shadow: rgba(0,0,255,0.1) 5px 5px 10px 2px;
    box-shadow: rgba(0,0,255,0.1) 5px 5px 10px 5px;
    background-color:#318cd6;
	color:#fff;
}
.c_p_fy{
	float:left;
	width: 100%;
	margin:50px auto;
	font-size:12px;
	color:#999;
	border-top:1px solid #dedede;
	padding-top: 30px;
}
.c_tt{
	float: left;
	width: 100%;
	padding:30px 0px;
	line-height: 180%;
	margin-bottom: 30px;
}
.c_tt img{
	width: 100%;
}
.xgwz_ct{
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #dedede;
    border-top: none;
    padding: 15px;
	float: left;
}
.xgwz_li{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #dedede;
    height: 36px;
    line-height: 36px;
}
.n_tli,.n_li{
	float: left;
	width: 100%;
	padding:20px;
	border:1px solid #e8e8e8;
	box-sizing: border-box;
}
.n_li{
	margin-top: 20px;
}
.n_tli:hover,.n_li:hover{
	border:1px solid #318cd6;
}
.n_tli a,.n_li a{
	width: 100%;
	display: flex;
    justify-content: space-between; 
}
.tli_img{
    width: 30%;
	height: 150px;
    overflow: hidden;
}
.tli_img img{
   width: 100%;
   height: 100%;
   object-fit: cover;
	transition: 0.5s;
	 overflow: hidden;
}
.n_tli:hover .tli_img img {
	transform: scale(1.2);
}
.n_tli .tli_wz{
    width: 56%;
    height: 120px;
    box-sizing: border-box;
    transition: 0.5s;
}
.n_li .tli_wz{
    width: 80%;
    height: 80px;
    box-sizing: border-box;
    transition: 0.5s;
}
.tli_title{
	display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tli_desc{
    color: #666;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
	margin: 6px 0px;
}
.tli_desc1{
    color: #666;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
	margin-top: 6px;
}
.tli_wz .more {
    display: block;
    height: 42px;
    line-height: 42px;
    background: #f0f0f0;
    font-size: 14px;
    text-align: center;
    margin-top: 13px;
    width: 160px;
}
.n_tli:hover .tli_wz .more{background:#318cd6;color: #fff;}  


.n_li{
	float: left;
	width: 100%;
}

.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:24px;
	padding:2% 0px;
}
.map{
	width:100%;
	height:400px;
	overflow:hidden;
}
.contact{
	width:100%;
	line-height: 180%;
	margin-bottom: 30px;
}
.cont{
	background: none;border-bottom: 1px solid #dedede;
}
.cont_w{
	margin: 40px auto 0;
    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 30px 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: #1a3580;
    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: #1a3580;
}
.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;
}
.download{
	width: 600px;
	margin: 4% auto;
}
.download_tl{
	float: left;
	width: 100%;
	color: #318cd6;
	text-align: center;
	margin-bottom:5%;
	
}
.download_li{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	line-height: 30px;
	
}
.kk_tx {
    float: left;
    width: 100%;
    box-sizing: border-box;
    height: 42px;
    border: 1px solid #e2e4eb;
    color: #999;
    outline: none;
    line-height: 42px;
    padding: 0px 10px;
    background: #fff;
    border-radius: 4px;
}
.jl_tx{
	float: left;
	width: 100%;
	box-sizing:border-box;
	height:42px;
	border:1px solid #e2e4eb;
	color:#999;
	outline:none;
	line-height:42px;
	padding:0px 10px;
	background:#fff;
	border-radius: 4px;
}
.message{
	float: left;
	width: 100%;
	box-sizing:border-box;
	height:100px;
	border:1px solid #e2e4eb;
	color:#999;
	background:#fff;
	border-radius: 4px;
	outline:none;
}

@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;
}
	.yuyan {
    width:auto;
    color: #fff;
    margin-top: 25px;
}
	.mob-fixed {
		width: 100%;
		position: fixed;
		width: 100%;
		background:rgb(26,53,128,0.8);
		bottom: 0;
		left: 0;
		display: flex;
		z-index: 50;
	}
.mob-cwx {
		width: 50%;
		text-align: center;
	}



	.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 {
		margin: 0 auto;
	}


	.cont-title1 {
		font-size: 14px;
		color: #e22454;
		padding-bottom: 4px;
	}
	.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;
}

.download{
	width:90%;
	margin: 4% auto;
}

	.open_mnav {
        display: block;
    }
	header .top,.nav,.bottom_zj,.p_cla,.foot_rg,.yp,.add,.tli_wz .more{
		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:#318cd6; padding:0; color:#fff; border:#318cd6 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:#318cd6;}
.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: #318cd6;}
.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;
}

footer{
	min-width:inherit;
}
.w1{
    width:94%;
		margin: 3% auto;
 
}
.w2,.slideGroup,.bottom,.foot{
    width:94%;
		margin: 0px auto;
 
}
.about,.kj,.product,.slideGroup .parBd .slideBox .new_rg,.about_lf{
		width: 100%;
	}
.slideGroup .parBd .slideBox .new_lf{
		width: 100%;
	padding-right: 0;
	border-right:0;
	margin-bottom: 20px;
	border-bottom: 1px solid #dedede;
	padding-bottom: 20px;
	
	}
.slideGroup .parBd .slideBox .new_rg .new_rg_li .wz {
    float: right;
    width: 68%;
}
	.pp_logo_li {
    float: left;
    width: 31%;
    background: #fff;
    margin: 1.16%;
    height: 80px;
    display: grid;
    place-items: center;
}
	.bottom,.about_ct{
		display: block
	}
.bottom_lf,.about_rg{
		width: 100%;
	padding: 20px 0px;
	}
.bottom_rg{
		width: 100%;
	padding: 0px;
	}
	.foot{
		height: 40px;
		line-height: 20px;
	}
	.foot_lf {
    width: 100%;
    height: 40px;
    line-height: 20px;
}
	.product_img {
    width: 100%;
    height: 20vh;
}
	.product_li .pro_hover {
		 height: 100%;
	}
	.product_li .pro_hover p{
		padding:0px 10px;
		
	margin-top: 20px;
	}
	.product_li .pro_hover a {
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    margin: 0 auto;
    margin-top: 20px;
}
	.product_li{
	float: left;
	width: 48%;
	border: 1px solid #dedede;
	box-sizing: border-box;
	margin: 1% ;
	position:relative;
}
.product_li:nth-child(5n+5){
	float: left;
	width: 48%;
	border: 1px solid #dedede;
	box-sizing: border-box;
	margin: 1% ;
}
	.bottom_add {
    float: left;
    width: 100%;
    margin: 10px 0px;
}
	.b_ewm {
    width: 60%;
	}
	.s_b{
	width: 100%;
	padding-top: 74px;
	 }
	.s_b img{
	width: 100%;
	height: 150px;
	 object-fit: cover;
	 }
	.c_p_cla{
	float: left;
	width: 100%;margin-top: 80px;
}
	.s_ct{
	float: left;
	width: 100%;
	margin-top: 20px;
}
	.pro_nav li {
    margin:3px 2%;
    width: 96%;
    float: left;
}
	.pro_nav li ul.two_profl li {
    margin: 0 0;
    width: 100%;
    float: left;
}
	.pro_nav li>div.ml>a {
    width: 80%;
   
}
	.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;
	
}
	.jqzoom img{
	width: 100%;
	height: auto;
    cursor: pointer;
	margin: 0px auto;
	    display: block;
}
.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;
}
.tli_img {
    width: 30%;
    height: 100px;
    overflow: hidden;
}
.n_tli .tli_wz {
    width: 40%;
    height: 100px;
}
.n_tli .time{
    width: 60px;
    height:60px;
    background: #f0f0f0;
	margin-top: 20px; 
}
 .n_tli .time p, .n_li .time p {
    display: block;
    width: 60px;
    height: 20px;
    line-height: 20px;
   
    margin-top: 12px;
}
.n_tli .time span, .n_li .time span {
    display: block;
    width: 60px;
    height: 16px;
    line-height: 16px;
    color: #999;
    text-align: center;
}
.n_li .time {
    width: 60px;
    height: 60px;
    background: #f0f0f0;
	margin-top: 10px;
}
	.cont_w {

    display: block;
}
	.contact_li {
    width: 100%;
	}
}
.xabout{
	width: 100%;
}
.xabout_lf{
	float: left;
	width: 46%;
	line-height: 180%;
}
.xabout_rg{
	float: right;
	width: 50%;
}
.xabout_rg img{
	width: 100%;
}
.xys{
	width: 100%;
	background: #fff;
    box-shadow: 0 0 24px rgb(0 0 0 / 5%);
	padding: 8% 0px 8% 0px;
	margin: 8% 0px;
}
.xys_li{
	float: left;
	width: 25%;
	box-sizing: border-box;
	text-align: center;
	line-height: 280%;
	border-right: 1px solid #eee;
}
.xys_li:nth-child(4){
	border-right:none;
}
.xys_li p{
	font-size:2.5em;
	color:#1a3580;
}
.xtit{
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5%;
}
.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 img {
    width: 100%;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;
    font-size: 18px;
    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: 560px;
    transform: scale(0.85);
}

.s_gcjp .swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1.5);
	z-index:8;
	box-shadow: 0 1px 5px 0 rgb(70 70 70 / 50%);
}

.s_gcjp p {
    font-size: 14px;
    text-align: center;
    line-height: 45px;
    color: #333333;
}

.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;
}
@media screen and (min-width:200px) and (max-width:800px) {
.xabout_lf,.xabout_rg{
	width: 100%;
	}
	.xys_li{
	float: left;
	width: 50%;
	margin: 3% 0px;
	}
	.s_gcjp .swiper-slide{
		height: 500px;
	}
	.pro_nav li.on:hover .ml2{
	position: absolute;
	z-index: 999;
	width:100%;
	left:0px;
	top: 40px;
	display:block;
	margin:0px auto;
	background:#fff;
	padding: 15px;
		box-sizing: border-box;
}
	.pro_nav li .ml2 ul li a {
    
    width: 94%;
	}
}