@charset "utf-8";
body{
  background-color: #F2F2F2;

}
.home-top-grid1 {
  background: rgba(11, 100, 143, 0.7);
  transition: 0.5s all;
}
.home-top-grid2 {
  background: rgba(226, 23, 55, 0.5);
  transition: 0.5s all;
}
.home-top-grid3 {
  background: rgba(11, 100, 143, 0.4);
  transition: 0.5s all;
}
.iconfont {
  font-family: 'iconfont';
}
@font-face {
  font-family: 'AvantGardeBook.otf';
  /*src: url('../AvantGardeBook.otf');*/
}
.right_zi img{
  border-radius: 10px;
}
img {
  max-width: 100%;
}
.vcenter {
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  border-radius: 3px;
  /*vertical-align: middle;*/
  /*margin: auto;*/
}
.vcenter1 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  border-radius: 3px;
  /*vertical-align: middle;*/
  /*margin: auto;*/
}
@media(max-width: 768px){
  .vcenter{
    margin-top: -8px;
  }
  .vcenter1{
    margin-top: -8px;
  }
}
.tHide {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.blockFull {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.relative {
  position: relative;
}
body {
  font-family: 微软雅黑;
  min-width: 320px;
}
a {
  color: #666;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
.clear {
  overflow: hidden;
  _zoom: 1;
}
.clearfix {
  _zoom: 1;
}


.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/iconfont.woff') format('woff'),
  url('../fonts/iconfont.ttf') format('truetype'),
  url('../fonts/iconfont.svg#iconfont') format('svg');
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

/*-header-*/
.header {
  clear: both;
}
.kuan_heaaer .logo {
  width:20%;
  float: left;
  /*margin-top: 20px;*/
/*  background: #205da5;*/
}
.kuan_heaaer .logo img {
  position: relative;
  width:100px;
  margin-left:-30px;
  /*margin-top: 15px;*/
  max-width: 120px;
  max-height: 120px;



}
.top1{
  height: 100px;
  background-color: white;
  z-index: 1;
}
.header{
  background-color: white;
  border-bottom: 1px solid #9DCFEC;
  position: fixed;
  z-index: 9999;
  width: 100%;
  opacity: 0.9;


}

@media(max-width: 1370px){
  .header{
    background-color: white;
    border-bottom: 1px solid #9DCFEC;
    position: absolute;
    top: 0;

  }
}
.kuan_heaaer .nav_div {
  background: white;
  height: 97.75px;
  width: 60%;
  float: left;
  position: relative;
  margin-left:220px;

  /*margin-top: 20px;*/
}
/*@media(max-width: 1370px){*/
  /*.kuan_heaaer .nav_div{*/
    /*display: none;*/
  /*}*/
/*}*/
.kuan_heaaer .nav_div .nav_ul {
  width: 100%;
  margin-left: 70px;
}
.kuan_heaaer .nav_div .nav_ul li {
  float: left;
 /* border-right: 1px solid #eeeeee;*/
  height: 97.75px;
  width: 14%;
  text-align: center;
  position: relative;
  /*border-top: 3px solid #4789d1;*/
}
.kuan_heaaer .nav_div .nav_ul li a {
  height: 100%;
  display: block;
  width: 100%;
  line-height: 100%;
  color: #545454;
  font-size: 16px;
  outline: none;
  font-family: Arial, "微软雅黑";
}
.kuan_heaaer .nav_div .nav_ul li a span {

  display: block;
  height: 30px;
  line-height: 15px;
  margin-top:45px;
  color:#333333;
  overflow: hidden;

}
.kuan_heaaer .nav_div .nav_ul li a span:hover{
  color:#64B8E7;
}
.kuan_heaaer .nav_div .nav_ul li:hover {
   background: white;

 }
.kuan_heaaer .nav_div .nav_ul li:hover .erji {
  display: block;
}
.kuan_heaaer .nav_div .nav_ul li:hover a {
  color:#545454;
}
.kuan_heaaer .nav_div .nav_ul .active {
/*  background: #205da5;*/
}
.kuan_heaaer .nav_div .nav_ul .active a {
 /* color: #fff;*/
}
.kuan_heaaer .nav_div .nav_ul .erji {
  position: absolute;
  z-index: 9999;
  background: rgba(250,250, 250,0.81);
  color:white;
  top:97.75px;
  width: 200px;
  /*padding: 10px 0px;*/
  display: none;
  border-top: 3px solid #4789d1;


}
.kuan_heaaer .nav_div .nav_ul .erji a {
  color: #fff;
  line-height: 28px;
  height: 40px;
  overflow: hidden;
  font-size: 14px;
  padding-top: 5px;

  width:200px;
}
.kuan_heaaer .nav_div .nav_ul .erji a:hover {
  font-weight:700;

  background:white;
}
 .ensou {
  width: 112px;
  /*float: left;
  margin-top: 33px;
  position: relative;*/
}
.ensou .en {
  color: #848484;
  font-size: 14px;
  font-family: arial;
  background: url(../images/en.jpg) no-repeat left center;
  padding-left: 25px;
  display: inline-block;
  height: 19px;
  line-height: 19px;
  margin: 0px 15px;
}
.ensou .en:hover {
  color: #205da5;
}
.ensou .sou_img {
  float: right;
}
.ensou .sou_nei {
  position: absolute;
  right: 59px;
  top: 20px;
  background: #fff;
  width: 157px;
  z-index: 99999;
  padding: 6px;
  border-radius: 4px;
  display: none;
}
.ensou .sou_nei input {
  width: 120px;
  font-size: 12px;
  padding: 5px;
  border: 1px solid #9c9c9c;
}
.ensou .sou_nei img {
  cursor: pointer;
}
@media(max-width: 1370px){
  .kuan_heaaer .phone-nav {
    display: block;
    /*  padding-top: 32px;*/
  }

}
@media(max-width: 1248px){
  .kuan_heaaer .nav_div{
    display: none;
  }
}
@media(max-width: 1024px){
  .kuan_heaaer .nav_div{
    display: none;
  }
}
@media (max-width: 768px) {
  .kuan_heaaer .logo img {
    width: 70px;
    height: 70px;
    margin-left: -8px;

  }

@media (max-width: 640px) {
  .kuan_heaaer .logo img {
    width: 70px;
    height: 70px;
    margin-left: -8px;

  }
}
  @media (max-width: 480px) {
    .kuan_heaaer .logo img {
      width: 70px;
      height: 70px;
      margin-left: 38px;

    }
  }
  .kuan_heaaer .nav_div {
    display: none;
  }
  .kuan_heaaer .phone-nav {
    display: block;
  /*  padding-top: 32px;*/
  }
 .ensou {
    float: right;
    margin-right: 10%;
    width: 92px;
  }
.ensou .sou_img {
    padding: 0px;
  }
}
@media (max-width: 640px) {
  .kuan_heaaer .logo {
    width: 50%;
  }
.ensou {
    margin-right: 15%;
    margin-top: 25px;
  }
}
@media (max-width: 480px) {
  .kuan_heaaer .ensou {
    margin-top: 20px;
    margin-right: 20%;
  }
 .ensou .sou_nei {
    top: 36px;
    margin-right: -5px;
  }
  .kuan_heaaer .phone-nav {
    padding-top: 15px;
    margin-right: 10px;
  }
}
/*@media (max-width:640px){*/
  /*.row{*/
     /*display: none;*/
  /*}*/
/*}*/
/*-banner-*/
.banner {
  text-align: center;
  overflow: hidden;
}
.banner img {
  display: block;
  margin: auto;
  width: 100%;
 margin-top: 100px;


}
@media(max-width: 768px){
  .banner img {
    display: block;
    margin: auto;
    width: 100%;
    margin-top: 70px;
   z-index:-9999;

  }
}
@media(max-width: 640px){
  .banner img {
    display: block;
    margin: auto;
    width: 100%;
    margin-top: 70px;


  }
}
.banner .slick-dots {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  text-align: right;
}
.banner .slick-dots li button {
  width: 14px;
  height: 14px;
  display: none;
}
.banner .slick-dots .slick-active button {
  background: grey;
  height: 18px;
  width: 18px;
}
@media (max-width: 768px) {
  .banner .slick-dots {
    text-align: center;
    bottom: 15px;
  }
  .banner .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .banner .slick-dots .slick-active button {
    background: #009424;
    height: 10px;
    width: 10px;
  }
}
/*分页*/
.pageing {
  text-align: center;
  padding: 4% 0px;
}
.pageing a {
  border: 1px solid #e8e8e8;
  background: #f8f8f8;
  color: #898989;
  font-size: 12px;
  font-family: arial;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.pageing span {
  border: 1px solid #e8e8e8;
  background: #f8f8f8;
  color: #898989;
  font-size: 12px;
  font-family: arial;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.pageing strong {
  border: 1px solid #e8e8e8;
  background: #f8f8f8;
  color: #898989;
  font-size: 12px;
  font-family: arial;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.pageing a:hover {
  background: #0d6fb8;
  color: #fff;
}
.pageing .active {
  background: #0d6fb8;
  color: #fff;
}
.pro_home .pro_qie {
  width: 100%;
/*  background: #f4f4f4;*/
}
.pro_home .pro_qie span {
  display: block;
  width: 25%;
  float: left;
  text-align: center;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  padding: 1% 0px;
  box-sizing: border-box;
  border-right: 1px solid #e7e7e7;
  border-bottom: 3px solid #f4f4f4;
  cursor: pointer;
}
.pro_home .pro_qie span i {
  font-style: normal;
  height: 30px;
  line-height: 30px;
  width: 90%;
  margin: auto;
  display: block;
  overflow: hidden;
}
.pro_home .pro_qie span:last-child {
  border-right: none;
}
.pro_home .pro_qie span:hover {
  background: #fff;
  border-bottom: 3px solid #0d6fb8;
}
.pro_home .pro_qie .active {
  background: #fff;
  border-bottom: 3px solid #0d6fb8;
}
@media (max-width: 640px) {
  .pro_home .pro_qie span {
    width: 50%;
    font-size: 14px;
  }
}
.pro_home .pro_com {
  margin: 3% 0px 5%;
}
.pro_home .pro_com .pro_com_ul {
  display: none;
}
.pro_home .pro_com .pro_com_ul li {
  width: 33.3333%;
  float: left;
  background: #f7f7f7;
}
.pro_home .pro_com .pro_com_ul li a {
  display: block;
  padding: 10% 4%;
  width: 100%;
  height: 100%;
}
.pro_home .pro_com .pro_com_ul li .pic {
  float: left;
  width: 50%;
  position: relative;
  overflow: hidden;
}
.pro_home .pro_com .pro_com_ul li .pic i {
  display: block;
  padding-bottom: 72%;
}
.pro_home .pro_com .pro_com_ul li .pic img {
  transition: 0.3s;
}
.pro_home .pro_com .pro_com_ul li .text {
  float: right;
  width: 45%;
}
.pro_home .pro_com .pro_com_ul li .text span {
  color: #333;
  font-size: 26px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  overflow: hidden;
  display: block;
}
.pro_home .pro_com .pro_com_ul li .text p {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  margin: 10px 0px 20px;
}
.pro_home .pro_com .pro_com_ul li .text .more {
  height: 32px;
  width: 32px;
  background: url(../images/pro_h1.png) no-repeat;
  display: block;
}
.pro_home .pro_com .pro_com_ul li:hover {
  background: #fbfbfb;
  border-bottom: 3px solid #e4e4e4;
}
.pro_home .pro_com .pro_com_ul li:hover .pic img {
  transform: scale(0.95);
}
.pro_home .pro_com .pro_com_ul li:hover .text span {
  color: #5292c7;
}
.pro_home .pro_com .pro_com_ul li:hover .text .more {
  background: url(../images/pro_h2.png) no-repeat;
}
@media (max-width: 640px) {
  .pro_home .pro_com .pro_com_ul li {
    border-bottom: 1px dashed #ccc;
    width: 100%;
  }
  .pro_home .pro_com .pro_com_ul li .text span {
    font-size: 20px;
    line-height: 30px;
    height: 30px;
  }
}
.case_home {
  background: #F2F2F2;
  padding: 30px 0px;


}
@media (max-width: 640px) {
  .case_home {
    padding: 30px 0px;
  }
}
.case_home .case_com {
  width: 98%;
  margin: auto;
  max-width: 1200px;
  background-color: white;
  border: 1px solid white;
  border-radius: 10px;
  box-shadow: 0 2px 6px #e5e5e5
}
.case_home .case_com .top {
  color: #fff;
  text-align: center;
  padding-top: 15px;

}
@media (max-width: 640px) {
  .case_home .case_com .top{
   margin-bottom:-35px;
  }
}
.case_home .case_com .top span {
  font-size: 36px;
  display: block;
  height: 40px;
  line-height: 40px;
  width: 100%;
  overflow: hidden;
  letter-spacing: 3px;
  color: #50AEE1;
}
@media (max-width: 640px) {
  .case_home .case_com .top span {
    font-size: 28px;
    line-height: 30px;
    height: 30px;
  }
}
.case_home .case_com .top i {
  font-size: 14px;
  font-family: kartika;
  font-style: normal;
  display: block;
  overflow: hidden;
  height: 25px;
  line-height: 25px;
  width: 100%;
  color: grey;
}
.case_home .case_com .top em {
  width: 40px;
  height: 4px;
  background: #000000;
  margin: auto;
  display: inline-block;
}
.case_home .case_com ul {
  background: #fff;
  padding: 10px 10px;

}
.case_home .case_com ul li {
	/*background: #F7F7F7;*/
  width: 25%;
  float: left;
  padding: 0px 5px;

}
.case_home .case_com ul li .pic_ca {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  /*margin-top: 20px;*/
}
.case_home .case_com ul li .pic_ca i {
  display: block;
  padding-bottom:30%;
}
.case_home .case_com ul li .pic_ca .zhe_a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: url(../images/zhe_bg.png);
  display: none;
}
.case_home .case_com ul li .pic_ca .zhe_a .zhe_n {
  width: 106px;
  height: 100px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 50%;
  margin-left: -53px;
  text-align: center;
}
.case_home .case_com ul li .pic_ca .zhe_a .zhe_n p {
  line-height: 20px;
  color: #fff;
  height: 40px;
  overflow: hidden;
  width: 100%;
  font-size: 16px;
  margin-bottom: 15px;
  font-family: "微软雅黑";
}
.case_home .case_com ul li .pic_ca .zhe_a .zhe_n img {
  max-height: 100%;
  max-width: 100%;
}
.case_home .case_com ul li .pic_ca:hover .zhe_a {
  display: block;
}
.case_home .case_com ul li .text_ca {
  text-align: center;
  padding: 10px;
  height:210px;
  font-family: Arial, "微软雅黑";
  color: #666;
  font-size: 13px;
}
@media(max-width: 1248px){
  .case_home .case_com ul li .text_ca{
    text-align: center;
    padding: 10px;
    height: 160px;
    font-family: Arial, "微软雅黑";
    color: #666666;
    font-size: 14px;

  }

}
@media(max-width: 768px){
  .case_home .case_com ul li .text_ca{
    text-align: center;
    padding: 10px;
    height: 330px;
    font-family: Arial, "微软雅黑";
    color: #666666;
    font-size: 14px;

  }

}
@media(max-width:768px){
  .case_home .case_com ul li .text_ca{
    text-align: center;
    padding: 10px;
    height:220px;
    font-family: Arial, "微软雅黑";
    color: #666666;
    font-size: 14px;

  }

}
@media(max-width:640px){
  .case_home .case_com ul li .text_ca{
    text-align: center;
    padding: 10px;
    height:270px;
    font-family: Arial, "微软雅黑";
    color: #666666;
    font-size: 14px;

  }

}

.case_home .case_com ul li .text_ca p {
  color: black;
  font-size: 16px;
  /*line-height: 25px;*/
  /*height: 25px;*/
  overflow: hidden;
  width: 100%;
  margin-top: -30px;
}
@media (max-width: 768px) {
  .case_home .case_com ul li .text_ca p{
    color: black;
    font-size: 14px;

    overflow: hidden;
    width: 100%;
    margin-top: -10px;
  }
}
.case_home .case_com ul li .text_ca .write{
  font-size: 10px;
  margin-top: 30px;
}

.case_home .case_com ul li a {
  color: white;
  font-size: 15px;
  line-height: 110px;
  height:110px;
  overflow: hidden;
  width: 100%;
  font-family: Arial, "微软雅黑";
  /*margin-left: 100px;*/

  border: 1px solid #9DCFEC;
  border-radius: 5px;
  background-color:#9DCFEC;
}
/*@media (max-width: 768px) {*/
  /*.case_home .case_com ul li a :first-child{*/
    /*color: white;*/
    /*font-size: 15px;*/
    /*line-height: 130px;*/
    /*height: 120px;*/
    /*overflow: hidden;*/
    /*width: 100%;*/
    /*font-family: Arial, "微软雅黑";*/
    /*/!* margin-left: 100px; *!/*/
    /*border: 1px solid #00a0e9;*/
    /*border-radius: 5px;*/
    /*background-color: #00a0e9;*/
  /*}*/
/*}*/
.case_home .case_com ul li a:hover {
  font-weight: 700;
}
@media (max-width: 1248px) {
  .case_home .case_com ul li {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .case_home .case_com ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  .case_home .case_com ul {
    background: #fff;
    padding: 25px 10px;

  }
}
@media (max-width: 480px) {
  .case_home .case_com ul {
    margin-top: 15px;
  }
  .case_home .case_com ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.new_home {
  width: 98%;
  margin: 5% auto;
  max-width: 1200px;
}
.new_home .left_new {
  width: 53%;
  float: left;
  background: #f5f6f6;
}
.new_home .left_new .pic {
  float: left;
  width: 34%;
  position: relative;
}
.new_home .left_new .pic i {
  display: block;
  padding-bottom: 104.739336492891%;
}
.new_home .left_new .text {
  float: left;
  width: 57%;
  margin-left: 4%;
  padding: 6% 0px;
}
.new_home .left_new .text h4 {
  color: #373737;
  font-size: 24px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  width: 100%;
}
.new_home .left_new .text p {
  color: #7d7d7d;
  font-size: 13px;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  width: 100%;
  margin: 12px 0px;
}
.new_home .left_new .text a {
  color: #989898;
  font-size: 13px;
}
.new_home .left_new .text a:hover {
  color: #366dae;
}
.new_home .right_new {
  width: 46%;
  float: right;
}
.new_home .right_new li {
  width: 49%;
  float: left;
  background: #f5f6f6;
  margin-right: 2%;
}
.new_home .right_new li:last-child {
  margin-right: 0px;
}
.new_home .right_new .pic {
  position: relative;
}
.new_home .right_new .pic i {
  display: block;
  padding-bottom: 31.297709923664126%;
}
.new_home .right_new .text {
  padding: 7.2% 10px;
}
.new_home .right_new .text h4 {
  color: #373737;
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.new_home .right_new .text time {
  font-size: 12px;
  font-family: arial;
  color: #989898;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
}
.new_home .right_new .text p {
  color: #7e7e7e;
  font-size: 13px;
  line-height: 22px;
  height: 44px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 640px) {
  .new_home .left_new {
    width: 100%;
    margin-bottom: 10px;
  }
  .new_home .right_new {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .new_home .left_new .pic {
    width: 100%;
  }
  .new_home .left_new .text {
    width: 100%;
    margin: 0px;
  }
  .new_home .right_new li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.links {
  width: 98%;
  margin: auto;
  max-width: 1200px;
  border-top: 1px solid #e8e8e8;
  padding-top: 10px;
}
.links span {
  width: 5%;
  max-width: 60px;
  float: left;
  background: url(../images/link_bg.jpg) no-repeat left top;
  display: block;
  line-height: 32px;
  color: #333333;
  font-size: 14px;
}
.links .link_a {
  width: 94%;
  float: right;
  line-height: 32px;
}
.links .link_a a {
  display: inline-block;
  padding: 0px 5px;
  line-height: 32px;
  font-size: 14px;
  color: #666;
}
.links .link_a a:hover {
  color: #0083c7;
}
@media (max-width: 768px) {
  .links span {
    width: 10%;
    float: left;
  }
  .links .link_a {
    width: 84%;
    float: right;
  }
}
@media (max-width: 640px) {
  .links span {
    width: 100%;
  }
  .links .link_a {
    width: 100%;
  }
}
.footer {
  /*background-color: #6EBFEC;*/
  width: 100%;
  margin-top: 30px;
  opacity:1;
  background-color: rgba(100,184,231,0.6);

  /*opacity: 0.5;*/
  /*  margin-top: 2%;*/
}
@media (max-width: 768px) {
  /*.footer {*/
    /*padding-bottom: 90px;*/
  /*}*/
}
.footer_com {
  max-width: 1200px;
  width: 98%;
  margin: auto;
  padding: 3% 0px;
}
.footer_com .di_nav {
  width: 55%;
  float: left;
}
.footer_com .di_nav li {
  width:70%;
  float: left;

  padding-left: 15px;
}
.footer_com .di_nav li a {
  display: block;
  color:white;
  font-size: 14px;
  line-height: 15px;
  height:15px;
  overflow: hidden;
  width: 100%;
}
.footer_com .di_nav li p{
  color:white;
  font-size: 14px;
  line-height:40px;

}
/*.f2{*/
  /*display: none;*/
/*}*/
/*@media (max-width: 648px) {*/
  /*.f2{*/
    /*display: block;*/
  /*}*/
/*}*/

.footer_com .di_nav li a:hover {
  color: #0083c7;
}
.footer_com .di_nav li .tit {
  font-size: 20px;
  line-height:20px;
  height:20px;
  width: 100%;
  color: #fff;
  /*margin-bottom: 10px;*/
}
.footer_com .er_right {
  width: 40%;
  float: right;
}
.footer_com .er_right .er {
  width: 30%;
  float: left;
}
.footer_com .er_right .er .pic {
  position: relative;
}
.footer_com .er_right .er .pic i {
  display: block;
  padding-bottom: 100%;
}
.footer_com .er_right .er .pic img {
  padding: 10px;
  border: 1px solid #606060;
  box-sizing: content-box;
}
.footer_com .er_right .er .text {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  padding-left: 10px;
}
.footer_com .er_right .er .text span {
  display: block;
  line-height: 25px;
  height: 25px;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
}
.footer_com .er_right .er .text span:last-child {
  color: #aeaeae;
  font-size: 12px;
}
.footer_com .er_right .dian {
  width: 55%;
  float: right;
}
.footer_com .er_right .dian .di_bg {
  background: url(../images/di_dian.png) no-repeat left;
  padding-left: 52px;
}
.footer_com .er_right .dian span {
  display: block;
  color: #fff;
  font-size: 16px;
}
.footer_com .er_right .dian a {
  display: block;
  color: #ffffff;
  font-size: 1.5em;
  font-family: Pabloco;
}
.footer_com .er_right .dian .map_a {
  background: #205da5;
  border: 1px solid #2670b7;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  width: 80%;
  height: 40px;
  line-height: 37px;
  margin-top: 20px;
}
.footer_com .er_right .dian .map_a:hover {
  font-weight: 700;
}

@media (max-width: 1280px) {
  .footer .di_nav .f1 {
    display: none;
  }
  /*.footer .di_nav .f2{*/
    /*margin-left: -400px;*/
    /*margin-top:420px;*/
  /*}*/
}
@media (max-width: 1280px) {
  .footer .di_nav{

    margin-left:-382px ;
    margin-top:330px;
    background-color: #9DCFEC;
  }
}
@media (max-width: 748px) {
  .footer .di_nav{

    margin-left:-332px ;
    margin-top:330px;
    background-color: #9DCFEC;
  }
}
  @media (max-width: 640px) {
    .footer .di_nav{

      margin-left:-250px ;
      margin-top:320px;
      background-color: #9DCFEC;
    }
    /*.footer .di_nav .f2{*/
      /*margin-left: 400px;*/
      /*margin-top:320px;*/
    /*}*/
/*@media (max-width:768px){*/
  /*.footer_com .di_nav ul li:nth-child(3){*/
    /*display: block;*/
  /*}*/
/*}*/
  .footer_com .er_right {
    width: 100%;
    padding: 5% 0px;
  }
  .footer_com .er_right .er {
    width: 30%;
  }
  .footer_com .er_right .er .pic i {
    padding-bottom: 31.25%;
  }
  .footer_com .er_right .dian {
    width: 60%;
  }
}
@media (max-width: 480px) {
  .footer .di_nav{

    margin-left:-255px ;
    margin-top:330px;
    background-color: #9DCFEC;
  }
  .footer_com .er_right .er {
    width: 100%;
  }
  .footer_com .er_right .er .text {
    padding-left: 0px;
  }
  .footer_com .er_right .dian {
    width: 100%;
    display: block;
  }
  .footer_com .er_right .dian span {
    font-size: 14px;
    display: none;
  }
  .footer_com .er_right .dian a {
    font-size: 18px;
    display: none;
  }
  .footer_com .er_right .dian .map_a {
    display: block;
    margin: 15px auto 0px;
  }
}
.copy {
  width: 100%;
  margin: auto;
  border-top: 1px solid #484848;
  padding: 5px 0px;
  color: #505256;
  font-size: 12px;
}
.copy .copy_cc {
  max-width: 1200px;
  width: 98%;
  margin: auto;
}
.copy .amap {
  float: left;
}
.copy .amap:hover {
  color: #0083c7;
}
.copy span {
  width: 60%;
  display: inline-block;
  line-height: 20px;
}
.copy .y_a {
  float: right;
}
.copy .y_a .map {
  margin-right: 10px;
  display: none;
}
.copy .y_a .map:hover {
  color: #0083c7;
}
@media (max-width: 640px) {
  .copy {
    text-align: center;
  }
  .copy .amap {
    display: none;
  }
  .copy span {
    width: 100%;
  }
  .copy .y_a {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
  .copy .y_a .map {
    display: inline-block;
  }
}
/*-phone-nav-*/
.phone-nav {
  position: absolute;
  right: 1%;
  margin-right: 15px;
  display: none;
  color: #fff;
  z-index: 9;
  padding-top: 22px;
}
.phone-nav span {
  color: #000;
  font-size: 25px;
 
}
@media(max-width:1370px){
  .phone-nav span {
   display: none;
  }
}
@media(max-width:1248px){
.phone-nav span {
  display: block;
  color: #000;
  font-size: 35px;
  margin-top: 15px;
  margin-left: -100px;
}
}
@media(max-width:1024px){
  .phone-nav span {
    display: block;
    color: #000;
    font-size: 30px;
    margin-top: 15px;
    margin-left: 0;
  }
}
@media (max-width: 980px) {
  .phone-nav {
    display: block;
  }
}

@media (max-width:768px) {
	.kuan_heaaer .logo{
		width: 50%;
	/*margin-bottom: 10px;*/
	/*margin-top: 10px;*/
	}
	.phone-nav span{ margin-top: -2px;}
}
@media (max-width: 510px) {
	.kuan_heaaer .logo{
		width: 80%;
	/*margin-bottom: 10px;*/
	/*margin-top: 10px;*/
      margin-left: -50px;
	}
		.phone-nav span{ margin-top:5px;}
}
.com_zi {
  max-width: 1200px;

  border-radius: 10px;

  margin: 30px auto;
  background-color:white;
}
@media(max-width: 960px)
{

.com_zi {
  max-width: 1000px;

  border-radius: 10px;

  margin: 30px auto;
  background-color:white;
}
}
.com_zi .left_zi {

 width: 260px;
  float: left;
  border-right: 1px solid #f5f5f5;
  border-radius: 10px;
  /*background-color: white;*/
  /*box-shadow: 0 1px 6px #e5e5e5;*/


}
@media  (max-width: 1248px){
  .com_zi .left_zi{
    width:30%;
  }
}

@media  (max-width: 1024px){
  .com_zi .left_zi{
    width:30%;
  }
}
@media  (max-width: 980px){
  .com_zi .left_zi{
    width:45%;
  }
}
@media  (max-width: 960px){
  .com_zi .left_zi{
    width:45%;
  }
}
@media  (max-width: 823px){
  .com_zi .left_zi{
    width:45%;
  }
}
@media  (max-width: 800px){
  .com_zi .left_zi{
    width:45%;
  }
}
@media  (max-width: 640px){
  .com_zi .left_zi{
    width:99%;
  }
}
@media  (max-width: 640px){
  .com_zi .right_zi .about_zi{
    width:96%;
    padding-left:15px;
    /*padding-left: 5px;*/
  }
}
/*@media  (max-width: 640px){*/
  /*.com_zi .right_zi{*/
    /*width:120%;*/
    /*/!*padding-left:15px;*!/*/
    /*/!*padding-left: 5px;*!/*/
  /*}*/
/*}*/


.com_zi .left_zi .top_com {
   /*background: url(../images/left_top_bg.jpg) no-repeat;*/
   background-color: white;
   min-height: 70px;
   border-bottom: 1px solid #EAEAEA;
  width: 95%;
  margin-left:10px ;
   /*padding-top: 10px;*/
   position: relative;
 }
.com_zi .left_zi .top_com span {
  font-size: 20px;
  /*font-weight: 700;*/
  height:50px;
  line-height: 50px;
  width: 100%;
  display: block;
  margin-left: 12px;
  /*overflow: hidden;*/
  border-radius: 10px;
  color: #1f1f1f;
  padding: 20px 0px;
}
.com_zi .left_zi .top_com:after {
  /*content: url(../images/after_top.png);*/
  position: absolute;
  left: 0px;
  top: -33px;
  width: 374px;
  height: 33px;
  z-index: 9999;
}
.com_zi .left_zi .nav_left {
  /*border-left: 8px solid #e5e5e5;*/
  padding: 0px -20px;
  /*position: relative;*/
  border-bottom: 20px solid #F2F2F2;
  width:100%;
}
.com_zi .left_zi .nav_left li {
  border-bottom: 1px solid #e5e5e5;
  /*padding: 0px 30px;*/
  position: relative;
}
.com_zi .left_zi .nav_left li a {
  font-size: 14px;
  color: #666666;
  font-family: "微软雅黑";
  display: block;
  width: 100%;
  /*padding-right: 12px;*/
  overflow: hidden;
  height: 54px;
  line-height: 54px;
  /*background: url(../images/li_san.png) right center no-repeat;*/
}
.com_zi .left_zi .nav_left li:hover a {
  color: #9DCFEC;
  font-weight: 700;
  border-bottom:2px solid #9DCFEC;
}
.com_zi .left_zi .nav_left li .er {
  padding: 0px 0px 10px;
}
.com_zi .left_zi .nav_left li .er a {
  font-size: 12px;
  color: #999;
  line-height: 24px;
  height: 24px;
  background: none;
  font-weight: 500;
}
.com_zi .left_zi .nav_left li .er a:hover {
  color: #0d6fb8;
}
.com_zi .left_zi .nav_left .active a {
  color: #0d6fb8;
  font-weight: 700;
}
/*.com_zi .left_zi .nav_left:before {*/
  /*content: "";*/
  /*position: absolute;*/
  /*height: 46px;*/
  /*width: 13px;*/
  /*top: 0px;*/
  /*left: -13px;*/
  /*background:#50AEE1;*/
/*}*/
.com_zi .left_zi .pro_lei {
  /*border-top: 2px solid #64B8E7;*/
  /*border-right: 20px solid #F2F2F2;*/
  margin-top: 20px;

}
.com_zi .left_zi .pro_lei .top {
  /*/!*background: #50AEE1 url(../images/li_lei.png) no-repeat 20px center;*!/*/
  /*padding-left: 40px;*/
  height: 48px;
  font-size: 20px;
  color: #1f1f1f;
  border-bottom: 1px solid #EAEAEA;
  /*font-weight: 700;*/
  line-height: 48px;
  /*margin-left: 15px;*/
  padding: 0px 20px;
}
.com_zi .left_zi .pro_lei .pro_l_nei {
  padding: 20px 5px 10px;
  border-bottom: 1px solid #00a0e9;
}
.com_zi .left_zi .pro_lei .pro_l_nei .pic {
  width: 100%;
  position: relative;
}
.com_zi .left_zi .pro_lei .pro_l_nei .pic i {
  display: block;
  padding-bottom: 69.12442396313364%;
}
.com_zi .left_zi .pro_lei .pro_l_nei p {
  height: 30px;
  line-height: 30px;
  width: 100%;
  overflow: hidden;
}
/*.com_zi .left_zi .pro_lei .left_g_new {*/
  /*padding: 20px;*/
/*}*/
.com_zi .left_zi .pro_lei .left_g_new li a {
  color: #686868;
  font-size: 13px;
  line-height: 30px;
  height: 30px;
  /*overflow: hidden;*/
  /*widows: 100%;*/
  display: block;
  width:100px;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*background: url(../images/li_dian1.jpg) no-repeat left center;*/
  padding-left: 10px;
}
 .left_g_new li .date{

 font-size: 13px;
  margin-left: 160px;
   /*margin-top: -8px;*/
   color: #686868;
   line-height: 25px;
}
 @media(max-width: 640px) {
  .left_g_new li .date{
    margin-left: 420px;
    margin-top: -30px;
  }

}
@media(max-width:480px) {
  .left_g_new li .date{
    margin-left: 280px;
    margin-top: -30px;
  }

}
@media(max-width:360px) {
  .left_g_new li .date{
    margin-left: 240px;
    margin-top: -30px;
  }

}
@media(max-width:320px) {
  .left_g_new li .date{
    margin-left: 200px;
    margin-top: -30px;
  }

}
.com_zi .left_zi .pro_lei .left_g_new li a:hover {
  color: #3385c1;
  font-weight: 700;
}

@media (max-width: 640px) {
  .com_zi .left_zi .pro_lei{
    width: 101%;
    border-bottom: 20px solid #F2F2F2
  }
  .com_zi .left_zi .nav_left{
    width: 101%;
  }
}
@media (max-width: 640px){
  .com_zi .right_zi{
    margin: auto;
}
}
/*@media (max-width: 640px){*/
  /*.com_zi .left_zi .top_com{*/
    /*display: none;*/
  /*}*/
/*}*/
.com_zi .right_zi {
  width: 940px;
  float: right;
  padding-left:20px;
  padding-right: 20px;
  border-left:20px solid #F2F2F2;
  box-shadow: 0 1px 6px #e5e5e5;
}

.com_zi .right_zi .bar {
  border-bottom: 1px solid #eaeaea;
  padding: 30px 0px 10px;
}
.com_zi .right_zi .bar .b_tt {
  float: left;
  font-size: 20px;
  color: #1f1f1f;
  display: block;
  height: 30px;
  line-height: 30px;
  width: 30%;
  overflow: hidden;
}
.com_zi .right_zi .bar .curbar {
  float: right;
  text-align: right;
  font-size: 12px;
  color: #6e6e6e;
  width: 68%;
  vertical-align: middle;
  margin-top: 12px;

}
.com_zi .right_zi .bar .curbar a {
  max-width: 300px;
  overflow: hidden;
  height: 18px;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;


}
.com_zi .right_zi .bar .curbar a:hover {
  color: #0083c7;
}
.com_zi .right_zi .bar .curbar i {
  font-style: normal;
  max-width: 100px;
  overflow: hidden;
  height: 18px;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;

}
.com_zi .right_zi .bar .curbar i:last-child {
  color: #0033a1;
  border-bottom: 1px solid #0033a1;
  /*text-decoration:none*/
}
@media (max-width: 640px) {
  .com_zi .right_zi .bar {
    padding: 20px 0px 10px 0px;

  }
  .com_zi .right_zi .bar .b_tt {
    width: 100%;
  }
  .com_zi .right_zi .bar .curbar {
    width: 100%;
    text-align: left;
}
}
@media (max-width: 1248px) {
  .com_zi .right_zi {
    width: 70%;
  }
}
@media (max-width: 1024px) {
  .com_zi .right_zi {
    width: 70%;
  }
}
@media (max-width: 980px) {
  .com_zi .right_zi {
    width:55%;
  }
}
@media (max-width: 786px) {
  .com_zi .right_zi {
    width: 55%;
  }
}
@media (max-width: 640px) {
  .com_zi .right_zi {
    width: 106%;
    padding-right: 15px;


}
}
/*新闻页面*/
.news_zi_ul {
  width: 100%;
  /*border-bottom: 1px solid #e5e5e5;*/
  /*padding: 5% 0px;*/
}
.news_zi_ul li a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 30px 10px;
  transition: 0.5s;
}
.news_zi_ul li a .left {
  width: 78%;
  float: left;
}
.news_zi_ul li a .left h4 {
  font-size: 15px;
  color: #333;
  line-height: 30px;
  height: 30px;
  width: 100%;
  overflow: hidden;
  font-weight: 700;
}
.news_zi_ul li a .left p {
  font-size: 13px;
  color: #666;
  line-height: 22px;
  overflow: hidden;
  height: 44px;
  width: 100%;
}
.news_zi_ul li a .right {
  width: 18%;
  float: right;
  text-align: right;
  overflow: hidden;
}
.news_zi_ul li a .right time {
  display: block;
  font-size: 18px;
  color: #9e9e9e;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  width: 100%;
}
.news_zi_ul li a .right span {
  display: block;
  font-size: 15px;
  color: #494949;
  padding-right:9px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  width: 100%;
}
.news_zi_ul li a .right i {
  height: 31px;
  display: inline-block;
  width: 31px;
  background: url(../images/news_n1.png);
  position: relative;
  right: 15px;
  transition: 0.5s;
}
.news_zi_ul li a:hover {
  background: #f7f7f7;
}
.news_zi_ul li a:hover .right i {
  background: url(../images/news_n2.png);
}
.pro_p {
  line-height: 24px;
  color: #666;
  font-size: 13px;
  margin: 2% 0px;
}
.pro_p p{
  line-height: 24px;
  color: #666;
  font-size: 13px;
  margin: 4% 0px;
}
@media (max-width: 640px) {
  .pro_p {
    padding-left: 10px;
  }
}
.pro_zi_ul li {
  border: 5px solid #eaeaec;
  width: 30.6%;
  float: left;
  padding: 20px;
  margin-bottom: 4%;
  margin-right: 4%;
}
.pro_zi_ul li:nth-child(3n+3) {
  margin-right: 0px;
}
.pro_zi_ul li .pic {
  position: relative;
  display: block;
  overflow: hidden;
}
.pro_zi_ul li .pic i {
  display: block;
  padding-bottom: 69.12442396313364%;
}
.pro_zi_ul li .pic img {
  transition: 0.5s;
}
.pro_zi_ul li .pic:hover img {
  transform: scale(1.1);
}
.pro_zi_ul li .text {
  text-align: center;
}
.pro_zi_ul li .text p {
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  height: 30px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.pro_zi_ul li .text a {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #0d6fb8;
  padding: 5px 18px;
  border-radius: 10px;
}
.pro_zi_ul li .text a:hover {
  background: #3C3C3C;
}
@media (max-width: 980px) {
  .pro_zi_ul li {
    width: 48.5%;
    margin-right: 3%;
  }
  .pro_zi_ul li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .pro_zi_ul li:nth-child(2n+2) {
    margin-right: 0px;
  }
}
@media (max-width: 480px) {
  .pro_zi_ul li {
    width: 100%;
    margin-right: 0px;
  }
}
/*移动端底部导航*/
.phonefooternav {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none;
  z-index: 99999;
}
.phonefooternav ul li {
  width: 33.333%;
  background: 	#A9A9A9;
  float: left;
  /*padding: 10px 0;*/
  border-right: 1px solid #c0c0c0;
  list-style: none;
}
.phonefooternav ul li a {
  display: block;
  color: #fff;
  text-align: center;
}
.phonefooternav ul li a i {
  display: block;
  font-size: 18px;
  padding: 10px 0;
}
.phonefooternav  span{
  font-size: 14px;
}
@media (max-width: 768px) {
  .phonefooternav {
    display: block;
  }
}
@media (max-width: 480px) {
  .phonefooternav ul li {
    padding: 3px 0px;
  }
  .phonefooternav ul li a i {
    padding: 2px 0px;
  }
}
.w1004 {
  max-width: 1200px;
  margin: auto;
  border-radius: 5px;
  width: 98%;
  padding: 3% 0px;
}
.map {
  margin: 0 auto;
}
.map dl {
  margin: 20px 0 20px 0;
  overflow: hidden;
  line-height: 30px !important;
}
.map dl:hover dt a {
  color: #fff;
  font-weight: bold;
}
.map dt {
  font-size: 14px;
  float: left;
  width: 10%;
  text-align: center;
  background: #205da5;
}
.map dt a {
  color: #fff;
  display: block;
}
.map dt a:hover {
  color: #fff;
  font-weight: bold;
}
.map dd {
  font-size: 12px;
  overflow: hidden;
  float: left;
  width: 85%;
  margin: 0px;
}
.map dd .p2 {
  padding: 0 0 0 20px;
  clear: both;
}
.map dd .p2 a {
  color: #205da5;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.map dd .p2 a:hover {
  color: #205da5;
}
.map dd div {
  clear: both;
  overflow: hidden;
  padding: 0px 20px 0 10px;
}
.map dd div a {
  color: #333;
  float: left;
  padding: 0 10px 0 10px;
}
.map dd div a:hover {
  color: #003e7e;
  background: #205da5;
  color: #fff;
}
@media (max-width: 768px) {
  .map dt {
    width: 15%;
  }
  .map dd {
    width: 85%;
  }
}
@media (max-width: 640px) {
  .map dt {
    width: 20%;
  }
  .map dd {
    width: 80%;
  }
}
@media (max-width: 400px) {
  .map dt {
    width: 100%;
  }
  .map dd {
    width: 100%;
  }
}
/*典型业绩*/
.case_zi_ul {
  width: 100%;
}
.case_zi_ul li {
  width: 32.3%;
  float: left;
  margin-bottom: 1.5%;
  margin-right: 1.5%;
}
.case_zi_ul li:nth-child(3n+3) {
  margin-right: 0px;
}
.case_zi_ul li .pic {
  position: relative;
  display: block;
  overflow: hidden;
}
.case_zi_ul li .pic i {
  display: block;
  padding-bottom: 76.56765676567657%;
}
.case_zi_ul li .pic img {
  transition: 0.5s;
}
.case_zi_ul li .text {
  background: #f6f6f6;
  padding: 20px 10px 20px;
}
.case_zi_ul li .text p {
  color: #666;
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  border-bottom: 1px solid #e8e8e8;
  font-weight: 700;
  padding: 0px 10px;
  width: 100%;
  overflow: hidden;
}
.case_zi_ul li .text a {
  color: #999;
  font-size: 14px;
  padding: 0px 10px;
  display: block;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.case_zi_ul li:hover .pic img {
  transform: scale(1.1);
}
.case_zi_ul li:hover .text {
  background: #0d6fb8;
}
.case_zi_ul li:hover .text p {
  color: #fff;
  border-color: #86b7dc;
}
.case_zi_ul li:hover .text a {
  color: #fff;
}
@media (max-width: 980px) {
  .case_zi_ul li {
    width: 49%;
    margin-right: 2%;
  }
  .case_zi_ul li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .case_zi_ul li:nth-child(2n+2) {
    margin-right: 0px;
  }
}
@media (max-width: 980px) {
  .case_zi_ul li {
    margin-bottom: 10px;
  }
  .case_zi_ul li .text {
    padding-bottom: 20px;
  }
}
.case_show .case_s1 {
  padding: 4% 0px;
}
.case_show .case_s1 .pic_l {
  width: 50%;
  float: left;
  position: relative;
}
.case_show .case_s1 .pic_l i {
  display: block;
  padding-bottom: 76.90631808278867%;
}
.case_show .case_s1 .text_r {
  width: 50%;
  float: right;
  padding: 20px;
}
.case_show .case_s1 .text_r h4 {
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  color: #333333;
  width: 100%;
  overflow: hidden;
}
.case_show .case_s1 .text_r p {
  line-height: 26px;
  color: #808080;
}
@media (max-width: 480px) {
  .case_show .case_s1 .pic_l {
    width: 100%;
  }
  .case_show .case_s1 .text_r {
    width: 100%;
  }
}
.xi_guan {
  background: url(../images/guan_xian.jpg) repeat-x top;
  margin-bottom: 4%;
  padding-top: 1px;
}
.xi_guan .guan_c {
  width: 100%;
  max-width: 520px;
  margin: auto;
  background: #0d6fb8;
  height: 42px;
  line-height: 42px;
}
.xi_guan .guan_c span {
  display: block;
  width: 33%;
  margin: auto;
  font-size: 16px;
  color: #fff;
  background: #0f80d4;
  font-weight: 700;
  text-align: center;
}
.down_ul {
  border-bottom: 1px solid #e5e5e5;
  padding: 1% 0px;
}
.down_ul li {
  line-height: 38px;
  height: 38px;
  padding: 0px 10px;
}
.down_ul li a {
  display: block;
  height: 100%;
  color: #666;
  font-size: 13px;
}
.down_ul li a span {
  display: inline-block;
  width: 80%;
  background: url(../images/down_tu.png) no-repeat left center;
  padding-left: 30px;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
}
.down_ul li a time {
  display: inline-block;
  width: 18%;
  float: right;
  text-align: right;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
}
.down_ul li:nth-child(2n+2) {
  background: #e9e9e9;
}
.down_ul li:hover a {
  font-weight: 700;
}
@media (max-width: 480px) {
  .down_ul li a span {
    width: 70%;
  }
  .down_ul li a time {
    width: 27%;
  }
}
.honor_ul {
  padding:5% 0px;
}
.honor_ul li {
  /*width: 32%;*/
  /*margin: 0px 5px 1%;*/
  /*float: left;*/
  /*margin-left:8px;*/
  width: 31.3%;
  margin: 0px 1% 2%;
  float: left;
}
.honor_ul li .pic {
  position: relative;
  border: 1px solid #c5c5c5;
  box-shadow: 2px 2px 2px #e6f0f8;
  border-radius: 5px;
}
.honor_ul li .pic img {
  padding: 3px;
}
.honor_ul li .pic i {
  display: block;
  /*padding-top: 58.80733944954129%;*/
  padding-top: 69.80733944954129%;
  text-align: center;
  font-family: Arial, "微软雅黑";
  font-size: 18px;
  font-style:normal;

}
.honor_ul li p {
  font-size: 13px;
  line-height: 30px;
  height: 30px;
  width: 100%;
  /*overflow: hidden;*/
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 786px) {
  .honor_ul li {
    width: 46%;
    margin: 5% 2%;
  }
}
.jia_more {
  width: 131px;
  height: 31px;
  line-height: 29px;
  text-align: center;
  color: #666;
  border: 1px solid #bebebe;
  display: block;
  transition: 0.5s;
  margin: -1% auto 5%;
}
.jia_more:hover {
  color: #fff;
  background: #205da5;
  border-color: #205da5;
}
.about_zi {
  padding: 2% 0px;
}
.about_zi p {
  line-height: 24px;
  font-size: 13px;
  color: #666;
  font-family: 微软雅黑;
  margin-top: 5px;
  text-indent: 2em;
}
.about_zi .about_img {
  position: relative;
  margin: 3% 0px;
}

.about_zi .about_img img {
  z-index: 1;
}
.about_zi .about_img i {
  display: block;
  padding-bottom: 30.102040816326532%;
}
.about_zi .about_img .kuan_a {
  width: 229px;
  height: 158px;
  background: url(../images/about_kuan.png) no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -79px;
  left: 15%;
  z-index: 999;
  padding: 10px 15px;
}
.about_zi .about_img .kuan_a span {
  display: block;
  font-size: 34px;
  color: #333;
  font-family: AvantGardeBook;
  font-weight: 700;
  line-height: 40px;
  height: 40px;
  width: 100%;
  overflow: hidden;
}
.about_zi .about_img .kuan_a time {
  display: block;
  color: #333;
  font-size: 14px;
  font-family: AvantGardeBook;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9999;
}
.about_zi .about_img .kuan_a em {
  width: 188px;
  height: 44px;
  background: #0d6fb8;
  color: #fff;
  display: block;
  line-height: 44px;
  text-align: center;
  font-style: normal;
  margin-top: 25px;
}
@media (max-width: 980px) {
  .about_zi .about_img .kuan_a {
    display: none;
  }
}
.contact_map {
  width: 100%;
  margin-bottom: 30px;
}
.contact_map #map {
  width: 100%;
  height: 290px;
}
@media (max-width: 640px) {
  .contact_map #map {
    height: 200px;
  }
}
.cont_zi {
  padding: 5% 0px;
}
.con_cc .left {
  width: 15%;
  float: left;
  background: #8ccbec;
  text-align: center;
  height: 100%;
  min-height: 202px;
  display: table-cell;
  vertical-align: middle;
  padding-top: 55px;
}
.con_cc .left p {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  font-family: arial;
  margin-top: 10px;
}
.con_cc .right {
  width: 85%;
  float: left;
  border-top: 1px solid #f3f3f3;
}
.con_cc .right li {
  border-bottom: 1px solid #f3f3f3;
  line-height: 40px;
  height: 40px;
  font-size: 13px;
}
.con_cc .right li b {
  width: 15%;
  text-align: right;
  display: inline-block;
  margin-right: 4%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.con_cc .right li span {
  display: inline-block;
  width: 79%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
@media (max-width: 980px) {
  .con_cc .left {
    display: none;
  }
  .con_cc .right {
    width: 100%;
  }
}
@media (max-width: 786px) {
  .con_cc .right li b {
    width: 20%;
  }
  .con_cc .right li span {
    width: 75%;
  }
}
@media (max-width: 480px) {
  .con_cc .right li {
    height: auto;
  }
  .con_cc .right li b {
    float: left;
    width: 25%;
    height: auto;
  }
  .con_cc .right li span {
    width: 70%;
    height: auto;
  }
}
.pro_zi_show {
  padding: 4% 0px;
}
.pro_zi_show .pro_show2 {
  border: 1px solid #e5e5e5;
  margin: 30px 0px;
}
.pro_zi_show .pro_show2 .top_3 {
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #e5e5e5;
  background: #0d6fb8;
  font-weight: 700;
  padding: 0px 10px;
}
.pro_zi_show .pro_show2 p {
  line-height: 24px;
  color: #666;
  padding: 3%;
}
.pro_show1 .left {
  border: 1px solid #e5e5e5;
  position: relative;
  width: 45%;
  float: left;
}
.pro_show1 .left i {
  display: block;
  padding-bottom: 69.12442396313364%;
}
.pro_show1 .right {
  float: right;
  width: 50%;
  padding-top: 20px;
  padding-right: 5%;
}
.pro_show1 .right h4 {
  font-size: 16px;
  color: #666;
  height: 40px;
  line-height: 40px;
  width: 100%;
  overflow: hidden;
}
.pro_show1 .right p {
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 640px) {
  .pro_show1 .left,
  .pro_show1 .right {
    width: 100%;
  }
}
.pro_show3 {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.pro_show3 .s3_top {
  background: #f5f5f5;
  height: 46px;
  line-height: 46px;
  color: #fff;
  color: #666;
  padding: 0px 15px;
  overflow: hidden;
  font-size: 16px;
  border-bottom: 1px solid #e5e5e5;
}
.pro_show3 .s3_com {
  padding: 1%;
}
.pro_show3 .s3_com ul li {
  width: 49%;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
  position: relative;
}
.pro_show3 .s3_com ul li:nth-child(2n+2) {
  margin-right: 0px;
}
.pro_show3 .s3_com ul li input {
  border: 1px solid #dfdbdb;
  width: 100%;
  padding: 9px 20px;
  outline: none;
  font-size: 14px;
  color: #797979;
  border-radius: 5px;
}
.pro_show3 .s3_com ul li select {
  border: 1px solid #dfdbdb;
  width: 100%;
  padding: 9px 20px;
  outline: none;
  font-size: 14px;
  color: #797979;
  border-radius: 5px;
}
.pro_show3 .s3_com ul li .rred {
  border: 1px solid #ff0000;
}
.pro_show3 .s3_com ul li i {
  position: absolute;
  color: #ff0000;
  font-style: normal;
  right: 2%;
  top: 50%;
  margin-top: -10px;
}
@media (max-width: 640px) {
  .pro_show3 .s3_com ul li {
    width: 100%;
    margin-right: 0px;
  }
}
.pro_show3 .tex_div {
  position: relative;
}
.pro_show3 .tex_div textarea {
  min-height: 85px;
  resize: none;
  border: 1px solid #dfdbdb;
  width: 100%;
  padding: 10px 20px;
  outline: none;
  font-size: 14px;
  color: #797979;
  border-radius: 5px;
}
.pro_show3 .tex_div .rred {
  border: 1px solid #ff0000;
}
.pro_show3 .tex_div i {
  position: absolute;
  color: #ff0000;
  font-style: normal;
  right: 1%;
  top: 4%;
}
.pro_show3 .yan_div {
  margin-top: 20px;
  position: relative;
}
.pro_show3 .yan_div .rred {
  border: 1px solid #ff0000;
}
.pro_show3 .yan_div input {
  border: 1px solid #dfdbdb;
  border-radius: 5px;
  width: 166px;
  padding: 9px 20px;
  outline: none;
  font-size: 14px;
  color: #797979;
  float: left;
}
@media (max-width: 480px) {
  .pro_show3 .yan_div input {
    width: 120px;
  }
}
.pro_show3 .yan_div i {
  position: absolute;
  color: #ff0000;
  font-style: normal;
  left: 150px;
  top: 50%;
  margin-top: -10px;
}
@media (max-width: 480px) {
  .pro_show3 .yan_div i {
    left: 105px;
  }
}
.pro_show3 .yan_div img {
  max-height: 100%;
  max-width: 100%;
  float: left;
  margin: 1px 5px 0px;
}
.pro_show3 .yan_div a {
  float: left;
  vertical-align: middle;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size: 14px;
}
.pro_show3 .yan_div a:hover {
  color: #205da5;
}
.pro_show3 .btn_a {
  text-align: center;
  padding: 20px 0px;
}
.pro_show3 .btn_a a {
  background: #f8f8f8;
  border: 1px solid #dddddd;
  border-radius: 5px;
  display: inline-block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0px 5px;
  color: #666;
}
.pro_show3 .btn_a a:hover {
  color: #fff;
  background: #0d6fb8;
  border-color: #0d6fb8;
}
@media (max-width: 480px) {
  .pro_show3 .btn_a a {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    margin-left: -0.5px;
  }
}
/*上下页切换*/
.prev_next {
  text-align: left;
  margin: 5% auto;
  line-height: 40px;
  color: #7b7b7b;
  font-size: 12px;
  max-width: 1200px;
  border: 1px solid #e5e5e5;
  width: 100%;
}
.prev_next li {
  float: left;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.prev_next li b {
  color: #999999;
  font-size: 12px;
}
.prev_next li a {
  color: #666;
  display: block;
  height: 40px;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
}
.prev_next li a:hover {
  color: #0d6fb8;
}
.prev_next li:last-child {
  border-left: 1px solid #e5e5e5;
}
@media (max-width: 640px) {
  .prev_next {
    margin: 30px auto 30px;
  }
  .prev_next li {
    width: 100%;
    margin-bottom: 10px;
  }
  .prev_next li:last-child {
    text-align: left;
    border-top: 1px solid #e5e5e5;
    border-left: none;
  }
}
.news_show_zi {
  padding: 4% 0px;
}
.news_show_zi h4 {
  color: #333;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  margin-bottom: 10px;
}
.news_show_zi p {
  color: #898989;
  font-size: 14px;
  line-height: 24px;
}
.news_show_zi .sh_img {
  position: relative;
  padding: 8% 0px;
  margin: 35px 0px 25px;
}
.news_show_zi .sh_img img {
  box-shadow: -25px -25px 0px #f2f2f2;
}
.news_show_zi .sh_img i {
  display: block;
  padding-bottom: 35.714285714285715%;
}
.news_show_zi .guan_ul {
  padding: 3% 0%;
}
.news_show_zi .guan_ul li {
  line-height: 39px;
  height: 39px;
}
.news_show_zi .guan_ul li a {
  width: 80%;
  float: left;
  display: block;
  color: #666;
  height: 39px;
  overflow: hidden;
  background: url(../images/jian_sian.png) no-repeat 6px center;
  padding-left: 18px;
}
.news_show_zi .guan_ul li span {
  width: 20%;
  float: right;
  color: #999;
  display: block;
  height: 39px;
  overflow: hidden;
  text-align: right;
  padding-right: 6px;
}
.news_show_zi .guan_ul li:hover a {
  color: #007bc8;
}
@media (max-width: 480px) {
  .news_show_zi .guan_ul li a {
    width: 70%;
  }
  .news_show_zi .guan_ul li span {
    width: 26%;
  }
}
.feed_ul li {
  width: 49%;
  float: left;
  margin-bottom: 15px;
  margin-right: 2%;
}
.feed_ul li:nth-child(2n+2) {
  margin-right: 0px;
}
.feed_ul li .div_biao {
  line-height: 36px;
  color: #9b9b9b;
}
.feed_ul li .div_biao img {
  float: left;
  margin-top: 11px;
  margin-right: 5px;
}
.feed_ul li .div_biao i {
  font-style: normal;
  color: #FF0000;
  display: inline-block;
  line-height: 36px;
  margin-left: 3px;
}
.feed_ul li input {
  width: 100%;
  padding: 10px;
  background: #f7f7f7;
  border: 1px solid #dfdbdb;
  border-radius: 5px;
}
@media (max-width: 480px) {
  .feed_ul li {
    width: 100%;
    margin-right: 0px;
  }
  .feed_ul li .div_biao {
    padding-left: 10px;
  }
}
.form_div {
  padding: 2% 0px;
}
.form_div .div_biao {
  line-height: 72px;
  color: #9b9b9b;
}
.form_div .div_biao img {
  float: left;
  margin-top: 28px;
  margin-right: 5px;
}
.form_div .div_biao i {
  font-style: normal;
  color: #FF0000;
  display: inline-block;
  line-height: 36px;
  margin-left: 3px;
}
@media (max-width: 480px) {
  .form_div .div_biao {
    padding-left: 10px;
  }
}
.form_div .nei_c {
  margin-bottom: 15px;
}
.form_div .nei_c textarea {
  width: 100%;
  padding: 10px;
  background: #f7f7f7;
  /*border: none;*/
  resize: none;
  min-height: 215px;
  border: 1px solid #dfdbdb;
  border-radius: 5px;
}
.form_div .yan_div {
  margin-bottom: 15px;
}
.form_div .yan_div input {
  max-width: 299px;
  width: 35%;
  padding: 10px;
  background: #f7f7f7;

  margin-right: 10px;
  border: 1px solid #dfdbdb;
  border-radius: 5px;
}
.form_div .yan_div a {
  color: #888888;
  font-size: 14px;
  margin-left: 10px;
}
.form_div .btn_th {
  color: #fff;
  background: #9DCFEC;
  width: 100%;
  max-width: 248px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 20px auto;
  display: block;
}
.form_div .btn_th:hover {
  font-weight: 700;
}
/*搜索弹出层*/
.search_mask {
  background: url(../images/search_mask.png);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
}
.search_mask .s_box {
  width: 350px;
  height: 136px;
  padding: 25px;
  top: 50%;
  left: 50%;
  margin-left: -175px;
  position: absolute;
  margin-top: -68px;
  background: #fff;
}
.search_mask .s_box .text1 {
  text-align: center;
  line-height: 24px;
  color: #666;
  font-size: 16px;
}
.search_mask .s_box .sure {
  width: 140px;
  height: 36px;
  display: block;
  margin: 20px auto 0;
  background: #00a0e9;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  letter-spacing: 5px;
}
.viewer-navbar {
  display: none;
}
/*# sourceMappingURL=style.css.map */




.pro-1{ background: #F7F7F7;}
.pro_home{ padding-top: 30px;}




.news_show_zi p{ margin-bottom: 5px;}


/*合作伙伴*/
img {
	border: none;
}

.marquee {
	width: 1200px;
	height: 120px;
	overflow: hidden;	
	margin-top: 20px;
	margin-bottom: 20px;
	margin: 0 auto;
}

.marquee li {
	display: inline;
	float: left;
	margin-right: 12px;
}
.marquee li a {
	width: 230px;
	display: block;


}


.marquee li img {
	/*width: 100%;*/
	border: 2px solid #044FA3;
}

@media screen and (max-width:1200px) {
	.marquee {
	width: 100%;
	
}
}

/*标题*/
.wrap{
  background-color: white;
  /*margin-top: 2px;*/
  width: 98%;
  max-width: 1200px;
  border: 1px solid white;
  border-radius: 10px;
  box-shadow: 0 2px 6px #e5e5e5
}
.wrap .top{
   color: #fff;
   text-align: center;
   padding-top: 15px;
  padding-bottom: 25px;
}
@media (max-width:640px) {
  .wrap{
    width: 98%;

  }

}
@media (max-width:640px) {
  .row{

    /*padding-left:10px;*/
    margin-left: 5px;

  }
}
@media (max-width:640px) {
  .news_list  li .news_time{
   width:50px;
    height:50px

  }
}




.wrap .top, {
  color: #000;
  text-align: center;
  margin-bottom: 50px;
  padding-top: 20px;
  background-color: white;
}
@media(max-width: 640px) {
  .wrap .top {
      margin-bottom: 15px;
  }
}
.row{
  background-color: white;
  margin-top: 20px;
  max-width: 1200px;
  width: 98%;
 /*margin-left: 10px;*/
  /*border: 1px solid white;*/
  /*border-radius: 10px;*/
  /*box-shadow: 0 2px 6px #e5e5e5;*/

}
.wrap .top span {
  font-size: 36px;
  display: block;
  height: 40px;
  line-height: 40px;
  width: 100%;
  overflow: hidden;
  letter-spacing: 3px;
  color: #50AEE1;
}
@media (max-width: 768px) {
.wrap .top span {
    font-size: 28px;
    line-height: 30px;
    height: 30px;

    
  }
/*.i_about dd h6{font-size: 25px !important; height:65px;}*/

}
 .wrap .top i {
  font-size: 14px;
  font-family: kartika;
  font-style: normal;
  display: block;
  overflow: hidden;
  height: 25px;
  line-height: 25px;
  width: 100%;
   color: grey;
}
 .wrap .top em {
  width: 40px;
  height: 4px;
  background: #000;
  margin: auto;
  display: inline-block;
}



/*关于我们*/
.i_about{ width:100%; margin-bottom: 20px;background-color: white}

.i_about dt img{ width:365px; height:366px; vertical-align:top; }
.i_about dd{}
.i_about dd h6{ width:100%; height:40px; line-height:40px; font-size:28px; color:#7aa2cc;}
.i_about dd .tip{ width:100%; padding:10px 0 15px; text-align:left; font-size:18px; color:#D0D0D0; line-height:165%;}
.i_about dd p{ width:100%; font-size:14px; color:#666; line-height:200%; margin-bottom:25px;}
.i_about dd span{ display:inline-block; *display:inline; zoom:1; width:auto; padding:0 12px; color:#FFF; background:#7aa2cc; height:30px; line-height:30px; 
border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;}
@media (max-width: 768px) {

  .i_about dd h6{font-size: 25px !important; height:65px;}
  .i_about dt img {
    height: 250px;
    vertical-align: top;
  }

}
@media(max-width: 640px){
  .i_about{

  }
}
/*新闻*/
.news_slide_box {
	margin-top: 22px;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.news_slide_box .bd {
	width: 100%;
	height: 100%;
}

.news_slide_box .bd a {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 75.3%;
}

.news_slide_box .bd a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}

.news_slide_box .bd a span {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2rem;
	padding: 0 1.5rem;
	line-height: 2rem;
	font-size: 0.8rem;
	color: #FFFFFF;
	background-color: rgba(252, 143, 2, 0.4);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_slide_box .prev,
.news_slide_box .next {
	position: absolute;
	top: 50%;
	width: 1.5rem;
	height: 5rem;
	margin-top: -3rem;
	background-repeat: no-repeat;
	cursor: pointer;
	background-color: rgba(84, 84, 84, 0.4);
	background-position: center center;
}

.news_slide_box .prev {
	left: 0;
	background-image: url(../images/slide_arrl.png);
}

.news_slide_box .next {
	right: 0;
	background-image: url(../images/slide_arrr.png);
}

.news_list {
	margin-bottom: 60px;
}

.news_list li {
	margin-top: 22px;
	overflow: hidden;
}

.news_list li .news_pic {
	padding-left: 60px;

}
@media(max-width: 768px){
  .news_list li .news_pic{
    padding-left: 120px;
  }
}
@media(max-width: 640px){
  .news_list li .news_pic{
    padding-left:20px;
  }
}

.news_list li .news_pic a {
	display: block;
	position: relative;
	padding-bottom: 65.82%;
}

.news_list li .news_pic img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.news_list li .news_tit {
	display: block;
	font-size: 19px;
	color: black;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
   font-family: Arial,"微软雅黑";
   position: relative;
  /*margin-left: -50px;*/
  margin-top: 10px;
}

.news_list li .news_tit:hover {
	color: #50AEE1;
}

.news_list li .news_time {
	/*margin-top: 10px;*/
	/*font-size: 14px;*/
	/*/!*color: #999999;*!/*/
	/*overflow: hidden;*/
  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  text-align: center;
  font-size: 14px;
  color: #555555;
  font-family: Arial;
  /*background: #e4e4e4;*/
  border: 1px solid #adadad;
}
.news_list li .news_time:hover{
  color: #00a0e9;
  border: 1px solid #00a0e9;
}
.news_list li .news_time .ri{
  color: #000;
  font-size: 35px;
  padding-top: 10px;
  display: block;
}
.news_list li .news_time .ri:hover{
  color: #00a0e9;
}

.news_list li .news_desc {
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	color: #646464;
	margin-top: 20px;
    /*margin-left: -50px;*/
	overflow: hidden;
}

.news_list_2 li {
	margin: 0 0 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #DDDDDD;
}
@media (max-width:320px) {
  .i_about dd h6{ width:100%; height:100px; line-height:40px; font-size:40px; color:#7aa2cc;}
}
@media(max-width: 1248px){
.news_list li .news_time {
margin-left:-35px;
/*margin-top: 30px;*/
width: 100px;
height:100px;

}
  .news_list li .news_desc {
    width:65%;


  }

}
@media(max-width: 1000px){
  .news_list li .news_time {
    margin-left:80px;
    /*margin-top: 30px;*/
    width: 100px;
    height:100px;
  }


}
@media(max-width: 830px){
  .news_list li .news_time {
    margin-left: 60px;
    margin-top:20px;
    width: 100px;
    height:100px;
  }
  .news_list li .news_desc {
    width:90%;



  }
}
@media(max-width: 768px){
  .news_list li .news_time {
    margin-left: -20px;

    width: 100px;
    height: 100px;
  }
  .news_list li .news_desc {
    width:95%;



  }

}
@media(max-width: 767px){
  .news_list li .news_time {
    margin-left: 430px;
    margin-top: -80px;
    width: 100px;
    height:100px;
  }
  .news_list li .news_desc {
    width:75%;



  }
}
@media(max-width: 668px){
  .news_list li .news_time {
    margin-left: 360px;
    margin-top: -85px;
    width: 100px;
    height:100px;
  }
  .news_list li .news_desc {
    width:75%;



  }
}
@media (max-width:640px) {
  .news_list li .news_tit {
    width: 65%;
    font-size:18px;

  }

  .news_list li .news_desc {
    width:65%;


  }

  .news_list li .news_time {
    margin-left: 420px;
    margin-top: -85px;
    width:100px;
    height:100px;
  }


}
@media(max-width: 540px){
  .news_list li .news_time {
    margin-left: 320px;
    margin-top: -70px;
    width: 70px;
    height:70px;
  }
}
@media(max-width: 450px){
  .news_list li .news_time {
    margin-left: 240px;
    margin-top: -70px;
    width: 70px;
    height:70px;
  }
  .news_list li .news_time .ri{
    font-size: 20px;
  }
}
@media(max-width: 400px){
  .news_list li .news_time {
    margin-left: 210px;
    margin-top: -70px;
    width: 70px;
    height:70px;
  }
}
@media(max-width: 360px){
  .news_list li .news_time {
    margin-left: 190px;
    margin-top: -70px;
    width: 70px;
    height:70px;
  }
}

.form1{
  color: white;
  font-size: 14px;
  font-family: Arial, "微软雅黑";
}
.sumbit{
  width: 215px;
  height: 30px;
  color: white;
  background-color:#2A92D0;
  border: 1px solid #2A92D0;
  border-radius: 4px;
  /*opacity: 0.5;*/

}
#name1{
  width: 350px;
  height: 30px;
  border-radius:4px;
  border: 1px solid #dfdbdb;
}
#name2{
  width: 350px;
  height: 30px;
  float: left;
  border-radius:4px;
  border: 1px solid #dfdbdb;
  color: #797979;

}
#name3{
  width: 350px;
  height: 60px;
  border-radius:4px;
  border: 1px solid #dfdbdb;


}
#captchaGuestBook.name4{
  width: 150px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #dfdbdb;
}
.yz{
  margin-left:4px;
  border-radius: 5px;
  margin-top: -2px;
  height: 30px;
  /*opacity: 0.6;*/
}

.foot{
  width: 100%;
  height: 40px;

  border-top: 1px solid #9DCFEC;
  background-color:#F2F2F2;
}
.foot1{
  height: 25px;
  text-align: center;
  color:#888888;
  padding-top: 13px;
  font-size: 12px;
}
.foot1 a{
  color: #888888;
}
@media(max-width: 1370px){
  .foot{
    font-size: 12px;
    height: 40px;
  }
  .foot1{
    height: 30px;
    text-align: center;
    color:#888888;
    padding-top:16px;
    font-size: 12px;
  }
}
@media(max-width: 768px){
    .foot{
     font-size: 12px;
      height: 30px;
    }
  .foot1{
    height: 30px;
    text-align: center;
    color: #888888;
    padding-top: 9px;
    font-size: 8px;
  }
}
@media(max-width: 480px){
  .foot{
    font-size: 8px;
    height: 30px;
  }
  .foot1{
    height: 25px;
    text-align: center;
    color: #888888;
    padding-top: 3px;
    font-size: 6px;
  }
}
/*----------*/
.classify{
  padding-top: 10px;

}
.classify1{
  padding-top: 20px;

}
.classify img{
   max-width: 800px;
   max-height:500px

}
@media(max-width: 1370px){
  .classify img {
    width: 90%;
  }
}
@media(max-width: 768px){
  .classify img {
    width: 100%;
  }
  }
.classify2 img{
  max-width:350px;
  max-height: 1000px;
}
.classify i{
  font-size: 14px;
  color: #797979;
  font-family: Arial, "微软雅黑";

}
@media (max-width: 648px) {
  .classify img{
    width: 98%;
  }
}
@media (max-width: 648px) {
  .classify2 img {
    width: 98%;
  }
}
  .honor1_ul li .pic1 {
    position: relative;
    /*border-bottom: 1px solid #c5c5c5;*/
    /*box-shadow: 2px 2px 2px #e6f0f8;*/
    border-radius: 5px;
  }
/*.honor1_ul li .pic1 img {*/
  /*padding: 1%;*/
/*}*/
.honor1_ul li .pic1 i {
  display: block;
  padding-top:52%;

  text-align: left;
  font-family:微软雅黑;
  color:#666666;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}
/*@media(max-width: 640px){*/
  /*.honor1_ul li .pic1 i {*/
    /*display: block;*/
    /*padding-top:78.80733944954129%;*/

    /*text-align: left;*/
    /*/!*font-family:微软雅黑;*!/*/
    /*font-size: 15px;*/
    /*font-style: normal;*/

  /*}*/
@media(max-width:768px){
  .honor1_ul li .pic1 i {
    display: block;
    padding-top:62%;

    text-align: left;
    font-family:微软雅黑;
    color:black
    font-size: 15px;
    font-style: normal;
  }
}
.honor1_ul li {
  width: 40%;
  margin: 0px 5% 1%;
  float: left;
  /* margin-left: 8px; */
}
.wzt{
   position: absolute;width: 120px;height: 120px;margin-left: 250px;margin-top: -165px
}
.wzt:hover{
  width: 150px;
  height: 150px;
  z-index: 9999;
}
.wzt1{
  position: absolute;width: 200px;height: 200px;margin-left: 580px;margin-top: -265px
}
.wzt1:hover{
  width: 250px;
  height: 250px;
  z-index: 9999;
}
@media(max-width: 640px){
  .honor1_ul li {
    width: 90%;
    margin: 0px 5% 1%;
    float: left;
    /* margin-left: 8px; */
  }
}
/*.honor1_ul {*/
  /*padding: 5% 0px;*/
/*}*/
@media (max-width: 1280px ) {

  .sumbit{
    width: 400px;
    height: 40px;
    color: white;
    background-color:#2A92D0;
    border: 1px solid #2A92D0;
    border-radius: 5px;

  }
  .wzt1{
    display: none;
  }
  #name1{
    width: 400px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #dfdbdb;
  }
  #name2{
    width: 400px;
    height: 40px;
    float: left;
    border-radius: 5px;
    border: 1px solid #dfdbdb;
    color: #797979;

  }
  #name3{
    width: 400px;
    height: 100px;
    border-radius: 5px;
    border: 1px solid #dfdbdb;


  }
  .liuyan{
    margin-top: 7px;
  }
  #captchaGuestBook  .name4{
    width: 280px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #dfdbdb;
  }
  .yz{
    position: absolute;
    margin-left:326px;
    margin-top:-38px ;
    border-radius: 5px;
  }
}
@media (max-width: 648px) {
  .honor1_ul li .pic1 i {
    display: block;
    padding-top: 60.80733944954129%;

    text-align: left;
    /*font-family:微软雅黑;*/
    font-size: 13px;
    font-style: normal;
  }
  .sumbit{
    width: 340px;
    height: 40px;
    color: white;
    background-color:#2A92D0;
    border: 1px solid #2A92D0;
    border-radius: 5px;
  }
  #name1{
    width: 340px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #dfdbdb;
  }
  #name2{
    width: 340px;
    height: 40px;
    float: left;
    border-radius: 5px;
    border: 1px solid #dfdbdb;
    color: #797979;

  }
  #name3{
    width: 340px;
    height: 100px;
    border-radius: 5px;
    border: 1px solid #dfdbdb;


  }
  .liuyan{
    margin-top: 7px;
  }
  #captchaGuestBook .name4{
    width: 220px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #dfdbdb;
  }
  .yz{
    position: absolute;
    margin-left:265px;
    margin-top:-38px ;
    border-radius: 5px;
    height: 36px;
  }
}

.buy-td {
  display: inline-block;
  height:60px;
  line-height: 60px;
  text-align: center;
  border-bottom: 3px solid #b2d1ff;
  font-size: 15px;
  margin-left: 1px;
  vertical-align: bottom;
  padding-top: 2%;
}
.td-0{
  width: 240px;
  margin-left: 0;
}
.td-1{
  width: 205px;

}
.td-2{
  width: 205px;

}
.td-3{
  width:205px;

}
.info1{
  font-size: 36px;
  margin-left:35%;
}
.info2{
  font-size: 26px;
  margin-left:45%;
}
.confirm{
  font-size: 18px;
  margin-left:16%;
}
.confirm1{
  font-size: 18px;
  margin-left:19.5%;
}
.confirm2{
  font-size: 18px;
  margin-left:19.5%;
}
.confirm3{
  font-size: 18px;
  margin-left:18%;
}
.confirm4{
  font-size: 15px;
  margin-left:20%;
}
.font{
  font-size: 14px;
}
.ewm{
  width: 250px;
  height: 500px;
  margin-top: -320px;
  margin-left: 700px;
}
@media(max-width:1280px){
  .ewm{
    margin-top: 60px;
    margin-left: 410px;
  }



  .info1{
    font-size: 30px;
    margin-left: 30%;
  }
  .info2{
    font-size: 25px;
    margin-left:42%;
  }
  .confirm{
    font-size: 18px;
    margin-left:35%;
  }
  .confirm1{
    font-size: 18px;
    margin-left:38.5%;
  }
  .confirm2{
    font-size: 18px;
    margin-left:38.5%;
  }
  .confirm3{
    font-size: 18px;
    margin-left:37%;
  }
  .confirm4{
    font-size: 15px;
    margin-left:39%;
  }
}
@media(max-width:1280px){
  .ewm{
    margin-top: 60px;
    margin-left: 330px;
  }
}
@media (max-width: 768px) {
  .ewm{
    margin-top: 50px;
    margin-left: 220px;

  }
}
@media(max-width: 600px){
  .ewm{
    margin-top: 50px;
    margin-left: 150px;

  }

  .info1{
    font-size: 20px;
    margin-left: 20%;
  }
  .info2{
    font-size: 20px;
    margin-left:40%;
  }
  .confirm{
    font-size: 16px;
    margin-left:23%;
  }
  .confirm1{
    font-size: 16px;
    margin-left:26.5%;
  }
  .confirm2{
    font-size: 16px;
    margin-left:26.5%;
  }
  .confirm3{
    font-size: 16px;
    margin-left:25%;
  }
  .confirm4{
    font-size: 15px;
    margin-left:27%;
  }
}
@media(max-width:480px){
  .ewm{
    margin-top: 50px;
    margin-left: 55px;

  }
}
.k{
  border: 3px solid #f40;
  width: 360px;
  height:120px;
  margin-left: 520px;
  margin-top: 60px;

}
.btn_th1{
  display: none;
}
@media(max-width: 1280px){
  .btn_th1 {
    color: #fff;
    background: #7CC5EE;
    width: 100%;
    max-width: 248px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 40px;
    margin-left: 35%;
    display: block;
    border-radius: 2px;
  }
}
@media(max-width: 600px){
  .btn_th1 {
    color: #fff;
    background: #7CC5EE;
    width: 100%;
    max-width: 148px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 40px;
    margin-left: 30%;
    display: block;
    border-radius: 2px;
  }
}

.tob{
  height: 100px;
}
.tob1{
  height: 40px;
}
.pay{
  margin-left: 170px;
  margin-top: 12px;
}
.pay2{
  margin-top: 15px;
  margin-left:20px ;
}
.pay3{

  margin-left:120px ;
}
.box{
  position:fixed;
  right:20px;
  bottom: 70px;
  height:40px;
  width: 40px;
  text-align:center;
  padding-top:20px;
  background-color: #108CEE;
  border-radius: 20%;
  overflow: hidden;
  z-index: 999;
  opacity: 0.5;
}
.box:hover:before{
  top:50%
}

.box-in{
  visibility: visible;
  display:inline-block;
  height:20px;
  width: 20px;
  border: 3px solid black;
  border-color: white transparent transparent white;
  transform:rotate(45deg);
}
.hr1{
  width: 1200px;
  color: white;
  text-align: center;
  position: absolute;
  margin-top: 415px
}
@media(max-width: 1370px){
  .hr1{
    width:90%;
    margin-top:385px;
  }


}
@media(max-width: 1024px){
  .hr1{
    width:98%;
    margin-top:370px;
  }
  .now{
    display: none;
  }

}
@media(max-width: 823px){
  .hr1{
    width:98%;
    margin-top:370px;
  }
  .now{
    display: none;
  }

}
@media(max-width: 768px){
  .hr1{
    width:98%;
    margin-top:430px;
  }
  .now{
    display: none;
  }

}
@media(max-width:667px){
  .hr1{
    width:98%;
    margin-top:430px;
  }
}
.wx{
  position: absolute;
  width: 150px;
  height: 150px;
  margin-left: 250px;
  margin-top: -40px;
}
@media(max-width:640px){
  .hr1{
    width:98%;
    margin-top:420px;
  }
}
@media(max-width:480px){
  .hr1{
    width:98%;
    margin-top:440px;
  }
}
* { padding: 0; margin: 0; }
.am-share { font-size: 14px; border-radius: 0; bottom: 0; left: 0; position: fixed; text-align: center; -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); -webkit-transition: -webkit-transform 300ms; transition: transform 300ms ; width: 100%; z-index: 1110; }
.am-modal-active { transform: translateY(0px);  -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0) }
.am-modal-out { z-index: 1109; -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%) }

.am-share-title { background-color: #f8f8f8; border-bottom: 1px solid #fff; border-top-left-radius: 2px; border-top-right-radius: 2px; color: #555; font-weight: 400; margin: 0 10px; padding: 10px 0 0; text-align: center; }
.am-share-title::after { border-bottom: 1px solid #dfdfdf; content: ""; display: block; height: 0; margin-top: 10px; width: 100%; }

.am-share-footer { margin: 16px; }
.am-share-footer .share_btn { color: #555;  display: block; width: 100%; background-color: #e6e6e6; border: 1px solid #e6e6e6; border-radius: 0; cursor: pointer;  font-size: 16px; font-weight: 400; line-height: 1.2; padding: 0.625em 0; text-align: center; transition: background-color 300ms ease-out 0s, border-color 300ms ease-out 0s; vertical-align: middle; white-space: nowrap;font-family:"微软雅黑";  }

.am-share-sns { background-color: #f8f8f8; border-radius: 0 0 2px 2px; margin: 0 10px; padding-top: 15px; height:auto; zoom:1; overflow:auto; }

.am-share-sns li { margin-bottom: 15px; display: block; float: left; height: auto;  width: 25%; }

.am-share-sns a { color: #555; display: block; text-decoration:none; }
.am-share-sns span { display: block; }

.am-share-sns li i { background-position: center 50%; background-repeat: no-repeat; background-size: 36px 36px; background-color: #ccc; color: #fff; display: inline-block; font-size: 18px; height: 36px; line-height: 36px; margin-bottom: 5px; width: 36px; }
/*.am-share-sns .share-icon-weibo { background-image: url(); }*/

.sharebg {bottom: 0; height: 100%; left: 0; opacity: 0; position: fixed; right: 0; top: 0; width: 100%; z-index: 9999; display:none; }
.sharebg-active { opacity: 1; display:block; }




.hid{
   min-height: 50px;
 }

@media(max-width: 640px){
  .hid{
    display: none;
  }
}
.hid1{
  height: 120px;
}

@media(max-width:1370px){
  .hid1{
    height: 30px;
  }
}

.video {
  max-width: 100%;
  height: auto;
  border: 1px solid black;
  border-radius: 2px ;
}
#name5.captchaimg{
  margin-top: -2px;
  margin-left: 5px;
}
@media(max-width:700px ){
 #name5.captchaimg{
   margin-top: -52px;
   margin-left: 180px;
  }
}
