html,
body,
div,
span,
applet,
object,
iframe,
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,
strong,
sub,
sup,
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,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.4;
}
ol,
ul {
  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;
}
a {
  color: #000;
  text-decoration: none !important;
}
a:focus {
  outline: none;
}
img {
  border: 0 none;
}
body,
select {
  font-family: "Hiragino Sans GB", "Microsoft Yahei", "Arial";
  font-size: 12px;
  color: #000000;
}
html {
  height: 100%;
}
.clr {
  clear: both;
  display: block;
}
header {
  background: url(../img/bg_head.png) repeat-x;
  height: 138px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
header .header {
  border-bottom: 1px solid #f0f0f0;
}
header .header .margin {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 20px;
}
header .header .margin .logo {
  float: left;
  margin-top: 20px;
}
header .header .margin .right {
  float: right;
  margin-top: 25px;
}
header .header .margin .right span {
  color: #808080;
  font-size: 16px;
  line-height: 30px;
  margin-right: 10px;
}
header .header .margin .right select {
  height: 30px;
  width: 240px;
  border-color: #dbdbdb;
  font-size: 14px;
  color: #b2b2b2;
  text-indent: 12px;
}
header .nav {
  width: 1200px;
  margin: 0 auto;
  margin-top: 15px;
}
header .nav a {
  color: #666;
  font-size: 18px;
  float: left;
  width: 16.66667%;
  text-align: center;
  position: relative;
}
header .nav a:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 10px;
  border-left: 1px solid #d9d9d9;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
header .nav a:hover {
  color: #ab7523;
}
header .nav .active {
  color: #ab7523;
}
header .nav .fir:before {
  border: none;
}
.device {
  margin-top: 128px;
  position: relative;
  width: 100%;
  height: 480px;
}
.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 20px;
  width: 100%;
  z-index: 2;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 30px;
  height: 8px;
  background: #fff;
  margin: 0 10px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #e4b655;
}
.gray {
  background: #f2f2f2;
}
.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.container .box {
  padding: 25px 20px 30px;
  float: left;
  position: relative;
  background: #fff;
  margin-top: 20px;
}
.container .box .common-top {
  margin-bottom: 25px;
}
.container .box .common-top .jj-title {
  background: url(../img/icon_index.png) no-repeat;
  text-indent: 32px;
  font-size: 18px;
  color: #ab7523;
  line-height: 1;
  background-position: 0 1px;
}
.container .box .common-top .dt-title {
  background: url(../img/icon_index.png) no-repeat;
  text-indent: 28px;
  font-size: 18px;
  color: #ab7523;
  line-height: 1;
  background-position: 0 -23px;
}
.container .box .common-top .jr-title {
  background: url(../img/icon_index.png) no-repeat;
  text-indent: 28px;
  font-size: 18px;
  color: #ab7523;
  line-height: 1;
  background-position: 0 -47px;
}
.container .box .common-top .zc-title {
  background: url(../img/icon_index.png) no-repeat;
  text-indent: 28px;
  font-size: 18px;
  color: #ab7523;
  line-height: 1;
  background-position: 0 -72px;
}
.container .box .common-top .pic-title {
  background: url(../img/icon_index.png) no-repeat;
  text-indent: 28px;
  font-size: 18px;
  color: #ab7523;
  line-height: 1;
  background-position: 0 -95px;
}
.container .box .common-top .yq-title {
  background: url(../img/icon_index.png) no-repeat;
  text-indent: 28px;
  font-size: 18px;
  color: #ab7523;
  line-height: 1;
  background-position: 0 -119px;
}
.container .box .common-top .more {
  background: url(../img/more.png) no-repeat 0 0;
  width: 16px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 25px;
}
.idx-jj {
  width: 428px;
  border-right: 1px solid #f2f2f2;
}
.idx-jj img {
  float: left;
}
.idx-jj .bottom {
  float: right;
  width: 260px;
}
.idx-jj .bottom .title {
  color: #4c4c4c;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 15px;
}
.idx-jj .bottom .des {
  font-size: 14px;
  color: #808080;
  line-height: 20px;
  text-align: justify;
}
.idx-jj .bottom .more {
  position: absolute;
  bottom: 30px;
  right: 20px;
  font-size: 14px;
  color: #ac7724;
}
.idx-jj .b li {
  margin-bottom: 15px;
}
.idx-jj .b li img {
  float: left;
}
.idx-jj .b li .info {
  float: right;
  width: 320px;
}
.idx-jj .b li .info .title {
  color: #ab7523;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
.idx-jj .b li .info .des {
  color: #666;
  line-height: 18px;
  text-align: justify;
}
.idx-jj .s li {
  position: relative;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px dashed #e5e5e5;
}
.idx-jj .s li a {
  color: #4c4c4c;
  font-size: 14px;
  line-height: 1;
  display: block;
  text-indent: 20px;
}
.idx-jj .s li a:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: #dcac4c;
  top: 5px;
  left: 7px;
}
.idx-jj .s li span {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 14px;
  color: #999;
}
.idx-jj .s .fir {
  margin: 0;
  padding: 0;
  border: none;
}
.idx-jj .s .fir a:before {
  top: 5px;
}
.idx-jj .s .fir span {
  top: 0;
}
.idx-dt {
  width: 370px;
}
.idx-dt .b li {
  margin-bottom: 15px;
}
.idx-dt .b li img {
  float: left;
}
.idx-dt .b li .info {
  float: right;
  width: 253px;
}
.idx-dt .b li .info .title {
  color: #ab7523;
  font-size: 14px;
  margin-bottom: 10px;
}
.idx-dt .b li .info .des {
  color: #666;
  line-height: 18px;
  text-align: justify;
}
.idx-dt .s li {
  position: relative;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px dashed #e5e5e5;
}
.idx-dt .s li a {
  color: #4c4c4c;
  font-size: 14px;
  line-height: 1;
  display: block;
  text-indent: 20px;
}
.idx-dt .s li a:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: #dcac4c;
  top: 5px;
  left: 7px;
}
.idx-dt .s li span {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 14px;
  color: #999;
}
.idx-dt .s .fir {
  margin-top: 0;
  padding-top: 1px;
  border: none;
}
.idx-dt .s .fir a:before {
  top: 5px;
}
.idx-dt .s .fir span {
  top: 0;
}
.idx-right {
    margin-top: 20px;
    margin-left: 10px;
    float: right;
    width: 270px;
    height: 163px;
}
.idx-right a {
  display: block;
}
.idx-hz {
  margin-top: 20px;
  margin-left: 10px;
  float: right;
  width: 270px;
  height: 233px;
}
.idx-hz li {
  float: left;
  margin-bottom: 10px;
}
.idx-hz .r {
  float: right;
}
.idx-pics {
  width: 1160px;
}
.idx-pics .pic-lists {
  height: 147px;
}
.idx-pics .pic-lists .arrow-left {
  background: url(../img/more.png) no-repeat;
  background-position: -32px 0;
  width: 16px;
  height: 20px;
  position: absolute;
  right: 46px;
  top: 25px;
}
.idx-pics .pic-lists .arrow-right {
  background: url(../img/more.png) no-repeat;
  background-position: -48px 0;
  width: 16px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 25px;
}
.idx-yq {
  width: 1160px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.idx-yq .common-top {
  margin: 0 !important;
  padding: 0;
}
.idx-yq .common-top p {
  float: left;
}
.idx-yq .common-top .right {
    margin-top: 20px;
}
.idx-yq .common-top .right a {
  float: left;
  padding-right: 20px;
  
  border-right: 1px solid #e5e5e5;
  font-size: 14px;
  color: #808080;
  line-height: 18px;
  margin-bottom:10px;
  margin-right: 20px;
}
.idx-yq .common-top .right .fir {

}
footer {
  background: #666666;
}
footer .footer {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
footer .footer .f-logo {
  float: left;
  margin-top: 30px;
  margin-bottom: 30px;
}
footer .footer .info {
  float: left;
  margin-right: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 350px;
}
footer .footer .info p {
  color: #e5e5e5;
  margin-top: 15px;
  line-height: 1;
  font-size: 14px;
}
footer .footer .right {
  float: right;
  margin-top: 5px;
  margin-bottom: 5px;
}
.cat {
  margin-top: 20px;
}
.cat .left {
  float: left;
  width: 260px;
}
.cat .left .top {
  background: #cdb890;
  padding: 25px 30px 20px 30px;
}
.cat .left .top .zh {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.cat .left .top .en {
  font-size: 22px;
  color: #eddbb7;
  line-height: 1;
  margin-top: 15px;
  text-align: right;
}
.cat .left a {
  display: block;
  line-height: 60px;
  background: #f5f5f5;
  color: #999999;
  font-size: 16px;
  text-align: center;
}
.cat .left a:hover {
  background: #808080;
  color: #fff;
}
.cat .left .active {
  background: #808080;
  color: #fff;
}
.cat .right {
  float: right;
  width: 900px;
  margin-bottom: 85px;
}
.cat .right .top {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.cat .right .top .zh {
  font-size: 22px;
  color: #808080;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #e5e5e5;
  line-height: 1;
  display: inline-block;
}
.cat .right .top .en {
  color: #b2b2b2;
  font-size: 22px;
  line-height: 1;
  display: inline-block;
}
.cat .right .b li {
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #b3b3b3;
}
.cat .right .b li img {
  float: left;
}
.cat .right .b li .info {
  float: right;
  width: 680px;
}
.cat .right .b li .info .title {
  color: #808080;
  font-size: 18px;
  margin-bottom: 10px;
}
.cat .right .b li .info .title:hover {
  color: #cdb890;
}
.cat .right .b li .info .time {
  margin: 20px 0 15px;
  font-size: 14px;
  color: #999;
  line-height: 1;
  background: url(time.png) no-repeat 0;
  text-indent: 20px;
}
.cat .right .b li .info .des {
  color: #666;
  line-height: 30px;
  text-align: justify;
  font-size: 14px;
}
.cat .right .s li {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #b3b3b3;
  top: 25px;
}
.cat .right .s li a {
  color: #4c4c4c;
  font-size: 14px;
  line-height: 1;
  display: block;
  text-indent: 20px;
}
.cat .right .s li a:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #4c4c4c;
  top: 6px;
  left: 7px;
}
.cat .right .s li a:hover {
  color: #cdb890;
}
.cat .right .s li span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #999;
}
.cat .right .content {
  margin-top: 20px;
}
.cat .right .content .title {
  color: #808080;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}
.cat .right .content .time {
  margin-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #b3b3b3;
  font-size: 14px;
  color: #999;
  line-height: 1;
  text-align: center;
  margin-bottom: 15px;
}
.cat .right .content .des {
  color: #666;
  line-height: 30px;
  text-align: justify;
  font-size: 14px;
}


.second {
  position: absolute;
  width: 180px;
  top: 0;
  background: url(../img/tmk.png) repeat;
  padding: 10px;
  display: none;
}
.second a {
  font-size: 14px;
  color: #808080;
  line-height: 35px;
  text-align: center;
  border-top: 1px dashed #e5e5e5;
  display: block;
}
.second a:hover {
  color: #ab7523
}
.box1 {
  position: absolute;
  width: 100%;
  top: 128px;
  z-index: 2;
}
.box1 .mid {
  width: 1200px;
  margin:0 auto;
  position: relative;
}


.pb1 {
  width: 130px;
  height: 55px;
  float: left;
  background: #fff;
  border:none;
  margin-left: 10px;
  margin-top: 8px;
}

.idx-dt .s li a {
  position: relative;
}
.idx-dt .s li a i {
  font-size: 12px;
  font-style: normal;
  color:#fa0000;
    position: relative;
    top: -6px;
    right: 6px;
}
.idx-jj .s li a {
 position: relative;
}
.idx-jj .s li a i {
    font-size: 12px;
  font-style: normal;
  color:#fa0000;
    position: relative;
    top: -6px;
    right: -6px;
}
.cat .right .s li a {
 position: relative;
}
.cat .right .s li a i {
    font-size: 12px;
  font-style: normal;
  color:#fa0000;
    position: relative;
    top: -6px;
    right: -6px;
}