a:hover {
  text-decoration: none !important;
  color: #1b79b6;
}
.top-search {
  color: #787272;
  font-size: 18px;
}
.cd-top {
  background-color: #ffffff;
  border-color: #ffffff;
  margin-bottom: 0px;
  border:0px;
}
.cd-top .navbar-brand {
  padding: 0px 15px;
}
.cd-top .navbar-brand img {
  max-height: 100%;
}
.cd-top .navbar-nav > li > a:hover,
.cd-top .navbar-nav > .active > a,
.cd-top .navbar-nav > .active > a:focus,
.cd-top .navbar-nav > .active > a:hover {
  background-color: #F6F6F6;
  border-bottom: 3px solid #019966;
  color: #019966;
}
.cd-top .navbar-nav > li > a {
  color: #1c2537;
}
.cd-top .navbar-form .form-control {
  border-radius: 13px;
  max-width: 100%;
}
.cd-top .navbar-form {
  position: relative;
}
.cd-top .navbar-form .cd-top-btn {
  position: absolute;
  border: none;
  background: none;
  right: 18px;
  top: 6px;
}
.cd-lb .carousel-indicators li {
  width: 20px;
  height: 20px;
  border: none;
  background-color: #ffffff;
  opacity: 0.4;
}
.cd-lb .carousel-indicators li:not(:last-child) {
  margin-right: 4px;
}
.cd-lb .carousel-indicators .active {
  background-color: #1b79b6;
  margin: 1px;
  opacity: 0.9;
}
.cd-top .navbar-nav > li .span1 {
  font-size: 16px;
  color: #2b2121;
  margin-left: 10px;
}
.cd-top .navbar-nav > li:hover .span1 {
  color: #1b79b6;
}
@media (min-width: 767.78px) {  
  .cd-top .navbar-form {
    margin-top: 14px;
  }
  .cd-top .navbar-form {
    max-width: 210px;
  }
  .cd-top .navbar-form .cd-top-btn {
    top: 16px;
  }
  .cd-lb .carousel-indicators {
    bottom: 145px;
  }
}
@media (min-width: 768px){
.navbar-nav>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
}
}
@media (min-width: 760px) {
  .cd-top .navbar-brand {
    height: 78px;
  }
  .cd-top .navbar-nav > li > a {
    font-size: 14px;
    line-height: 75px; 
    padding-right: 5px; 
    text-align: center;   
    padding-left: 5px; 
  }  
}
@media (min-width: 992px) {
  .cd-top .navbar-brand {
    height: 78px;
  }
  .cd-top .navbar-nav > li > a {
    font-size: 16px;
    line-height: 75px; 
    padding-right: 15px; 
    text-align: center;   
    padding-left: 15px; 
  }  
}
@media (min-width: 1200px) {
  .cd-top .navbar-brand {
    height: 78px;
  }
  .cd-top .navbar-nav > li > a {
    font-size: 16px;
    line-height: 75px; 
    padding-right: 25px; 
    text-align: center;   
    padding-left: 25px; 
  }  
}
.i-lb .carousel-control .glyphicon-menu-left,
.i-lb .carousel-control .glyphicon-menu-right {
  padding: 10px;
  display: block;
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0.6);
  margin-top: -10px;
  font-size: 30px;
  position: absolute;
  top: 50%;
  z-index: 5;
  font-size: 30px;
}
.i-lb .carousel-control .glyphicon-menu-left {
  left: 20%;
}
.i-lb .carousel-control .glyphicon-menu-right {
  right: 20%;
}
.i-lb .carousel-indicators li {
  width: 20px;
  height: 20px;
  border: 4px solid #fff;
  background-color: transparent;
  margin: 0px;
  opacity: 0.6;
}
.i-lb .carousel-indicators .active {
  border: none;
  width: 20px;
  height: 20px;
  background-color: #d22e2e;
  opacity: 0.9;
}
.i-lb .carousel-indicators li:not(:first-child) {
  margin-left: 6px;
}
.i-gray {
  padding: 60px 0px; 
}
.i-three-ev,
.i-three-ev img {
  width: 100%;
  height: 260px;
}
.i-three-ev {
  line-height: 260px;
  margin-bottom: 20px;
  overflow: hidden;
}
.i-three-ev img {
  position: absolute;
  z-index: 1;
  transition: all 0.6s;
}
.i-three-ev.show:hover img {
  transform: scale(1.2);
}
.i-three-ev {
  position: relative;
}
.i-three-ev .phbox{
  top: -260px;
  position: absolute;
  width: 100%;
  background: rgba(1,153,102,0.8);
  z-index: 2;
  transition: all 0.6s;
}
.i-three-ev.show:hover .phbox{
  top: 0;
}
.i-three-ev .phbox span {
  font-size: 30px;
  display: block;
  text-align: center;
  color: white;
  font-weight: bold;
  position: relative;
  z-index: 3;
}
.i-three-ev:before {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background-color: black;
  opacity: 0.2;
  content: "";
  z-index: 2;
}
.three-ev {  
  margin-bottom: 20px;
  overflow: hidden;
  padding:15px;
  border: 1px solid #dddddd;
}
.three-ev:hover {  
  margin-bottom: 20px;
  overflow: hidden;
  padding:15px;
  border: 1px solid #019966;
  -moz-box-shadow: rgba(238,238,238,1) 0px 0px 2px 2px;
  -webkit-box-shadow: rgba(238,238,238,1) 0px 0px 2px 2px;
  box-shadow: rgba(238,238,238,1) 0px 0px 2px 2px;
}
.three-ev img {    
  width: 100%;
  height: 100%;
}
.three-ev p{
  line-height: 2;
  margin-top: 10px;
}

.i-wh {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #F9F9F9;
  border-bottom: 2px solid #e4e2e2;
}
.i-wh h3,
.i-gray h3 {
  font-size: 24px;
  line-height: 1.8;
  color: #4c4c4c;
  position: relative;
  text-align: center;
}
.i-wh h3 span,
.i-gray h3 span{
  display: block;
}
.i-wh h3:after,
.i-gray h3:after {
  content: "";
  left: 50%;
  margin-left: -30px;
  top: 45px;
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: #CCCCCC;
}
.i-more-div {
  padding-top: 28px;
}
@media (min-width: 767.78px) {
  .i-more-div {
    text-align: right;
    padding-top: 24px;
  }
}
/*服务支持*/
.wp-box_content{
   overflow-wrap: break-word;
    padding: 0px;
    border-color: rgb(221, 221, 221);
    border-width: 1px;
    padding:20px;  
    background-color: transparent;    
    border-style: solid;
}
.wp-box_content .wp-title_content{   
    padding: 10px 0px;
    border-color: transparent;
    border-width: 0px; 
    display: block;
    font-size: 14px;
    line-height: 140%;
    overflow: hidden;
}
a.btnarea {
    color: rgba(1,153,102,1);    
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: normal;
}
a.btn-link {
    color: #5a5a5a;    
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: normal;
}
.Box {
  position: relative;
  margin-top: 40px;
}
.Box .content {
  /* width: 1200px; */
  margin: 0 auto;
}
.Box h2 {
  text-align: center;
  margin-bottom: 35px;
  padding-top: 250px;
}
.Box .Box_con {
  position: relative;
}
.Box .Box_con .btnl {
  position: absolute;
}
.Box .Box_con .btnx {
  display: block;
  width: 41px;
  height: 41px;
  position: absolute;
  top: 80px;
  cursor: pointer;
}
.Box .Box_con .conbox {
  position: relative;
  overflow: hidden;
}
.Box .Box_con .conbox ul {
  position: relative;
  list-style: none;
}
.Box .Box_con .conbox ul li {
  float: left;
  width: 365px;
  height: 200px;
  margin-left: 20px;
  overflow: hidden;
  position: relative;
}
.Box .Box_con .conbox ul li span {
  display: block;
  line-height: 38px;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  font-size: 14px;
  color: white;
  padding-left: 10px;
}
.Box .Box_con .conbox ul li:first-child {
  margin-left: 0;
}
.Box .Box_con .conbox ul li img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.Box .Box_con .conbox ul li:hover img {
  transform: scale(1.1);
}

.Box .BoxSwitch {
  margin-top: 30px;
  text-align: center;
}
.Box .BoxSwitch span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 30px;
  height: 3px;
  background: #ccc;
  margin: 0 5px;
  cursor: pointer;
}
.Box .BoxSwitch span.cur {
  background: red;
}
.Box .Box_con .btnl {
  left: -42px;
}
.Box .Box_con .btnr {
  right: -42px;
}
.Box .Box_con .btnx {
  font-size: 30px;
  color: #465b84;
}
.Box .Box_con .btnx:hover {
  color: #e12125;
}
.more-btn {
  color: #4c4c4c;
  font-size: 18px;
  font-weight: bold;
}
.more-btn span {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-color: #9d9c9c;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: white;
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -3px;
}
.more-btn:hover span {
  color: #fff;
  background-color: #1b79b6;
}
.i-news-ev,.news-box {
  display: block;  
  padding:20px;
  border: 1px solid #CCCCCC;
}
.i-news-ev img{
    width: 100%;
    height: 290px;
}
.i-news-ev:hover {
  box-shadow: 0px 6px 9px #ededed;
}
.i-news-ev:hover .p1,.news-box a:hover p{
  color: #019966;
}
.i-news-ev .p1 {  
  font-size: 16px;
  color: #4c4c4c;
  margin-top: 10px;
}
.i-news-ev .p2 {
  font-size: 14px;
  color: #4c4c4c;
}
.i-news-ev .p3 {
  font-size: 14px;
  color: #4c4c4c;
}
.i-news-ev p {
  margin-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
}
.news-box .dates{
  background: #019966;
  color: #fff;
  line-height: 1.2;
  font-size: 28px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.news-box .dates span{
  font-size: 12px;
}
.news-box .news-r p{
    font-size: 16px;
    padding-top: 2px;
    color: #434343;
    font-weight: normal;
    text-decoration: none;
    line-height: 140%;
}
.news-box .ny-news{
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px;
}
.news-box .news-r div{
    line-height: 140%;
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 13px;
    padding-top: 6px;
    color: #999999;
    font-weight: normal;
    text-decoration: none;
}
.i-logo .div1 {
  font-size: 14px;
  color: #4c4c4c;
  margin-top: 40px;
}
.square-more {
  display: inline-block;
  width: 87px;
  height: 78px;
  color: white;
  font-size: 16px;
  background-color: #e12125;
  text-align: center;
}
.square-more span {
  display: block;
  font-size: 20px;
  padding-top: 16px;
  margin-bottom: 6px;
}
.square-more:hover {
  background-color: #1b79b6;
  color: white !important;
}
.i-logo .Box .Box_con .conbox ul li {
  width: 180px;
  height: 70px;
  margin-left: 12px;
}
.i-logo .Box .Box_con .btnx {
  top: 20px;
}
.i-logo .Box .Box_con .btnx {
  color: #a8a8a8;
}
.i-logo .Box .Box_con :hover {
  color: #e12125;
}
@media (max-width: 767.78px) {
  .i-wh {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .i-gray{
    padding: 20px 0px;
  }
  .Box .Box_con .btnx {
    display: none;
  }
  .Box .Box_con .conbox ul li {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 20px;
  }
  .i-logo .Box .Box_con .conbox ul li {
    width: 46%;
  }
}
footer {
  padding: 60px 0px;
  background-color: #222222;
  color: white;
  text-align: center;
}
footer a {
  color: #dedede;
  line-height: 30px;
  font-size: 14px;
  margin:0px 15px;
}
footer .tel {
  color: #e12125;
  font-size: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #fff;
  margin-bottom: 16px;
}
footer .info {  
  color: #dedede;
  padding: 10px 0px;
  margin-bottom: 0;
}
.mzsm {
  text-align: center;
  padding: 5px 0px;
  font-size: 14px;  
}
.float{
  display: block;
  position: fixed;
  right: 1px;
  top: 40%;
  z-index: 10000;
}
@media(max-width:767.78px){
  .float{
    top: auto;
    bottom: 1px;
  }
}