﻿@charset "utf-8";
/*commom style*/
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
  border: medium none;
  margin: 0;
  padding: 0;
}
em {
  font-style: normal;
}
ul,
ol {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
ins {
  text-decoration: none;
}
*:focus {
  outline: none;
}
a {
  color: #333;
}
a:hover {
  color: #333;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cf:after {
  display: block;
  content: '';
  height: 0;
  visibility: hidden;
  clear: both;
}
.cf {
  zoom: 1;
}
.hide {
  display: none;
}
.block {
  display: block;
}
input {
  font-family: '微软雅黑';
  text-align: left;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: '微软雅黑';
  background: url(bgg1.png) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 1026px;
  height: 100%;
  width: 100%;
}
a {
  text-decoration: none;
  color: #000;
}
ul,
li {
  list-style: none;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
.clearfix {
  content: '';
  display: table;
  clear: both;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}

/*当前位置*/
.position {
  width: 100%;
  height: 50px;
  line-height: 50px;
}
.position .position-txt {
  padding-left: 25px;
  font-size: 13px;
  color: #454545;
}

/*内容*/
/*.con{
	margin-top: 30px;
	margin-bottom: 30px;
}*/
/*左侧*/
.con .con-left {
  float: left;
  width: 300px;
  /*height: 820px;*/
  margin-right: 30px;
  background-color: #efefef;
}
.con-left .con-left-title {
  width: 300px;
  height: 50px;
  line-height: 50px;
  padding-left: 45px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  background-color: #427fda;
}
.con-leftn-list .gl {
  background-color: #b6ccec;
  cursor: pointer;
}
.con-leftn-list .gl a {
  background: url(images/blue_triangle.png) no-repeat left center;
  color: #427fda;
}

/*右侧*/
.con .con-right {
  float: left;
  width: 1100px;
  min-height: 770px;
  font-size: 17px;
  color: #333;
  padding: 10px 0 0 25px;
  background-color: #f9f9f9;
}

@media screen and (max-width: 992px) {
  body {
    box-sizing: border-box;
    min-width: 0;
  }
  .top-left {
    font-size: 12px !important;
  }
  .top-header li span {
    font-size: 12px !important;
  }
  .w1200 {
    width: 100%;
    margin: 0 auto;
  }
  #barrierfree_container > div {
    width: 100%;
    min-width: 0 !important;
  }
}
