@charset "utf-8";
/*~~~~框架布局~~~*/

/*==顶部↓==*/
.header {
  position: relative;
  padding: 15px 0;
  height: 128px;
}
.header .container {
  position: relative;
}
/*.fixed-top{position:fixed;z-index:99;width:100%;padding:10px 0; background:#fff}
.fixed-top .logo{}*/
.header .logo {
}
.header .logo img {
}
.header .nav {
  margin: 60px 0 0 0;
}
.header .nav li {
  float: left;
  padding: 10px 20px 20px 20px;
  position: relative;
}
.header .nav li a.navAone {
  display: block;
  position: relative;
  color: #333333;
  font-size: 20px; /*! padding:10px 20px; */
}
.header .nav li a.navAone:hover,
.header .nav li.active a.navAone {
  color: #1783e6;
}
.header .nav li a.navAone:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -39px;
  width: 0px;
  height: 3px;
  background: #1783e6;
  transition: all 0.4s ease-in-out;
}
.header .nav li a.navAone:hover:before,
.header .nav li.active a.navAone:before {
  width: 100%;
}
/*.header .nav li.drop-downHover a.navAone{ background:#0092D8;color:#fff}*/
.header .nav .sub {
  display: none;
  width: 115%;
  left: -10%;
  top: 53px;
  position: absolute;
  border: 1px #ddd solid;
  background: rgba(255, 255, 255, 0.9);
  line-height: 26px;
  padding: 10px 0;
  z-index: 999; /* box-shadow: 0 0 10px #ddd; */
  text-align: center;
}
.header .nav .sub li {
  zoom: 1;
}
.header .nav .sub a.navAtwo {
  position: relative; /* float: left; */
  display: block;
  border-radius: 0px;
  color: #555;
  font-size: 15px;
  padding: 7px 0px 7px 0px; /* width: 100%; */
  margin: 0 5px;
  border-bottom: 1px #d2d2d2 solid;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.header .nav .sub a.navAtwo:hover {
  color: #0092d8;
}
.header .nav .sub a.navAtwo:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #0092d8;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
.header .nav .sub a.navAtwo:hover:before {
  width: 100%;
}
.header .tel {
  position: absolute;
  right: 0;
  top: 0;
  color: #1783e6;
  font-size: 16px;
  line-height: 22px;
  padding-left: 25px;
  background: url(../images/tel_ico.png) no-repeat left;
}
.header .search {
  position: absolute;
  right: 230px;
  top: 0px;
  border: 1px #ddd solid;
  width: 200px;
  line-height: 30px;
}
.header .search input {
  float: left;
  height: 30px;
  color: #666;
  outline: medium;
  background: none;
  padding: 0 5px;
}
.header .search button {
  float: right;
  margin: 5px 5px 0 0;
  border: 0px;
  color: #999;
  font-size: 16px; /*! border-radius: 50%; */
  cursor: pointer;
  background: none;
}

/*==标题↓==*/
.tone-tit {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px #ddd solid;
  line-height: 45px;
  height: 45px;
}
.tone-tit li {
  position: relative;
  color: #333333;
  font-size: 20px;
  float: left;
  margin-right: 20px;
  padding-right: 20px;
  line-height: initial;
  cursor: pointer;
}
.tone-tit li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -19px;
  width: 0%;
  height: 2px;
  background: #1783e6;
  transition: all 0.4s ease-in-out;
}
.tone-tit li.hit {
  color: #1783e6;
}
.tone-tit li.hit:before {
  width: 100%;
}
.tone-tit a.more {
  color: #999;
  font-size: 12px;
  float: right;
}
.tone-tit a.more:hover {
  color: #1783e6;
}

/*==新闻，关于↓==*/
.HomeInformation {
  margin: 50px 0 20px 0;
}
.HomeInformation .newsBox {
  width: 760px;
}
.HomeInformation .newsBox .slideNews {
  float: left;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 345px;
  height: 240px;
}
.HomeInformation .newsBox .slideNews .long {
  position: relative;
  margin: auto;
}
.HomeInformation .newsBox .slideNews .list {
  width: 100%;
}
.HomeInformation .newsBox .slideNews .list li {
  width: 345px;
  position: relative;
}
.HomeInformation .newsBox .slideNews .list li h4 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 10px 80px 10px 20px;
  color: #fff;
  font-size: 14px;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  display: block;
}
.HomeInformation .newsBox .slideNews .list img {
  display: block;
  height: 240px;
  margin: 0 auto;
  position: relative; /*! max-width:700px; */
  width: 345px;
}
.HomeInformation .newsBox .slideNews .spot {
  position: absolute;
  bottom: -6px;
  right: 0;
  padding: 10px;
  width: 180px;
  z-index: 999;
  text-align: right; /*! background:#005aa6; */
}
.HomeInformation .newsBox .slideNews .spot li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  width: 10px;
  height: 10px;
  font-size: 0px;
  color: #333;
  border-radius: 50%; /* overflow:hidden; */
  background: #fff;
}
.HomeInformation .newsBox .slideNews .spot li.on {
  width: 30px;
  border-radius: 10px;
  background: #1783e6;
}
.HomeInformation .newsBox .right {
  margin-left: 20px;
  width: 380px;
}
.HomeInformation .newsBox .right a {
  display: block;
  color: #666666;
  font-size: 14px;
  margin: 0 0 7px 0;
}
.HomeInformation .newsBox .right a:hover {
  color: #1783e6;
}
.HomeInformation .newsBox .right a span {
  display: block;
  float: right;
  font-size: 14px;
  color: #999999;
}
.HomeInformation .aboutBox {
  width: 400px;
}
.HomeInformation .aboutBox .img {
}
.HomeInformation .aboutBox .wx {
  color: #666666;
  font-size: 14px;
}

/*==案例↓==*/
.HomeCase {
  margin: 20px 0 50px 0;
}
.HomeCase .picScroll-left {
  position: relative;
}
.HomeCase .picScroll-left .long {
  overflow: hidden;
}
.HomeCase .picScroll-left .long .list {
}
.HomeCase .picScroll-left .long .list li {
  float: left;
  width: 390px;
}
.HomeCase .picScroll-left .long .list li a {
  display: block;
  margin: 0 10px;
}
.HomeCase .picScroll-left .long .list li:hover {
}
.HomeCase .picScroll-left .long .list li img {
  height: 200px;
}
.HomeCase .picScroll-left .long .list li h4 {
  margin: 10px 0 0 0;
  color: #666666;
  font-size: 14px;
}
.HomeCase .picScroll-left .long .list li p {
  color: #999999;
  font-size: 14px;
}
.HomeCase .picScroll-left .long .list li:hover h4 {
  color: #0092d8;
}
.HomeCase .picScroll-left .switch {
  margin: 30px 0 0 0;
  text-align: center;
}
.HomeCase .picScroll-left .prev,
.HomeCase .picScroll-left .next {
  font-size: 25px;
  color: #fff;
  cursor: pointer;
  background: #d3d3d3;
  width: 30px;
  line-height: 30px;
  display: inline-block;
  margin: 0 10px;
}
.HomeCase .picScroll-left .next {
}
.HomeCase .picScroll-left .prev:hover,
.HomeCase .picScroll-left .next:hover {
  background: #1783e6;
}

/*==主营业务↓==*/
.HomeBusiness {
  margin: 0 0 30px 0;
}
.HomeBusiness .dh ul {
  position: relative;
  overflow: hidden;
  width: 1200px;
  height: 450px;
  margin: auto;
}
.HomeBusiness .dh ul li {
  float: left;
  width: 60px;
  overflow: hidden;
  height: 100%;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  border-right: 1px #fff solid;
  text-align: center;
  padding-left: 0px;
}
.HomeBusiness .dh ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.HomeBusiness .dh ul li a img {
  width: 100%;
  height: 100%;
}
.HomeBusiness .dh ul li .layer {
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  background: rgba(27, 29, 36, 0.75);
  height: 100%;
  z-index: 9;
}
.HomeBusiness .dh ul li .layer .p1 {
  position: absolute;
  bottom: 0;
  left: 0; /* writing-mode: tb-rl; */
  width: 100%;
  height: 100%;
  background: #cccccc;
  z-index: 9; /* padding-right: 0px; */ /*! line-height: 50px; */ /* letter-spacing: 14px; */
  text-align: center;
  padding: 148px 20px 0 20px;
}
.HomeBusiness .dh ul li .layer .p2 {
  position: absolute;
  bottom: 0;
  right: 0; /*! width: 100%; */
  padding: 10px 25px;
  font-size: 14px;
  color: #fff; /*! width: 720px; */
  text-align: left;
  left: 60px;
}
.HomeBusiness .dh ul li .layer .p2 b,
.dh ul li .layer .p2 span {
  display: block;
  font-weight: bold;
  font-size: 20px;
}
.HomeBusiness .dh ul li .layer .p1 b,
.dh ul li .layer .p1 span {
  display: block;
  font-weight: bold;
  font-size: 14px;
}
.HomeBusiness .dh ul li .tit {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  padding: 148px 20px 0 20px;
  color: #666;
  font-size: 15px; /* writing-mode: tb-rl; */ /* padding-right: 0px; */
  font-size: 16px;
  color: #fff; /* letter-spacing: 15px; */
  background: #1783e6;
}
.HomeBusiness .dh ul li.curr .tit {
  z-index: 10;
}
.HomeBusiness .dh ul li.curr {
}
/* .dh ul li.curr .layer .p1{left: -200%;}
.dh ul li.curr .layer .p2{left: 10px;} */
.HomeBusiness .col1 {
  color: #00a39a;
}
.HomeBusiness .col2 {
  color: #fff;
}

/**/
.HomeBusiness {
}
.HomeBusiness .slideBusiness {
}
.HomeBusiness .slideBusiness .long {
  float: left;
  width: 100%; /*! height: 330px; */
  background: #f2f2f2;
}
.HomeBusiness .slideBusiness .list li {
  float: left;
  width: 100%;
  height: 100%; /*! min-height: 100%; */
}
.HomeBusiness .slideBusiness .list li a {
  padding: 50px;
  display: block; /*! background: #f2f2f2; */
  height: 390px;
  min-height: 100%;
}
.HomeBusiness .slideBusiness .list li .wx {
  width: 49%;
}
.HomeBusiness .slideBusiness .list li .wx h3 {
  color: #1783e6;
  font-size: 24px;
}
.HomeBusiness .slideBusiness .list li .wx p {
  margin: 25px 0 40px 0;
  line-height: 25px;
  color: #333333;
  font-size: 14px;
}
.HomeBusiness .slideBusiness .list li .wx b {
  color: #333333;
  border: 1px #333 solid;
  padding: 13px 45px;
}
.HomeBusiness .slideBusiness .list li:hover .wx b {
  color: #fff;
  border: 1px #1783e6 solid;
  background: #1783e6;
}
.HomeBusiness .slideBusiness .spot {
  padding: 20px 10px;
  overflow: hidden;
  background: #3d91de;
  float: left;
  width: 100%;
}
.HomeBusiness .slideBusiness .spot li {
  float: left;
  width: 147px;
  text-align: center;
  cursor: pointer;
}
.HomeBusiness .slideBusiness .spot li u {
  display: block;
  width: 51px;
  height: 50px;
  margin: auto;
  transition: all 0.4s ease-in-out;
}
.HomeBusiness .slideBusiness .spot li em {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  margin: 8px auto;
  border: 3px #fff solid;
  border-radius: 50%;
}
.HomeBusiness .slideBusiness .spot li em:before {
  content: "";
  position: absolute;
  top: 4px;
  right: -131px;
  width: 124px;
  height: 1px;
  background: #fff;
}
.HomeBusiness .slideBusiness .spot li:last-child em:before {
  display: none;
}
.HomeBusiness .slideBusiness .spot li h3 {
  color: #fff;
  font-size: 14px;
}
.HomeBusiness .slideBusiness .spot li.on em {
  background: #61b76c;
}
.HomeBusiness .slideBusiness .spot li.on u {
  transform: translateY(-5px);
}
.HomeBusiness .slideBusiness .spot li.x1 u {
  background: url(../images/ico001.png) no-repeat center;
}
.HomeBusiness .slideBusiness .spot li.x2 u {
  background: url(../images/ico002.png) no-repeat center;
}
.HomeBusiness .slideBusiness .spot li.x3 u {
  background: url(../images/ico003.png) no-repeat center;
}
.HomeBusiness .slideBusiness .spot li.x4 u {
  background: url(../images/ico004.png) no-repeat center;
}
.HomeBusiness .slideBusiness .spot li.x5 u {
  background: url(../images/ico005.png) no-repeat center;
}
.HomeBusiness .slideBusiness .spot li.x6 u {
  background: url(../images/ico006.png) no-repeat center;
}
.HomeBusiness .slideBusiness .spot li.x7 u {
  background: url(../images/ico007.png) no-repeat center;
}
.HomeBusiness .slideBusiness .spot li.x8 u {
  background: url(../images/ico008.png) no-repeat center;
}
.HomeBusiness .slideBusiness .spot li.x9 u {
  background: url(../images/ico009.png) no-repeat center;
}
.HomeBusiness .slideBusiness .spot li.x10 u {
  background: url(../images/ico010.png) no-repeat center;
}

/*==↓==*/
#list-pic-2 li img {
  height: 160px;
}

/*==底部===*/
.footer {
  padding: 40px 0 0px 0;
  background: #5ea9ee;
}
.footer .nav h3 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
.footer .nav {
  /*! width:700px; */
}
.footer .nav li {
  float: left;
  margin-left: 30px;
  padding-right: 25px;
  width: 130px;
  height: 210px;
  overflow: auto;
}
.footer .nav li a {
  display: block;
  color: #fff;
  font-size: 12px;
  padding: 2px 0;
}
.footer .nav li a:hover {
  color: #ccc;
}
.footer .middle {
}
.footer .middle h4 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.footer .middle h4 strong {
  display: block;
}
.footer .middle img {
  display: block;
  margin: auto;
  width: 110px;
}
.footer .online span {
  display: block;
  color: #333333;
  font-size: 16px;
  text-align: center;
}
.footer .online span font {
  font-size: 24px;
}
.footer .online a {
  display: block;
  margin-top: 10px;
  width: 150px;
  text-align: center;
  border: 1px #666 solid;
  color: #333;
  padding: 5px 0 5px 20px;
  background: url(../images/online.png) 35px 11px no-repeat;
}
.footer .online a:hover {
  border: 1px #1783e6 solid;
  color: #1783e6;
}
.footer .down {
  /*! border-top:#ccc solid 1px; */
  padding: 20px 0;
  margin-top: 35px;
  overflow: hidden;
  float: left;
  width: 100%;
  background: #3d91de;
}
.footer .down span.copy,
.footer .down span.tel,
.footer .down span.address {
  padding-left: 40px;
  margin: 0px 45px 0 0px;
  color: #fff;
  font-size: 12px;
  display: block;
  float: left;
  line-height: 20px;
}
.footer .down span.tel {
  background: url(../images/tel2_ico.png) no-repeat left;
}
.footer .down span.address {
  background: url(../images/address_ico.png) no-repeat left;
}
.footer .down .right {
  color: #fff;
  font-size: 12px;
  margin: 10px 0 0 0;
}
.footer .down .right a {
  color: #fff;
  font-size: 12px;
}
.footer .down .right a:hover {
  color: #ddd;
}
.footer .link {
  margin-top: 40px;
  padding: 20px 0 0 0;
  border-top: 1px #81bbf0 solid;
}
.footer .link h3 {
  float: left;
  color: #fff;
  font-size: 14px;
}
.footer .link h3 font {
  color: #eee;
  font-size: 11px;
  margin-left: 5px;
}
.footer .link a {
  display: inline-block;
  color: #ddd;
  padding: 0 15px;
  font-size: 12px;
  line-height: 10px;
  border-right: 1px #999 dashed;
}
.footer .link a:hover {
  color: #fff;
}
.footer .link a:last-child {
  border: none;
}
#style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
#style-3::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}
#style-3::-webkit-scrollbar-thumb {
  background-color: #5da8ee;
}
.scrollbar {
  margin-left: 30px;
  float: left;
  height: 105px;
  width: 100%; /* background: #F5F5F5; */
  overflow-y: scroll;
  margin-bottom: 25px;
  padding-right: 25px;
}
