@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;
	background: #ececec;
  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:#1d1d1d;
	text-decoration:none;
}
a:hover{
	color:#e2943c;
	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: 1200px) {
  .fnt_24 { font-size:20px;}
  .fnt_20 { font-size:16px;}
}

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

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

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

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

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

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

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

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

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

header {
  background:none;
  width: 100%;
  background: #000;
}


header .header-pc {
  width:94%;
  margin: 0 3%;
  min-width:1200px;
	box-sizing: border-box;
  color: #fff;
  display: flex;
  justify-content: space-between; 
}

header .header-pc .logo {
  
	width:auto;
	height: 60px;
	line-height: 60px;
    display: block;
	color: #fff;
}
header .header-pc .logo a{
	color:#fff;
}


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

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

header .header-pc .nav ul li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	height: 40px;
	padding: 0px 20px;
	text-align: center;
}

header .header-pc .nav ul li a {
	float: left;width:100%;
	color: #fff;height: 40px;
}
header .header-pc .nav ul li a:hover {
	color: #e2943c;
	font-weight: bold;
}

header .header-pc .search{
	width: 26px;
	height: 26px;
	padding: 17px;
}
header .header-m {
 
  display: none;
  
}
.contt {
  width: 100%;
  margin: 0 auto;
	
}
header .header-m .contt {
  padding: 0 20px;
  box-sizing:border-box;
	
}

header .header-m .contt .logo {
  float: left;
  height: 60px; color: #fff;
	line-height: 60px;
}
header .header-m .contt .logo a{
    color: #fff;
}
header .header-m .contt .open_mnav {
	float: right;
  width:32px;
  height: 32px;
  display: block;
  background:url(../images/line.png);
	background-size: 100% 100%;
}
header .header-m .search{
	float: right;
	width: 26px;
	height: 26px;
	padding: 17px;
}



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

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

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


@media screen and (max-width: 1200px) {
  header .header-pc {
    display: none;
  }
  header .header-m {
    display: block;
  }
}





/* 页码 */
.pages1 {
    width: 100%;
    text-align: center;
	margin:0 auto;
	padding:3% 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;
	border-radius: 4px;
	padding:0px 10px;
}

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

.pages1 a:hover {
    background: #e2943c;
	border:1px solid #e2943c;
    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: 14px 4px;
    cursor: pointer;
}




footer{
	width:100%;
	background: #000;
}


.foot{
	width:94%;
	padding:15px 3%;
}
.foot_ct{
	margin: 0 auto;
	width: 100%;
	color:#fff;
	line-height:160%;
	display: flex;
    justify-content: space-between; 
}
.foot_ct a{
	color:#fff;
}
.foot a:hover{
	color:#e2943c;
}

.foot_lf{
	width: 70%;
}
.foot_rg{
	width: 20%;
	text-align: right;
}
.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:#e2943c; padding:0; color:#fff; border:#e2943c 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:#e2943c;}
.xwtl_lf span,.xwtl_rg span{
	display: inline-block;
    padding: 0 20px;
    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 0px;
}
.xwtl_lf span:hover,.xwtl_rg span:hover{ background: #e2943c;}
.xwtl_lf b{
	float: right;
	display: inline-block;
    font-weight: normal;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xwtl_rg b{
	float: left;
	display: inline-block;
    font-weight: normal;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xwtl_rg{
	float: right;
	display: inline-block;
    color: #666;
}







.w{
	width: 1200px;
	margin: 15px auto;
}
.w_lf{
	float: left;
	width: 70%;
	background:#fff;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.2); 
}
.w_rg{
	float: right;
	width: 28%;
	background: #fff;
	border-radius: 10px;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.2); 
}
.w_tl{
	width:100%;
	display: flex;
    justify-content: space-between; 
}
.tit{
	width: 120px;
	background: #e2943c;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	border-radius: 10px;
}
.tit img{
	width: 20px;
	vertical-align: -4px;
    display: inline-block;
	margin-right: 8px;
}
.w_tl a{
	display: block;
	font-size: 14px;
	color:#e2943c;
	height: 40px;
	line-height: 40px;
}
.tj{
	width: 100%;
	margin-top: 15px;
}
.tj_lf{
	float: left;
	width: 62%;
	position:relative;
	height:360px;
	overflow:hidden;
	border-radius: 10px;
}
.tj_lf img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.tj_on{
	position:absolute;
	z-index:22;
	width:100%;
	padding:6px 4%;
	bottom:0;
	left:0;
	color:#fff;
	height:90px;
	box-sizing: border-box;
	background: url(../images/bb.png);
	line-height:140%;
}
.tj_on_t{
	width:100%;
	height: 48px;
	line-height: 24px;
	overflow: hidden;	
}

.tj_on_d{
	width:100%;
	height: 30px;
	line-height:30px;
	display: flex;
    justify-content: space-between; 
}
.tj_on_t b,.tj_on_d b{
	color:#e2943c;
	margin-right: 10px;
}
.tj_rg{
	float:right;
	width: 36%;
}
.tj_rg_img{
	width: 100%;
	height: 180px;
	overflow:hidden;
	border-radius: 10px;
}
.tj_rg_img img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.tj_rg_tl{
	width: 100%;
	font-weight: bold;
	margin: 10px 0px;
}
.tj_rg_ct{
	width: 100%;
	height: 96px;
	line-height: 24px;
	overflow: hidden;
}
.tj_rg_jg{
	width: 100%;
	margin-top: 6px;
}
.tj_rg_jg b{
	color:#ff0000;
}
.w_rg_tl{
	width: 94%;
	height: 40px;
	padding: 10px 3%;
	line-height: 40px;
	border-bottom: 1px solid #e2943c;
	display: flex;
    justify-content: space-between; 
}
.w_rg_tit{
	color:#e2943c;
}
.w_rg_tl a{
	display: block;
	font-size: 14px;
	color:#e2943c;
}
.w_rg_ct{
	width: 94%;
	padding: 16px 3%;
}
.w_rg_li{
	width: 100%;
	height: 36px;
	overflow: hidden;
	line-height: 36px;
	 white-space: nowrap;
    text-overflow: ellipsis;
}
.w_rg_li b{
	font-size: 20px;
	color:#e2943c;
}
.gm{
	width: 1200px;
	margin: 15px auto;
}
.gm_li{
	float: left;
	width: 230px;
	background: #fff;
	border-radius: 10px;
	margin-right: 12px;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.2); 
}
.gm_li:nth-child(5){
	margin-right: 0px;
}
.gm_img{
	width: 100%;
	height: 160px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
}
.gm_img img,.mxtj_img img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.gm_tl,.mxtj_name{
	width: 94%;
	height: 20px;
	font-weight: bold;
	line-height: 20px;
	margin: 10px auto;
	overflow: hidden;
}
.gm_xx{
	width: 94%;
	height: 48px;
	margin: 0px auto;
	line-height: 24px;
	color: #999;
	overflow: hidden;
}
.gm_jg{
	width: 94%;
	height: 20px;
	line-height: 20px;
	margin: 10px auto;
	overflow: hidden;
	color: #999;
}
.gm_jg b{
	color:#e2943c;
}
.w_lf01{
	float: left;
	width: 70%;
}
.w_rg01{
	float: right;
	width: 28%;
}
.w_rg01_w{
	width: 100%;
	background: #fff;
	border-radius: 10px;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.2); 
	margin-bottom: 15px;
}
.mxtj_tl{
	width: 100%;
	line-height: 60px;
	height: 60px;
	background: #e2943c;
	border-radius: 10px;
	display: flex;
    justify-content: space-between; 
}
.mxtj_tit{
	width: 120px;
	background: #ef561a;
	height: 60px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	border-radius: 10px;
}
.mxtj_tit img{
	width: 20px;
	vertical-align: -4px;
    display: inline-block;
	margin-right: 8px;
}
.mxtj_tl a{
	margin-right: 20px;
	color: #fff;
}
.mxtj_ct{
	width: 100%;
}
.mxtj_li{
	float: left;
	width: 24%;
	margin-right: 1.25%;
	margin-top: 15px;
	background: #fff;
	border-radius: 10px;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.2); 
}
.mxtj_li:nth-child(4),.mxtj_li:nth-child(8){
	margin-right: 0;
}
.mxtj_img{
	width: 100%;
	height: 200px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
}
.mxtj_xx{
	width: 94%;
	height: 72px;
	margin: 0px auto;
	line-height: 24px;
	overflow: hidden;
}
.mxtj_xx p{
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	 white-space: nowrap;
    text-overflow: ellipsis;
}
.mxtj_xx p b{
	color: #e2943c;
}
.mxtj_more{
	width: 70%;
	margin: 10px auto;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.mxtj_more a{
	float: left;
	border-radius: 10px;
	color: #fff;
	width: 100%;
	background: #e2943c;
}
.mxtj_more a:hover{
	width: 100%;
	background: #ef561a;
}



.c_c{
	width:100%;
	background: url(../images/bg.png) bottom center no-repeat #f5f5f6;
	padding-bottom:6%;
}
.add{
	width:1200px;
	margin:0px auto;
	padding:15px 0px;
	color:#999;
	font-size:12px;
}
.add img{
	vertical-align: -6px;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.n_mxtj_ct{
	width: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
	margin: 15px 0px;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.2); 
}
.new_li{
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding: 12px 0px;
}
.new_li a{
	font-weight: bold;
	line-height: 150%;
}
.new_li p{
	width: 100%;
	color: #999;
	line-height: 24px;
	margin: 10px 0px;
}
.new_li b{
	font-size: 20px;
	color:#e2943c;
}
.new_li span{
	color: #999;
	font-size: 14px;
}
.c_cnew_tl{
	width:100%;
	text-align: center;
	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:3% 5%;
	box-sizing: border-box;
	background: #f5f5f5;
	font-size: 12px;
	color: #666;
}
.c_cnew_ct{
	width:100%;
	line-height:180%;
	margin:5% 0px;
}
.p_mxtj_ct{
	width: 100%;

}
.mxtj_btn{
	width: 200px;
}
.mxtj_btn a{
	background: #ef561a;
	padding: 10px 20px;
	border-radius: 10px;
}



@media screen and (min-width:200px) and (max-width:800px)
{
	body {
  width: 100%;
  min-width:0;
}
	header {
 
  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:#e2943c; padding:0; color:#fff; border:7d0000 1px solid;}
.anniu:hover a{ color:#fff;}
.xwtl_lf,.xwtl_lf a{
	float:left;
	display: inline-block;
    color: #616161;
	margin-bottom:2%;
}
.xwtl_rg a{
	float: left;
	display: inline-block;
    color: #616161;
}
.xwtl_lf a:hover,.xwtl_rg a:hover{ color:#e2943c}
.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: #e2943c}
.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{
	width:92%;
	margin:0px auto;
}
.w,.gm{
	width: 94%;
	margin: 15px auto;
}
.w_lf,.tj_lf,.w_lf01{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.w_rg,.tj_rg,.w_rg01{
	float: left;
	width: 100%;
}
.gm_li {
    float: left;
    width: 100%;
	margin-right: 0px;
	margin-bottom: 15px;
}
.mxtj_li {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-top: 15px;
}
.mxtj_li:nth-child(2),.mxtj_li:nth-child(4),.mxtj_li:nth-child(6),.mxtj_li:nth-child(8){
	margin-right: 0;
}
}