body {
  font-family: 'Microsoft Yahei';
  background: #fff;
  font-size: 14px;
  line-height: 1.6em;
  color: #444;
  background: #f1f1f1;
}
html,
body {
  -ms-overflow-style: scrollbar;
  width: 100%;
  height: 100%;
  background-color: #F0F0F0!important;
}
label {
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Microsoft Yahei';
}
h2,
.h2 {
  font-size: 22px;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
p {
  margin: 0;
  padding: 0;
}
td {
  color: #444;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn-left {
  float: left;
}
.fn-right {
  float: right;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.btn-sf {
  color: #fff;
  background-color: #dda452;
  border-color: #dda452;
}
.btn-sf:hover {
  color: #fff;
}
a:hover,
a:focus {
  text-decoration: none;
}
a {
  color: #333;
  outline: none !important;
}
.header-css {
  position: fixed;
  width: 100%;
  height: 70px;
  background: #111110;
  z-index: 99;
}
.headeriBox-css {
  margin: 0 auto;
  width: 1200px;
  height: 70px;
}
.headeriBox-css .home-logo-css {
  margin-top: 23px;
}
.headeriBox-css .homeMenu-css {
  margin-right: 188px;
  padding-left: 159px;
  float: right;
  background: url(../img/header_bg.png) no-repeat;
  background-position-x: 7px;
  width: 443px;
}
.headeriBox-css .homeMenu-css a {
  position: relative;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #e8e0e0;
  cursor: pointer;
  height: 70px;
  padding-top: 35px;
  display: inline-block;
  transition: all 0.36s ease;
  -webkit-transition: all 0.36s ease;
  -moz-transition: all 0.36s ease;
  -ms-transition: all 0.36s ease;
  -o-transition: all 0.36s ease;
}
.headeriBox-css .homeMenu-css a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  width: 0;
  height: 4px;
  background-color: #ffcc33;
  transition: all 0.36s ease;
  -webkit-transition: all 0.36s ease;
  -moz-transition: all 0.36s ease;
  -ms-transition: all 0.36s ease;
  -o-transition: all 0.36s ease;
}
.headeriBox-css .homeMenu-css a:hover {
  color: #fabe0d;
}
.headeriBox-css .homeMenu-css a:hover:after {
  width: 100%;
}
.headeriBox-css .homeMenu-css a + a {
  margin-left: 36px;
}
.headeriBox-css .homeMenu-css a.current {
  color: #fabe0d;
}
.headeriBox-css .homeMenu-css a.current:after {
  width: 100%;
}
.content-css {
  margin: 0 auto;
  padding-top: 100px;
  width: 1200px;
  background: url(../img/bg.png) no-repeat;
  background-position: center;
}
.content-css .home-banner-css {
  margin-bottom: 20px;
  width: 100%;
  height: 400px;
}
.content-css .home-banner-css .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.content-css .home-banner-css .swiper-pagination-bullet-active {
  --swiper-theme-color: #fe9d12;
}
.content-css .moduleList-css .modulebox-css {
  overflow: hidden;
  margin-bottom: 20px;
}
.content-css .moduleList-css .liftBox-css {
  float: left;
  padding: 34px 19px 23px 21px;
  width: 319px;
  height: 380px;
  background: rgba(255, 255, 255, 0.79);
}
.content-css .moduleList-css .rightBox-css {
  float: right;
  width: 862px;
  height: 380px;
  padding: 34px 30px 23px 32px;
  background: rgba(255, 255, 255, 0.79);
}
.content-css .moduleList-css .boxHeight-css {
  position: relative;
  border-bottom: 1px solid #e6e3d8;
  overflow: hidden;
}
.content-css .moduleList-css .title-css {
  float: left;
  padding-bottom: 14px;
  width: 100px;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #dda452;
  border-bottom: 2px solid #dda452;
}
.content-css .moduleList-css .bnt-css {
  float: right;
  margin-top: 3px;
  position: relative;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  cursor: pointer;
}
.content-css .moduleList-css .bnt-css:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/arrow_icon.png) no-repeat;
}
.content-css .moduleList-css .login_box #msg {
  display: inline-block;
  color: red;
  position: relative;
  top: -6px;
}
.content-css .moduleList-css .login_box .tips {
  margin: 10px 0;
  border: 1px solid #ffe57d;
  background: url(../img/tips.png) no-repeat #fff6d2 8px center;
  padding-left: 30px;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
}
.content-css .moduleList-css .login_box .tips {
  border: 1px solid #ffe57d;
  background: url(../img/tips.png) no-repeat #fff6d2 8px center;
  padding-left: 30px;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
}
.content-css .moduleList-css .login_box .item {
  height: 34px;
  line-height: 34px;
  margin-bottom: 10px;
}
.content-css .moduleList-css .login_box .item span {
  width: 34px;
  height: 34px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: 1px solid #ccc;
  border-right: none;
  vertical-align: middle;
  float: left;
  border-radius: 4px 0 0 4px;
}
.content-css .moduleList-css .login_box .user_item span {
  background: url(../img/user_icon.png) no-repeat center #f3f3f3;
}
.content-css .moduleList-css .login_box .password_item span {
  background: url(../img/password_icon.png) no-repeat center #f3f3f3;
}
.content-css .moduleList-css .login_box .form {
  margin-top: 15px;
}
.content-css .moduleList-css .login_box .item input {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.content-css .moduleList-css .login_box .item .form-control {
  width: 243px;
  height: 34px;
}
.content-css .moduleList-css .login_box .v_code,
.content-css .moduleList-css .login_box .v_code img {
  width: 105px;
  height: 34px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.content-css .moduleList-css .login_box .item .form-control.v_code_input {
  width: 158px;
  margin-right: 15px;
  vertical-align: top;
}
.content-css .moduleList-css .login_box .login_btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  background: #e22428;
  color: #fff;
  font-size: 16px;
}
.content-css .moduleList-css .tableBox-css {
  padding-top: 10px;
}
.content-css .moduleList-css .tableBox-css th {
  border-bottom: 0 none;
  font-size: 16px;
}
.content-css .moduleList-css .tableBox-css td {
  border-top: 0 none;
  font-size: 14px;
  padding: 10px 8px;
}
.content-css .moduleList-css .newsBox-css .newsImg-css {
  display: block;
  margin-top: 9px;
  margin-bottom: 15px;
  width: 100%;
  height: 186px;
}
.content-css .moduleList-css .newsBox-css .newsItme-css {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.content-css .moduleList-css .newsBox-css .newsItme-css .date-css {
  float: right;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.arrowBox-css {
  padding: 34px 19px 23px 21px;
  overflow: hidden;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.79);
}
.arrowBox-css .boxHeight-css {
  border: 0 none !important;
}
.arrowBox-css .boxHeight-css .title-css {
  margin-right: 45px;
  border: 0 none !important;
}
.arrowBox-css .FriendshipLink-css a {
  padding: 0 65px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}
.arrowBox-css .FriendshipLink-css a + a {
  border-left: 1px solid #e0e0e0;
}
.arrowBox-css .Map-css {
  float: left;
  margin-right: 60px;
  width: 370px;
  height: 262px;
}
.arrowBox-css .phonelist-css {
  float: right;
  width: calc(100% - 435px);
}
.arrowBox-css .phonelist-css li {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 37px;
}
.arrowBox-css .phonelist-css li .phone{
  margin-right:15px
}
.arrowBox-css .phonelist-css li span {
  position: relative;
  margin-left: 30px;
}
.arrowBox-css .phonelist-css li .className {
  display: inline-block;
  min-width: 80px;
}

.arrowBox-css .phonelist-css li .name {
  display: inline-block;
  min-width: 59px;
  margin-left: 20px;
}
.arrowBox-css .phonelist-css li .phone:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -25px;
  width: 18px;
  height: 18px;
  background: url(../img/phone.png);
}
.arrowBox-css .phonelist-css li .Email:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -25px;
  width: 18px;
  height: 18px;
  background: url(../img/email.png);
}
.footer-css {
  margin-top: 31px;
  width: 100%;
  height: 58px;
  line-height: 58px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #cccccc;
  background: #111110;
  text-align: center;
}
.iw_poi_title {
  color: #CC5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
}
.iw_poi_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}


/*登录样式修改*/
#languageselect{
    width:100%;
    position:relative;
}
.language-text form-control{
        width: 100%;
}

.dropdown-menu{
        width: 100%;
    text-align: center;
}

#languageselect .form-control{
      width: 100%;
      font-size: 14px;
}
#languageselect .form-control:after{
  content:'';
  display:block;
  position:absolute;
  top:50%;
  right:20px;
  margin-top:-5px;
  width: 0;
  height: 0;
  border-left:4px solid transparent;
  border-right:4px solid transparent;
  border-top:8px solid #ddd;
}

#languageselect .form-control[aria-expanded="true"]:after{
  content:'';
  display:block;
  position:absolute;
  top:50%;
  right:20px;
  margin-top:-5px;
  width: 0;
  height: 0;
  border-left:4px solid transparent;
  border-right:4px solid transparent;
  border-bottom:8px solid #ddd;
  border-top:0px solid #ddd;
}

.dropdown-menu a{
    font-size: 14px!important;
}
.dropdown-menu li:hover  a{
   background:#dda452!important;
   cursor:pointer
 }
.checkwrap{
    margin:10px 0;
}


.table > thead > tr{
  background:transparent!important;
}

.table > thead > tr > th{
  color:#333
}
