@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;
	line-height: 160%;
  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:#000000;
	text-decoration:none;
}
a:hover{
	color:#3565d6;
	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;
}
/*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:18px;}
  .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: 10px;
  height: 10px;
}

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

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

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


header .header-pc {
  width:94%;
  margin: 0 3%;
  min-width:1280px;
  display: flex;
  justify-content: space-between; 
}

header .header-pc .logo {
  
	width: 200px;
	height: 70px;
  display: block;
}

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

header .header-pc .nav {
 width: 78%;
  padding: 25px 0;
	    text-align: center;
}
header .header-pc .nav ul{
	width:100%;
}
header .header-pc .nav ul li{
	position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    margin: 0px 1.5%;
    
    font-size: 14px;
    color: #000;
    border-bottom: 2px solid transparent;
}
header .header-pc .nav a {
  color: #000;
  border-bottom: 2px solid transparent;
}
header .header-pc .nav a:hover{
  color: #3565d6;
  border-bottom: 2px solid transparent;
}
header .header-pc .nav a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  color: #3565d6;
  background: #3565d6;
  transition: all 0.5s ease;
}
header .header-pc .nav ul li ol{
	position: absolute;
	z-index: 999;
	top: 40px;
	display: none;
	margin:0px auto;
	min-width:65px;
	background:#fff;
	padding:0px 10px;
}
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;
	color: #222;
	line-height: 50px;border-bottom: 2px solid transparent;
}

header .header-pc .nav ul li ol li a:hover {
	width: 100%;
	height:50px;
	color: #3565d6;border-bottom: 2px solid transparent;
}
header .header-pc .nav a:hover:after {
  width: 100% !important;
}
header .header-pc .nav .active {
	font-weight:bold;
	font-size:16px;
  color:#3565d6;
 
}
header .header-pc .nav .active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  color:#3565d6;
  background: #3565d6;
}

header .header-pc .topr{
	width:150px;
	display: flex;
    justify-content: space-between;
}
header .header-pc .topr .search{
	width:26px;
	height:26px;
	border-left: 1px #eee solid;
	margin-top:32px;
	padding-left:10px;
}

header .header-pc .topr .search a{
float: right;
width: 26px;
border: none;
line-height:20px;
height:26px;
outline: none;
margin-left:30px;
filter:grayscale(100%) brightness(0);
}
header .header-pc .topr .search a:hover{
	filter: grayscale(0) brightness(100%);
	-webkit-filter: grayscale(0) brightness(100%);
}
header .header-pc .topr .yuy{
	
	width:90px;
	height:26px;
	margin-top:32px;
	padding-left:20px;
}
header .header-pc .topr .yuy img{
	height:26px;
	vertical-align: -8px;
    display: inline-block;
}
.bmtx{
	width:50px;
	height:26px;
	border: none;
	line-height:26px;
	color:#000;
	background: none;
	outline:none;
}
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;
}

header .header-m .contt .logo {
  float: left;
  display: block;
  width:210px;
  height: 70px;
}
header .header-m .contt .logo img{
    height: 70px;
}
header .header-m .contt .open_mnav {
	width:32px;
  height: 32px;
  float: right;
  display: block;
  background:url(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: #3565d6;
}
header .header-m .contt .yuy{
	float: right;
	width:90px;
	height:26px;
	margin-top:24px;
	padding-left:20px;
}
header .header-m .contt img{
	height:26px;
	vertical-align: -8px;
    display: inline-block;
}
.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(../static/line.png);
}
.header2 .header-m .contt .yuy{
	float: right;
	width:90px;
	height:26px;
	margin-top:24px;
	padding-left:20px;
}
.header2 .header-m .contt img{
	height:26px;
	vertical-align: -8px;
    display: inline-block;
}
@media screen and (max-width: 1200px) {
  header .header-pc {
    display: none;
  }
  header .header-m {
    display: block;
  }
}


.mouse {
	position: absolute;
  width: 100%;
  z-index: 99;
  cursor: pointer;
  bottom:8%;
  background-position: top center !important;
	line-height: 180%;
  text-align: center;
}

.mouse a {
  display: inline-block;
  width: 90px;
  height: 60px;
  color: #fff;
  background-position: top center !important;
  text-align: center;
}

.mouse a span {
  animation: arrowMove 2s infinite;
  display: inline-block;
  width: 8px;
  height: 20px;
  position: absolute;
  margin-left: -4px;
  left: 50%;
  bottom: 0;
}

@media screen and (max-width: 1200px) {
  .mouse {
    display: none;
  }
}


.home-page .banner {
  width: 100%;
  height:auto;
	position: relative;
}

.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) {
 
   .s_b{
	   height: 300px;
	 }
}

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

@media screen and (max-width: 768px) {
 
   .s_b{
	   height: 200px;
	 }
}

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





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

.pages1 a:hover {
    background: #3565d6;
	border:1px solid #3565d6;
    color: #fff;
	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;
}

.notice{
    width: 100%;
	line-height: 60px;
	background: #fff;
}
.notice_ct{
	width: 1200px;
	margin: 0px auto;
}
.notice_tl{
	float: left;
	width: 10%;
	color: #000;
	font-weight: bold;
}
.notice_tl img{
	width: 30px;
	margin-right: 10px;
	vertical-align: -6px;
    display: inline-block;
}
.notice_cent{
	float: left;
	width: 88%;
	text-align: left;
	padding: 0px 1%;
	color: #999;
	height: 60px;
}

.notice_btn1{
	float: left;
	width: 34px;
	margin-right: -10px;
}
.notice_btn2{
	float: left;
	width: 34px;
	margin-right: -1900px;
}
.notice_btn1 a,.notice_btn2 a{
	float: left;
	line-height: 32px;
	text-align: center;
	width:32px;
	height: 32px;
	margin: 14px 1%;
	border: 1px solid #eee;
	border-radius: 50%;
}
.notice_btn1 a:hover,.notice_btn2 a:hover{ 
	float: left;
	background: #3565d6;
	border: 1px solid #3565d6;
	color: #fff;
}
.notice_cent .swiper-container {
  width: 100%;
  height: 100%;
  --swiper-navigation-color: #00be74;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 50px;
  /* 设置按钮大小 */
}
.notice_cent .swiper-container .swiper-wrapper .swiper-slide{
	float: left;
    width:auto;
	position: relative;
	
}


.about{
   width: 100%;
	background: #f6f7f9;
}
.about_ct{
   width: 1200px;
   background: url("../images/about_bg.png") right no-repeat #f6f7f9;
   background-size: 100% auto;
	margin: 0px auto;
	padding: 5% 0px;
}
.about_lfs{
	float:right;
	width: 50%;
	box-shadow: 0px 15px 15px -4px rgba(0, 0, 0, 0.5);
}
.about_lfs img{
	width:100%;
	    display: block;
}
.about_rgs{
	float: left;
	width: 46%;
}
.tit_tls{
	width: 100%;
	font-weight: bold;
	color: #000;
}
.about_tls{
	width: 100%;
	margin: 4% 0px;
	color: #3565d6;
	font-weight: bold;
}
.about_lf{
	width: 80%;
	margin:3% auto;
}

.about_lf img{
	width:100%;
}
.about_rg{
	width: 100%;
}
.tit_tl{
	width: 100%;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.about_tl{
	width: 100%;
	margin: 4% 0px;
	color: #3565d6;
	font-weight: bold;
	text-align: center;
}
.about_tt{
	width: 100%;
	height: 250px;
	overflow: hidden;
}
.about_tt a{
	color: #d91f22;
}
.about_tt a:hover{
	text-decoration: underline;
}

.about_btn{
	width: 100%;
	margin-top: 6%;
}
.about_btn a{
	float: left;
	width: 30%;
	margin-right: 3%;
	box-sizing: border-box;
	border: 1px solid #d0d0d0;
	padding: 0px 3%;
	height: 70px;
	line-height: 70px;
	background: url("../images/about_pic.png") no-repeat right #fff;
	box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.5);
}
.about_btn a:hover{
	color: #fff;
	border: 1px solid #3565d6;
	background:url("../images/about_pic.png") no-repeat right #3565d6;
}
.about_btn img{
	width: 30px;
	margin-right: 10px;
	vertical-align: -10px;
    display: inline-block;
}
.about_btn a:hover img{
    filter: grayscale(100%) brightness(1000%);
}
.lingdao{
	width: 100%;
	background:url("../images/lingdao_bg.png") no-repeat #3565d6;
	background-size: 100% 100%;
	padding-bottom: 5%;
	min-width: 1300px;
}
.lingdao_tl{
	width: 1200px;
	margin: 0px auto;
	font-weight: bold;
	color: #fff;
	padding: 3% 0px;
}
.lingdao_tl a{
	float: right;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
}
.lingdao_ct{
	width: 1300px;
    margin: 0px auto ;
}
.lingd_li{
	float: left;
	width:28%;
	margin: 0px 10px;
	padding: 1%;
	box-sizing: border-box;
	background: #fff;
	display: flex;
    justify-content: space-between;
}
.lingd_li:nth-child(1),.lingd_li:nth-child(6),.lingd_li:nth-child(11),.lingd_li:nth-child(16){
	width: 28%;
	margin: 0px 10px 0px 64px;
	display: flex;
    justify-content: space-between;
}
.lingd_li:nth-child(5),.lingd_li:nth-child(10),.lingd_li:nth-child(15),.lingd_li:nth-child(20){
	margin: 0px 64px 0px 10px;
}
.lingd_img{
	width: 55%;
	height: 270px;
	overflow: hidden;
}
.lingd_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lingd_tl{
	width: 100%;
	font-size: 12px;
	margin: 4% 0;
	height: auto;
	line-height: 20px;
    overflow: hidden;color:#3565d6;
	font-weight: bold;
}
.lingd_tl a{
	font-weight: bold;
	margin-right: 10px;
}
.lingd_cc{
	width: 100%;
	font-size: 12px;
	height: 120px;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 10px;
}
.lef50{
	left: -50px;
}
.rig50{
	right: -50px;
}
.lingd_li:nth-child(1) .lingd_img,.c_lingd_li:nth-child(1) .lingd_img{
	width: 55%;
	height: 270px;
}
.lingd_li:nth-child(1) .lingd_img img,.c_lingd_li:nth-child(1) .lingd_img img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.lingd_li .lingd_rg,.c_lingd_li .lingd_rg{
	width: 40%;
	padding-top: 10px;
}


.lingd_btn{
	width: 100%;
	font-size: 12px;
	line-height: 32px;
}
.lingd_btn img{
	width: 30px;
	margin-right: 10px;
	vertical-align: -10px;
    display: inline-block;
}
.new{
	width: 1200px;
	margin: 4% auto;
}
.new_li{
	float: left;
	width: 48%;
	margin-right: 4%;
}
.new_li:nth-child(2){
	margin-right: 0;
}
.new_tl{
	width: 100%;
	margin-bottom: 5%;
	font-weight: bold;
}
.new_tl a{
	float: right;
	width: 30px;
}
.new_tl img{
	width: 100%;
}
.new_ct{
	width: 100%;
}
.new_ct_li{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 10px;
	background: #eef1f6;
	display: flex;
    justify-content: space-between;
}
.new_ct_li_img{
	width: 30%;
	height: 76px;
}
.new_ct_li_img img{
	width: 100%;
	height:100%;
	object-fit: cover;
}
.new_ct_li_rg{
	width: 65%;
	color: #666;
}
.new_ct_li_rg p{
	width: 100%;
	height: 52px;
	line-height: 26px;
	overflow: hidden;
}
.bb_img{
	width: 100%;
	height: 106px;
}
.bb_img img{
	width: 100%;
	height:100%;
	object-fit: cover;
}
.new_ct ul{
	width: 100%;
	margin-top: 20px;
}
.new_ct ul li{
	width: 100%;
	display: flex;
    justify-content: space-between;
	margin: 8px 0px;
}
.new_ct ul li b{
	float: left;
	color: #3565d6;
	font-weight: bolder;
}
.new_ct ul li a{
	float: left;
	width: 80%;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.new_ct ul li font{
	float: right;
	color: #666;
}
.guang{
	width: 1200px;
	margin: 0px auto;
}
.guang img{
	width: 100%;
}
.new_ct01{
	width: 100%;
	background: #eef1f6;
	box-sizing: border-box;
	padding: 10px;
}
.new_ct01_li{
	float: left;
	width: 44%;
	margin: 8px 3%;
	box-sizing: border-box;
	border: 1px solid #eee;
	background: #fff;
	text-align: center;
	line-height: 42px;
	height: 42px;
	overflow: hidden;
}
.rh_img{
	width: 100%;
	height: 240px; 
	position: relative;
}
.rh_bf{
	position: absolute;
	z-index: 3;
	width: 80px;
	top:34%;
	left:40%;
}
.rh_bf img{
	width: 80px;
}
.rh_img img{ 
	width: 100%;
	height:100%;
	object-fit: cover;
}
.rh_ct{
	width: 100%;
	height: 70px;
	background: #3565d6;
	box-sizing: border-box;
	padding: 10px 20px;
	color: #fff;
	position: relative;
}
.rh_ct a{
	color: #fff;
}
.rh_more{
	position: absolute;
	top:20px;
	right:20px;
}
.rh_tl{
	width: 80%;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	overflow: hidden;
}
.rh_tt{
	width: 80%;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.rh_more img{
	height: 30px;
}
.w_w{
	width: 100%;
	min-width: 1200px;
	background: #e7ebf4;
	padding: 1px 0px;
}
.new_ct_li01{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 10px;
	background: #fff;
	display: flex;
    justify-content: space-between;
}
.rh_ct01{
	width: 100%;
	height: 70px;
	background: #fff;
	box-sizing: border-box;
	padding: 10px 20px;
	line-height: 24px;
	overflow: hidden;
}
.hyqy{
	width: 1200px;
	margin: 4% auto;
}
.tit{
	width: 100%;
	text-align: center;
	font-weight: bold;
}
.hyqy_ct{
	width: 100%;
	margin-top: 2%;
}
.hyqy_ct_li{
	float: left;
	width: 180px;
	height: 70px;
	border: 1px solid #eee;
	margin: 9px;
	display: flex;
    align-items: center; 
  justify-content: center; 
}
.hyqy_ct_li img{
	max-width: 100%;
	max-height: 100%;
}
.kjan{
	width: 100%;
	min-width: 1200px;
	background: url("../images/kjan.jpg") no-repeat;
	background-size: 100% 100%;
	margin-bottom: 20px;
	text-align: center;
	display: flex;
    justify-content: space-between;
}
.kjan a{
	border: 1px solid rgb(255,255,255,0.5);
	border-radius: 50px;
	padding: 10px 2%;
	width: auto;
	text-align: center;
	font-weight: bold;
	margin: 20px 17%;
	color: #fff;
	display: inline-block;
}
.kjan a:hover{
	background:rgb(255,255,255,0.2);
}
.kjan a img{
	width: 30px;
	margin-left: 10px;
	vertical-align: -8px;
    display: inline-block;
}
footer{
	width:100%;
	min-width:1200px;
    background: #f5f5f5;
}
.bottom_lf{
	float: left;
	width: 70%;
}
.bottom_rg{
	float: right;
	width: 26%;
}
.bottom{
	width: 1200px;
	margin: 0px auto;
	padding: 3% 0px;
}
.bottom_li{
	float: left;
	width: 14%;
	color: #222;
}
.b_tl{
	width: 100%;
	    height: 20px;
	font-weight: bold;
}
.b_li{
	width: 100%;
	    height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin: 10px 0px;
}
.b_li a{
	color: #999;
}
.b_ct{
	width: 100%;
	color: #999;
	font-size: 12px;
	line-height: 200%;
	margin: 10px 0px;
}
.b_ct p{
	color: #222;
	font-weight: bold;
}
.b_ewm{
	width: 100%;
	display: flex;
    justify-content: space-between;
}
.b_ewm_lf{
	width: 30%;
}
.b_ewm_lf img{
	width: 100%;
}
.b_ewm_rg{
	width: 65%;
	color: #999;
	margin-top: 8%;
}
.link{
	width: 100%;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 10px 0px;
}
.link_ct,.bottom_ct{
	width: 1200px;
	color: #222;
	margin: 0px auto;
}
.link_ct a{
	color: #fff;
	margin-right: 20px;
}
.tishi{
	width: 1200px;
	color: #999;
	margin: 2% auto;
}
.foot{
	width:100%;
	padding:15px 0px;
	color:#999;
	font-size:12px;
	line-height:160%;
	background:#fff;
}
.foot_ct{
	width: 1200px;
	margin: 0px auto;
	text-align: center;
}
.foot_lf{
	float: left;
}
.foot_rg{
	float: right;
}
.foot a{
	color:#999;
}
.foot a:hover,.link_ct a:hover,.b_li a:hover{
	color:#3565d6;
}
/*内页*/
.s_banner{
	width: 100%;
	position: relative;
    min-width: 1200px;
	max-height: 400px;
	overflow: hidden;
}
.s_banner img{
	width: 100%;
	max-height: 400px;
	object-fit: cover;
	display: block;
}
.s_tl{
	width: 100%;
	position: absolute;
	z-index: 3;
	text-align: center;
	top:25%;
	color: #fff;

}
.s_tl p{
	padding-bottom: 4%;
	font-weight: bold;
}
.s_tl img{
	width: 24px;
	margin: 4% auto 0px auto;
}
.s_class{
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
    position: absolute;
	z-index: 3;
	left:0%;
	bottom:0;
	text-align: center;
}
.s_class a{
	width:auto;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    display: inline-block;
    margin: 0 0;
	padding: 0px 3%;
}

.s_class a.non,.s_class a:hover{
    background: #3565d6;
	color:#fff;
}
.c_ad{
	width: 100%;
	line-height: 60px;
	background: #f6f7f9;
}
.c_ad1{
	width: 100%;
	line-height: 60px;
	background: #fff;
}
.c_ad_ct{
	width: 1200px;
	margin: 0px auto;
}
.c_ad_ct img{
	width: 30px;
	margin-right: 10px;
	vertical-align: -10px;
    display: inline-block;
}
.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:#3565d6; padding:0; color:#fff; border:#3565d6 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:#3565d6;}
.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: #3565d6;}
.xwtl_lf b{
	float: right;
	display: inline-block;
    font-weight: normal;
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xwtl_rg b{
	float: left;
	display: inline-block;
    font-weight: normal;
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xwtl_rg{
	float: right;
	display: inline-block;
    color: #666;
}

.c_a{
   width: 100%;
}
.c_ct{
    width: 1200px;
	margin: 0px auto;
	padding: 5% 0px;
	
}
.c_ct_lf{
	float: left;
	width: 70%;
}
.c_ct_rg{
	float: right;
	width: 25%;
}
.c_ct_rg_tl{
	font-weight: bold;
	width: 100%;
	padding-bottom: 10%;
}
.c_ct_rg_li{
	width: 100%;
	padding-bottom: 8%;
	line-height: 180%;
	display: flex;
    justify-content: space-between;
}
.c_ct_rg_img{
	width: 44%;
	height: 100px;
}
.c_ct_rg_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.c_ct_rg_tt{
	width: 50%;
}
.c_ct_rg_a{
	width: 100%;
	height: 40px;
	line-height: 20px;
	margin-bottom: 12px;
	overflow: hidden;
}
.c_ct_rg_rq{
	width: 100%;
	color: #999;
}
.c_about_tt{
	width: 100%;
}

.c_about_tt img{
	max-width: 100%;
}
.c_c{
	width:100%;
	background: #f6f7f9;
}
.c_lingd_li{
	float: left;
	width: 29.7%;
	margin: 10px;
	padding: 1%;
	height: 296px;
	box-sizing: border-box;
	background: #fff;display: flex;
    justify-content: space-between;
}
.c_lingd_li:nth-child(1){
	width: 29.7%;
	margin: 10px;
	display: flex;
    justify-content: space-between;
}
.ld_lf{
	float: left;
	width: 25%;
}
.ld_lf img{
	width: 100%;
}
.ld_rg{
	float: right;
	width: 70%;
}
.ld_tl{
	width: 100%;
	font-weight:bold;
	padding-bottom: 3%;
	border-bottom: 1px solid #eee;
}
.zhiw{
	width: 100%;
	color: #3565d6;
	font-weight: bold;
	padding: 3% 0px;
}
.ld_jj{
	width: 100%;
	line-height: 180%;
	padding:3% 0px;
	border-bottom: 1px solid #eee;
	margin-bottom: 3%;
}
.c_new_li{
	width: 100%;
	margin-bottom: 20px;
	padding: 1%;
	box-sizing: border-box;
	background: #fff;
	cursor: pointer;
}
.c_new_img{
	float: left;
    width: 20%;
    box-sizing: border-box;
    margin-right: 3%;
    overflow: hidden;
}
.c_new_ct{
	float: left;
    width: 58%;
	height:100px;
    box-sizing: border-box;
	transition: 0.5s;
}
.c_new_ct p.title{
	font-weight: bold;
    line-height: 38px;
    letter-spacing: 0px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.c_new_li:hover{
	color:#3565d6;
}
.c_new_ct p.desc{
	font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
	height: 48px;
	margin-bottom: 20px;
    color: #999999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.c_new_ct p.newbtn{
	width: 100%;
}
.c_new_ct p.newbtn img{
	height: 30px;
	width: 30px;
	margin-right: 10px;
	vertical-align: -8px;
    display: inline-block;
}
.c_new_li:hover .c_new_ct{
	padding-left: 3%;
	width: 61%;
	transition: 0.5s;
}
.c_new_li .c_new_img img {
	width: 100%;
	height:120px;
	transition: 0.5s;
	object-fit: cover;
}
.c_new_li:hover .c_new_img img {
	transform: scale(1.2);
}
.c_new_ct p.desc {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    height: 40px;
    margin-bottom: 6px;
}
.c_new_rg{
	float: right;
    width: auto;
    margin-right: 2%;
	margin-top:5%;
    overflow: hidden;
    text-align: right;
	color: #999999;
	line-height:240%;
}
.c_new_rg p{
	font-weight: bold;
	font-size: 28px;
}
.c_cnew_tl{
	width:100%;
	text-align: center;
	font-size: 24px;
	line-height:180%;
	font-weight:bold;
}
.c_cnew_rq{
	width:100%;
	color:#999;
	font-size:12px;
	margin:20px 0px;
	text-align: center;
}
.c_cnew_rq img{
	vertical-align: -4px;
    display: inline-block;
    width: 18px;
    height: 18px;
}
.c_cnew_jj{
	width:100%;
	padding:2% 3%;
	box-sizing: border-box;
	background: #f5f5f5;
	font-size: 12px;
	color: #666;
}
.c_cnew_ct{
	width:100%;
	line-height:180%;
	margin:5% 0px;
}
.c_cnew_ct img{
	max-width:100%;
}
.c_contact{
	width: 100%;
	margin:0px auto;
	padding:3% 0px;
	display: flex;
    justify-content: space-between; 
}
.c_contact .cont_w{
	width:30%;
	line-height: 250%;
	display: flex;
    justify-content: space-between; 
}
.c_contact .cont_w .cont_pic{
	width:15%;
}
.c_contact .cont_w .cont_pic img{
	width:100%;
	max-width:50px;
}
.c_contact .cont_w .cont_ct{
	width:82%;
}

.c_contact .cont_w .cont_ct p.cont_s{
	color:#999;
	margin: 5% 0px;
}
.c_contact .cont_w .cont_ct p.cont_z{
	padding-top:4%;
}
.c_contact .cont_w .cont_ct p.cont_d{
	padding-top:4%;
	color:#3565d6;
}
.c_contact .cont_w .cont_ct p.cont_d img{
	 width: 100px;
}
.map{
   width: 100%;
	height: 400px;
	margin:0 auto 4% auto;
	overflow: hidden;
}
.c_about_tt p,.c_cnew_ct p{
	text-indent: 2em;
}
@media screen and (min-width:800px) and (max-width:1400px)
{
header .header-pc {
  width:98%;
  margin: 0 0.3%;
  
}
}
@media screen and (min-width:200px) and (max-width:800px)
{
	body {
  width: 100%;
  min-width:0;
}
	header {
 
  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;
}



	.open_mnav {
        display: block;
    }
	.nav {
		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:#3565d6; padding:0; color:#fff; border:#3565d6 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:#3565d6}
.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: #3565d6}
.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,.c_ct,.notice_ct,.about_ct,.lingdao_tl,.new,.guang,.bottom,.link_ct, .bottom_ct,.tishi,.foot_ct,.c_ad_ct{
	width:92%;
	margin:0px auto;
}
.c_ct_lf{
	width: 100%;
}
.c_ct_rg{
	display: none;
}
footer{
	min-width:inherit;
}
.c_contact{
		display: block;
	}
.c_contact .cont_w{
    float: left;
    width: 100%;
		padding: 5% 0px;
}
.notice_tl{
	width: 32%;
	}
.about_lf{
		width: 100%;
	}
.about_rg{
	margin-top: 5%;
		width: 100%;
	}
.lingdao,.w_w,.kjan{
		min-width: inherit;
	}
.lingdao_ct{
		width: 100%;
	}
.new_li {
    float: left;
    width: 100%;
    margin: 4% 0;
}
.hyqy_ct_li {
    float: left;
    width: 42%;
    box-sizing: border-box;
    height: 8vh;
    border: 1px solid #eee;
    margin:2% 4%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kjan a {
    border: 1px solid rgb(255,255,255,0.5);
    border-radius: 50px;
    padding: 4px 4%;
    width: auto;
    text-align: center;
    font-weight: bold;
    margin: 20px 6%;
    color: #fff;
    display: inline-block;
}
.bottom_lf,.notice_btn1,.notice_btn2,.c_new_rg{
		display: none;
	}
.bottom_rg {
    float: inherit;
    width: 100%;
	margin: 0px auto;
}
	header .header-m .contt .logo img {
    height: 60px;
		padding-top: 5px;
}
	header .header-m .contt {
    padding: 0 10px;
    box-sizing: border-box;
}
	header .header-m .contt .yuy,
	.header2 .header-m .contt .yuy {
    float: right;
    width: 60px;
    height: 26px;
    margin-top: 24px;
    padding-left: 0px;
}
	header .header-m .contt .yuy img,
	.header2 .header-m .contt .yuy img {
 display: none;
}
	.about_btn a {
    float: left;
    width: 32%;
    margin-right: 1%;
    box-sizing: border-box;
    border: 1px solid #d0d0d0;
    padding: 0px 0px 0px 2%;
    height: 60px;
    line-height: 60px;
    background: #fff;
}
	.about_btn img {
    width: 20px;
    margin-right: 4px;
    vertical-align: -6px;
    display: inline-block;
}
.notice_cent {
    float: left;
    width: 66%;
    text-align: left;
    padding: 0px 1%;
    color: #999;
    height: 60px;
}
	.lingd_li,.c_lingd_li,.c_lingd_li:nth-child(1){
    float: left;
    width: 44%;
    margin: 3%;
    padding: 3%;height: 360px;
    box-sizing: border-box;
    background: #fff;
		display: block;
    justify-content: space-between;
}
	
	.lingd_li:nth-child(5),.lingd_li:nth-child(10),.lingd_li:nth-child(15),.lingd_li:nth-child(20) {
    margin: 3%;
	}
	.hyqy{
	width: 92%;
    margin: 4% auto;	
	}
	.s_banner {
    min-width: inherit;
		height: 300px;
}
	.s_banner img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.s_banner .s_tl img{
		width: 24px;
	}
	.c_new_img {
    float: left;
    width: 40%;
		margin-right: 2%;
	}
	.foot_lf,.foot_rg{
		float: inherit;
		text-align: center;
	}
	
}
#map img {
max-width: inherit;
}
.zscx_ts{
	width: 90%;
	margin: 20% auto;
	color: #cb3430;
}
.zscx{
    width: 100%;
	margin: 15% auto;
}
.zscx1{
    width: 100%;
	margin: 5% auto;
}
.zscx_ts{
	width: 90%;
	text-align: center;
	margin: 0px auto 4% auto;
}
.zscx_ct{
	width: 60%;
	margin: 0 auto;
	background: #f6f7f9;
	height: 68px;
	line-height: 68px;
	display: flex;
    justify-content: space-between;
}
.zscx_lf{
	width: 72%;
}
.zscx_rg{
	width: 26%;
}
.zscx_rg a{
	float: left;
	text-align: center;
	color: #fff;
	background: #3565d6;
	width: 100%;
	height: 68px;
}
.zscx_rg a img{
	height:20px;
	width: 20px;
	margin-right: 10px;
	vertical-align: -5px;
    display: inline-block;
	filter: grayscale(100%) brightness(1000%);
}
.zscx_rg a:hover{
	background: #cb3430;
	color: #fff;
}
.zstx{
	width:100%;
	height:68px;
	box-sizing: border-box;
	border: none;
	line-height:36px;
	color:#666;
	outline:none;
	background: none;
	padding:0px 3%;
}
.c_new_rg1{
	float: right;
    width: auto;
    margin-right: 2%;
	margin-top:2%;
    overflow: hidden;
    text-align: right;
	color: #999999;
	line-height:240%;
}
.c_new_rg1 p{
	font-weight: bold;
	font-size: 28px;
}
.c_ct1{
    width: 1200px;
	margin: 0px auto 5% auto;
}
.ld_lf1{
	float: left;
	width: 50%;
}
.ld_lf1 img{
	width: 100%;
}
.ld_rg1{
	float: right;
	width: 45%;
}
.zsbh{
	width: 100%;
    line-height: 180%;
    padding-top: 5%;
    border-top: 1px solid #eee;
    margin-top: 5%;
	font-weight: bold;
	color: #3565d6;
}
.zsrq{
	width: 100%;
    line-height: 180%;
    padding: 3% 0px;
	font-weight: bold;
	display: flex;
    justify-content: space-between;
}
@media screen and (min-width:200px) and (max-width:800px)
{
	.zscx_ct{
    width: 90%;
	}
	.c_new_rg1{
		display: none;
    }
	.c_ct1{
	width:92%;
	margin:0px auto 5% auto;
}
	.ld_lf1,.ld_rg1{
	float: left;
	width: 100%;
}
	.about_lfs{
	float: left;
	width:100%;
}
.about_lfs img{
	width:100%;
}
.about_rgs{
	float: left;
	width:100%;
}
	.new_ct ul li a {
    float: left;
    width: 65%;
	}
	.lingd_img {
    width: 100%;
    height: 180px;
    overflow: hidden;
}
	.lingd_li .lingd_rg, .c_lingd_li .lingd_rg
	{
		 width: 100%;
	}
	.lingd_li:nth-child(1) .lingd_img, .c_lingd_li:nth-child(1) .lingd_img
	{
		 width: 100%;
		height: 180px;
	}
	.lingd_li:nth-child(1) .lingd_rg,.c_lingd_li:nth-child(1) .lingd_rg{
	width: 100%;
	
}
	.lingd_btn img {
    width: 20px;
    margin-right: 4px;
    vertical-align: -5px;
    display: inline-block;
}
	.lingd_cc{
	width: 100%;
	font-size: 12px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}
}