@charset "utf-8";
.iconfont {
  font-family: "黑体" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
body {
  min-width: 310px;
  word-wrap: break-word;
  word-break: break-all;
  background-color: #f5fbfa;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ol,
ul {
  list-style: none;
}
li {
  list-style: none;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  font-size: 14px;
  font-family: "黑体";
  color: #000;
  margin: 0 auto;
}
em,
i {
  font-style: normal;
}
/*a 链接*/
a {
  text-decoration: none;
  outline: none;
}
a:focus {
  outline: none;
}
/*a:hover, a:active, a:focus { color:#f5771d; }
*/
/*图片居中*/
.vcenter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
fieldset,
img {
  border: 0;
  vertical-align: middle;
}
.clearfix:after {
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  line-height: 0;
  content: '\20';
}
/* HTML5 重置为较旧版本的浏览器 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 按钮样式 */
input,
button,
textarea,
select {
  font-size: 100%;
  outline: none;
  resize: none;
}
input[type="button"] {
  cursor: pointer;
  border: 0;
}
input[type="submit"] {
  cursor: pointer;
  border: 0;
}
input[type="reset"] {
  cursor: pointer;
  border: 0;
}
/*删除火狐下按钮默认样式*/
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}
/*
	--------------------------
	表单控件设置
	--------------------------
*/
table {
  border-collapse: collapse;
  width: 100%;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  /*color: #666;*/
  font-size: 12px;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
b,
span,
em,
li,
a,
i,
input,
textarea {
  font-family: "黑体";
  margin: 0;
  padding: 0;
}
.iconfont {
  font-family: 'iconfont';
}
a {
  color: #666;
}
a:hover {
  text-decoration: none;
}
body {
  max-width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
@font-face {
  font-family: "黑体";
  src: url('../fonts/Avenir Heavy.otf') format('opentype') /* IE6-IE8 */;
}
.kejian {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .kejian {
    width: 95%;
  }
}
.toptop {
  width: 100%;
  height: 35px;
  background: #f7f7f7;
  border-bottom: 1px solid #e5e5e5;
}
.toptop .qie_city {
  width: 50%;
  height: 34px;
  float: left;
}
.toptop .qie_city i {
  color: #666666;
  font-size: 12px;
  line-height: 34px;
  font-weight: 600;
}
.toptop .qie_city .qqh {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.toptop .qie_city .qqh span {
  display: block;
  color: #666666;
  font-size: 12px;
  line-height: 34px;
  cursor: pointer;
  margin-right: 4px;
}
.toptop .qie_city .qqh .qqh_k {
  display: none;
  position: absolute;
  z-index: 30000;
  border: 1px solid #d8d8d8;
  background-color: #f9f9f9;
  width: 240px;
  padding: 7px 0 0 0;
  left: 0;
  top: 30px;
  border-radius: 0 0 4px 4px;
}
.toptop .qie_city .qqh .qqh_k a {
  display: inline-block;
  margin: 0 4px 4px;
  float: left;
}
.toptop .qie_city .qqh .qqh_k a:hover {
  color: #d73029;
}
.toptop .soucang {
  width: 50%;
  float: right;
  text-align: right;
}
.toptop .soucang a {
  font-size: 13px;
  color: #999999;
  height: 34px;
  line-height: 34px;
  margin-left: 24px;
}
.toptop .soucang a img {
  margin-right: 9px;
  vertical-align: -2px;
}
.toptop .soucang a:hover {
  color: #fa0000;
}
@media (max-width: 768px) {
  .toptop .soucang a {
    margin-left: 3%;
  }
}
@media (max-width: 480px) {
  .toptop .qie_city {
    display: inline-block;
    width: auto;
  }
  .toptop .soucang {
    width: 60%;
  }
}
.top_wrap {
  width: 100%;
  padding: 10px 0 25px 0;
  background-color: #fff;
}
@media (max-width: 1200px) {
  .top_wrap {
    padding: 10px 0 2% 0;
  }
}
.top_wrap a.logo {
  display: block;
  width: 180px;
  float: left;
}
.top_wrap a.logo img {
  width: 100%;
}
@media (max-width: 640px) {
  .top_wrap a.logo {
    width: 28%;
  }
}
.top_wrap .slogen {
  float: left;
  margin-left: 20px;
  padding-left: 24px;
  position: relative;
}
.top_wrap .slogen:after {
  content: '';
  display: block;
  width: 1px;
  height: 35px;
  background-color: #dbdbdb;
  position: absolute;
  left: 0;
  top: 10px;
}
.top_wrap .slogen span {
  display: block;
  font-size: 26px;
  font-family: "黑体";
  color: #333333;
  text-align: center;
}
.top_wrap .slogen p {
  font-size: 14px;
  color: #666666;
  text-align: center;
  margin-top: 6px;
}
@media (max-width: 1200px) {
  .top_wrap .slogen {
    margin-left: 14px;
    padding-left: 15px;
  }
  .top_wrap .slogen span {
    font-size: 20px;
  }
  .top_wrap .slogen p {
    font-size: 12px;
  }
}
@media (max-width: 980px) {
  .top_wrap .slogen {
    display: none;
  }
}
.top_wrap .search {
  width: 375px;
  height: 40px;
  position: relative;
  float: right;
  margin-right: 4.6%;
  margin-top: 14px;
}
.top_wrap .search input[type="text"] {
  width: 220px;
  height: 20px;
  border: 2px solid #d73029;
  padding: 8px 100px 8px 51px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  font-size: 14px;
  color: #262626;
}
.top_wrap .search input[type="submit"] {
  width: 100px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 2px;
  background-color: #d73029;
  color: #fff;
}
.top_wrap .search img {
  position: absolute;
  top: 10px;
  left: 20px;
}
@media (max-width: 480px) {
  .top_wrap .search img {
    left: 6px;
  }
}
@media (max-width: 1200px) {
  .top_wrap .search {
    margin-right: 2%;
    width: 290px;
    margin-top: 4px;
  }
  .top_wrap .search input[type="text"] {
    width: 137px;
  }
}
@media (max-width: 768px) {
  .top_wrap .search {
    margin-right: 12%;
  }
}
@media (max-width: 720px) {
  .top_wrap .search {
    margin-right: 10%;
  }
}
@media (max-width: 680px) {
  .top_wrap .search {
    margin-right: 8%;
  }
}
@media (max-width: 580px) {
  .top_wrap .search {
    width: 260px;
  }
  .top_wrap .search input[type="text"] {
    width: 107px;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .top_wrap .search {
    width: 185px;
    font-size: 12px;
    height: 36px;
    margin-top: 0;
  }
  .top_wrap .search img {
    top: 8px;
  }
  .top_wrap .search input[type="text"] {
    padding: 6px 52px 6px 31px;
    width: 100px;
  }
  .top_wrap .search input[type="submit"] {
    width: 50px;
    height: 32px;
  }
}
@media (max-width: 360px) {
  .top_wrap .search {
    margin-right: 6%;
    width: 155px;
    font-size: 12px;
    height: 32px;
    margin-top: 0;
  }
  .top_wrap .search img {
    top: 6px;
  }
  .top_wrap .search input[type="text"] {
    padding: 6px 42px 6px 31px;
    width: 80px;
    height: 16px;
  }
  .top_wrap .search input[type="submit"] {
    width: 40px;
    height: 28px;
  }
}
@media (max-width: 330px) {
  .top_wrap .search {
    margin-right: 4%;
  }
}
.top_wrap .phone {
  float: right;
  display: inline-block;
  margin-top: 11px;
}
.top_wrap .phone img {
  float: left;
  margin-right: 10px;
}
@media (max-width: 980px) {
  .top_wrap .phone img {
    margin-right: 5px;
  }
}
.top_wrap .phone b {
  font-size: 16px;
  color: #d73029;
  line-height: 41px;
  font-family: "黑体";
}
@media (max-width: 1200px) {
  .top_wrap .phone {
    margin-top: 3px;
  }
}
@media (max-width: 768px) {
  .top_wrap .phone {
    display: none;
  }
}
.top_wrap .phone-nav {
  display: none;
  float: right;
}
@media (max-width: 768px) {
  .top_wrap .phone-nav {
    display: block;
    margin-top: 1.6%;
  }
}
@media (max-width: 480px) {
  .top_wrap .phone-nav {
    margin-top: 0;
  }
}
.nav {
  width: 100%;
  background: #d73029;
}
.nav ul {
  width: 100%;
}
.nav ul li {
  width: 10%;
  line-height: 50px;
  height: 50px;
  text-align: center;
  float: left;
  position: relative;
}
.nav ul li a.nava {
  display: block;
  color: #fff;
  font-size: 16px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.nav ul li .navv {
  position: absolute;
  width: 100%;
  padding: 6px 0;
  top: 50px;
  left: 0;
  background-color: #d73029;
  display: none;
  z-index: 999;
}
.nav ul li .navv a {
  display: block;
  font-size: 14px;
  line-height: 2.2;
  color: #fff;
}
.nav ul li .navv a:hover {
  background-color: #c71710;
}
.nav ul li:hover a.nava {
  background-color: #c71710;
}
@media (max-width: 768px) {
  .nav {
    display: none;
  }
}
.index_banner {
  width: 100%;
}
.index_banner a {
  display: block;
}
.index_banner a img {
  width: 100%;
}
.index_banner .slick-dots {
  bottom: 20px;
}
@media (max-width: 768px) {
  .index_banner .slick-dots {
    bottom: 4%;
  }
}
.index_banner .slick-dots li {
  width: 40px;
  height: 4px;
  margin: 0 7px;
}
.index_banner .slick-dots li button {
  width: 40px;
  height: 4px;
  border-radius: 0;
  background: rgba(113, 113, 113, 0.65);
}
@media (max-width: 768px) {
  .index_banner .slick-dots li {
    width: 30px;
    height: 3px;
    margin: 0 5px;
  }
  .index_banner .slick-dots li button {
    width: 30px;
    height: 3px;
  }
}
.index_banner .slick-dots .slick-active button {
  background: #d73029;
}
/*移动端底部导航*/
.phonefooternav {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none;
  z-index: 99999;
}
@media (max-width: 768px) {
  .phonefooternav {
    display: block;
  }
}
.phonefooternav ul li {
  width: 25%;
  background: #494949;
  float: left;
  padding: 5px 0;
  border-right: 1px solid #666 ;
  list-style: none;
}
.phonefooternav ul li a {
  display: block;
  color: #fff;
  text-align: center;
}
.phonefooternav ul li a i {
  display: block;
  font-size: 20px;
  padding: 5px 0 6px 0;
}
#cha {
  display: block;
  position: absolute;
  width: 50px;
  height: 39px;
  top: 0;
  right: 0;
  padding: 4px 20px 10px 10px;
  font-size: 30px;
  background: #f3f3f3;
  cursor: pointer;
}
.index_tit {
  width: 100%;
}
.index_tit a{
  color: #d73029;
}
.index_tit span {
  display: block;
  font-size: 40px;
  color: #d73029;
  line-height: 1.8;
  text-align: center;
}
.index_tit .yuan {
  width: 16px;
  height: 16px;
  background: #ec523a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}
.index_tit .yuan .leftline {
  position: absolute;
  width: 62px;
  height: 1px;
  background: #cccccc;
  top: 11px;
  right: 34px;
}
.index_tit .yuan .rightline {
  position: absolute;
  width: 62px;
  height: 1px;
  background: #cccccc;
  top: 11px;
  left: 34px;
}
.index_tit p {
  font-size: 16px;
  color: #333333;
  line-height: 2;
  text-align: center;
  margin-top: 6px;
}
@media (max-width: 1200px) {
  .index_tit span {
    font-size: 34px;
  }
  .index_tit .yuan {
    width: 20px;
    height: 20px;
  }
  .index_tit .yuan .leftline {
    top: 10px;
    right: 30px;
  }
  .index_tit .yuan .rightline {
    top: 10px;
    left: 30px;
  }
  .index_tit p {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .index_tit span {
    font-size: 24px;
  }
  .index_tit .yuan {
    width: 18px;
    height: 18px;
  }
  .index_tit .yuan .leftline {
    top: 9px;
    right: 24px;
  }
  .index_tit .yuan .rightline {
    top: 9px;
    left: 24px;
  }
  .index_tit p {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .index_tit span {
    font-size: 20px;
  }
  .index_tit .yuan {
    width: 16px;
    height: 16px;
  }
  .index_tit .yuan .leftline {
    top: 8px;
    right: 22px;
  }
  .index_tit .yuan .rightline {
    top: 8px;
    left: 22px;
  }
  .index_tit p {
    font-size: 14px;
  }
}
@media (max-width: 460px) {
  .index_tit span {
    font-size: 18px;
  }
  .index_tit .yuan {
    width: 13px;
    height: 13px;
  }
  .index_tit .yuan .leftline {
    top: 7px;
    right: 18px;
    width: 42px;
  }
  .index_tit .yuan .rightline {
    top: 7px;
    left: 18px;
    width: 42px;
  }
  .index_tit p {
    font-size: 13px;
    line-height: 1.8;
  }
}
@media (max-width: 360px) {
  .index_tit span {
    font-size: 16px;
  }
  .index_tit .yuan {
    width: 10px;
    height: 10px;
  }
  .index_tit .yuan .leftline {
    top: 5px;
    right: 16px;
    width: 32px;
  }
  .index_tit .yuan .rightline {
    top: 5px;
    left: 16px;
    width: 32px;
  }
  .index_tit p {
    font-size: 12px;
    line-height: 1.6;
  }
}
.inyouhua {
  width: 100%;
  padding: 20px 0 35px 0;
  background-color:#FFF;
}
.inyouhua ul {
  width: 100%;
  margin-top: 2.08333333%;
}
.inyouhua ul li {
  width: 21%;
  margin: 0 2%;
  float: left;
}
.inyouhua ul li .inyh_img {
  max-width: 142px;
  width: 95%;
  margin: 0 auto;
  background-color: #e4e4e4;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.inyouhua ul li .inyh_img:after {
  content: '';
  display: block;
  padding-top: 100%;
}
.inyouhua ul li .inyh_img img {
  max-width: 60%;
}
.inyouhua ul li .inyh_img .inyh_img1 {
  display: block;
}
.inyouhua ul li .inyh_img .inyh_img2 {
  display: none;
}
.inyouhua ul li span {
  display: block;
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin-top: 12.24489796%;
}
.inyouhua ul li p {
  display: block;
  font-size: 12px;
  color: #999999;
  text-align: center;
  margin-top: 8.16326531%;
  font-family: "黑体";
  line-height: 1.6;
}
@media (min-width: 769px) {
  .inyouhua ul li:hover .inyh_img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    background-color: #d73029;
  }
  .inyouhua ul li:hover .inyh_img .inyh_img2 {
    display: block;
  }
  .inyouhua ul li:hover .inyh_img .inyh_img1 {
    display: none;
  }
}
@media (max-width: 768px) {
  .inyouhua ul li span {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .inyouhua ul li {
    float: none;
    clear: both;
    margin: 0 0 4% 0;
    width: 100%;
  }
  .inyouhua ul li:after {
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    line-height: 0;
    content: '\20';
  }
  .inyouhua ul li .inyh_img {
    float: left;
    width: 20%;
    margin-right: 2%;
    max-width: 70px;
  }
  .inyouhua ul li span {
    font-size: 13px;
    margin-top: 0;
    text-align: left;
    padding-top: 1%;
    width: 78%;
    float: right;
  }
  .inyouhua ul li p {
    margin-top: 2%;
    text-align: left;
    width: 78%;
    float: right;
  }
}
@media (max-width: 768px) {
  .inyouhua {
    padding: 2% 0 3% 0;
  }
}
.indingzhi {
  width: 100%;
  padding: 20px 0 35px 0;
  background-color: #f8f8f8;
}
.indingzhi ul {
  width: 100%;
  margin-top: 2.08333333%;
}
.indingzhi ul li {
  width: 21%;
  margin: 0 2%;
  float: left;
}
.indingzhi ul li .inyh_img {
  width: 100%;
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  overflow: hidden;
}
.indingzhi ul li .inyh_img:after {
  content: '';
  display: block;
  padding-top: 73.07692308%;
}
.indingzhi ul li span {
  display: block;
  font-size: 18px;
  color: #333333;
  margin-top: 12.24489796%;
}
.indingzhi ul li p {
  display: block;
  font-size: 12px;
  color: #777777;
  margin-top: 8.16326531%;
  font-family: "黑体";
  line-height: 2.1;
}
@media (min-width: 769px) {
  .indingzhi ul li:hover .inyh_img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media (max-width: 768px) {
  .indingzhi ul li span {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .indingzhi ul li {
    width: 48%;
    margin: 0 1% 3% 1%;
  }
  .indingzhi ul li span {
    font-size: 14px;
    margin-top: 4%;
  }
  .indingzhi ul li p {
    margin-top: 2%;
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  .indingzhi {
    padding: 2% 0 3% 0;
  }
}
.inhezuo {
  width: 100%;
  background-color: #f8f8f8;
  padding: 15px 0 20px 0;
}
@media (max-width: 768px) {
  .inhezuo {
    padding: 1% 0 2% 0;
  }
}
.inhezuo .inhz_cont {
  margin-top: 2%;
  border-top: 1px solid #efeff0;
  border-left: 1px solid #efeff0;
}
.inhezuo .inhz_cont a {
  display: block;
  float: left;
  border-right: 1px solid #efeff0;
  border-bottom: 1px solid #efeff0;
  position: relative;
  width: 14.28571429%;
  overflow: hidden;
}
.inhezuo .inhz_cont a:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 47.36842105%;
}
.inhezuo .inhz_cont a img {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
@media (min-width: 769px) {
  .inhezuo .inhz_cont a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media (max-width: 640px) {
  .inhezuo .inhz_cont a {
    width: 25%;
  }
}
.inxueyuan {
  width: 100%;
  padding: 15px 0 20px 0;
  background-color:#FFF;
}
@media (max-width: 768px) {
  .inxueyuan {
    padding: 1% 0 2% 0;
  }
}
.inxueyuan .inxy_tit {
  margin-top: 2.91666667%;
  text-align: center;
}
.inxueyuan .inxy_tit a {
  color: #fff;
}
.inxueyuan .inxy_tit span {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  vertical-align: top;
  background-color: #bbbbbb;
  line-height: 33px;
  height: 33px;
  margin: 0 2%;
  padding: 0 8px;
  cursor: pointer;
}
.incase .inxy_titcase {
  margin-top: 2.91666667%;
  text-align: center;
}
.incase .inxy_titcase a {
  color: #fff;
}
.incase .inxy_titcase span {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  vertical-align: top;
  background-color: #bbbbbb;
  line-height: 33px;
  height: 33px;
  margin: 0 2%;
  padding: 0 8px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .inxueyuan .inxy_tit span {
    padding: 0 6px;
    font-size: 12px;
    line-height: 26px;
    height: 26px;
  }
  .incase .inxy_titcase span {
    padding: 0 6px;
    font-size: 12px;
    line-height: 26px;
    height: 26px;
  }
}
.inxueyuan .inxy_tit span.active {
  background-color: #e60012;
}
.inxueyuan .inxy_contw {
  width: 100%;
  margin-top: 2.91666667%;
}
.inxueyuan .inxy_contw .inxy_cont {
  width: 100%;
  display: none;
}
.inxueyuan .inxy_contw .inxy_cont .inxyli {
  width: 31.66666667%;
  float: left;
}
.inxueyuan .inxy_contw .inxy_cont .inxyli .wangjiantit {
  display: block;
  font-size: 18px;
  color: #000000;
}
.incase .inxy_titcase span.active {
  background-color: #e60012;
}
.incase .inxy_contwcase {
  width: 100%;
  margin-top: 2.91666667%;
}

@media (max-width: 980px) {
  .inxueyuan .inxy_contw .inxy_cont .inxyli .wangjiantit {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .inxueyuan .inxy_contw .inxy_cont .inxyli {
    width: 100%;
    float: none;
  }
}
@media (max-width: 480px) {
  .inxueyuan .inxy_contw .inxy_cont .inxyli .wangjiantit {
    font-size: 14px;
  }
}
.inxueyuan .inxy_contw .inxy_cont .inxyli .inxylinew {
  margin-top: 3%;
}
.inxueyuan .inxy_contw .inxy_cont .inxyli .inxylinew a {
  display: block;
  font-size: 12px;
  color: #333333;
  margin-bottom: 2%;
  line-height: 18px;
}
.inxueyuan .inxy_contw .inxy_cont .inxyli .inxylinew a span {
  display: block;
  height: 18px;
  overflow: hidden;
}
.inxueyuan .inxy_contw .inxy_cont .inxyli .inxylinew a i {
  color: #999999;
  float: right;
  margin-left: 4px;
}
@media (min-width: 769px) {
  .inxueyuan .inxy_contw .inxy_cont .inxyli .inxylinew a:hover {
    color: #e60012;
  }
}
.inxueyuan .inxy_contw .inxy_cont .inxyli .inxylinew a.first .first_img {
  width: 114px;
  height: 84px;
  float: left;
}
.inxueyuan .inxy_contw .inxy_cont .inxyli .inxylinew a.first .first_img img {
  width: 114px;
  height: 84px;
}
.inxueyuan .inxy_contw .inxy_cont .inxyli .inxylinew a.first .first_r {
  float: right;
}
.inxueyuan .inxy_contw .inxy_cont .inxyli .inxylinew a.first .first_r span {
  display: block;
  font-size: 14px;
  font-family: "黑体";
}
.inxueyuan .inxy_contw .inxy_cont .inxyli .inxylinew a.first .first_r p {
  font-size: 12px;
  color: #666666;
  font-family: "黑体";
  line-height: 20px;
  margin-top: 1%;
  height: 60px;
  overflow: hidden;
}
.inxueyuan .inxy_contw .inxy_cont .inxylii {
  margin: 0 2.5%;
}
@media (max-width: 640px) {
  .inxueyuan .inxy_contw .inxy_cont .inxylii {
    margin: 2% 0;
  }
}
.inxueyuan .inxy_contw .inxy_cont .inxyli2 {
  width: 31.66666667%;
  float: left;
  margin: 0 2.5%;
}
.inxueyuan .inxy_contw .inxy_cont .inxyli2 .wangjiantit {
  display: block;
  font-size: 18px;
  color: #000000;
}
@media (max-width: 980px) {
  .inxueyuan .inxy_contw .inxy_cont .inxyli2 .wangjiantit {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .inxueyuan .inxy_contw .inxy_cont .inxyli2 {
    width: 100%;
    float: none;
    margin: 2% 0;
  }
}
@media (max-width: 480px) {
  .inxueyuan .inxy_contw .inxy_cont .inxyli2 .wangjiantit {
    font-size: 14px;
  }
}
.inxueyuan .inxy_contw .inxy_cont .inxyli2 .inxyli2in {
  width: 46%;
  float: left;
}
.inxueyuan .inxy_contw .inxy_cont .inxyli2 .inpai {
  width: 100%;
  margin-top: 3%;
}
.inxueyuan .inxy_contw .inxy_cont .inxyli2 .inpai a {
  display: block;
  width: 46%;
  line-height: 33px;
  height: 33px;
  background-color: #e3f1ff;
  color: #5698da;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  float: left;
  margin-bottom: 4%;
}
@media (max-width: 980px) {
  .inxueyuan .inxy_contw .inxy_cont .inxyli2 .inpai a {
    font-size: 12px;
  }
}
.incase {
  width: 100%;
  padding: 30px 0 35px 0;
  background-color: #f8f8f8;
}
@media (max-width: 768px) {
  .incase {
    padding: 2% 0 3% 0;
  }
}
.incase .incase_cont {
  margin-top: 4%;
  display:none;
}
.incase .incase_cont a {
  display: block;
  width: 31.66666667%;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
  position: relative;
  overflow: hidden;
  float: left;
}
.incase .incase_cont a:after {
  content: '';
  display: block;
  padding-top: 81.57894737%;
}
.incase .incase_cont a .incase_img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.incase .incase_cont a .incase_img:after {
  content: '';
  display: block;
  padding-top: 67.10526316%;
}
.incase .incase_cont a .incase_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.incase .incase_cont a .incase_wen {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 17.74193548%;
  background-color: #fff;
  z-index: 6;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.incase .incase_cont a .incase_wen span {
  display: block;
  color: #333333;
  font-size: 16px;
  height: 20px;
  padding: 0 5px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}
.incase .incase_cont a .incase_wen p {
  display: none;
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  margin-top: 25px;
}
.incase .incase_cont a .incase_wen img {
  float: right;
  margin-top: 5px;
  display: none;
}
@media (min-width: 769px) {
  .incase .incase_cont a:hover .incase_img {
    height: 100%;
  }
  .incase .incase_cont a:hover .incase_wen {
    height: 100%;
    background-color: rgba(215, 48, 41, 0.8);
    padding: 28px 20px 0 20px;
  }
  .incase .incase_cont a:hover .incase_wen span {
    position: relative;
    color: #fff;
  }
  .incase .incase_cont a:hover .incase_wen p {
    display: block;
  }
  .incase .incase_cont a:hover .incase_wen img {
    display: block;
  }
}
@media (max-width: 460px) {
  .incase .incase_cont a {
    width: 48%;
    margin-right: 4%;
  }
  .incase .incase_cont a .incase_wen span {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .incase .incase_cont a .incase_wen span {
    font-size: 12px;
  }
}
.incase a.more {
  display: block;
  width: 186px;
  height: 50px;
  font-size: 16px;
  color: #d73029;
  border: 1px dashed #dc504a;
  line-height: 48px;
  margin: 1% auto 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .incase a.more:hover {
    border: 1px solid #dc504a;
  }
}
@media (max-width: 768px) {
  .incase a.more {
    width: 166px;
    height: 40px;
    font-size: 14px;
    line-height: 38px;
  }
}
@media (max-width: 460px) {
  .incase a.more {
    width: 146px;
    height: 40px;
    font-size: 14px;
    line-height: 38px;
  }
}
footer {
  width: 100%;
  padding: 20px 0 0 0;
  background-color: #292828;
}
@media (max-width: 768px) {
  footer {
    padding: 2% 0 0 0;
  }
}
footer .fff {
  width: 100%;
  padding-bottom: 56px;
}
footer .link{
	width:100%;
	border-bottom: 1px solid #57616e;
	padding-bottom:8px;
	}
footer .link span{
	color:#FFF;
	}
footer .link a{
	color: #bbbbbb;
	padding-right:15px;
	}
footer .link a:hover{
	text-decoration:underline;
	}
@media (max-width: 1200px) {
  footer .fff {
    display: none;
  }
}
footer .fff .fffli {
  width: 280px;
  float: left;
  margin-right: 40px;
}
footer .fff .fffli span {
  display: block;
  line-height: 40px;
  border-bottom: 1px solid #535964;
  color: #fff;
}
footer .fff .fffli p {
  margin-top: 13px;
  line-height: 30px;
  color: #bbbbbb;
}
footer .fff .fffli2 {
  width: 240px;
  margin-top: 20px;
}
footer .fff .fffli2 img {
  width: 140px;
  float: left;
}
footer .fff .fffli2 p {
  width: 100px;
  float: left;
  padding: 45px 0 0 15px;
  line-height: 30px;
}
footer .fff .fffli3 {
  margin: 0;
  margin-top: 50px;
}
footer .fff .fffli3 img {
  float: left;
  margin-top: 10px;
}
footer .fff .fffli3 .fffwen {
  float: right;
}
footer .fff .fffli3 .fffwen span {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  border: 0;
}
footer .fff .fffli3 .fffwen b {
  font-size: 30px;
  color: #d73029;
}
footer .fffb {
  padding: 2.16666667% 0;
}
footer .fffb p {
  text-align: center;
  font-size: 12px;
  color: #9f9f9f;
}
footer .fffb p a {
  color: #9f9f9f;
}
footer .fffb p a:hover {
  color: #fff;
}
@media (max-width: 768px) {
  footer .fffb p span {
    display: none;
  }
}
body {
  background: #ffffff;
}
.nei_banner {
  width: 100%;
  height: 399px;
}
@media (max-width: 980px) {
  .nei_banner {
    height: 330px;
  }
}
@media (max-width: 768px) {
  .nei_banner {
    height: 280px;
  }
}
@media (max-width: 640px) {
  .nei_banner {
    height: 240px;
  }
}
@media (max-width: 560px) {
  .nei_banner {
    height: 190px;
  }
}
@media (max-width: 480px) {
  .nei_banner {
    height: 150px;
  }
}
@media (max-width: 425px) {
  .nei_banner {
    height: 130px;
  }
}
@media (max-width: 360px) {
  .nei_banner {
    height: 110px;
  }
}
body {
  background-color: #f8f8f8;
}
.toptop2 .soucang {
  width: 100%;
}
.toptop2 .soucang p {
  display: inline-block;
  color: #136fb2;
  font-size: 13px;
}
@media (max-width: 460px) {
  .toptop2 .soucang p {
    display: none;
  }
}
.toptop2 .soucang p img {
  margin-right: 6px;
}
.bread {
  padding: 15px 0;
  position: relative;
}
.bread p {
  font-size: 14px;
  color: #333333;
  padding-right: 35px;
}
.bread p a {
  color: #333333;
}
.bread p a:hover {
  color: #d73029;
}
.bread .nei_nav {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: -6px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.bread .nei_nav img {
  width: 70%;
}
@media (max-width: 768px) {
  .bread .nei_nav {
    display: block;
  }
}
.casein_tit {
  width: 100%;
  background: #fff;
  padding: 16px;
}
.casein_tit ul li {
  margin-bottom: 18px;
}
.casein_tit ul li b {
  display: block;
  width: 80px;
  float: left;
  font-size: 14px;
  color: #333333;
  line-height: 25px;
  font-weight: 100;
}
.casein_tit ul li .xuanze {
  float: left;
}
.casein_tit ul li .xuanze span {
  display: inline-block;
  line-height: 25px;
  padding: 0 15px;
  margin: 0 20px 6px 0;
  cursor: pointer;
}
.casein_tit ul li .xuanze .active {
  background-color: #d73029;
  color: #fff;
}
.casein_tit ul li .xuanze .active a {
  background-color: #d73029;
  color: #fff;
}
@media (max-width: 768px) {
  .casein_tit {
    padding: 2%;
  }
  .casein_tit ul li {
    margin-bottom: 2%;
  }
  .casein_tit ul li b {
    width: 75px;
  }
  .casein_tit ul li .xuanze span {
    padding: 0 2%;
    margin: 0 4% 2% 0;
  }
}
.tag {
  width: 23.75%;
  float: right;
}
.tag a {
  display: inline-block;
  padding: 0 10px;
  background: #f4f4f4;
  color: #666666;
  font-size: 12px;
  border: 1px dashed #d1d0d0;
  line-height: 26px;
  margin: 0 8px 14px 0;
}
.tag a:hover {
  color: #d73029;
}
@media (max-width: 768px) {
  .tag a {
    padding: 0 3%;
    line-height: 24px;
    margin: 0 2% 2% 0;
  }
}
@media (max-width: 640px) {
  .tag {
    width: 100%;
    float: none;
    margin-top: 2%;
  }
}
.jianshe {
  width: 100%;
  padding-top: 10px;
  background-color: #fff;
}
@media (max-width: 460px) {
  .jianshe {
    padding-top: 0;
  }
}
.jianshe .js_top .js_top1 {
  width: 100%;
  float: left;
}
.jianshe .js_top .js_top1 p,.jianshe .js_top .js_top1 div {
  color: #333333;
  font-size: 14px;
  font-family: "黑体";
  line-height: 25px;
}
@media (max-width: 640px) {
  .jianshe .js_top .js_top1 {
    width: 100%;
    float: none;
  }
}
.jianshe .js_ser {
  margin-top: 4.16666667%;
}
.jianshe .js_ser ul {
  width: 100%;
  margin-top: 3.33333333%;
}
.jianshe .js_ser ul li {
  width: 23%;
  margin: 0 1%;
  float: left;
}
.jianshe .js_ser ul li .inyh_img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.jianshe .js_ser ul li .inyh_img img {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.jianshe .js_ser ul li .inyh_img:after {
  content: '';
  display: block;
  padding-top: 42.85714286%;
}
.jianshe .js_ser ul li span {
  display: block;
  font-size: 18px;
  color: #333333;
  line-height: 2.78;
  border-bottom: 1px solid #d73029;
}
.jianshe .js_ser ul li p,.jianshe .js_ser ul li div {
  display: block;
  font-size: 14px;
  color: #777777;
  margin-top: 3.57142857%;
  font-family: "黑体";
  line-height: 2.1;
  padding-bottom: 18px;
}
@media (min-width: 769px) {
  .jianshe .js_ser ul li:hover .inyh_img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media (max-width: 768px) {
  .jianshe .js_ser ul li span {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .jianshe .js_ser ul li {
    width: 48%;
    margin: 0 1% 3% 1%;
  }
  .jianshe .js_ser ul li span {
    font-size: 14px;
    margin-top: 4%;
  }
  .jianshe .js_ser ul li p {
    margin-top: 2%;
    line-height: 1.6;
  }
}
.nei_tit {
  border-bottom: 1px solid #dddddd;
}
.nei_tit span {
  display: inline-block;
  border-bottom: 2px solid #d73029;
  padding: 0 8px;
  font-size: 18px;
  color: #333333;
  line-height: 50px;
}
@media (max-width: 768px) {
  .nei_tit span {
    font-size: 16px;
    line-height: 40px;
  }
}
@media (max-width: 460px) {
  .nei_tit span {
    font-size: 14px;
    line-height: 35px;
  }
}
.nei_tit a {
  font-size: 12px;
  float: right;
  color: #888888;
  line-height: 50px;
  font-family: "黑体";
}
@media (min-width: 768px) {
  .nei_tit a:hover {
    color: #d73029;
  }
}
@media (max-width: 768px) {
  .nei_tit a {
    line-height: 40px;
  }
}
@media (max-width: 460px) {
  .nei_tit a {
    line-height: 35px;
  }
}
.xg_new {
  margin-top: 2.5%;
  padding-bottom: 2.5%;
}
.xg_new ul {
  margin-top: 2.08333333%;
}
.xg_new ul li {
  width: 37%;
  margin-right: 13%;
  font-size: 12px;
  color: #333333;
  margin-bottom: 2%;
  line-height: 26px;
  float: left;
}
.xg_new ul li a {
  display: block;
  height: 26px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .xg_new ul li a:hover {
    color: #d73029;
  }
}
.xg_new ul li i {
  display: block;
  height: 26px;
  float: right;
  margin-left: 3px;
}
@media (max-width: 768px) {
  .xg_new ul li {
    width: 49%;
    margin-right: 1%;
  }
}
@media (max-width: 580px) {
  .xg_new ul li {
    width: 100%;
    margin-right: 0;
  }
}
.nei_news {
  width: 100%;
  padding: 20px 0 40px 0;
  background-color: #fff;
}
.nei_news .nnewsl {
  width: 74.16666667%;
  float: left;
}
.nei_news .nnewsl .nnewsin a {
  display: block;
  padding-bottom: 2.24719101%;
  margin-bottom: 2.24719101%;
  border-bottom: 1px dashed #dedede;
}
.nei_news .nnewsl .nnewsin a .nnew_img {
  width: 205px;
  height: 115px;
  float: left;
  position: relative;
}
.nei_news .nnewsl .nnewsin a .nnew_wen {
  float: right;
}
.nei_news .nnewsl .nnewsin a .nnew_wen span {
  display: block;
  font-size: 16px;
  color: #333333;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}
.nei_news .nnewsl .nnewsin a .nnew_wen p {
  font-size: 12px;
  color: #666666;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  margin-top: 15px;
}
.nei_news .nnewsl .nnewsin a .nnew_wen .ttzz {
  margin-top: 15px;
}
.nei_news .nnewsl .nnewsin a .nnew_wen .ttzz img {
  margin-right: 6px;
  margin-left: 14px;
  float: right;
  margin-top: 3px;
}
.nei_news .nnewsl .nnewsin a .nnew_wen .ttzz span {
  font-size: 12px;
  color: #999999;
  float: right;
}
@media (max-width: 768px) {
  .nei_news .nnewsl {
    width: 100%;
    float: none;
  }
}
@media (max-width: 480px) {
  .nei_news .nnewsl .nnewsin a .nnew_img {
    width: 30%;
    min-width: 120px;
    height: auto;
  }
  .nei_news .nnewsl .nnewsin a .nnew_img:after {
    content: '';
    display: block;
    padding-top: 56.09756098%;
  }
  .nei_news .nnewsl .nnewsin a .nnew_wen span {
    font-size: 14px;
    height: 18px;
    line-height: 18px;
  }
  .nei_news .nnewsl .nnewsin a .nnew_wen p {
    height: 32px;
    line-height: 16px;
    margin-top: 1%;
  }
  .nei_news .nnewsl .nnewsin a .nnew_wen .ttzz {
    margin-top: 1%;
  }
  .nei_news .nnewsl .nnewsin a .nnew_wen .ttzz img {
    margin-right: 1%;
    margin-left: 1%;
    width: 14px;
    margin-top: 2px;
  }
}
.nei_news .nnewsr {
  width: 23.33333333%;
  float: right;
}
.nei_news .nnewsr .nei_navv {
  width: 100%;
}
.nei_news .nnewsr .nei_navv ul {
  width: 100%;
}
.nei_news .nnewsr .nei_navv ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 7.14285714%;
}
.nei_news .nnewsr .nei_navv ul li .ceng2{
	display:none;
	}
.nei_news .nnewsr .nei_navv ul li.active .ceng2{
	display:block;
	}
	
@media (max-width: 980px) {
  .nei_news .nnewsr .nei_navv ul li {
    margin-bottom: 4%;
  }
}
.nei_news .nnewsr .nei_navv ul li a.ceng1 {
  display: block;
  height: 74px;
  border: 1px solid #bfbfbf;
  padding: 9px 0 9px 14.28571429%;
}
.nei_news .nnewsr .nei_navv ul li a.ceng1 img {
  float: left;
}
.nei_news .nnewsr .nei_navv ul li a.ceng1 .nnav_img1 {
  display: block;
}
.nei_news .nnewsr .nei_navv ul li a.ceng1 .nnav_img2 {
  display: none;
}
.nei_news .nnewsr .nei_navv ul li a.ceng1 span {
  font-size: 18px;
  color: #666666;
  margin-left: 11.42857143%;
  float: left;
  line-height: 54px;
}
@media (min-width: 769px) {
  .nei_news .nnewsr .nei_navv ul li a.ceng1:hover {
    background-color: #d73029;
    border: 1px solid #d73029;
  }
  .nei_news .nnewsr .nei_navv ul li a.ceng1:hover .nnav_img2 {
    display: block;
  }
  .nei_news .nnewsr .nei_navv ul li a.ceng1:hover .nnav_img1 {
    display: none;
  }
  .nei_news .nnewsr .nei_navv ul li a.ceng1:hover span {
    color: #fff;
  }
}
@media (max-width: 980px) {
  .nei_news .nnewsr .nei_navv ul li a.ceng1 {
    height: 64px;
  }
  .nei_news .nnewsr .nei_navv ul li a.ceng1 img {
    width: 40px;
  }
  .nei_news .nnewsr .nei_navv ul li a.ceng1 span {
    font-size: 16px;
    line-height: 44px;
  }
}
.nei_news .nnewsr .nei_navv ul li .ceng2 a {
  display: block;
  border: 1px solid #bfbfbf;
  border-top: 0;
  padding: 5px 0;
  font-size: 16px;
  line-height: 45px;
}
.nei_news .nnewsr .nei_navv ul li .ceng2 a span {
  display: block;
  border-left: 3px solid transparent;
  padding-left: 10px;
}
@media (min-width: 769px) {
  .nei_news .nnewsr .nei_navv ul li .ceng2 a:hover span {
    border-left: 3px solid #d73029;
    color: #d73029;
  }
}
.nei_news .nnewsr .nei_navv ul li .ceng2 a.active span {
  border-left: 3px solid #d73029;
  color: #d73029;
}
.nei_news .nnewsr .nei_navv ul li.active a.ceng1 {
  background-color: #d73029;
  border: 1px solid #d73029;
}
.nei_news .nnewsr .nei_navv ul li.active a.ceng1 .nnav_img2 {
  display: block;
}
.nei_news .nnewsr .nei_navv ul li.active a.ceng1 .nnav_img1 {
  display: none;
}
.nei_news .nnewsr .nei_navv ul li.active a.ceng1 span {
  color: #fff;
}
.nei_news .nnewsr .nei_navv ul li.active .ceng2 {
  position: relative;
}
.nei_news .nnewsr .nei_navv ul li.active .ceng2:after {
  content: '';
  display: block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #d73029;
  width: 0;
  height: 0;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
}
.nei_news .nnewsr .tg_new {
  margin: 3% 0;
}
.nei_news .nnewsr .tg_new a {
  display: block;
  font-size: 12px;
  font-family: "黑体";
  line-height: 20px;
  margin-bottom: 5px;
  color: #333333;
}
.nei_news .nnewsr .tg_new a span {
  display: block;
  height: 20px;
  overflow: hidden;
}
.nei_news .nnewsr .tg_new a i {
  float: right;
  color: #999999;
}
@media (max-width: 768px) {
  .nei_news .nnewsr {
    width: 100%;
    float: none;
  }
  .nei_news .nnewsr .nei_navv {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    display: none;
  }
  .nei_news .nnewsr .nei_navv ul {
    width: 220px;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #fff;
  }
  .nei_news .nnewsr .nei_tit {
    display: none;
  }
  .nei_news .nnewsr .tg_new {
    display: none;
  }
}
.xg_new2 {
  margin-top: 2.5%;
  padding-bottom: 2.5%;
}
.xg_new2 ul {
  margin-top: 2.08333333%;
}
.xg_new2 ul li {
  width: 45%;
  margin-right: 5%;
  font-size: 12px;
  color: #333333;
  margin-bottom: 2%;
  line-height: 26px;
  float: left;
  font-family: "黑体";
  padding-left: 20px;
  position: relative;
}
.xg_new2 ul li:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #cccccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}
.xg_new2 ul li a {
  display: block;
  height: 26px;
  overflow: hidden;
  color: #333333;
}
@media (min-width: 769px) {
  .xg_new2 ul li a:hover {
    color: #d73029;
  }
}
.xg_new2 ul li i {
  display: block;
  height: 26px;
  float: right;
  margin-left: 18px;
  color: #999999;
}
@media (max-width: 768px) {
  .xg_new2 ul li i {
    margin-left: 2%;
  }
}
@media (max-width: 580px) {
  .xg_new2 ul li {
    width: 100%;
    margin-right: 0;
  }
}
.newxq_cont {
  width: 100%;
}
.newxq_cont .newtt span {
  display: block;
  text-align: center;
  color: #333333;
  font-size: 24px;
}
@media (max-width: 768px) {
  .newxq_cont .newtt span {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .newxq_cont .newtt span {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .newxq_cont .newtt span {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .newxq_cont .newtt span {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .newxq_cont .newtt span {
    font-size: 14px;
  }
}
.newxq_cont .newtt i {
  display: block;
  text-align: center;
  color: #999999;
  font-size: 14px;
  margin-top: 2%;
}
.newxq_cont .nncc {
  width: 100%;
  margin-top: 3%;
}
.newxq_cont .nncc img {
  width: 100%;
}
.newxq_cont .nncc p,.newxq_cont .nncc div {
  font-size: 14px;
  font-family: "黑体";
  color: #333333;
  line-height: 25px;
}
@media (max-width: 460px) {
  .newxq_cont .nncc p {
    font-size: 12px;
    line-height: 20px;
  }
}
.hot {
  width: 100%;
  margin-top: 3%;
}
.hot .hotci {
  width: 50%;
  float: left;
}
.hot .hotci p {
  font-size: 12px;
  color: #d73029;
  font-family: "黑体";
  line-height: 28px;
}
.hot .hotci p a {
  margin-right: 2%;
  color: #666666;
}
.hot .bdsharebuttonbox {
  width: 210px;
  float: right;
}
.hot .bdsharebuttonbox span {
  font-size: 14px;
  float: left;
  line-height: 28px;
  color: #666666;
  margin-right: 3%;
}
@media (max-width: 640px) {
  .hot .hotci {
    width: 100%;
    float: none;
  }
  .hot .bdsharebuttonbox {
    width: 100%;
    float: none;
  }
}
.list {
  width: 100%;
  margin-top: 3%;
}
.list .prnext {
  width: 60%;
  float: left;
}
.list .prnext a {
  display: block;
  font-size: 12px;
  line-height: 24px;
}
@media (min-width: 769px) {
  .list .prnext a:hover {
    color: #d73029;
  }
}
.list a.fanhui {
  width: 100px;
  height: 40px;
  border: 1px solid #d73029;
  text-align: center;
  line-height: 38px;
  color: #d73029;
  font-size: 14px;
  float: right;
}
@media (min-width: 769px) {
  .list a.fanhui:hover {
    background-color: #d73029;
  }
}
@media (max-width: 480px) {
  .list a.fanhui {
    width: 80px;
  }
}
@media (max-width: 360px) {
  .list a.fanhui {
    width: 60px;
    font-size: 12px;
  }
}
/*动态点赞开始*/
.praise {
  display: inline-block;
  height: 36px;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
  position: relative;
  margin-right: 5%;
}
#praise {
  display: inline-block;
  width: 15px;
  height: 15px;
}
#praise-txt {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  color: #666666;
  vertical-align: bottom;
}
@media (max-width: 640px) {
  .praise {
    height: 34px;
  }
  #praise {
    width: 34px;
    height: 34px;
  }
  #praise-txt {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    font-size: 26px;
  }
  .news_xq .zanliu .liu {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 560px) {
  .praise {
    height: 31px;
  }
  #praise {
    width: 31px;
    height: 31px;
  }
  #praise-txt {
    height: 31px;
    line-height: 31px;
    font-size: 23px;
  }
  .news_xq .zanliu .liu {
    width: 31px;
    height: 31px;
  }
}
@media (max-width: 460px) {
  .praise {
    height: 26px;
  }
  #praise {
    width: 26px;
    height: 26px;
  }
  #praise-txt {
    height: 26px;
    line-height: 26px;
    font-size: 20px;
  }
  .news_xq .zanliu .liu {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 420px) {
  .praise {
    height: 23px;
  }
  #praise {
    width: 23px;
    height: 23px;
  }
  #praise-txt {
    height: 23px;
    line-height: 23px;
    font-size: 16px;
  }
  .news_xq .zanliu .liu {
    width: 23px;
    height: 23px;
  }
}
@media (max-width: 360px) {
  .praise {
    height: 20px;
  }
  #praise {
    width: 20px;
    height: 20px;
  }
  #praise-txt {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
  }
  .news_xq .zanliu .liu {
    width: 20px;
    height: 20px;
  }
}
.praise img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.praise img.animation {
  animation: myfirst 0.5s;
  -moz-animation: myfirst 0.5s;
  /* Firefox */
  -webkit-animation: myfirst 0.5s;
  /* Safari 和 Chrome */
  -o-animation: myfirst 0.5s;
  /* Opera */
}
#add-num {
  display: none;
}
#add-num .add-animation {
  color: #000;
  position: absolute;
  top: -15px;
  left: 10px;
  font-size: 15px;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  animation: mypraise 0.5s ;
  -moz-animation: mypraise 0.5s ;
  /* Firefox */
  -webkit-animation: mypraise 0.5s ;
  /* Safari 和 Chrome */
  -o-animation: mypraise 0.5s ;
  /* Opera */
  font-style: normal;
}
.praise .hover,
#add-num .add-animation.hover,
#praise-txt.hover {
  color: #EB4F38;
}
/*点赞图标放大动画开始*/
@keyframes myfirst {
  0% {
    width: 40px;
    height: 40px;
  }
  50% {
    width: 50px;
    height: 50px;
  }
  100% {
    width: 40px;
    height: 40px;
  }
}
@-moz-keyframes myfirst {
  /* Firefox */
  0% {
    width: 40px;
    height: 40px;
  }
  50% {
    width: 50px;
    height: 50px;
  }
  100% {
    width: 40px;
    height: 40px;
  }
}
@-webkit-keyframes myfirst {
  /* Safari 和 Chrome */
  0% {
    width: 40px;
    height: 40px;
  }
  50% {
    width: 50px;
    height: 50px;
  }
  100% {
    width: 40px;
    height: 40px;
  }
}
@-o-keyframes myfirst {
  /* Opera */
  0% {
    width: 40px;
    height: 40px;
  }
  50% {
    width: 50px;
    height: 50px;
  }
  100% {
    width: 40px;
    height: 40px;
  }
}
/*点赞图标放大动画结束*/
/*点赞数量加减动画开始*/
@keyframes mypraise {
  0% {
    top: -15px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
  }
  25% {
    top: -20px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
  }
  50% {
    top: -25px;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }
  75% {
    top: -30px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
  }
  100% {
    top: -35px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
  }
}
@-moz-keyframes mypraise {
  /* Firefox */
  0% {
    top: -15px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
  }
  25% {
    top: -20px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
  }
  50% {
    top: -25px;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }
  75% {
    top: -30px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
  }
  100% {
    top: -35px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
  }
}
@-webkit-keyframes mypraise {
  /* Safari 和 Chrome */
  0% {
    top: -15px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
  }
  25% {
    top: -20px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
  }
  50% {
    top: -25px;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }
  75% {
    top: -30px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
  }
  100% {
    top: -35px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
  }
}
@-o-keyframes mypraise {
  /* Opera */
  0% {
    top: -15px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
  }
  25% {
    top: -20px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
  }
  50% {
    top: -25px;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }
  75% {
    top: -30px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
  }
  100% {
    top: -35px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
  }
}
/*点赞数量加减动画结束*/
/*动态点赞结束*/
.i2{ display:block; clear:both; height:2px; line-height:2px; font-size:2px; overflow:hidden;}
.i5{ display:block; clear:both; height:5px; line-height:5px; font-size:5px; overflow:hidden;}
.i8{ display:block; clear:both; height:8px; line-height:8px; font-size:8px; overflow:hidden;}
.i10{ display:block; clear:both; height:10px; line-height:10px; font-size:10px; overflow:hidden;}
.i12{ display:block; clear:both; height:10px; line-height:12px; font-size:12px; overflow:hidden;}
.i15{ display:block; clear:both; height:15px; line-height:15px; font-size:15px; overflow:hidden;}
.i20{ display:block; clear:both; height:20px; line-height:20px; font-size:20px; overflow:hidden;}
.i25{ display:block; clear:both; height:25px; line-height:25px; font-size:25px; overflow:hidden;}
.i30{ display:block; clear:both; height:30px; line-height:30px; font-size:30px; overflow:hidden;}
.i50{ display:block; clear:both; height:50px; line-height:50px; font-size:30px; overflow:hidden;}


/**分页样式*/   
.pager { margin:auto; text-align:center; height:40px; }
.pager a{ border:#999999 1px solid; border-radius:4px; color: #999999; padding:6px 10px; margin-left:5px;}
.pager span{ margin-left:5px;padding:6px 10px;border-radius:4px; border:#d73029 1px solid; }
.pager a:hover ,#pager a:active { border:#d73029 1px solid; color:#fff; background:#d73029;}
.pager span.current {   font-weight:bold; color:#fff; background:#d73029;}
.pager span.disabled { color: #999999; padding:6px 10px; border:#999999 1px solid; }

.provnext{padding:10px 5px 20px;  }
.prov{ height:34px; line-height:34px; font-size:14px; font-weight:bold; float:left; width:100%; }
.next{ height:34px; line-height:34px;font-size:14px; font-weight:bold; float:left; width:100%;}
.next a,.prov a{ color:#333; font-weight:bold;}
.next a:hover,.prov a:hover{ color:#d73029; font-weight:bold;}
