.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.visible-xs {
  display: none;
}
/* reset css */
html,
body,
div,
span,
applet,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-family: Arial;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  vertical-align: middle;
}
a {
  outline: none;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}
a:focus {
  outline: none;
}
input:focus,
select:focus,
textarea:focus {
  outline: -webkit-focus-ring-color auto 0;
}
* {
  color: #333333;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 28px;
}
*:focus {
  outline: none;
}
@media screen and (max-width: 1000px) {
  * {
    font-size: 15px;
    line-height: 24px;
  }
  body {
    overflow-x: hidden;
  }
}
h2,
h1,
h3 {
  line-height: 1;
  text-align: center;
  display: block;
}
body {
  font-family: "Microsoft Yahei", '微软雅黑', Arial;
}
.liner {
  background-image: -webkit-linear-gradient(to bottom right, #ffb424, #ff9b00);
  background: #245ba6;
  background: -moz-linear-gradient(top, #ffb424 0%, #245ba6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb424), color-stop(100%, #245ba6));
  background: -webkit-linear-gradient(top, #ffb424 0%, #245ba6 100%);
  background: -o-linear-gradient(top, #ffb424 0%, #245ba6 100%);
  background: -ms-linear-gradient(top, #ffb424 0%, #245ba6 100%);
  background: linear-gradient(to bottom, #ffb424 0%, #245ba6 100%);
}
.hidden {
  display: none;
}
.desc {
  /*text-align: justify;*/
  line-height: 28px;
}
.desc:hover {
  opacity: 0.8;
}
.pull-r {
  float: right !important;
}
.pull-l {
  float: left !important;
}
body {
  overflow-x: hidden;
}
.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
a {
  cursor: pointer;
}
/*栏目页导航 */
.breadcumb {
  margin: 20px auto;
  height: 45px;
  line-height: 45px;
  color: #333;
  z-index: 100;
  background: #f8f8f8 url(../img/data_02.jpg) 10px center no-repeat;
  overflow: hidden;
  padding-left: 40px;
}
.breadcumb * {
  color: #333;
}
.breadcumb a {
  color: #333;
}
.breadcumb a:hover {
  color: #245ba6;
}
.breadcumb .container {
  line-height: 75px;
}
/*分页*/
.pagination {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.pagination .first,
.pagination .last {
  cursor: pointer;
}
.pagination li {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: solid 1px #f0f0f0;
  padding: 0 15px;
}
.pagination li.active {
  background: #fcefc7;
}
.pagination li.prev,
.pagination li.next {
  width: 80px;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.ellipsis3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ellipsis2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.dot {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 47.5px;
  top: 47.5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.9;
  z-index: 2;
  background: rgba(118, 189, 24, 0.9);
}
.topnav {
  background: #f4f4f4;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 2;
}
.topnav * {
  line-height: 55px;
}
.logo {
  background: #f5f5f5;
  margin-top: 55px;
}
.logo .container {
  background: #fff;
  height: 146px;
}
.logo .container img {
  margin-top: 20px;
  margin-left: 70px;
}
.navbar {
  background: #e40001;
}
.navbar * {
  line-height: 70px;
}
.navbar a {
  color: #fff;
  font-size: 20px;
}
.navbar a:hover {
  color: #eee;
}
.navbar li {
  width: 11.1111%;
  float: left;
  text-align: center;
}
a:hover {
  color: #0064D4;
}
a:hover * {
  color: #0064D4;
}
.links {
  width: 1100px;
  margin-top: 30px;
  border-bottom: solid 1px #eee;
  overflow: hidden;
}
.links .ico {
  font-size: 22px;
  background: url(../img/linkicon.png) left center no-repeat;
  padding-left: 30px;
  display: inline-block;
  font-weight: bold;
  border-bottom: solid 1px #e40001;
  line-height: 52px;
}
.swiper-container-links {
  width: 900px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 30px;
  text-align: center;
}
.swiper-container-links img {
  max-width: 100%;
  max-height: 100%;
}
.swiper-container-links .title {
  font-size: 12px;
  width: 90%;
  margin: 0 auto;
  line-height: 20px;
}
.swiper-container-links .swiper-button-next,
.swiper-container-links .swiper-button-prev {
  background: #848484;
  top: 60%;
  width: 32px;
  height: 65px;
}
.swiper-container-links .swiper-button-next:after,
.swiper-container-links .swiper-button-prev:after {
  font-size: 30px;
  color: #fff;
}
.footer {
  background: #e2e2e2;
  text-align: center;
  padding: 20px 0;
  margin-top: 20px;
}
.footer p {
  line-height: 30px;
}
.news-left {
  width: 895px;
  float: left;
}
.news-left li {
  border-bottom: solid 1px #bbb;
}
.news-left li .title a {
  display: block;
  text-align: left;
  line-height: 22px;
  margin-bottom: 0px;
  font-weight: bold;
  margin-top: 10px;
}
.news-left li .date {
  color: #929292;
  margin-bottom: 10px;
  line-height: 20px;
}
.hot-recom {
  width: 285px;
  float: right;
}
.hot-recom .site-ranks .thead {
  line-height: 50px;
  border-bottom: solid 1px #e40001;
  font-size: 18px;
  font-weight: bold;
  background: url(../img/data_01.jpg) left center no-repeat;
  padding-left: 30px;
}
.hot-recom .site-ranks ul {
  padding: 10px 0;
}
.hot-recom .site-ranks li {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.news_detail {
  border: solid 1px #eee;
  padding: 0 10px;
}
.news_detail h1 {
  margin: 20px 0;
  font-size: 20px;
  line-height: 30px;
}
.news_detail .brief {
  text-align: center;
}
.news_detail .brief span {
  display: inline-block;
  margin: 0 10px;
}
.news_detail .content {
  padding: 20px 0;
}
.artcle_more p {
  width: 50%;
  float: left;
}
.query_wrapper {
  width: 880px;
  margin: 40px auto;
  background: url(../img/cxbg.jpg);
  padding: 40px 30px;
}
.query_wrapper h2 {
  font-size: 20px;
  color: #e40001;
  font-weight: bold;
  text-align: left;
  margin-bottom: 40px;
}
.query_wrapper .row > * {
  height: 55px;
  line-height: 55px;
}
.query_wrapper .row label {
  display: block;
  float: left;
  width: 160px;
  text-align: center;
  font-size: 18px;
  border: solid 1px #ccc;
}
.query_wrapper .row div {
  width: 480px;
  display: block;
  text-align: center;
  float: left;
  border: solid 1px #ccc;
}
.query_wrapper .row div input {
  width: 90%;
}
.query_wrapper .normal-footer {
  margin: 20px auto;
  text-align: center;
}
.query_wrapper .normal-footer button {
  border: none;
  line-height: 45px;
  width: 140px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin: 0 20px;
  cursor: pointer;
}
.query_wrapper .normal-footer button[type="button"] {
  background: #e40001;
}
.query_wrapper .normal-footer button[type="reset"] {
  background: #2f2f2f;
}
