@charset "utf-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td,
hr,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 400;
}

ol,
ul {
  list-style: none;
}

a,
a:hover {
  cursor: pointer;
  text-decoration: none;
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: top;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

select {
  padding: 2px 0;
  height: 22px;
  line-height: 18px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  border: none;
  outline: none;
  font-family: Microsoft YaHei;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

q:before,
q:after {
  content: '';
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

mark {
  background: #ff0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: inherit;
}

iframe {
  display: block;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-moz-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
  word-wrap: break-word;
  font: 12px/1.5 Microsoft YaHei;
  color: #333;
  background: #fff;
  position: relative;
  overflow-x: auto;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto !important;
}

/*public start*/
.c {
  *zoom: 1
}

.c:before,
.c:after {
  display: table;
  content: "";
}

.c:after {
  clear: both;
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.radius {
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
}

.radius4 {
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}

.radius100 {
  -webkit-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden;
}

.box-shadow-no {
  box-shadow: none !important;
}

.nowrap {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/*
.icon {
  background: url(../img/icon.png) 0 0 no-repeat;
  display: inline-block;
  vertical-align: middle;
}
*/
.ubb {
  color: #333;
  font-size: 16px;
  line-height: 32px;
  min-height: 120px;
}

.ubb img {
  max-width: 100%;
  height: auto;
}
.pbtn{
  display: inline-block;
  font-size: 16px;
  color: #fff;
  width: 160px;
  line-height: 40px;
  border-radius: 20px;
  background-color: #CDAE74;
  text-align: center;
}

.header .top {
  border-bottom: 1px solid #E5E5E5;
  line-height: 40px;
}

.header .top .topfl .VVfont {
  margin-right: 6px;
}

.header .top .topfl {
  float: left;
  display: flex;
}
.header .top .topfl .d1 i{
margin-right: 3px;
}
.header .top .topfl .d2{
  margin-left: 5px;
  font-size: 13px;
  font-weight: 700;
}

.header .top .topfr {
  position: relative;
  float: right;
}

.header .top .topfr .now_lan {
  display: block;
  color: #333;
}

.header .top .topfr .now_lan i {
  margin-left: 6px;
  font-size: 8px;
}

.header .top .topfr .lan_sele {
  position: absolute;
  z-index: 20;
  top: 40px;
  left: -40px;
  background-color: #CDAE74;
  line-height: 35px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.header .top .topfr:hover .lan_sele {
  display: block;
}

.header .top .topfr .lan_sele a {
  display: block;
  width: 100px;
  text-align: center;
  color: #fff;
}

.header .top .topfr .lan_sele a:hover,
.header .top .topfr .current {
  color: #fff;
  background-color: #CDAE74;
}
.header .top .back{
  float: right;
  margin-right: 30px;
  color: #333;
}

.header .top ul {
  display: none;
}

.header .top ul li a:hover {
  color: #c5a870;
}

.header .navBox {
  width: 100%;
  height: 100px;
  position: relative;
  overflow: hidden;
}

.header .navBox .logo {
  margin-top: 30px;
  float: left;
}

.header .navBox .nav {
  float: right;
  display: table;
  margin: 0 auto;
}

.header .navBox .nav li {
  padding: 38px 25px;
  display: table-cell;
  position: relative;
}

.header .navBox .nav li:first-child:before {
  display: none;
}

.header .navBox .nav li:last-child {
  padding-right: 0;
}

.header .navBox .nav li a {
  font-size: 16px;
  color: #333;
  position: relative;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.header .navBox .nav li a:before {
  content: '';
  height: 2px;
  width: 0%;
  background: #cdae74;
  position: absolute;
  left: 0;
  bottom: -10px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.header .navBox .nav li a.active,
.header .navBox .nav li a:hover {
  color: #cdae74;
}

.header .navBox .nav li a.active:before,
.header .navBox .nav li a:hover:before {
  width: 100%;
}

.footer{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
  line-height: 100px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
.footer a{
  color: rgba(255, 255, 255, 0.6);
}
.footer img{
  margin-left: 6px;
}
