html { font-size: 16px; }

/************************************ base ************************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, button, input, select, textarea {
  color: #444;
  font: 0.875rem/1.5 "Helvetica Neue", "Segoe UI", Tahoma, "Hiragino Sans GB", "Hiragino Kaku Gothic Pro", "Microsoft YaHei", sans-serif;
}

body {
  background-color: #fff;
}

body {
  min-width: 62.5rem;
}

a {
  color: #444;
  text-decoration: none;
}

a:hover {
  color: #444;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.vc, .vc * {
  vertical-align: middle;
}

.clpl {
  padding-left: 0 !important;
}

.btn {
  border: 0 none;
  border-radius: 0.375rem;
  padding: 0.3125rem 1.875rem;
  cursor: pointer;
}

.btn-blue {
  background-color: #007da6;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
}

/************************************ common ************************************/
.header {
  position: relative;
  height: 6.25rem;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.1875rem rgba(0, 0, 0, 0.3);
  text-align: center;
  z-index: 999;
}

.hd-inn,
.hd-inn .logo,
.hd-inn .nav {
  display: inline-block;
}

.hd-inn .logo {
  width: 4.625rem;
  height: 4.625rem;
  margin: 0.8125rem 2.5rem 0.8125rem 1.25rem;
}

.hd-inn .logo img {
  width: 100%;
  height: 100%;
}

.hd-inn .nav > li {
  position: relative;
  float: left;
}

.hd-inn .nav > li > a {
  padding: 2rem 1.875rem;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
}

.hd-inn .nav > li.active > a,
.hd-inn .nav > li:hover > a {
  padding: 2rem 1.875rem 1.625rem;
  color: #007da7;
  border-bottom: 0.375rem solid #007da7;
}

.hd-inn .nav > li.ddmenu > a {
  padding-right: 3rem;
}

.hd-inn .nav > li.ddmenu > a::after {
  content: '';
  position: absolute;
  right: 1.875rem;
  top: 2.9375rem;
  width: 0;
  height: 0;
  border: 0.375rem solid transparent;
  border-top-color: #444;
}

.hd-inn .nav > li.active > a::after,
.hd-inn .nav > li:hover > a::after {
  border-top-color: #007da7;
}

.hd-inn .nav > li.ddmenu .nav-sub {
  display: none;
  position: absolute;
  top: 6.25rem;
  left: 0;
  background-color: #fff;
  box-shadow: 0 0.1875rem 0.1875rem rgba(0, 0, 0, 0.3);
}

.hd-inn .nav > li.ddmenu .nav-sub > li > a {
  display: block;
  padding: 0.375rem 1.875rem;
  font-size: 1.125rem;
  font-weight: 700;
  white-space: nowrap;
}
.hd-inn .nav > li.ddmenu .nav-sub > li > a:hover {
  background-color: #007da6;
  color: #fff;
}
.hd-inn .nav > li.ddmenu:hover .nav-sub {
  display: block;
}

.hd-inn .nav > li.ddmenu .nav-sub.nav-product > li > a {
  padding: 0.375rem 1.125rem;
}

.footer {
  padding: 3.125rem 0;
  text-align: center;
}

.footer p {
  margin-bottom: 0.3125rem;
  color: #b3b3b3;
  font-size: 0.75rem;
  font-weight: 400;
}

.page-index,
.page-product,
/*.page-scheme,*/
.page-case,
.page-about {
  padding-top: 6.25rem;
}

.page-index .header,
.page-product .header,
.page-scheme .header,
.page-case .header,
.page-about .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-width: 62.5rem;
}

/************************************ index ************************************/
.page-index .banner .cover {
  font-size: 0;
}

.page-index .banner .cover img {
  width: 100%;
}

.page-index .adv {
  padding: 3.125rem 0;
  background: url(../img/index/bg.png) repeat;
}

.page-index .adv > h1 {
  text-align: center;
  color: #2babd0;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}

.page-index .news {
  /*padding: 50rem * 0.0625 0;*/
}

.page-index .news > h1 {
  position: relative;
  text-align: center;
  color: #2babd0;
  font-size: 3rem;
  font-weight: 700;
  width: 61.375rem;
  margin: 2.5rem auto;
}

.page-index .btn-more {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 1.875rem;
  padding: 0.1875rem 2.5rem;
  background-color: #2babd0;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  transform: skew(-30deg, 0);
  -ms-transform: skew(-30deg, 0);
  /* IE 9 */
  -moz-transform: skew(-30deg, 0);
  /* Firefox */
  -webkit-transform: skew(-30deg, 0);
  /* Safari and Chrome */
  -o-transform: skew(-30deg, 0);
  /* Opera */
}

.page-index .btn-more > span {
  display: inline-block;
  transform: skew(30deg, 0);
  -ms-transform: skew(30deg, 0);
  /* IE 9 */
  -moz-transform: skew(30deg, 0);
  /* Firefox */
  -webkit-transform: skew(30deg, 0);
  /* Safari and Chrome */
  -o-transform: skew(30deg, 0);
  /* Opera */
}

.page-index .news-content {
  margin: 2.5rem auto;
  width: 61.375rem;
}

.page-index .news-content .news-photo,
.page-index .news-content .news-list {
  float: left;
  width: 50%;
}

.page-index .news-content .news-photo {
  position: relative;
  padding-right: 0.3125rem;
  font-size: 0;
}

.page-index .news-content .news-photo img {
  width: 100%;
  height: 18.375rem;
}

.page-index .news-content .news-photo .news-photo-cover {
  position: absolute;
  left: 0;
  right: 0.3125rem;
  bottom: 0;
  padding: 0.3125rem 1.875rem 0.9375rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
}

.page-index .news-content .news-list {
  padding-left: 0.3125rem;
}

.page-index .news-content .news-list .border {
  height: 0.5rem;
  background-color: #2babd0;
}

.page-index .news-content .news-list ul {
  border: 0.125rem solid #eee;
  border-top: 0 none;
  height: 17.875rem;
  overflow: auto;
}

.page-index .news-content .news-list ul > li > a {
  display: block;
  position: relative;
  padding: 0.6875rem 0.9375rem;
  font-size: 0.9375rem;
}

.page-index .news-content .news-list ul > li > a > i {
  display: inline-block;
  margin-right: 0.9375rem;
  background-color: #f68603;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  vertical-align: middle;
}

.page-index .news-content .news-list ul > li > a > span {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 21.25rem;
  vertical-align: middle;
}

.page-index .news-content .news-list ul > li > a:hover {
  background-color: #f3f3f3;
  color: #2babd0;
}

.page-index .news-content .news-list ul > li > a:hover > i {
  background-color: #2babd0;
}

.page-index .news-content .news-list ul > li.new > a::after {
  content: '';
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  background: url(../img/icon/i-new.png) no-repeat;
  width: 1.6875rem;
  height: 1.0625rem;
}

/************************************ index sidebar ************************************/
.contact-bar {
  position: fixed;
  right: 1.875rem;
  top: 50%;
  margin-top: -6.25rem;
  z-index: 9999;
}

.contact-bar > ul {
  background-color: rgba(0, 0, 0, 0.5);
}

.contact-bar > ul > li {
  position: relative;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.5);
  width: 2.5rem;
  height: 3.125rem;
  cursor: pointer;
}

.contact-bar > ul > li.qq {
  background: url(../img/icon-contact/i-qq-gray.png) no-repeat center center;
}

.contact-bar > ul > li.tel {
  background: url(../img/icon-contact/i-tel-gray.png) no-repeat center center;
}

.contact-bar > ul > li.wechat {
  background: url(../img/icon-contact/i-wechat-gray.png) no-repeat center center;
}

.contact-bar > ul > li.weibo {
  background: url(../img/icon-contact/i-weibo-gray.png) no-repeat center center;
}

.contact-bar > ul > li.code {
  background: url(../img/icon-contact/i-code-gray.png) no-repeat center center;
}

.contact-bar > ul > li.qq:hover {
  background: url(../img/icon-contact/i-qq.png) no-repeat center center;
}

.contact-bar > ul > li.tel:hover {
  background: url(../img/icon-contact/i-tel.png) no-repeat center center;
}

.contact-bar > ul > li.wechat:hover {
  background: url(../img/icon-contact/i-wechat.png) no-repeat center center;
}

.contact-bar > ul > li.weibo:hover {
  background: url(../img/icon-contact/i-weibo.png) no-repeat center center;
}

.contact-bar > ul > li.code:hover {
  background: url(../img/icon-contact/i-code.png) no-repeat center center;
}

.contact-bar > ul > li > div {
  display: none;
  position: absolute;
  bottom: 0;
  right: 2.5rem;
  width: 13.125rem;
  height: 3.125rem;
  padding-right: 0.625rem;
}
.contact-bar > ul > li > div > span {
  display: block;
  position: relative;
  width: 12.5rem;
  height: 3.125rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 3.125rem;
  text-align: center;
}

.contact-bar > ul > li > div > span a {
    color:#fff;
}

.contact-bar > ul > li > div > span::after {
  content: '';
  position: absolute;
  bottom: 1.25rem;
  right: -0.625rem;
  width: 0;
  height: 0;
  border: 0.3125rem solid transparent;
  border-left-color: rgba(0, 0, 0, 0.5);
}

.contact-bar > ul > li:hover > div {
  display: block;
}

.contact-bar > ul > li.wechat > div > span::after {
  bottom: 7.25rem;
}
.contact-bar > ul > li.wechat > div {
  bottom: -6.25rem;
  height: 15.625rem;
}
.contact-bar > ul > li.wechat > div > span {
  height: 15.625rem;
  padding-top: 1.25rem;
  line-height: 1.5;
}
.contact-bar > ul > li.wechat > div > span > p {
  margin-bottom: 0.625rem;
}
.contact-bar > ul > li.wechat > div > span > img {
  width: 10rem;
  height: 10rem;
}

.contact-bar > ul > li.code > div {
  height: 15.625rem;
}
.contact-bar > ul > li.code > div > span {
  height: 15.625rem;
  padding-top: 1.875rem;
  line-height: 1.5;
}
.contact-bar > ul > li.code > div > span > p {
  margin-bottom: 0.625rem;
}
.contact-bar > ul > li.code > div > span > img {
  width: 10rem;
  height: 10rem;
}

/************************************ news list ************************************/
.page-news .news-list-wrap {
  margin: 0 auto;
  width: 62.5rem;
}

.page-news .news-list-wrap h1 {
  text-align: center;
  color: #007da5;
  font-size: 3rem;
  font-weight: 700;
  margin: 1.25rem auto;
}

.page-news .news-list-head {
  background: #007da6;
  height: 3.4375rem;
}

.page-news .news-list-head .title,
.page-news .news-list-head .date {
  float: left;
  padding: 0.875rem 1.25rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
}

.page-news .news-list-head .title {
  width: 80%;
}

.page-news .news-list-head .date {
  width: 20%;
}

.page-news .news-list {
  border: 0.0625rem solid #a6a6a6;
  border-top: 0 none;
}

.page-news .news-list > li > a:before,
.page-news .news-list > li > a:after {
  display: table;
  content: " ";
}

.page-news .news-list > li > a:after {
  clear: both;
}

.page-news .news-list > li > a {
  display: block;
  color: #5c5c5c;
  font-size: 0.875rem;
}

.page-news .news-list > li > a:hover {
  background-color: #eef2fb;
  color: #3e90b5;
}

.page-news .news-list > li > a > .title,
.page-news .news-list > li > a > .date {
  float: left;
  padding: 0.875rem 1.25rem;
}

.page-news .news-list > li > a > .title {
  width: 80%;
}

.page-news .news-list > li > a > .date {
  width: 20%;
}

.page-news .news-list > li.item-btn {
  padding: 1.25rem;
  text-align: center;
}

/************************************ news detail ************************************/
.page-news .news-detail-wrap {
  margin: 0 auto;
  width: 62.5rem;
}

.page-news .news-detail-wrap h2 {
  text-align: center;
  color: #2babd0;
  font-size: 2.25rem;
  font-weight: 700;
  margin: 1.25rem auto;
}

.page-news .news-detail-wrap .news-detail-border {
  border: 0.0625rem solid #a6a6a6;
  padding: 1.25rem;
  line-height: 1.8;
  font-size: 1rem;
}
.page-news .news-detail-wrap .news-detail-border p {
  margin-bottom: 0.625rem;
}

/************************************ about ************************************/
.page-about h1 {
  text-align: center;
  color: #2babd0;
  font-size: 3rem;
  font-weight: 700;
  margin: 1.875rem auto;
}

.page-about .about-wrap {
  padding-bottom: 3.125rem;
}

.page-about .about-content {
  width: 62.5rem;
  margin: 0 auto;
}

.page-about .about-content p {
  line-height: 1.8;
  font-size: 1.125rem;
}

.page-about .advantage-wrap {
  padding: 0.125rem 0 3.125rem;
  background-color: #f4f5f7;
}

.page-about .advantage-wrap .advantage {
  width: 62.5rem;
  margin: 0 auto;
}

.page-about .advantage-wrap .advantage > li {
  float: left;
  width: 33.33%;
}

.page-about .advantage-wrap .advantage > li > a {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 18.375rem;
  height: 17.8125rem;
  box-shadow: 0.125rem 0.125rem 0.1875rem rgba(0, 0, 0, 0.4);
}

.page-about .advantage-wrap .advantage > li > a > img {
  width: 100%;
  height: 100%;
}

.page-about .advantage-wrap .advantage > li > a > span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 2;
}

.page-about .advantage-wrap .advantage > li > a > .cover {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  /*border: 3rem * 0.0625 solid #a1c1de;*/
}

.page-about .advantage-wrap .advantage > li > a > .cover > p {
  padding: 1.25rem;
  color: #fff;
  overflow: hidden;
}

.page-about .advantage-wrap .advantage > li > a:hover > span {
  display: none;
}

.page-about .advantage-wrap .advantage > li > a:hover > .cover {
  display: block;
}

.page-about .contact-wrap {
  width: 62.5rem;
  margin: 0 auto;
  padding-bottom: 3.125rem;
}

.page-about .contact-wrap .map > img {
  width: 62.5rem;
}

.page-about .contact-wrap .contact {
  padding: 0.625rem 5rem;
}

.page-about .contact-wrap .contact p {
  font-size: 1.125rem;
  color: #666;
  margin-bottom: 0.3125rem;
}

/************************************ product ************************************/
.page-product .product-wrap {
  padding: 3.125rem 0;
}

.page-product .product-wrap:before,
.page-product .product-wrap:after {
  display: table;
  content: " ";
}

.page-product .product-wrap:after {
  clear: both;
}

.page-product .product-wrap {
  background-color: #fff;
}

.page-product .product-wrap-even {
  background-color: #f4f5f7;
}

.page-product .product-wrap .picture {
  width: 40%;
}
.page-product .product-wrap .content {
  width: 60%;
}

.page-product .product-wrap .picture {
  float: left;
}

.page-product .product-wrap .content {
  float: right;
  padding: 0 5rem;
}

.page-product .product-wrap.product-wrap-even .picture {
  float: right;
}

.page-product .product-wrap.product-wrap-even .content {
  float: left;
}

.page-product .product-wrap .picture img {
  width: 100%;
}

.page-product .product-wrap .content h3 {
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  color: #585858;
  font-size: 3.75rem;
  font-weight: 700;
}

.page-product .product-wrap.product-wrap-even .content h3 {
  text-align: right;
}

.page-product .product-wrap .content p {
  color: #a8a8a8;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
}

.page-product .product-wrap .custom {
  position: relative;
}

.page-product .product-wrap .custom > img {
  width: 100%;
}

.page-product .product-wrap .custom h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15rem;
  height: 5.625rem;
  margin-left: -7.5rem;
  margin-top: -12.25rem;
  color: #585858;
  font-size: 3.75rem;
  font-weight: 700;
}

/************************************ scheme ************************************/
.page-scheme .scheme-wrap {
  position: relative;
  font-size: 0;
}

.page-scheme .scheme-wrap > img {
  width: 100%;
}

.page-scheme .scheme-wrap .cover {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -8.5rem;
  text-align: center;
}

.page-scheme .scheme-wrap .cover h3 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}

.page-scheme .scheme-wrap .cover p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
}

.page-scheme .scheme-wrap.scheme-standard .cover h3 {
  /*padding-top: 1.875rem;*/
}

/************************************ case ************************************/
.page-case h1 {
  text-align: center;
  color: #2babd0;
  font-size: 3rem;
  font-weight: 700;
  margin: 1.875rem auto;
}

.page-case .case-title-wrap {
  margin: 0 auto;
  width: 62.5rem;
  padding: 0 1.25rem 1rem;
}
.page-case .case-title {
  display: inline-block;
  padding: 0.1875rem 2.5rem;
  background-color: #2babd0;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  transform: skew(-30deg, 0);
  -ms-transform: skew(-30deg, 0);
  /* IE 9 */
  -moz-transform: skew(-30deg, 0);
  /* Firefox */
  -webkit-transform: skew(-30deg, 0);
  /* Safari and Chrome */
  -o-transform: skew(-30deg, 0);
  /* Opera */
}

.page-case .case-title > span {
  display: inline-block;
  transform: skew(30deg, 0);
  -ms-transform: skew(30deg, 0);
  /* IE 9 */
  -moz-transform: skew(30deg, 0);
  /* Firefox */
  -webkit-transform: skew(30deg, 0);
  /* Safari and Chrome */
  -o-transform: skew(30deg, 0);
  /* Opera */
}


.page-case .case-list {
  margin: 0 auto;
  width: 62.5rem;
}

.page-case .case-list > li {
  float: left;
  width: 33.33%;
  margin-bottom: 2.1875rem;
}

.page-case .case-list > li > a {
  display: block;
  margin: 0 auto;
  width: 18.5rem;
  height: 14.5rem;
  box-shadow: 0 0.0625rem 0.3125rem rgba(0, 0, 0, 0.4);
}

.page-case .case-list > li > a:hover {
  box-shadow: 0 0.0625rem 0.5rem #4789c3;
}

.page-case .case-list > li > a > img {
  width: 18.5rem;
  height: 10.5rem;
}

.page-case .case-list > li > a .info {
  padding: 0.3125rem 0.9375rem;
}

.page-case .case-list > li > a .info p {
  font-size: 1rem;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.page-case .btn-area {
  text-align: center;
}

