* {
  box-sizing: border-box;
}
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img,
div {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
ul,
ol {
  list-style: none;
}
input {
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  border: 0 none;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 14px;
  margin: 0;
  outline: none;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
body {
  font-size: 16px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
a {
  color: #333333;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 16px;
}
a:hover {
  text-decoration: none;
}
i,
b {
  font-style: normal;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.wrap {
  width: 1200px;
  position: relative;
  margin: 0 auto;
  height: 100%;
}
.mart80 {
  margin-top: 80px;
}
.mart60 {
  margin-top: 60px;
}
/* header */
.header {
  height: 80px;
  background: #ffff;
}
.header .logo {
  float: left;
  margin-top: 15px;
  width: 180px;
  height: 46px;
  background: url(../images/logo.png) center center no-repeat;
}
.header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .nav {
  float: right;
}
.header .nav li {
  float: left;
  margin-right: 35px;
  position: relative;
}
.header .nav li:last-child {
  margin-right: 0;
}
.header .nav li a {
  font-size: 18px;
  color: #222;
  display: block;
  line-height: 80px;
}
.header .nav li::after {
  content: '';
  display: block;
  width: 0px;
  height: 14px;
  background: url(../images/nav_icon.png) no-repeat;
  position: absolute;
  transition: all .5s;
  top: 55px;
  left: 50%;
}
.header .nav .on::after {
  width: 30px;
  margin-left: -15px;
}
.white_header {
  width: 100%;
  z-index: 999;
  position: absolute;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.white_header .wrap .logo {
  background: url(../images/logo3.png) center center no-repeat;
}
.white_header .nav li::after {
  background: url(../images/white_nav_icon.png) no-repeat;
}
.white_header .nav li a {
  color: #fff;
}
.tm_header {
  width: 100%;
  position: absolute;
  z-index: 999;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.tm_header .wrap .logo {
  background: url(../images/logo.png) center center no-repeat;
}
.tm_header .nav li::after {
  background: url(../images/nav_icon.png) no-repeat;
}
/* footer */
.footer {
  background: #071634 url(../images/footer_bg.png) left 0px no-repeat;
}
.footer .yqLink {
  background: #fff;
  height: 66px;
  border-top: 1px solid #e5e5e5;
}
.footer .yqLink li {
  width: 200px;
  float: left;
}
.footer .yqLink li a {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 66px;
  color: #001633;
}
.footer .footer_info {
  height: 469px;
  border-bottom: 1px solid #606e8c;
}
.footer .footer_info .left {
  width: 512px;
  float: left;
  padding-top: 60px;
}
.footer .footer_info .left li:nth-child(1) {
  margin-bottom: 80px;
}
.footer .footer_info .left li:nth-child(4) {
  margin-bottom: 30px;
}
.footer .footer_info .left .leftInfo {
  overflow: hidden;
  width: 100%;
}
.footer .footer_info .left .leftInfo li {
  float: left;
  margin-bottom: 15px;
}
.footer .footer_info .left .leftInfo li:nth-child(1) {
  margin-bottom: 0;
  margin-right: 18px;
}
.footer .footer_info .left .leftInfo li:nth-child(2) {
  margin-top: 12px;
}
.footer .footer_info .left li {
  color: #606e8c;
  margin-bottom: 19px;
}
.footer .footer_info .right {
  float: right;
  padding-top: 60px;
}
.footer .footer_info .right ul {
  margin-right: 52px;
  float: left;
}
.footer .footer_info .right ul .tit {
  margin-bottom: 22px;
}
.footer .footer_info .right ul .tit a {
  color: #fff;
  font-size: 18px;
}
.footer .footer_info .right ul li {
  margin-bottom: 15px;
  text-align: center;
}
.footer .footer_info .right ul li a {
  color: #606e8c;
}
.footer .footer_info .right ul:last-child {
  margin-right: 0;
}
.footer .footer_bom {
  height: 60px;
  line-height: 60px;
  color: #606e8c;
}
.footer .footer_bom a {
  color: #606e8c;
}
.cp_header {
  height: 59px;
  width: 100%;
  background: #fff;
  overflow: hidden;
}
.cp_header .logo {
  width: 230px;
  height: 34px;
  background: url(../images/cp_logo.png) center center no-repeat;
  margin: 14px 0 0 34px;
  float: left;
}
.cp_header .nav {
  margin-left: 80px;
  float: left;
}
.cp_header .nav li {
  float: left;
  line-height: 59px;
  position: relative;
  margin-right: 53px;
}
.cp_header .nav li a {
  display: block;
  width: 100%;
  height: 100%;
}
.cp_header .nav li:last-child {
  margin-right: 0;
}
.cp_header .nav li::before {
  content: '';
  display: block;
  width: 0;
  background: #00a0e9;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width .3s;
  height: 2px;
}
.cp_header .nav li::after {
  content: '';
  display: block;
  width: 0;
  background: #00a0e9;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: width .3s;
  height: 2px;
}
.cp_header .nav .active::before {
  width: 50%;
}
.cp_header .nav .active::after {
  width: 50%;
}
.menu-wrap {
  display: none;
  position: fixed;
  top: 59px;
  height: calc(100% - 60px);
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 500;
  min-width: 1440px;
}
.menu-wrap .fix-menu {
  min-width: 1470px;
  width: calc(100% - 144px);
  height: 505px;
  margin: 0 auto;
  position: relative;
  overflow-x: auto;
  background: #fff;
}
.menu-wrap .fix-menu .btn {
  width: 20px;
  height: 20px;
  color: #ddd;
  cursor: pointer;
  transform: scaleX(1.3);
  line-height: 20px;
  font-size: 20px;
  top: 21px;
  right: 21px;
  position: absolute;
}
.menu-wrap .middle-content-wrap {
  min-width: 1290px;
  padding: 0 55px;
  overflow: hidden;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.menu-wrap .middle-content-wrap .left {
  width: 174px;
  float: left;
  position: relative;
  height: 100%;
}
.menu-wrap .middle-content-wrap .left .content {
  width: 100%;
  text-align: left;
  height: 100%;
  border-right: 1px solid #eee;
  float: left;
}
.menu-wrap .middle-content-wrap .left .content .top {
  width: 100%;
  font-size: 14px;
  color: #000;
  line-height: 48px;
  white-space: wrap;
}
.menu-wrap .middle-content-wrap .left .content .top .title {
  display: inline-block;
  border-bottom: 1px solid transparent;
  margin: 25px 44px;
  line-height: 14px;
  font-size: 14px;
  cursor: pointer;
}
.menu-wrap .middle-content-wrap .left .content .top .hover {
  color: #3f8bff;
  border-bottom: 1px solid #3f8bff;
}
.menu-wrap .middle-content-wrap .left .content .bottom {
  font-size: 12px;
  font-weight: 400;
  color: #92afc1;
  position: absolute;
  line-height: 92px;
  bottom: 0;
}
.menu-wrap .middle-content-wrap .middle {
  padding: 34px 55px;
  height: 100%;
  float: left;
}
.menu-wrap .middle-content-wrap .middle .middle-content {
  display: none;
  height: calc(100% - 18px);
}
.menu-wrap .middle-content-wrap .middle .middle-content .section-card {
  margin-bottom: 5px;
  width: 1072px;
}
.menu-wrap .middle-content-wrap .middle .middle-content .section-card .second-title {
  font-size: 14px;
  color: #3f8bff;
  line-height: 16px;
  margin-bottom: 19px;
}
.menu-wrap .middle-content-wrap .middle .middle-content .section-card .card-item-wrap {
  width: 1089px;
  overflow: hidden;
}
.menu-wrap .middle-content-wrap .middle .middle-content .section-card .card-item-wrap .card-item {
  display: block;
  width: 363px;
  float: left;
  margin-bottom: 28px;
}
.menu-wrap .middle-content-wrap .middle .middle-content .section-card .card-item-wrap .card-item .third-title {
  font-size: 14px;
  color: #000;
  line-height: 14px;
  margin-bottom: 5px;
  font-weight: bolder;
}
.menu-wrap .middle-content-wrap .middle .middle-content .section-card .card-item-wrap .card-item .description {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  line-height: 14px;
}
.cp_footer {
  height: 79px;
  background: #181b1f;
  width: 100%;
}
.cp_footer .wrap {
  color: #fff;
  text-align: center;
  line-height: 79px;
  font-size: 12px;
}
@media only screen and (min-width: 1920px) {
  .cp_banner {
    padding-bottom: 20.8854%;
  }
}
.cp_banner {
  width: 100%;
  height: 400.99968px !important;
  position: relative;
  overflow: hidden;
}
.cp_banner .img {
  min-width: 1920px;
  width: 100%;
  left: 50%;
  transform: translate(-50%);
  min-height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  z-index: -1;
}
.cp_banner .wrap {
  position: absolute;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cp_banner .title {
  font-size: 42px;
  color: #000000;
  opacity: 0.9;
  font-weight: bold;
  text-align: left;
}
.cp_banner .text {
  font-size: 14px;
  opacity: 0.9;
  line-height: 25px;
  margin-top: 15px;
  width: 594px;
  text-align: justify;
}
.cp_banner .btnBox {
  margin-top: 33px;
}
.cp_banner .btnBox .btn1 {
  display: inline-block;
  width: 107px;
  height: 39px;
  background-image: linear-gradient(#3775ff, #3775ff), linear-gradient(#3875ff, #3875ff);
  background-blend-mode: normal,
                normal;
  border-radius: 2px;
  text-align: center;
  line-height: 39px;
  margin-right: 17px;
}
.cp_banner .btnBox .btn1 a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.cp_banner .btnBox .btn2 {
  display: inline-block;
  width: 107px;
  height: 39px;
  background: #cfe3ff;
  border-radius: 2px;
  border: 1px solid #3b80ff;
  text-align: center;
  line-height: 39px;
  margin-right: 17px;
}
.cp_banner .btnBox .btn2 a {
  display: block;
  width: 100%;
  height: 100%;
  color: #2279d1;
}
.scbj {
  margin-bottom: 60px;
}
.scbj .content {
  margin-top: 60px;
}
.scbj .content .left {
  float: left;
  width: 600px;
  height: 574px;
  position: relative;
}
.scbj .content .left .pic img {
  display: none;
}
.scbj .content .left .pic .map {
  display: inline;
}
.scbj .content .left ul {
  position: absolute;
  width: 233px;
  height: 91px;
  border: solid 1px #2d7eff;
  left: 31px;
  bottom: 54px;
  padding: 5px;
}
.scbj .content .left ul li {
  float: left;
  height: 81px;
}
.scbj .content .left ul li img {
  height: 81px;
}
.scbj .content .left ul li:nth-child(2) {
  float: right;
}
.scbj .content .right {
  float: right;
  width: 572px;
}
.scbj .content .right ul li {
  background: #f9faff;
  border-radius: 2px;
  padding: 34px 25px;
  float: left;
  cursor: pointer;
}
.scbj .content .right ul li .tit {
  font-size: 18px;
  color: #0055e3;
}
.scbj .content .right ul li p {
  margin-top: 14px;
  color: #222;
  opacity: .7;
  line-height: 26px;
  text-align: justify;
}
.scbj .content .right ul li:nth-child(1) {
  width: 276px;
  height: 120px;
  margin-right: 20px;
}
.scbj .content .right ul li:nth-child(2) {
  width: 276px;
  height: 120px;
}
.scbj .content .right ul li:nth-child(3) {
  width: 276px;
  height: 120px;
  margin-top: 20px;
  margin-right: 20px;
}
.scbj .content .right ul li:nth-child(4) {
  width: 276px;
  height: 120px;
  margin-top: 20px;
}
.scbj .content .right ul li:nth-child(5) {
  width: 572px;
  height: 120px;
  margin-top: 20px;
}
.scbj .content .right ul .item {
  background: #f9faff;
  border-radius: 2px;
  padding: 25px;
  float: left;
  width: 572px;
  height: 120px;
  margin-top: 20px;
}
.scbj .content .right ul .item .tit {
  font-size: 18px;
  color: #0055e3;
}
.scbj .content .right ul .item p {
  margin-top: 14px;
  color: #222;
  opacity: .7;
  line-height: 26px;
  text-align: justify;
}
.scbj .content .right ul .on {
  background-color: #005be3;
  box-shadow: 0px 3px 32px 0px rgba(5, 40, 88, 0.1);
}
.scbj .content .right ul .on .tit {
  color: #fff;
}
.scbj .content .right ul .on p {
  color: #fff;
}
.cp_fwzx {
  margin-bottom: 50px;
}
.cp_fwzx .fwzx_title {
  color: #000;
  line-height: 16px;
  margin: 0 0 25px;
}
.cp_fwzx .service-wrap {
  border: 1px solid #f3f3f3;
  height: 200px;
}
.cp_fwzx .service-wrap .img {
  width: 360px;
  height: 200px;
  float: left;
  background: url(../images/fwzx_pic.png) left top no-repeat;
  background-size: 100% 100%;
}
.cp_fwzx .service-wrap .line {
  float: left;
  padding: 53px 51px;
  position: relative;
}
.cp_fwzx .service-wrap .line .top-title {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.42);
  margin-bottom: 20px;
}
.cp_fwzx .service-wrap .line .phone {
  font-size: 24px;
  color: #000;
  line-height: 35px;
  height: 35px;
  margin-bottom: 10px;
  padding-left: 29px;
  position: relative;
}
.cp_fwzx .service-wrap .line .phone::before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background: url(../images/fwzx_phone.png) center center no-repeat;
  background-size: 100% 100%;
}
.cp_fwzx .service-wrap .line .email {
  color: #000;
  line-height: 35px;
  height: 35px;
  margin-bottom: 10px;
  padding-left: 29px;
  position: relative;
}
.cp_fwzx .service-wrap .line .email::before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background: url(../images/fwzx_xf.png) center center no-repeat;
  background-size: 100% 100%;
}
.cp_fwzx .service-wrap .concat {
  padding: 56px 136px;
  float: left;
}
.cp_fwzx .service-wrap .concat .top-title {
  margin-bottom: 24px;
  color: rgba(0, 0, 0, 0.42);
  font-size: 14px;
}
.cp_fwzx .service-wrap .concat .btn {
  width: 147px;
  height: 45px;
  border: 1px solid #b5d6ff;
  text-align: center;
  line-height: 45px;
  color: #538feb;
  display: block;
}
.cp_fwzx .service-wrap .concat .btn:hover {
  color: #fff;
  background: #458fff;
}
.popBox {
  width: 900px;
  height: 590px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 100px 0 0 -450px;
  z-index: 99999;
  display: none;
}
.popBox video {
  width: 864px;
  height: auto;
  margin-top: 40px;
}
.popBox .txtInput {
  display: inline-block;
  border: solid 1px #FFF;
  border-radius: 10px;
  width: 400px;
  height: 48px;
  line-height: 48px;
  padding-left: 20px;
  color: #FFF;
  margin-bottom: 20px;
  background: none;
  outline: none;
  -webkit-text-fill-color: #FFF;
  font-size: 16px;
}
.popBox .txtInput:nth-child(2n+1) {
  margin-right: 40px;
}
.popBox .textAreaBox {
  width: 840px;
  height: 230px;
  border: solid 1px #FFF;
  border-radius: 10px;
  background: none;
  color: #FFF;
  font-size: 16px;
  line-height: 2;
  padding-left: 20px;
  -webkit-text-fill-color: #FFF;
  resize: none;
  outline: none;
}
.popBox .popSubmit {
  width: 220px;
  height: 40px;
  background-color: #1b9cfc;
  border-radius: 10px;
  text-align: center;
  line-height: 40px;
  color: #FFF;
  font-size: 16px;
  border: none;
  outline: none;
  margin: 20px auto 0;
  display: block;
}
.popBox .closeBtn {
  background: url(../images/btn_close.png) no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
}
.popBox h2 {
  font-size: 40px;
  color: #FFF;
  text-align: center;
  height: 80px;
  line-height: 80px;
  font-weight: normal;
}
.popMask {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .85;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
}
