@charset "utf-8";
body,
html {
  font-family: '微软雅黑', 'Microsoft Yahei';
}
body.gray {
  background: #f7f7f7;
}
ul {
  list-style: none;
}
li {
  list-style-type: none;
}
.clear {
  clear: both;
}
a {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  resize: none;
  border-radius: 0;
  font-family: '微软雅黑', 'Microsoft Yahei';
  text-decoration: none;
}
button,
input,
select,
textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  box-sizing: border-box;
  resize: none;
  border-radius: 0;
  font-family: '微软雅黑', 'Microsoft Yahei';
}
img {
  border: none;
}
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}
input::-webkit-input-placeholder {
  color: #999999;
}
input:-moz-placeholder {
  color: #999999;
}
input::-moz-placeholder {
  color: #999999;
}
.time02 {
  -webkit-transition: all 0.2s ease-out;
  -khtml-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.time03 {
  -webkit-transition: all 0.3s ease-out;
  -khtml-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.time05 {
  -webkit-transition: all 0.5s ease-out;
  -khtml-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.wh1200 {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.sr-bdimgshare,
.bdshare-slide-button-box {
  display: none!important;
}
.bdselect_share_box {
  display: none!important;
}
.bdsharebuttonbox {
  margin-top: 100px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #cccccc;
}
.bdsharebuttonbox .share {
  float: left;
  font-size: 14px;
  color: #a5b5c8;
  margin: 5px;
  margin-right: 15px;
}
.bdsharebuttonbox .share img {
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.paging {
  text-align: center;
  margin-top: 90px;
}
.paging a,
.paging span {
  display: inline-block;
  margin: 0 5px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  color: #18529b;
  font-size: 16px;
  /*border-radius: 20px;*/
  border: 1px;
  -webkit-transition: all 0.2s ease-out;
  -khtml-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.paging a:hover,
.paging span:hover {
  /*background: -webkit-linear-gradient(left, #ffcb32, #ff9a01);
  background: -o-linear-gradient(right, #ffcb32, #ff9a01);
  background: -moz-linear-gradient(right, #ffcb32, #ff9a01);
  background: linear-gradient(to right, #ffcb32, #ff9a01);*/
  color: #18529b;
}
.paging a.current,
.paging span.current {
  background: #fff;
  color: #ff9900;
  border: 1px solid #dddddd;
}
.contentAll {
  margin-top: 50px;
  margin-bottom: 90px;
}
.contentAll .leftPart {
  float: left;
  width: 66%;
}
.contentAll .leftPart .contact_title {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 28px;
  color: #333;
}
.contentAll .leftPart .contact_title.contact_title_second {
  padding-top: 40px;
}
.contentAll .leftPart .contact_title a {
  float: right;
  font-size: 16px;
  padding-top: 7px;
  color: #18529b;
}
.contentAll .rightPart {
  float: right;
  width: 28%;
}
.contentAll .rightPart .rightPartTitle {
  font-size: 32px;
  color: #a5b5c8;
  margin-bottom: 20px;
}
.contentAll .rightPart .rightPartUl {
  margin-bottom: 60px;
}
.contentAll .rightPart .rightPartUl .PartUlLi {
  margin-top: 2px;
}
.contentAll .rightPart .rightPartUl .PartUlLi .PartUlLiA {
  display: block;
  font-size: 20px;
  color: #a5b5c8;
  padding: 7px 0;
  padding-left: 15px;
  border-left: 5px solid #a5b5c8;
  float: left;
}
.contentAll .rightPart .rightPartUl .PartUlLi .PartUlLiA:hover,
.contentAll .rightPart .rightPartUl .PartUlLi .PartUlLiA.active {
  border-left: 5px solid #18529b;
  color: #18529b;
}
.contentAll .rightPart .rightPartUl .PartUlLi ul li {
  overflow: hidden;
  margin-top: 2px;
}
.contentAll .rightPart .rightPartUl .PartUlLi ul li a {
  display: block;
  float: left;
  color: #a5b5c8;
  padding: 10px 0;
  padding-left: 50px;
  border-left: 1px solid #d8e0ea;
}
.contentAll .rightPart .rightPartUl .PartUlLi ul li a:hover,
.contentAll .rightPart .rightPartUl .PartUlLi ul li a.active {
  padding-left: 49px;
  border-left: 2px solid #18529b;
  color: #18529b;
}
.contentAll .rightPart .rightPartTitle2 {
  font-size: 32px;
  color: #a5b5c8;
  margin-bottom: 10px;
}
.contentAll .rightPart .mt40 {
  margin-top: 40px;
}
.contentAll .rightPart .rightPartSwiper {
  width: 100%;
}
.contentAll .rightPart .rightPartSwiper .slide_content {
  width: 100%;
  height: 240px;
  line-height: 240px;
  position: relative;
  text-align: center;
}
.contentAll .rightPart .rightPartSwiper .slide_content img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.contentAll .rightPart .rightPartSwiper .slide_content .content_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 25px;
  font-size: 16px;
  color: #fff;
  box-sizing: border-box;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  background: rgba(0, 0, 0, 0.5);
  height: 50px;
  line-height: 50px;
}
.contentAll .rightPart .rightPartSwiper .button_fu {
  float: right;
  padding: 5px 0;
  margin-right: 10px;
  margin-bottom: 10px;
}
.contentAll .rightPart .rightPartSwiper .button_fu .swiper-button-next,
.contentAll .rightPart .rightPartSwiper .button_fu .swiper-button-prev {
  position: relative;
  margin-top: 0;
  left: auto;
  right: auto;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  margin-left: 20px;
}
.contentAll .rightPart .rightPartSwiper .button_fu .swiper-button-next .iconfont,
.contentAll .rightPart .rightPartSwiper .button_fu .swiper-button-prev .iconfont {
  font-size: 20px;
  font-weight: bold;
  color: #2c70c5;
}
.contentAll .rightPart .rightPartSwiper .button_fu .swiper-button-next:hover,
.contentAll .rightPart .rightPartSwiper .button_fu .swiper-button-prev:hover {
  background: #2c70c5;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.35);
}
.contentAll .rightPart .rightPartSwiper .button_fu .swiper-button-next:hover .iconfont,
.contentAll .rightPart .rightPartSwiper .button_fu .swiper-button-prev:hover .iconfont {
  color: #fff;
}
.contentAll .rightPart .rightPartSwiper .button_fu .swiper-button-next .iconfont {
  font-size: 18px;
}
.contentAll .rightPart .rightPartSwiper .swiper-pagination-bullet {
  background: #2c70c5;
  opacity: 0.5;
}
.contentAll .rightPart .rightPartSwiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.contentAll .rightPart .rightPartSwiper .swiper-pagination {
  bottom: 32px;
  text-align: left;
}
.contentAll .rightPart .contact_conten {
  border: 1px solid #edf1f6;
}
.contentAll .rightPart .contact_conten .top_ban {
  height: 120px;
  background: url(../images/right_top_1.jpg) center center no-repeat;
  background-size: cover!important;
}
.contentAll .rightPart .contact_conten .top_ban .top_ban_h1 {
  font-size: 32px;
  color: #fff;
  padding: 10px 20px;
  padding-top: 40px;
}
.contentAll .rightPart .contact_conten .top_ban .top_ban_text {
  font-size: 16px;
  color: #fff;
  padding: 0px 20px;
}
.contentAll .rightPart .contact_conten .btn_neirong {
  padding-bottom: 20px;
}
.contentAll .rightPart .contact_conten .btn_neirong .btn_text1,
.contentAll .rightPart .contact_conten .btn_neirong .btn_text2 {  
  font-size: 14px;
  color: #333;
}
.contentAll .rightPart .contact_conten .btn_neirong .btn_text1 {  
  padding: 30px 20px 0;
}
.contentAll .rightPart .contact_conten .btn_neirong .btn_text2 {
  padding: 10px 20px 0;
}
.contentAll .rightPart .contact_conten .btn_neirong .consulting {
  display: block;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  font-size: 18px;
  color: #fff;
  background: -webkit-linear-gradient(left, #77BDA6, #0E684A);
  background: -o-linear-gradient(right, #77BDA6, #0E684A);
  background: -moz-linear-gradient(right, #77BDA6, #0E684A);
  background: linear-gradient(to right, #77BDA6, #0E684A);
  margin: 0 20px;
  margin-top: 25px;
}
.contentAll .rightPart .contact_conten .btn_neirong .consulting:hover {
  -moz-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.35);
}
.contentAll .rightPart .zixun_list {
  margin-bottom: 50px;
}
.contentAll .rightPart .zixun_list .zixun_list_aaa {
  font-size: 14px;
  margin-top: 15px;
}
.contentAll .rightPart .zixun_list .zixun_list_aaa a {
  color: #333333;
  line-height: 20px;
}
.contentAll .rightPart .zixun_list .zixun_list_aaa a:hover {
  color: #18529b;
}
.contentAll .rightPart .zixun_list .zixun_list_aaa span {
  color: #a5b5c8;
  margin-left: 10px;
}
#header {
  position: relative;
  z-index: 50;
}
#header .header_top {
  height: 40px;
  line-height: 40px;
  background: #edf1f6;
}
#header .header_top .wh1200 .welcome {
  float: left;
  font-size: 12px;
  color: #a5b5c8;
  margin-left: 20px;
}
#header .header_top .wh1200 .right_link {
  float: right;
  margin-right: 20px;
}
#header .header_top .wh1200 .right_link a {
  float: left;
  font-size: 12px;
  color: #a5b5c8;
  margin-left: 35px;
  position: relative;
}
#header .header_top .wh1200 .right_link a .iconfont {
  margin-right: 5px;
  position: relative;
  top: 2px;
  font-size: 16px;
}
#header .header_top .wh1200 .right_link a .icon-weixin {
  font-size: 18px;
}
#header .header_top .wh1200 .right_link a .icon-ditu {
  font-size: 14px;
  top: 0;
}
#header .header_top .wh1200 .right_link a .weixinBox,
#header .header_top .wh1200 .right_link a .weixinBox2 {
  width: 140px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.35);
  position: absolute;
  background: #fff;
  z-index: 10;
  display: none;
  left: 50%;
  margin-left: -70px;
  top: 40px;
}
#header .header_top .wh1200 .right_link a .weixinBox .images,
#header .header_top .wh1200 .right_link a .weixinBox2 .images {
  width: 115px;
  height: 115px;
  overflow: hidden;
  margin: 13px;
  margin-bottom: 3px;
}
#header .header_top .wh1200 .right_link a .weixinBox .images img,
#header .header_top .wh1200 .right_link a .weixinBox2 .images img {
  width: 100%;
  float: left;
}
#header .header_top .wh1200 .right_link a .weixinBox .wenzi,
#header .header_top .wh1200 .right_link a .weixinBox2 .wenzi {
  font-size: 14px;
  text-align: center;
  color: #18529b;
  line-height: normal;
  margin-bottom: 10px;
}
#header .header_top .wh1200 .right_link a:hover {
  color: #18529b;
}
#header .navigation_logo {
  background: #fff;
  border-bottom: 1px solid #dbdbdb;
}
#header .navigation_logo .wh1200 .logo_tel {
  padding: 10px;
  height: 87px;
}
#header .navigation_logo .wh1200 .logo_tel .leftAndText {
  float: left;
  overflow: hidden;
}
#header .navigation_logo .wh1200 .logo_tel .leftAndText .logo {
  display: block;
  overflow: hidden;
  float: left;
  width: 201px;
  height: 87px;
}
#header .navigation_logo .wh1200 .logo_tel .leftAndText .header_banner {
  display: block;
  overflow: hidden;
  float: left;
  width: 380px;
  height: 87px;
  margin-left: 200px;
}
#header .navigation_logo .wh1200 .logo_tel .leftAndText .logo img,
#header .navigation_logo .wh1200 .logo_tel .leftAndText .header_banner img {
  width: 100%;
  height: 100%;
  float: left;
}
#header .navigation_logo .wh1200 .logo_tel .leftAndText .text {
  font-size: 16px;
  color: #0E684A;
  line-height: 45px;
  float: left;
  margin-left: 30px;
  font-weight: normal;
}
#header .navigation_logo .wh1200 .logo_tel .rightTel {
  float: right;
  overflow: hidden;
  display: block;
  line-height: 87px;
}
#header .navigation_logo .wh1200 .logo_tel .rightTel .iconfont {
  width: 48px;
  height: 48px;
  border: 1px solid #a5b5c8;
  display: block;
  border-radius: 50%;
  float: left;
  text-align: center;
  line-height: 48px;
  color: #a5b5c8;
  font-size: 20px;
}
#header .navigation_logo .wh1200 .logo_tel .rightTel .wenzi {
  font-size: 32px;
  color: #ff9900;
  background: #fff;
  position: relative;
  top: 3px;
  float: left;
}
#header .navigation_logo .wh1200 .navigation {
  margin: 0 20px;
}
#header .navigation_logo .wh1200 .navigation ul li.active .Alink {
  color: #0E684A;
}
#header .navigation_logo .wh1200 .navigation ul li {
  float: left;
  margin-right: 40px;
  position: relative;
}
#header .navigation_logo .wh1200 .navigation ul li .Alink {
  display: block;
  font-size: 15px;
  color: #333;
  padding: 15px 0;
  position: relative;
}
#header .navigation_logo .wh1200 .navigation ul li .level {
  position: absolute;
  top: 48px;
  left: 50%;
  margin-left: -55px;
  display: none;
  padding-top: 2px;
}
#header .navigation_logo .wh1200 .navigation ul li .level .levelUl {
  background: #0E684A;
  width: 110px;
  margin: 0;
  padding: 10px 0;
}
#header .navigation_logo .wh1200 .navigation ul li .level .levelUl .li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  float: none;
  margin-right: 0;
}
#header .navigation_logo .wh1200 .navigation ul li .level .levelUl .li a {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
#header .navigation_logo .wh1200 .navigation ul li .level .levelUl .li a:hover {
  background: #3e77bf;
}
#header .navigation_logo .wh1200 .navigation ul li.clear {
  float: none;
  margin-right: 0;
}
#header .navigation_logo .wh1200 .navigation ul li.zuihou {
  margin-right: 0;
}
#header .mobile {
  display: none;
}
#footer {
  width: 100%;
  background: #0E684A;  
}
#footer .friendslinks {
  /*background: #0A8F62;*/
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #FFF;
}
#footer .friendslinks .linkList {
  overflow: hidden;
  margin-top: -12px;
}
#footer .friendslinks .linkList p,
#footer .friendslinks .linkList a {
  display: block;
  float: left;
  font-size: 14px;
  color: #FFF;
  margin-right: 25px;
  margin-top: 12px;
}
#footer .friendslinks .linkList a:hover {
  color: #fff;
}
#footer .footer_title {
  width: 249px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 80px;
  padding-top: 40px;
}
#footer .footer_title img {
  width: 100%;
  float: left;
}
#footer .footer_top {
  padding: 80px 0;
}
#footer .footer_top .wh1200 {
  position: relative;
}
#footer .footer_top .brief {
  float: left;
}
#footer .footer_top .brief .brief_name {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
#footer .footer_top .brief .brief_text {
  font-size: 14px;
  color: #FFF;
  margin-top: 15px;
  overflow: hidden;
}
#footer .footer_top .brief .brief_text .iconfont {
  position: relative;
  margin-right: 5px;
}
#footer .footer_top .brief .brief_text span,
#footer .footer_top .brief .brief_text a {
  color: #fff;
  display: block;
  float: left;
  max-width: 320px;
}
#footer .footer_top .brief .brief_text a:hover {
  color: #739fd6;
}
#footer .footer_top .brief .brief_text div {
  float: left;
}
#footer .footer_top .hotline {
  float: right;
  margin-right: 50px;
}
#footer .footer_top .hotline .hot_name {
  font-size: 14px;
  color: #FFF;
}
#footer .footer_top .hotline .hot_name .iconfont {
  margin-right: 5px;
  position: relative;
  top: 1px;
}
#footer .footer_top .hotline .hot_tel {
  font-size: 32px;
  color: #ff9900;
  margin-top: 8px;
  display: block;
}
#footer .footer_top .hotline .customer {
  display: block;
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  margin-top: 13px;
  background: -webkit-linear-gradient(left, #ffcb32, #ff9a01);
  background: -o-linear-gradient(right, #ffcb32, #ff9a01);
  background: -moz-linear-gradient(right, #ffcb32, #ff9a01);
  background: linear-gradient(to right, #ffcb32, #ff9a01);
}
#footer .footer_top .hotline .customer:hover {
  -moz-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.35);
}
#footer .footer_top .footer_erweima {
  width: 120px;
  position: absolute;
  left: 62%;
  margin-left: -60px;
  top: -20px;
}
#footer .footer_top .footer_erweima.footer_erweima0 {
  left: 42%;
}
#footer .footer_top .footer_erweima .erweima {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  overflow: hidden;
}
#footer .footer_top .footer_erweima .erweima img {
  width: 100%;
  height: 100%;
  float: left;
}
#footer .footer_top .footer_erweima .wenzi {
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  text-align: center;
  margin-top: 10px;
}
#footer .footer_btm {
  text-align: center;
  font-size: 14px;
  color: #FFF;
  line-height: 30px;
  padding: 30px 10px;
  padding-bottom: 39px;
  /*border-top: 1px solid #FFF;*/
}
.returnTop {
  position: fixed;
  margin-left: 1200px;
  bottom: 50px;
  z-index: 30;
}
.returnTop a {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  color: #18529b;
}
.returnTop a .iconfont {
  font-size: 26px;
  font-weight: bold;
}
.returnTop .customerTop {
  display: none;
}
.public_banner {
  width: 100%;
  height: 200px;
  background: url(../images/public_banner.jpg) center center no-repeat;
  background-size: cover!important;
}
.public_banner .wh1200 {
  position: relative;
  height: 100%;
}
.public_banner .wh1200 .publicAll {
  position: absolute;
  bottom: 0;
  left: 0;
}
.public_banner .wh1200 .publicAll .publicName {
  font-size: 48px;
  color: #fff;
  font-weight: normal;
}
.public_banner .wh1200 .publicAll .linkBox {
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 20px;
  line-height: 24px;
}
.public_banner .wh1200 .publicAll .linkBox .line {
  float: left;
  width: 50px;
  height: 5px;
  background: #87c2ff;
  position: relative;
  top: 8px;
  margin-right: 13px;
}
.public_banner .wh1200 .publicAll .linkBox a {
  display: block;
  float: left;
  font-size: 14px;
  color: #fff;
}
.public_banner .wh1200 .publicAll .linkBox a.active {
  color: #87c2ff;
}
.public_banner .wh1200 .publicAll .linkBox span {
  font-size: 14px;
  color: #87c2ff;
  display: block;
  float: left;
  margin: 0 10px;
}

.modular_table table {
	margin-top: 30px;
}
.modular_table table {
	width: 100%;
}
.modular_table table tr td {
	padding: 8px;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
}
.modular_table table tr:first-child td {
	border-top: 1px solid #dedede;
}
.modular_table table tr td:first-child {
	border-left: 1px solid #dedede;
}


@media screen and (max-width: 1300px) {
  .returnTop {
    margin-left: 0px;
    right: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .wh1200 {
    margin: 0 30px;
  }
  #header .navigation_logo .wh1200 .navigation ul {
    text-align: center;
  }
  .public_banner .wh1200 .publicAll .publicName {
    font-size: 40px;
  }
  #header .navigation_logo .wh1200 .navigation ul li {
    margin-right: 30px;
    float: none;
    display: inline-block;
  }
  #header .navigation_logo .wh1200 .logo_tel {
    padding-left: 0;
    padding-right: 0;
  }
  #header .header_top .wh1200 .welcome {
    margin-left: 0;
  }
  #header .header_top .wh1200 .right_link {
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .wh1200 {
    margin: 0 20px;
  }
  #header .navigation_logo .wh1200 .navigation ul li {
    margin-right: 20px;
  }
  #header .navigation_logo .wh1200 .logo_tel .leftAndText .logo {
    width: 200px;
  }
  #header .navigation_logo .wh1200 .logo_tel .leftAndText .text {
    line-height: 34px;
    font-size: 14px;
    margin-left: 20px;
  }
  #header .navigation_logo .wh1200 .logo_tel .rightTel .iconfont {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  #header .navigation_logo .wh1200 .logo_tel .rightTel .wenzi {
    font-size: 28px;
    top: -1px;
  }
  #footer .footer_title {
    margin-bottom: 70px;
  }
  #footer .footer_top .footer_erweima .erweima {
    width: 100px;
    height: 100px;
  }
  #footer .footer_top .footer_erweima .wenzi {
    font-size: 12px;
    line-height: 20px;
  }
  #footer .footer_top .hotline {
    margin-right: 20px;
  }
}
@media screen and (max-width: 880px) {
  #header .navigation_logo .wh1200 .navigation ul li {
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  html.active,
  body.active {
    position: fixed;
    width: 100%;
    left: 0;
  }
  .contentAll .rightPart .rightPartSwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .public_banner {
    height: 120px;
    background: url(../images/public_banner.jpg) center center no-repeat;
  }
  .public_banner .wh1200 .publicAll .publicName {
    font-size: 24px;
  }
  .public_banner .wh1200 .publicAll .linkBox .line {
    width: 20px;
    height: 3px;
    margin-right: 10px;
  }
  .public_banner .wh1200 .publicAll .linkBox a {
    font-size: 12px;
  }
  .public_banner .wh1200 .publicAll .linkBox span {
    font-size: 12px;
    margin: 0 5px;
  }
  .public_banner .wh1200 .publicAll .linkBox {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  #main {
    margin-top: 51px;
  }
  #header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 40;
  }
  .returnTop {
    bottom: 30px;
    right: 5px;
  }
  .returnTop a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .returnTop a .iconfont {
    font-size: 24px;
  }
  .returnTop .customerTop {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    background: #ff9900;
  }
  .returnTop .customerTop .iconfont {
    font-size: 20px;
  }
  #header .mobile {
    display: block;
  }
  .wh1200 {
    margin: 0 10px;
  }
  #header .header_top {
    display: none;
  }
  #header .navigation_logo .wh1200 .logo_tel {
    padding: 0;
    margin-left: 5px;
	height: 50px;
  }
  #header .navigation_logo .wh1200 .logo_tel .leftAndText .text {
    display: none;
  }
  #header .navigation_logo .wh1200 .logo_tel .rightTel {
    display: none;
  }
  #header .navigation_logo {
    height: 50px;
  }
  #header .navigation_logo .wh1200 .logo_tel .leftAndText .logo {
    width: 101px;
    height: 44px;
  }
  #header .navigation_logo .wh1200 {
    position: relative;
  }
  #header .navigation_logo .wh1200 .navOn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: right;
    margin-right: -10px;
  }
  #header .navigation_logo .wh1200 .navOn img {
    width: 20px;
    vertical-align: middle;
  }
  #header .navigation_logo .wh1200 .logo_tel .leftAndText .logo {
    margin: 3px 0;
  }
  #header .navigation_logo .wh1200 .logo_tel .header_banner {
    display: none !important;
  }
  #header .navigation_logo .wh1200 .navigation .mobile {
    display: block;
  }
  #header .navigation_logo .wh1200 .navigation .mobile .nav_logo {
    display: block;
    width: 125px;
    margin: 16px auto;
    margin-top: 0;
    padding-top: 16px;
  }
  #header .navigation_logo .wh1200 .navigation .mobile .nav_logo img {
    width: 100%;
  }
  #header .navigation_logo .wh1200 .navigation .mobile .close {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
  }
  #header .navigation_logo .wh1200 .navigation .mobile .close img {
    width: 15px;
    vertical-align: middle;
  }
  #header .navigation_logo .wh1200 .navigation .mobile .tel_name {
    font-size: 14px;
    text-align: center;
    color: #888888;
  }
  #header .navigation_logo .wh1200 .navigation .mobile .tel_name .iconfont {
    font-size: 15px;
    margin-right: 5px;
    color: #a5b5c8;
  }
  #header .navigation_logo .wh1200 .navigation .mobile .Tel {
    display: block;
    font-size: 24px;
    color: #ff9900;
    text-align: center;
    margin-top: 5px;
    padding-bottom: 20px;
  }
  #header .navigation_logo .wh1200 .navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background: rgba(255, 255, 255, 0.9);
    display: none;
  }
  #header .navigation_logo .wh1200 .navigation ul li {
    margin-right: 0;
    display: block;
  }
  #header .navigation_logo .wh1200 .navigation ul li .level {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
    padding-top: 0;
  }
  #header .navigation_logo .wh1200 .navigation ul li .level .levelUl {
    width: 100%;
    padding: 0;
  }
  #header .navigation_logo .wh1200 .navigation ul li .Alink {
    font-size: 16px;
    padding: 10px 0;
  }
  #header .navigation_logo .wh1200 .navigation ul {
    overflow-x: hidden;
  }
  #footer {
    /*padding-top: 35px;*/
  }
  #footer .footer_top .footer_erweima {
    display: none;
  }
  #footer .footer_title {
    width: 125px;
    margin-left: 10px;
    margin-bottom: 25px;
  }
  #footer .footer_top .hotline {
    float: none;
    margin-right: 0;
  }
  #footer .footer_top .brief {
    float: none;
    margin-top: 30px;
  }
  #footer .footer_top .hotline .hot_tel {
    font-size: 24px;
    margin-top: 5px;
  }
  #footer .footer_top .hotline .customer {
    width: 90px;
    height: 30px;
    line-height: 30px;
  }
  #footer .footer_top .brief .brief_name {
    font-size: 16px;
    margin-bottom: 16px;
  }
  #footer .footer_top .brief .brief_text div {
    float: none;
  }
  #footer .footer_top .brief .brief_text {
    position: relative;
    margin-top: 8px;
  }
  #footer .footer_top .brief .brief_text div {
    position: absolute;
    left: 0;
    top: 0;
  }
  #footer .footer_top .brief .brief_text span,
  #footer .footer_top .brief .brief_text a {
    padding-left: 93px;
  }
  #footer .footer_top {
    padding-bottom: 30px;
  }
  #footer .footer_btm {
    font-size: 12px;
    line-height: 20px;
    padding: 25px 10px;
    padding-bottom: 40px;
  }
  .contentAll .leftPart {
    float: none;
    width: 100%;
  }
  .contentAll .rightPart {
    float: none;
    width: 100%;
  }
  .contentAll .rightPart .rightPartTitle {
    display: none;
  }
  .contentAll .rightPart .rightPartUl {
    display: none;
  }
  .contentAll .rightPart .contact_conten {
    display: none;
  }
  .contentAll {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .paging a,
  .paging span {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 11px;
  }
  .paging {
    margin-top: 30px;
  }
  .contentAll .rightPart .rightPartTitle2 {
    font-size: 22px;
    margin-top: 40px;
  }
  .contentAll .rightPart .rightPartTitle2.mt40 {
    margin-top: 20px;
  }
  .contentAll .rightPart .rightPartSwiper .slide_content .content_text {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
