@charset "UTF-8";
.container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header-top {
  height: 30px;
  background-color: #292c30;
  position: relative;
  z-index: 10;
}
.header-top .left a {
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block;
  padding-left: 20px;
  color: #dddddd;
  font-size: 12px;
  line-height: 30px;
  position: relative;
}
.header-top .left a .code-box {
  width: 140px;
  height: 140px;
  background-color: #fff;
  padding: 10px;
  position: absolute;
  top: 30px;
  left: -35px;
  display: none;
}
.header-top .left a .code-box:after {
  content: "";
  position: absolute;
  border-width: 0 8px 8px;
  border-style: solid;
  border-color: transparent transparent #fff;
  top: -5px;
  left: calc(50% - 8px);
}
.header-top .left a .code-box img {
  width: 100%;
  height: 100%;
}
.header-top .left a:hover .code-box {
  display: block;
}
.header-top .left .item01 {
  background-image: url("../images/01.png");
  padding-right: 20px;
}
.header-top .left .item01:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #fdfdfd;
  opacity: 0.5;
  right: 0;
  top: 5px;
}
.header-top .left .item02 {
  background-image: url("../images/02.png");
}
.header-top .left .item04 {
  background-image: url("../images/100.png");
}
.header-top .right {
  line-height: 30px;
}
.header-top .right .t1 {
  color: #ddd;
  font-size: 12px;
}
.header-top .right .tel {
  color: #0095f0;
  font-size: 20px;
  font-weight: bold;
  margin-left: 10px;
}

.header {
  height: 80px;
  position: relative;
  box-shadow: 0px 5px 6px 0px rgba(0, 46, 77, 0.03);
  z-index: 9;
}
.header .logo {
  width: 240px;
  margin-top: 14px;
}
.header .logo img {
  width: 100%;
}
.header .nav {
  height: 77px;
}
.header .nav > li {
  height: 100%;
  float: left;
  position: relative;
  z-index: 11;
}
.header .nav > li > a {
  display: inline-block;
  height: 100%;
  line-height: 76px;
  font-size: 14px;
  color: #333;
  padding: 0 22px;
}
.header .nav > li .nav-box {
  position: absolute;
  width: 100%;
  display: none;
}
.header .nav > li .nav-box > a {
  display: block;
  width: 100%;
  min-height: 35px;
  line-height: 35px;
  color: #333;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}
.header .nav > li .nav-box > a:hover {
  color: #0095f0;
}
.header .nav > li .nav-box > a:last-of-type {
  border: 0;
}
.header .nav > li.search {
  margin-left: 20px;
  position: relative;
  z-index: 10;
}
.header .nav > li.search > i {
  width: 20px;
  height: 80px;
  background-image: url("../images/05.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
  display: inline-block;
}
.header .nav > li:hover > a {
  color: #0095f0;
  font-weight: bold;
  border-bottom: 2px solid #0095f0;
}
.header .nav > li:hover .nav-box {
  display: block;
}
.header .nav > li.active > a {
  color: #0095f0;
  font-weight: bold;
  border-bottom: 2px solid #0095f0;
}
.header .nav > li.pro-li:hover .product-box {
  display: block !important;
}
.header .search-box {
  position: absolute;
  top: 81px;
  width: 100%;
  left: 0;
  height: 260px;
  background-color: rgba(255, 255, 255, 0.98);
  padding-top: 45px;
  display: none;
}
.header .search-box .serch-container {
  width: 790px;
  margin: 0 auto;
}
.header .search-box .serch-container .input-box {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f1f1f1;
  border-radius: 30px;
  position: relative;
}
.header .search-box .serch-container .input-box input {
  width: 90%;
  height: 58px;
  border: 0;
  background-color: transparent;
  padding-left: 30px;
  font-size: 16px;
}
.header .search-box .serch-container .input-box .s-icon {
  display: inline-block;
  top: 0;
  right: 10px;
  position: absolute;
  width: 60px;
  height: 60px;
  border: 0;
  background-color: transparent;
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/05.png);
}
.header .search-box .serch-container .key-words {
  margin-top: 20px;
  padding-left: 30px;
}
.header .search-box .serch-container .key-words .label {
  display: inline-block;
}
.header .search-box .serch-container .key-words .item-box {
  width: 670px;
}
.header .search-box .serch-container .key-words .item-box a {
  color: #999;
  font-size: 14px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.header .search-box .s-close {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-image: url("../images/06.png");
  background-position: center;
  background-size: 24px 24px;
  position: absolute;
  bottom: 20px;
  cursor: pointer;
  left: calc(50% - 20px);
}
.header .product-box {
  position: fixed;
  top: 110px;
  width: 100%;
  left: 0;
  display: none;
}
.header .product-box .product-nav-box {
  background-color: rgba(255, 255, 255, 0.98);
  padding-top: 40px;
}
.header .product-box .product-nav-box .pro-nav-list > li {
  float: left;
  margin-right: 45px;
}
.header .product-box .product-nav-box .pro-nav-list > li:last-of-type {
  margin-right: 0;
}
.header .product-box .product-nav-box .pro-nav-list > li .tt {
  padding-left: 10px;
  position: relative;
  color: #333;
  font-size: 14px;
  margin-bottom: 20px;
}
.header .product-box .product-nav-box .pro-nav-list > li .tt:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 14px;
  background-color: #0095f0;
  left: 0;
  top: 3px;
}
.header .product-box .product-nav-box .pro-nav-list > li .link-box li {
  margin-bottom: 10px;
}
.header .product-box .product-nav-box .pro-nav-list > li .link-box li a {
  color: #666;
  font-size: 12px;
  padding-bottom: 3px;
}
.header .product-box .product-nav-box .pro-nav-list > li .link-box li a:hover {
  box-shadow: 0 1px #0095f0;
  color: #0095f0;
  font-weight: bold;
}
.header .product-fix {
  top: 80px;
}

.header-fix {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  transition: all 0.6s;
}

.com-title .t1 {
  color: #333;
  font-size: 34px;
}
.com-title .t2 {
  font-size: 14px;
  color: #999;
}

.com-title-white .t1 {
  color: #fff;
  font-size: 34px;
}
.com-title-white .t2 {
  font-size: 14px;
  color: #fff;
}

.inner-banner {
  width: 100%;
  height: 490px;
  background-image: url("../images/30.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.inner-banner-pro {
  width: 100%;
  height: 710px;
  background-image: url("../images/31.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.inner-banner-pro .pro-banner {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.inner-banner-pro .pro-banner .container ul {
  width: 100%;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.9);
}
.inner-banner-pro .pro-banner .container ul li {
  width: 150px;
  height: 100%;
  text-align: center;
  border-right: 1px solid #fff;
  float: left;
}
.inner-banner-pro .pro-banner .container ul li.active a {
  color: #fff;
  background-color: #0095f0;
}
.inner-banner-pro .pro-banner .container ul li a {
  font-size: 14px;
  color: #666;
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 50px;
}

.big-content {
  padding: 20px 0 30px;
}
.big-content .left-block-box {
  width: 200px;
}
.big-content .left-block-box .left-nav {
  border: 1px solid #eeeeee;
}
.big-content .left-block-box .left-nav .top {
  width: 100%;
  height: 78px;
  background-image: linear-gradient(149deg, #007fcf 0%, #009eff 100%), linear-gradient(#004b9f, #004b9f);
  padding: 10px 0 0 20px;
  color: #fff;
  border-bottom: 1px solid #eee;
}
.big-content .left-block-box .left-nav .top .t1 {
  font-size: 24px;
}
.big-content .left-block-box .left-nav .top .t2 {
  font-size: 14px;
}
.big-content .left-block-box .left-nav ul {
  width: 100%;
  border-top: 0;
}
.big-content .left-block-box .left-nav ul li {
  transition: all 0.6s;
  height: 50px;
  border-bottom: 1px solid #eee;
}
.big-content .left-block-box .left-nav ul li:last-of-type {
  border-bottom: 0;
}
.big-content .left-block-box .left-nav ul li.active, .big-content .left-block-box .left-nav ul li:hover {
  background-image: linear-gradient(149deg, #007fcf 0%, #009eff 100%), linear-gradient(#004b9f, #004b9f);
}
.big-content .left-block-box .left-nav ul li.active a, .big-content .left-block-box .left-nav ul li:hover a {
  color: #fff;
}
.big-content .left-block-box .left-nav ul li a {
  color: #666;
  font-size: 14px;
  display: block;
  height: 100%;
  line-height: 50px;
  padding-left: 20px;
}
.big-content .left-block-box .contact-box {
  border: 1px solid #eee;
  border-top: 1px solid #0095f0;
  margin-top: 20px;
}
.big-content .left-block-box .contact-box .title {
  color: #333;
  padding: 20px 0 20px 15px;
  border-bottom: 1px solid #eee;
}
.big-content .left-block-box .contact-box .title .t1 {
  font-size: 18px;
}
.big-content .left-block-box .contact-box .title .t2 {
  font-size: 14px;
}
.big-content .left-block-box .contact-box .contact-cont {
  padding: 20px 25px 15px 20px;
}
.big-content .left-block-box .contact-box .contact-cont .item {
  margin-bottom: 15px;
}
.big-content .left-block-box .contact-box .contact-cont .item .tt {
  margin-bottom: 5px;
}
.big-content .left-block-box .contact-box .contact-cont .item .tt img {
  width: 17px;
}
.big-content .left-block-box .contact-box .contact-cont .item .tt span {
  font-size: 14px;
  line-height: 14px;
  color: #666;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-weight: bold;
}
.big-content .left-block-box .contact-box .contact-cont .item p {
  color: #666;
  font-size: 14px;
  line-height: 1.8em;
}
.big-content .right-block-box {
  width: 970px;
}

.bread-box .home {
  display: inline-block;
  padding-left: 25px;
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-position: left 2px;
  background-image: url("../images/29.png");
  font-size: 13px;
}
.bread-box span {
  display: inline-block;
  width: 6px;
  height: 9px;
  background-image: url("../images/13.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  margin: 0 3px;
}
.bread-box .active {
  color: #0095f0;
  font-size: 14px;
}
.bread-box .active01 {
  color: #0095f0;
  font-size: 18px;
}
.bread-box.b-border {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.pages-box {
  height: 50px;
  line-height: 50px;
  background-color: #f5f5f5;
  text-align: center;
}
.pages-box a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #666;
  background-color: #fff;
  border-radius: 3px;
  margin-right: 10px;
}
.pages-box a:hover, .pages-box a.active {
  color: #fff;
  background-color: #0095f0;
}
.pages-box .first, .pages-box .last {
  width: 50px;
}
.pages-box .preNext {
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
}
.pages-box .preNext:hover {
  background-color: #fff;
  color: #666;
}
.pages-box .prev {
  background-image: url("../images/53.png");
}
.pages-box .next {
  background-image: url("../images/52.png");
}

.footer .footer-top {
  width: 100%;
  padding: 35px 0 50px;
  background-color: #292c30;
}
.footer .footer-top .footer-list > li {
  float: left;
  margin-right: 75px;
}
.footer .footer-top .footer-list > li .tt {
  font-size: 20px;
  color: #fff;
  margin-bottom: 25px;
}
.footer .footer-top .footer-list > li .link-box li {
  margin-bottom: 10px;
}
.footer .footer-top .footer-list > li .link-box li a {
  font-size: 14px;
  color: #999;
}
.footer .footer-top .footer-list > li:last-child {
  margin-right: 0;
}
.footer .footer-top .right .title {
  color: #fff;
  font-size: 20px;
}
.footer .footer-top .right .phone {
  font-size: 36px;
  font-weight: bold;
  color: #0095f0;
  margin-top: 20px;
}
.footer .footer-top .right .item-box {
  margin-top: 50px;
}
.footer .footer-top .right .item-box a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.footer .footer-top .right .item-box a .code-box {
  width: 140px;
  height: 140px;
  background-color: #fff;
  padding: 10px;
  position: absolute;
  bottom: 50px;
  left: -50px;
  display: none;
}
.footer .footer-top .right .item-box a .code-box:after {
  content: "";
  position: absolute;
  border-width: 8px 8px 0px;
  border-style: solid;
  border-color: #fff transparent transparent;
  bottom: -5px;
  left: calc(50% - 8px);
}
.footer .footer-top .right .item-box a .code-box img {
  width: 100%;
  height: 100%;
}
.footer .footer-top .right .item-box a:hover .code-box {
  display: block;
}
.footer .footer-top .right .item-box .item01 {
  background-image: url("../images/07.png");
}
.footer .footer-top .right .item-box .item02 {
  background-image: url("../images/08.png");
}
.footer .footer-top .right .item-box .item03 {
  background-image: url("../images/09.png");
}
.footer .footer-top .right .item-box .item03 .mail-box {
  background-color: #0095f0;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  position: absolute;
  top: -45px;
  display: none;
}
.footer .footer-top .right .item-box .item03:hover .mail-box {
  display: block;
}
.footer .footer-bottom {
  height: 50px;
  line-height: 50px;
  background-color: #232528;
  text-align: center;
  font-size: 12px;
  color: #52555b;
}
.footer .footer-bottom a {
  color: #52555b;
}

.join-form {
  width: 600px;
  height: 354px;
  background-color: #fff;
  padding: 40px;
}
.join-form .line {
  width: 100%;
  height: 36px;
  display: inline-block;
}
.join-form .line .label {
  height: 36px;
  display: inline-block;
  float: left;
  font-size: 16px;
  line-height: 36px;
}
.join-form .line .desc {
  margin-left: 20px;
}
.join-form .line input[type=text] {
  display: inline-block;
  float: left;
  width: 438px;
  height: 36px;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #f1f5fd;
  padding: 0 10px;
}
.join-form .line .upload {
  width: 95px;
  height: 36px;
  line-height: 36px;
  position: relative;
  margin-left: 0px;
  text-align: center;
  background-color: #0095f0;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
}
.join-form .line .upload input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.join-form .line textarea {
  display: inline-block;
  float: left;
  width: 100%;
  height: 100px;
  background-color: #fff;
  border: 1px solid #f1f5fd;
  padding: 10px;
  resize: none;
}
.join-form .line .load {
  width: 438px;
  height: 25px;
  background-color: #fff;
  border: none;
  margin-top: 6px;
  display: inline-block;
  float: left;
}
.join-form .line img {
  display: inline-block;
  margin-left: 10px;
  width: 80px;
  height: 34px;
}
.join-form .line button {
  width: 120px;
  height: 38px;
  border-radius: 4px;
  background-color: #0095f0;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border: none;
  float: right;
}
.join-form .line.heightauto {
  height: auto;
}

#map .BMapLabel {
  border: 0 !important;
  background-color: transparent !important;
}
#map .BMapLabel .info-div {
  min-width: 190px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: rgba(0, 149, 240, 0.8);
  position: relative;
  border-radius: 5px;
  padding: 0 10px;
}
#map .BMapLabel .info-div .arrow {
  position: absolute;
  display: inline-block;
  border-width: 5px 5px 0;
  border-style: solid;
  bottom: -5px;
  left: calc(7% - 2px);
  border-color: rgba(0, 149, 240, 0.8) transparent transparent; /*灰 透明 透明 */
}

.right-nav-box {
  position: fixed;
  right: 0;
  top: calc(50% - 100px);
  display: flex;
  align-items: center;
  z-index: 100000;
}
.right-nav-box .online-box {
  font-size: 16px;
  width: 30px;
  padding: 10px 0 25px;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: bottom 5px center;
  background-image: url(../images/arr-r.png);
  background-color: #0095f0;
  margin-right: 5px;
  cursor: pointer;
}
.right-nav-box .online-items {
  display: none;
}
.right-nav-box .online-items .item {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  min-width: 180px;
  height: 68px;
  line-height: 68px;
  background-color: #0095f0;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  margin-top: 5px;
}
.right-nav-box .online-items .item .qq-link {
  width: 48px;
  height: 48px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/qq.png");
  margin-right: 10px;
  vertical-align: middle;
}
.right-nav-box .online-items .item .phone {
  width: 48px;
  height: 48px;
  background-image: url("../images/tel.png");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.right-nav-box .online-items .item .info {
  color: #fff;
  font-size: 16px;
  margin-left: 0px;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.right-nav-box .online-items .item .info .t1 {
  font-size: 12px;
}/*# sourceMappingURL=common.css.map */