.fanzhuan {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.dis_table {
  display: table;
  height: 100%;
  text-align: center;
}
.dis_tablecell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.btn {
  display: inline-block;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.txt_hidden {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
html {
  color: #000;
  background: #FFF;
}
body {
  font-size: 12px;
  font-family: "microsoft yahei";
  line-height: 20px;
}
* {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  color: #333;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}
legend {
  color: #000;
}
#yui3-css-stamp.cssreset {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.ver-mid {
  vertical-align: middle;
}
.clear {
  clear: both;
}
.ft_14 {
  font-size: 14px;
}
.ft_16 {
  font-size: 16px;
}
.ft_18 {
  font-size: 18px;
}
.pad_10 {
  padding: 10px;
}
.pad_t_10 {
  padding-top: 10px;
}
.pad_b_10 {
  padding-bottom: 10px;
}
.mar_10 {
  margin: 10px;
}
.mar_t_10 {
  margin-top: 10px;
}
.mar_b_10 {
  margin-bottom: 10px;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.wrap {
  width: 62.5%;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header {
  background: #fff;
}
.header .logo {
  float: left;
}
.header .logo img {
  height: 0.6rem;
  margin-top: 0.1rem;
  display: block;
}
.h_zw {
  display: none;
}
.nav {
  float: right;
}
.nav li {
  float: left;
}
.nav li a {
  display: block;
  line-height: 0.82rem;
  padding: 0 0.25rem;
  font-size: 16px;
}
.nav li a:hover {
  color: #fff;
  background: #00aeef;
}
.nav li.on a {
  color: #fff;
  background: #00aeef;
}
.icon_menu {
  position: absolute;
  top: 0.15rem;
  right: 0.3rem;
  width: 0.52rem;
  display: none;
}
.home_banner {
  position: relative;
}
.home_banner .swiper-slide {
  height: 7.8rem;
  background-size: cover;
}
.home_banner .swiper-slide .img {
  width: 100%;
  display: block;
}
.home_banner .swiper-slide .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  /*background: rgba(3, 41, 78, 0.7);*/
  color: #fff;
}
.home_banner .swiper-slide .bg .txt_box {
  display: table;
  text-align: center;
  margin: 0 auto;
  width: 43%;
  height: 100%;
}
.home_banner .swiper-slide .bg .txt_inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.home_banner .swiper-slide .bg .t1 {
  font-size: 0.6rem;
  font-family: '方正正大黑简体', '楷体', "微软雅黑";
  line-height: 0.7rem;
}
.home_banner .swiper-slide .bg .desc {
  font-size: 16px;
  line-height: 30px;
  margin: 0.3rem 0 0.4rem 0;
}
.home_banner .swiper-slide .btnbox .btn_blue,
.home_banner .swiper-slide .btnbox .btn_red {
  margin: 0 10px;
}
.home_banner .prev,
.home_banner .next {
  display: block;
  position: absolute;
  top: 50%;
  left: 5%;
  width: 0.5rem;
  height: 0.5rem;
  background: url(../images/prev.png) center center no-repeat;
  background-size: 100%;
  z-index: 3;
  opacity: 0.5;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.home_banner .prev:hover,
.home_banner .next:hover {
  opacity: 1;
}
.home_banner .next {
  left: auto;
  right: 5%;
  background-image: url(../images/next.png);
}
.home_banner .pagination {
  text-align: center;
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  width: 100%;
  z-index: 3;
}
.home_banner .pagination span {
  width: 7px;
  height: 18px;
  background: #fff;
  margin: 0 12px;
  opacity: 1;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.home_banner .pagination span.swiper-pagination-bullet-active {
  background: #00aeef;
  height: 35px;
}
.btn_blue {
  display: inline-block;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fff;
  font-size: 16px;
  height: 0.42rem;
  line-height: 0.42rem;
  padding: 0 0.26rem;
  background: #00aeef;
  border: none;
  outline: none;
}
.btn_red {
  display: inline-block;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fff;
  font-size: 16px;
  height: 0.42rem;
  line-height: 0.42rem;
  padding: 0 0.26rem;
  background: #00aeef;
  border: none;
  outline: none;
  background: #fe4c65;
}
.section_fwfw {
  padding: 0.8rem 0;
  position: relative;
}
.section_fwfw .swiper-slide {
  text-align: center;
  color: #727b82;
}
.section_fwfw .swiper-slide .img {
  width: 0.9rem;
  height: 0.9rem;
  margin-bottom: 0.15rem;
}
.section_fwfw .swiper-slide .ch {
  text-align: center;
  font-size: 0.24rem;
  line-height: 0.35rem;
}
.section_fwfw .swiper-slide .en {
  color: #a7a7a7;
  font-size: 14px;
}
.section_fwfw .swiper-slide .desc {
  font-size: 14px;
  margin: 0.15rem 0 0;
}
.section_fwfw .swiper-slide .btn {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  background: #eeeeee;
  color: #727b82;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin-top: 0.2rem;
}
.section_fwfw .swiper-slide:hover .btn {
  background: #00aeef;
  color: #fff;
}
.fwfw_prev,
.fwfw_next {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.42rem;
  height: 0.42rem;
  background-size: 100%;
}
.fwfw_prev {
  margin-left: -36.25%;
  background-image: url(../images/fwfw_prev.png);
}
.fwfw_next {
  background-image: url(../images/fwfw_next.png);
  left: auto;
  right: 50%;
  margin-right: -36.25%;
}
.section_about {
  padding: 1.2rem 0;
  background: url(../images/about_bg.jpg) no-repeat;
  background-size: cover;
}
.section_about .wrap {
  padding: 0.5rem 1rem;
  background: #fff;
}
.home_section_name {
  text-align: center;
  margin-bottom: 0.25rem;
  color: #555555;
  font-size: 18px;
}
.home_section_name .en {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.home_section_name .line {
  display: inline-block;
  width: 33px;
  height: 2px;
  overflow: hidden;
  background: #00aeef;
  margin-top: 0.15rem;
}
.home_about_desc {
  color: #555;
  font-size: 16px;
  line-height: 30px;
  margin: 20px 0 40px;
  text-align: center;
}
.home_about_tab {
  text-align: center;
}
.home_about_tab a {
  display: inline-block;
  font-size: 0.18rem;
  line-height: 0.38rem;
  padding: 0 0.28rem;
  color: #555555;
  border-radius: 0.38rem;
  -moz-border-radius: 0.38rem;
  -webkit-border-radius: 0.38rem;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.home_about_tab a.on,
.home_about_tab a:hover {
  background: #00aeef;
  color: #fff;
}
.section_case {
  padding: 0.8rem 0;
}
.tab_sj {
  width: 0.14rem;
  height: 0.07rem;
  background: url(../images/icon_sj.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.07rem;
  display: none;
}
.home_case_tab {
  text-align: center;
  margin-bottom: 0.4rem;
}
.home_case_tab a {
  display: inline-block;
  line-height: 0.36rem;
  padding: 0 0.2rem;
  font-size: 14px;
  position: relative;
  border-radius: 0.36rem;
  -moz-border-radius: 0.36rem;
  -webkit-border-radius: 0.36rem;
}
.home_case_tab a.on,
.home_case_tab a:hover {
  background: #00aeef;
  color: #fff;
}
.home_case_tab a.on .tab_sj,
.home_case_tab a:hover .tab_sj {
  display: block;
}
.home_caselist {
  margin: 0 -7px;
}
.btn_circle {
  display: inline-block;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  line-height: 40px;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  background: #fff;
  color: #00aeef;
  padding: 0 30px;
}
.case_i {
  width: 20%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 7px;
  position: relative;
  float: left;
}
.case_i .img {
  display: block;
  width: 100%;
  padding-bottom: 80%;
  position: relative;
  overflow: hidden;
}
.case_i .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.case_i .txt {
  padding: 25px 12px;
  color: #6a6a6a;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.case_i .txt .title {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 30px;
}
.case_i .txt .desc {
  height: 50px;
  overflow: hidden;
}
.case_i .txt .btn_circle {
  margin-top: 15px;
  display: none;
}
.case_i:hover .txt {
  background: #00aeef;
  color: #fff;
  margin-top: -55px;
}
.case_i:hover .txt .btn_circle {
  display: inline-block;
}
.overflowhidden {
  overflow: hidden;
}
.section_news {
  padding: 0.5rem 0;
  background: url(../images/home_newsbg.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
}
.section_news .home_section_name {
  color: #fff;
}
.home_news_tab {
  text-align: center;
  margin-bottom: 0.4rem;
}
.home_news_tab a {
  display: inline-block;
  line-height: 0.36rem;
  padding: 0 0.2rem;
  font-size: 14px;
  position: relative;
  border-radius: 0.36rem;
  -moz-border-radius: 0.36rem;
  -webkit-border-radius: 0.36rem;
}
.home_news_tab a.on,
.home_news_tab a:hover {
  background: #00aeef;
  color: #fff;
}
.home_news_tab a.on .tab_sj,
.home_news_tab a:hover .tab_sj {
  display: block;
}
.home_news_tab a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: #fff;
  margin: 0 5px;
}
.home_newslist {
  margin-left: -5%;
}
.home_newslist li {
  width: 45%;
  margin: 0.3rem 0 0.3rem 5%;
  float: left;
}
.home_newslist li .time {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 0.73rem;
  height: 0.73rem;
  background: #00aeef;
  color: #fff;
  text-align: center;
  float: left;
  padding: 0.08rem 0;
}
.home_newslist li .time span {
  font-size: 0.36rem;
  line-height: 0.3rem;
  display: block;
}
.home_newslist li .time em {
  font-size: 0.14rem;
}
.home_newslist li .txt {
  margin-left: 0.9rem;
}
.home_newslist li .txt .title {
  font-size: 0.18rem;
  line-height: 0.28rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_newslist li .txt .title a {
  color: #fff;
}
.home_newslist li .txt .desc {
  font-size: 0.14rem;
  line-height: 0.22rem;
  height: 0.44rem;
  color: #9d9d9d;
  margin-bottom: 0.12rem;
  margin-top: 0.08rem;
  overflow: hidden;
}
.home_newslist li .txt .btn {
  border: 1px solid #9f9583;
  color: #9f9583;
  line-height: 0.28rem;
  padding: 0 0.12rem;
}
.home_newslist li .txt .btn:hover {
  color: #fff;
  border-color: #fff;
}
.btn_bor_white {
  display: inline-block;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fff;
  border: 1px solid #fff;
  font-size: 0.16rem;
  line-height: 0.4rem;
  padding: 0 0.2rem;
}
.section_friendlink {
  padding: 0.7rem 0;
}
.friendlink {
  overflow: hidden;
}
.friendlink li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  border: 1px solid #d9d9d9;
  border-bottom-width: 0;
  border-right-width: 0;
  float: left;
  position: relative;
}
.friendlink li a {
  display: block;
  width: 100%;
  padding-bottom: 50%;
}
.friendlink li a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.friendlink li:after {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background: #a1a1a1;
  overflow: hidden;
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: 2;
}
.friendlink li.row_first {
  border-top-color: #fff;
}
.friendlink li.row_first:after {
  display: none;
}
.friendlink li.col_first {
  border-left-color: #fff;
}
.friendlink li.col_first:after {
  display: none;
}
.footer {
  /*background: #13387f;*/
 background: #005d86;
  color: #fff;
  padding: 0.3rem;
}
.footer a {
  color: #fff;
}
.ft_left {
  width: 70%;
  float: left;
}
.ft_right {
  width: 30%;
  float: right;
}
.f_nav {
  margin-left: -0.18rem;
  overflow: hidden;
  margin-bottom: 0.15rem;
}
.f_nav a {
  display: inline-block;
  font-size: 0.14rem;
  padding: 0 0.18rem;
  line-height: 0.14rem;
  border-left: 1px solid #fff;
  margin-left: -1px;
  color: #fff;
}
.f_banquan {
  font-size: 0.14rem;
  line-height: 0.24rem;
}
.icon_share {
  margin-top: 0.2rem;
  text-align: right;
}
.icon_share a {
  display: inline-block;
  margin-left: 0.1rem;
  opacity: 0.5;
}
.icon_share a img {
  width: 0.32rem;
}
.icon_share a:hover {
  opacity: 1;
}
.banner1 {
  display: table;
  height: 100%;
  text-align: center;
  height: 3.7rem;
  width: 100%;
  background-size: cover;
}
.banner1 .inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  color: #fff;
}
.banner1 .ch {
  font-size: 0.4rem;
  line-height: 0.5rem;
  margin-bottom: 0.1rem;
}
.banner1 .en {
  text-transform: uppercase;
  font-size: 14px;
}
.pagenav {
  /*background: #13387f;*/
  background: #005d86;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  line-height: 0.7rem;
  overflow: auto;
}
.pagenav a {
  color: #fff;
  display: inline-block;
  font-size: 0.18rem;
  padding: 0 0.35rem;
}
.pagenav a.on,
.pagenav a:hover {
  color: #00aeef;
  font-weight: bold;
}
.o_hidden {
  overflow: hidden;
}
.caselist {
  margin: 0.7rem -6px 0;
}
.caselist li {
  width: 33.33%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 6px;
  margin-bottom: 0.4rem;
}
.page {
  clear: both;
  padding: 0.3rem 0;
  text-align: center;
}
.page a,
.page strong {
  display: inline-block;
  font-size: 12px;
  line-height: 35px;
  padding: 0 12px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #333;
  border: 1px solid #c8c8c8;
  margin: 5px;
}
.page a.on,
.page strong.on {
  color: #fff;
  background: #00aeef;
}
.content {
  padding: 0.6rem 0;
}
.case_title {
  font-size: 0.24rem;
  line-height: 0.3rem;
  margin: 0.2rem 0;
}
.neirong {
  font-size: 16px;
  color: #646464;
  line-height: 0.3rem;
}
.neirong img {
  max-width: 100%;
}
.case_slide .prev,
.case_slide .next {
  display: block;
  width: 0.44rem;
  height: 0.44rem;
  position: absolute;
  top: 50%;
  margin-top: -0.22rem;
  background-size: 100%;
  z-index: 2;
}
.case_slide .prev {
  left: 0.25rem;
  background-image: url(../images/case_prev.png);
}
.case_slide .prev:hover {
  background-image: url(../images/case_prev_on.png);
}
.case_slide .next {
  right: 0.25rem;
  background-image: url(../images/case_next.png);
}
.case_slide .next:hover {
  background-image: url(../images/case_next_on.png);
}
.fwfw_title {
  text-align: center;
  font-size: 0.3rem;
  margin-bottom: 0.5rem;
  color: #333;
}
.fwfw_title span {
  color: #969696;
  font-size: 0.18rem;
}
.dashiji_box {
  margin-left: -8%;
}
.dashiji {
  float: left;
  width: 12%;
  margin-left: 8%;
  position: relative;
  margin-bottom: 0.4rem;
  margin-top: 0.3rem;
}
.dashiji .time {
  display: table;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  border: 2px solid #13387f;
  color: #13387f;
  border-radius: 50%;
  font-size: 0.24rem;
  position: relative;
}
.dashiji .time .inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.dashiji .time .sj {
  display: none;
  width: 0.38rem;
  height: 0.2rem;
  background: url(../images/dsj_sj.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: -0.18rem;
  left: 50%;
  margin-left: -0.19rem;
}
.dashiji .year {
  font-size: 0.3rem;
  line-height: 0.4rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.dashiji.on .time {
  background: #13387f;
  color: #fff;
}
.dashiji.on .time .sj {
  display: block;
}
.dashiji .desc {
  display: none;
}
.dashiji_desc {
  clear: both;
  border: 1px solid #13387f;
  padding: 0.3rem 0.2rem;
  font-size: 0.24rem;
  line-height: 0.35rem;
  margin-left: 8%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.yrzs {
  text-align: center;
}
.yrzs img {
  width: 100%;
}
.yrzs .title {
  font-size: 0.18rem;
  margin-top: 0.2rem;
}
.ryzs_box {
  position: relative;
  margin-bottom: 0.5rem;
}
.ryzs_box .fwfw_prev {
  left: -1rem;
  margin-left: 0;
}
.ryzs_box .fwfw_next {
  right: -1rem;
  margin-right: 0;
}
.gsry {
  border-bottom: 1px solid #d9d9d9;
  padding: 0.3rem 0;
  color: #424141;
  font-size: 16px;
  line-height: 30px;
}
.gsry .title {
  font-size: 0.24rem;
  line-height: 0.3rem;
  margin-bottom: 0.2rem;
  color: #232323;
}
.gsjj_top {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
}
.gsjj_top .img {
  width: 45%;
  float: left;
}
.gsjj_top .txt {
  width: 50%;
  float: right;
}
.gsjj_top .txt .fwfw_title {
  text-align: left;
  margin-bottom: 0.3rem;
}
.lxwm_left {
  width: 40%;
  float: left;
  color: #555;
  font-size: 0.18rem;
  line-height: 0.3rem;
}
.lxwm_left .name {
  font-size: 0.24rem;
  line-height: 0.4rem;
  margin-bottom: 0.12rem;
}
.lxwm_left .icon_share {
  text-align: left;
}
.input {
  border: 1px solid #d4d4d4;
  line-height: 0.24rem;
  padding: 0.1rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #5d5d5d;
  margin-bottom: 0.15rem;
}
.lxwm_right {
  width: 55%;
  float: right;
}
.lxwm_right .input {
  width: 100%;
  font-size: 0.15rem;
}
.map {
  clear: both;
  height: 4.7rem;
}
.zp {
  border: 1px solid #cacaca;
  border-width: 1px 0 1px 0;
  margin-top: -1px;
  color: #646464;
}
.zp .title {
  font-size: 0.24rem;
  padding: 0.25rem 0;
  position: relative;
  cursor: pointer;
}
.zp .title i {
  display: block;
  width: 0.27rem;
  height: 0.15rem;
  background: url(../images/zp_sj.jpg) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0.25rem;
  right: 0.1rem;
}
.zp .title.on i {
  height: 0.27rem;
  width: 0.15rem;
  background-image: url(../images/zp_sj_on.jpg);
}
.zp .neirong {
  margin-bottom: 0.25rem;
  display: none;
}
.newslist li {
  margin-bottom: 0.4rem;
  overflow: hidden;
}
.newslist .img {
  display: block;
  width: 25%;
  float: left;
}
.newslist .img img {
  width: 100%;
}
.newslist .txt {
  width: 73%;
  float: right;
  color: #666;
}
.newslist .title {
  font-size: 0.2rem;
  line-height: 0.3rem;
  margin-bottom: 0.1rem;
}
.newslist .time {
  font-size: 12px;
  margin-bottom: 0.1rem;
}
.newslist .desc {
  line-height: 30px;
  height: 90px;
  font-size: 14px;
}
.wz_title {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
  color: #666;
  margin-bottom: 0.3rem;
}
.wz_title .title {
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #070f16;
  margin-bottom: 0.15rem;
}
.wz_title .time {
  font-size: 12px;
}
.zqdm{
	position: absolute;
	bottom: 0.55rem;
	right:0.78rem;
	color: #fff;
	font-size: 0.2rem;
	z-index: 3;
}
@media (max-width: 1600px) {
  .wrap {
    width: 75%;
  }
  .nav li a {
    font-size: 14px;
  }
  .home_banner .swiper-slide .bg .txt_box {
    width: 60%;
  }
  .home_banner .swiper-slide .bg .desc {
    font-size: 14px;
  }
  .fwfw_prev {
    margin-left: -42.5%;
  }
  .fwfw_next {
    margin-right: -42.5%;
  }
  .home_about_desc {
    font-size: 12px;
  }
  .neirong {
    font-size: 14px;
  }
  .gsry {
    font-size: 14px;
  }
  .newslist .title {
    font-size: 0.22rem;
  }
}
@media (max-width: 1024px) {
  .wrap {
    width: 80%;
  }
  .header .wrap{
  	width: 85%;
  }
  .btn_blue {
    font-size: 14px;
  }
  .btn_red {
    font-size: 14px;
  }
  .section_fwfw .swiper-slide .btn {
    font-size: 14px;
  }
  .case_i .txt {
    padding: 15px 10px;
    font-size: 12px;
    line-height: 22px;
  }
  .case_i .txt .desc {
    height: 50px;
    overflow: hidden;
  }
  .case_i .txt .title {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
  }
  .btn_circle {
    line-height: 30px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    padding: 0 20px;
  }
}
@media (max-width: 1000px) {
  .header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99;
    box-shadow: 0 2px 3px #ddd;
    -moz-box-shadow: 0 2px 3px #ddd;
    -webkit-box-shadow: 0 2px 3px #ddd;
  }
  .h_zw {
    display: block;
    height: 0.82rem;
  }
  .nav {
    position: absolute;
    top: 100%;
    right: -100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
  }
  .nav li {
    float: none;
    text-align: center;
  }
  .icon_menu {
    display: block;
  }
  .lxwm_left,
  .lxwm_right {
    width: 100%;
    float: none;
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 769px) {
  .wrap {
    width: 90%;
  }
  .home_banner .swiper-slide {
    height: 5.8rem;
  }
  .home_banner .swiper-slide .bg .txt_box {
    width: 80%;
  }
  .home_banner .swiper-slide .bg .t1 {
    font-size: 0.4rem;
    line-height: 0.6rem;
  }
  .home_banner .swiper-slide .bg .desc {
    line-height: 25px;
    margin: 0.2rem 0 0.4rem 0;
  }
  .home_banner .prev,
  .home_banner .next {
    display: none;
  }
  .home_banner .pagination span {
    height: 12px;
  }
  .home_banner .pagination span.swiper-pagination-bullet-active {
    height: 24px;
  }
  .section_fwfw .wrap {
    width: 80%;
  }
  .section_fwfw .swiper-slide .desc {
    display: none;
  }
  .section_about {
    padding: 0.5rem 0;
  }
  .section_about .wrap {
    padding: 0.5rem;
  }
  .home_about_desc {
    font-size: 12px;
    line-height: 24px;
    margin: 12px 0;
  }
  .home_about_tab {
    display: none;
  }
  .home_section_name {
    font-size: 16px;
  }
  .home_section_name .en {
    font-size: 20px;
  }
  .case_i {
    width: 50%;
  }
  .home_caselist .case_i:last-child {
    display: none;
  }
  .home_case_tab {
    display: none;
  }
  .friendlink li {
    width: 33.3%;
  }
  .ft_left,
  .ft_right {
    float: none;
    width: 100%;
  }
  .icon_share {
    text-align: left;
  }
  .dashiji .time {
    font-size: 0.14rem;
  }
  .dashiji .year {
    font-size: 0.20rem;
  }
  .dashiji_desc {
    font-size: 0.18rem;
  }
  .ryzs_box .fwfw_prev {
    left: -0.5rem;
  }
  .ryzs_box .fwfw_next {
    right: -0.5rem;
  }
  .gsry {
    padding: 0.2rem 0;
  }
  .zp .title {
    font-size: 0.2rem;
  }
  .newslist .desc {
    height: 50px;
    line-height: 25px;
  }
}
@media (max-width: 640px) {
  .home_newslist {
    margin-left: 0;
  }
  .home_newslist li {
    width: 100%;
    margin: 0.15rem 0 0.15rem 0;
  }
  .home_newslist li .txt .btn {
    display: none;
  }
  .banner1 .ch {
    font-size: 0.3rem;
  }
  .pagenav a {
    padding: 0 0.2rem;
  }
  .caselist {
    margin-top: 0.3rem;
    margin-bottom: 0;
  }
  .caselist li {
    width: 50%;
    margin-bottom: 0.2rem;
  }
  .page a {
    line-height: 30px;
    padding: 0 10px;
  }
  .content {
    padding: 0.3rem 0;
  }
  .fwfw_title {
    margin-bottom: 0.2rem;
    font-size: 0.24rem;
  }
  .dashiji_box {
    margin-left: -5%;
  }
  .dashiji {
    width: 20%;
    margin-left: 5%;
  }
  .dashiji_desc {
    margin-left: 5%;
    font-size: 0.14rem;
  }
  .ryzs_box .fwfw_prev,
  .ryzs_box .fwfw_next {
    display: none;
  }
  .gsjj_top .img,
  .gsjj_top .txt {
    width: 100%;
    float: none;
  }
  .gsjj_top .img {
    margin-bottom: 0.2rem;
  }
  .newslist .title {
    font-size: 0.2rem;
  }
  .newslist .img,
  .newslist .txt {
    width: 100%;
    float: none;
  }
  .newslist .img {
    margin-bottom: 0.1rem;
  }
}



/*======================修改大事记css====================*/
			.das-ji{position: relative; background:url(../images/background_02.jpg) no-repeat;
			background-size:100% 100%; padding-bottom:9%; padding-top:3%;}
			.das-ji .container{padding-top:5%;}
			.das-list{padding-top:4%; width:100%;overflow: hidden; height:30em;}
			.das-list ul{width:5000%;}
			.das-list li{float: left;position: relative;
			-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
			height:14em;
			}
			.das-list li:nth-of-type(1){top:16em;transition:0.3s;}
			.das-list li:nth-of-type(2){height:18em; top:12em;transition:0.3s;}
			.das-list li:nth-of-type(3){height:22em;top:8em;transition:0.3s;}
			.das-list li:nth-of-type(4){height:26em;top:4em; transition:0.3s;}
			.das-list li:nth-of-type(5){height:30em; top: 0; transition:0.3s;}
			.das-stnei{position:relative; border-left:1px solid #13387f; padding-left:5%;height: 100%;
			width:90%; margin: 0 auto;
			}
			.das-stnei em{position: absolute; top: 0;left:-7px; width:12px; height:12px; background:#13387f;
			border-radius:50%; display:block; 
			}
			.das-stnei p{font-size: 0.3rem;color:#13387f;position:relative; top:-8px; margin-bottom:3%;}
			.das-stnei span{font-size:14px;color:#414141;display:block;}
			.bai-radius{position: absolute; bottom:0;left:-8px; width:15px; height:15px; background:#fff;
			border-radius:50%; display:block;}
			.shiji-zy{position: absolute; top:28%; left:4%;}
			.shiji-zy a{margin-right:0.5em;}
			.sj-zy{display:none;}
			.shiji-zy a:hover .sj-zy{display:inline-block;}
			.shiji-zy a:hover .sj-zys{display:none;}
			
			@media only screen and (max-width:750px) {
				.das-ji{background:none;}
				.das-list{height:auto;}
				.das-list ul{width: auto !important; overflow: hidden;}
				.das-list li{float: none; height:auto !important; overflow: hidden;top: 0 !important;
				padding: 4% 0;
				}
				.das-stnei{border-left:none; }
				.das-stnei em,.bai-radius{opacity: 0; }
				.das-stnei p{top: 0;margin-bottom:1%;}
				.shiji-zy{display: none;}
			}
