@charset "UTF-8";
/* 公共样式 start */
body {
  background-color: #f9f9f9;
}

.w-960, .top-nav .nav-box, .banner .banner-box, .content .content-box, .footer .footer-box {
  width: 960px;
  margin: 0 auto;
}

a:link,
a:visited,
a:active,
a:hover {
  text-decoration: none;
}

.gotop {
  background: url("../images/back_to_top_icon.png") no-repeat 50% 50%;
  position: fixed;
  width: 80px;
  height: 80px;
  bottom: 50px;
  left: 50%;
  margin-left: 560px;
  display: none;
  z-index: 999;
}

/* 公共样式 end */
/* nav样式 start */
.top-nav {
  width: 100%;
  height: 78px;
  background-color: #fff;
  z-index: 9999;
}
.top-nav .nav-box {
  height: 78px;
}
.top-nav .nav-box .logo {
  margin-top: 14px;
}
.top-nav .nav-box a {
  line-height: 78px;
  width: 140px;
  font-size: 15px;
  color: #000;
}
.top-nav .nav-box a span {
  display: block;
  line-height: 16px;
  font-size: 16px;
  padding: 8px 0;
  width: 120px;
  margin: 23px auto 0;
}
.top-nav .nav-box .nav-active span {
  color: #008bed;
  background: #f0f9ff;
  border-radius: 3px;
}

/* nav样式 end */
/* banner样式 start */
.banner {
  margin-top: 78px;
  background: #008bed;
}
.banner .banner-box {
  position: relative;
  height: 460px;
}
.banner .banner-box .banner-phone {
  position: absolute;
  width: 409px;
  height: 448px;
  left: 31px;
  bottom: 0;
  overflow: hidden;
}
.banner .banner-box .banner-phone .phone1 {
  position: absolute;
  width: 409px;
  height: 448px;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, 30%, 0);
  transform: translate3d(0, 30%, 0);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s, transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s, transform 0.8s;
}
.banner .banner-box .banner-phone .phone2 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.banner .banner-box .banner-right {
  position: absolute;
  width: 392px;
  right: 0;
  padding-top: 100px;
  opacity: 0;
  -webkit-transform: translate3d(20%, 0, 0);
  transform: translate3d(20%, 0, 0);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s, transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s, transform 0.8s;
  z-index: 999;
}
.banner .banner-box .banner-right h2 {
  font-size: 42px;
  color: #fff;
  line-height: 50px;
}
.banner .banner-box .banner-right p {
  font-size: 16px;
  color: #99d1f8;
  line-height: 26px;
  margin-top: 10px;
  display: block;
  height: 100px;
}
.banner .banner-box .banner-right .banner-e {
  width: 145px;
  height: 153px;
  background: #fff;
  border-radius: 3px;
}
.banner .banner-box .banner-right .banner-e img {
  margin: 9px 0 0 5px;
}
.banner .banner-box .banner-right .banner-l ul li {
  width: 194px;
}
.banner .banner-box .banner-right .banner-l ul li a {
  display: block;
  height: 64px;
  background: #fff;
  border-radius: 3px;
}
.banner .banner-box .banner-right .banner-l ul li a:hover {
  background-color: #e0f3ff;
}
.banner .banner-box .banner-right .banner-l ul li img {
  display: inline-block;
  margin: 8px 0 0 5px;
  width: 50px;
  height: 50px;
}
.banner .banner-box .banner-right .banner-l ul li span {
  vertical-align: top;
  display: inline-block;
  line-height: 64px;
  font-size: 22px;
  text-align: center;
  width: 115px;
  font-weight: normal;
  color: #39442e;
}
.banner .banner-box .banner-right .banner-l ul .li-2 {
  margin-top: 24px;
}
.banner .banner-box .banner-right .banner-l ul .li-2 ul {
  display: none;
}
.banner .banner-box .banner-right .banner-l ul .li-2:hover ul {
  display: block;
}
.banner .banner-box .banner-right2 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* banner样式 end */
/* content样式 start */
.content {
  position: relative;
  z-index: 1;
}
.content .content-box .content-p {
  padding: 44px 0 31px;
}
.content .content-box .content-p p {
  font-size: 25px;
  color: #333333;
  line-height: 25px;
}
.content .content-box .content-p .p-2 {
  color: #ccc;
}
.content .content-box .content-news a {
  color: #000;
}
.content .content-box .content-news a .card-box {
  margin-bottom: 20px;
  padding: 20px;
  border: 0;
}
.content .content-box .content-news a .card-box img {
  width: 260px;
  height: 260px;
}
.content .content-box .content-news a .card-box p {
  font-size: 16px;
  line-height: 30px;
}
.content .read-more {
  font-size: 20px;
  color: #15527b;
  background: #e8eef2;
  border-radius: 3px;
  display: block;
  text-align: center;
  height: 62px;
  line-height: 62px;
  margin: 30px 0 0 0;
}

/* content样式 end */
/* footer样式 start */
.footer {
  color: #666;
  background: #e5e5e5;
  height: 265px;
  margin-top: 30px;
}
.footer .footer-box {
  padding-top: 30px;
}
.footer .footer-box p {
  font-size: 14px;
  line-height: 26px;
}
.footer .footer-box p + p {
  margin-top: 12px;
}
.footer .footer-box .footer-r .footer-i {
  border-radius: 3px;
  background: #fff;
  width: 145px;
  height: 153px;
}
.footer .footer-box .footer-r .footer-i img {
  margin: 9px 0 0 6px;
}
.footer .footer-box .footer-r p {
  padding-top: 13px;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}

/* footer样式 end */
