@charset "utf-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr,
span {
  margin: 0;
  padding: 0;
}

body {
  font-size: 12px !important;
  font-family: "微软雅黑" !important;
  color: #333333;
  background-color: #F4F5F6;
  margin: 0 auto;
  padding: 0px;
}

a {
  text-decoration: none;
  color: #333333;
  outline: none;
}

a:hover {
  /*text-decoration: underline;*/
}

a:active {
  star: expression(this.onFocus=this.blur());
}

img {
  border: 0px;
  vertical-align: middle;
}

li,
em,
i {
  list-style: none;
  font-style: normal;
}

input {
  border: 0;
  /*去除未选中状态边框*/
  outline: none;
  /*去除选中状态边框*/
  background-color: rgba(0, 0, 0, 0);
  /*透明背景*/
}

/* public */
.gWidth,
.w1000 {
  margin: auto;
  width: 1200px;
}

.f-f0 {
  font-size: 0;
}

.f-ib {
  display: inline-block;
}

.f-dn {
  display: none;
}

.f-di {
  display: inline;
}

.f-f0tc {
  font-size: 0;
  text-align: center;
}

.f-ibm {
  display: inline-block;
  vertical-align: middle;
}

.f-ibt {
  display: inline-block;
  vertical-align: top;
}

.f-fl {
  float: left;
}

.f-fr {
  float: right;
}

.f-unselect {
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  /*早期浏览器*/
  user-select: none;
}

.f-btn {
  cursor: pointer;
}

.f-btn:hover {
  opacity: 0.8;
}

.f-toe {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.f-tar {
  text-align: right;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.mt-20 {
  margin-top: 20px;
}
.mt-50 {
  margin-top: 50px;
}

/*---------- header -------------*/
.m-toper {
  width: 100%;
  height: 40px;
  background-color: #000000;
}

.m-toper .w1000 {
  height: 40px;
  overflow: hidden;
}

.m-toper span {
  height: 40px;
  line-height: 40px;
  float: left;
  color: #a6a6a6;
}

.m-toper .detaill a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-toper span h1 {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
}

.m-toper a {
  margin-left: 10px;
}

.m-toper a.sjb {
  height: 40px;
  line-height: 40px;
  float: left;
  color: #a6a6a6;
  background: url(/index/statics/v3/images/icons/icon_sjb.png) no-repeat left center;
  padding-left: 17px;
}

.m-toper a.tg {
  height: 40px;
  line-height: 40px;
  float: left;
  color: #a6a6a6;
  background: url(/index/statics/v3/images/icons/icon_ttg.png) no-repeat left center;
  padding-left: 17px;
}

.m-toper a.sc {
  height: 40px;
  line-height: 40px;
  float: left;
  color: #a6a6a6;
}

.m-header {
  width: 100%;
  min-width: 1000px;
  height: 120px;
  background-color: #1a1a1a;
}

.m-header .logo {
  /* width:217px; */
  height: auto;
  float: left;
  margin-left: 34px;
}

.m-header .logo img {
  width: 217px;
  height: 78px;
  display: inline-block;
  vertical-align: middle;
}

.m-header .logo span {
  height: 120px;
  line-height: 120px;
  display: inline-block;
  vertical-align: middle;
}

.m-header .ahd {
  width: 273px;
  height: 30px;
  float: left;
  margin-left: 80px;
  margin-top: 40px;
}

.m-header .ahd img {
  width: 250px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}

.m-header .search {
  float: right;
  width: 280px;
  height: 32px;
  line-height: 32px;
  margin-top: 58px;
  margin-right: 20px;
  padding-left: 10px;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.m-header .search .intxt {
  width: 220px;
  height: 32px;
  line-height: 32px;
  background: #ffffff;
  border: 0 none;
  font-size: 14px;
  color: #808080;
  float: left;
  box-sizing: border-box;
  padding-left: 10px;
}

.m-header .search .i-line {
  float: left;
  width: 1px;
  height: 16px;
  background-color: #E6E6E6;
  margin-top: 8px;
}

.m-header .search .tjbtn {
  background-color: #fff;
  border: 0 none;
  color: #FB4544;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  width: 59px;
  text-align: center;
  font-size: 14px;
  float: right;
  position: relative;
}

/*---------- 导航 -----------*/
.m-nav {
  width: 100%;
  min-width: 1000px;
  height: 50px;
  background: #FFFFFF;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.m-nav li {
  display: inline-block;
  float: left;
  margin-left: 27px;
}

.m-nav li:first-child {
  margin-left: 0;
}

.m-nav li a {
  height: 30px;
  line-height: 50px;
  font-size: 19px;
  color: #333333;
}

.m-nav li a.current {
  color: #FF5555;
  font-weight: bold;
}

.m-nav li a:hover {
  color: #FF5555;
}

/*---------- 导航 end-----------*/
/*---------- header end-------------*/

/*---------- footer -------------*/
.m-footer {
  width: 100%;
  min-width: 1220px;
  height: 217px;
  background: #000;
  /*margin-top: 30px;*/
}

.m-footer .ftewm {
  width: 120px;
  height: 120px;
  float: left;
  margin-top: 57px;
  margin-right: 60px;
  margin-left: 258px;
}

.m-footer .ftewm img {
  width: 120px;
  height: 120px;
  float: left;
}

.m-footer .ftmid {
  width: 760px;
  height: auto;
  float: left;
  margin-top: 58px;
}

.m-footer .ftnav {
  width: 100%;
  height: auto;
  float: left;
  font-size: 12px;
  color: #787878;
  margin-bottom: 15px;
}

.m-footer .ftnav a {
  margin: 0 10px;
  display: inline-block;
  font-size: 14px;
  color: #cccccc;
}

.m-footer .ftnav a:first-child {
  margin-left: 0;
}

.m-footer .contact {
  width: 100%;
  height: auto;
  float: left;
  font-size: 12px;
  color: #787878;
  line-height: 24px;
}

/*---------- footer end-------------*/

/*------ 友情链接 ------*/
.friendship-link{
  width: 100%;
  height: auto;
  background-color: #1A1A1A;
}
.friendship-link .friendship-link-box{
  box-sizing: border-box;
  padding: 30px 0px 20px;
  color: #CCCCCC;
  font-size: 14px;
}
.friendship-link .friendship-link-box .link-box-text{
  width: 60px;
}
.friendship-link .friendship-link-box .linkcon{
  width: 94%;
}
.friendship-link .friendship-link-box .linkcon li{
  float: left;
  margin-left: 24px;
  margin-bottom: 10px;
}
.friendship-link .friendship-link-box .linkcon li a{
  color: #CCCCCC;
}
.friendship-link .friendship-link-box .linkcon li a:hover{
  text-decoration: underline;
}
/*------ 友情链接 end------*/


/* 分页 */
.u-pagination {
  font-size: 0;
  text-align: center;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  /*早期浏览器*/
  user-select: none;
}

.u-pagination .prev,
.u-pagination .next {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  width: 36px;
  height: 36px;
  background: white;
  border: 1px solid #E6E6E6;
  cursor: pointer;
}

.u-pagination .prev .icon,
.u-pagination .next .icon {
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: 8px 12px;
  background-position: center center;
  border-radius: 4px;
}

.u-pagination .icon_prev {
  background-image: url(/index/statics/v3/images/icons/icon_prev.png);
}

.u-pagination .icon_next {
  background-image: url(/index/statics/v3/images/icons/icon_next.png);
}

.u-pagination .prev:hover,
.u-pagination .next:hover {
  background: #FB4544;
}

.u-pagination .prev.disabled,
.u-pagination .next.disabled {
  background: #eeeeee;
  cursor: inherit;
}

.u-pagination .prev.disabled:hover,
.u-pagination .next.disabled:hover {
  background: #eeeeee;
}

.u-pagination .list {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.u-pagination .list .item {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  line-height: 34px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  text-align: center;
  background: white;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
}

.u-pagination .list .item+.item {
  margin-left: 10px;
}

.u-pagination .list .link {
  cursor: pointer;
}

.u-pagination .list .link:hover,
.u-pagination .list .link.active {
  background: #FB4544;
  color: white;
}

.u-pagination .jumpLabel {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.u-pagination .jumpLabel .txt {
  display: inline-block;
  vertical-align: middle;
  line-height: 25px;
  font-size: 16px;
}

.u-pagination .jumpLabel .jumpNum {
  display: inline-block;
  margin: 0 6px;
  width: 3.5em;
  height: 34px;
  border: 1px solid #E6E6E6;
  border-radius: 2px;
  vertical-align: middle;
  line-height: 25px;
  font-size: 16px;
  text-align: center;
}

.u-pagination .jumpLabel .jumpNum:active,
.u-pagination .jumpLabel .jumpNum:focus {
  outline-color: #FB4544;
}

.u-pagination .jumpLabel .jumpBtn {
  display: inline-block;
  margin-left: 10px;
  padding: 0 10px;
  border: 1px solid #E6E6E6;
  border-radius: 2px;
  vertical-align: middle;
  line-height: 34px;
  font-size: 16px;
  cursor: pointer;
  background: white;
}

.u-pagination .jumpLabel .jumpBtn:hover {
  background: #FB4544;
  color: white;
}

/* 分页 end*/

/* 面包屑导航 */
.u-brumbGroup {
  height: 45px;
}

.u-brumbGroup .icon {
  margin-right: 10px;
  width: 15px;
  height: 15px;
  background: url(/index/statics/v3/images/icons/icon_location.png) no-repeat;
  background-size: 100% 100%;
}

.u-brumbGroup .item {
  margin-right: 8px;
  line-height: 45px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.u-brumbGroup a.item:hover {
  color: #FB4544;
}

.u-brumbGroup .symbol {
  margin-right: 8px;
  width: 8px;
  height: 10px;
  background: url(/index/statics/v3/images/icons/icon_arrow_right.png) no-repeat;
  background-size: 100% 100%;
}

/* 面包屑导航 end*/
