@charset "utf-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

h2 {
  font-size: 50px;
}

a {
  text-decoration: none;
  cursor: pointer
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline-style: none;
  -moz-outline-style: none;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

i,
em {
  font-style: normal;
}

body {
  font-size: 16px;
}

li {
  list-style: none;
}

button,
input,
select,
textarea {
  font-size: 100%;
  border: none;
  outline: none;
}

.wrap,
.wp {
  width: 94%;
  max-width: 1360px;
  margin: 0 auto;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0px;
  visibility: hidden;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/*header*/
.header {
  height: 82px;
  border-bottom: 1px solid #4664ac;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.logo {
  float: left;
  line-height: 80px;
}

.contact-btn {
  float: right;
  width: 160px;
  height: 50px;
  border: 2px solid #c4ac1d;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  margin-top: 15px;
  color: #c4ac1d;
}

.nav {
  display: inline-block;
}

.nav li a,
.nav li a:after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.nav li {
  float: left;
  margin-left: 60px;
}

.nav li a {
  display: block;
  height: 80px;
  line-height: 80px;
  font-size: 16px;
  color: #ffffff;
  padding: 0 8px;
  position: relative;
  overflow: hidden;
}

.nav li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -100%;
  display: block;
  height: 2px;
  width: 100%;
  background: #d6c82e;
}

.nav li:first-child {
  margin-left: 0;
}

.nav li.active a {
  color: #d6c82e;
}

.nav li.active a:after {
  left: 0;
}

.nav li:hover a {
  color: #d6c82e;
}

.nav li:hover a:after {
  left: 0;
}

/*main*/
.main-bg {
  background: url("../images/main-bg.jpg") center top no-repeat;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 100px;
  position: relative;
}

.main-left h1 {
  color: #ffffff;
  font-weight: bold;
  font-size: 50px;
  text-shadow: 0px 8px 10px rgba(46, 58, 59, 0.2);
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.main-left {
  float: left;
  width: 50%;
}

.main-img {
  float: right;
  width: 50%;
  display: block;
}

.main-left span {
  font-size: 18px;
  line-height: 38px;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 20px;
}

.main-left h1+span {
  margin-right: 60px;
}

.main-left span strong {
  font-size: 22px;
  color: #cebc27;
}

.main-left p {
  position: relative;
  color: #bdcfff;
  font-size: 18px;
  line-height: 1.8;
}

.main-left p i {
  color: #ffffff;
}

.main-left p:before {
  position: absolute;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: url("../images/icon1.png") center no-repeat;
  top: 12px;
  left: -20px;
}

.main-btn {
  display: inline-block;
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.13);
  text-transform: uppercase;
  font-weight: bold;
}

.chat-btn {
  background: #ffffff;
  color: #0e2a73;
  margin-right: 30px;
  margin-bottom: 30px;
}

.fq-btn {
  background: rgb(78, 116, 212);
  background-image: -moz-linear-gradient(103deg, rgb(57, 103, 222) 0%, rgb(78, 116, 212) 99%);
  background-image: -webkit-linear-gradient(103deg, rgb(57, 103, 222) 0%, rgb(78, 116, 212) 99%);
  background-image: -ms-linear-gradient(103deg, rgb(57, 103, 222) 0%, rgb(78, 116, 212) 99%);
  color: #ffffff;
  margin-bottom: 30px;
}

.main-left .apptext {
  color: #fff;
}

.apptext {
  margin-bottom: 30px;
}

.main-email {
  color: #d7c92f;
  position: relative;
}

.main-email:after {
  position: absolute;
  content: '';
  width: 104%;
  height: 1px;
  background: #d7c92f;
  bottom: 0;
  left: -2%;
}

.bf-img {
  display: block;
  float: left;
  margin-right: 48px;
  position: relative;
}

.bf-img:after {
  content: url("../images/icon2.png");
  position: absolute;
  left: 50%;
  top: -96px;
  z-index: -1;
  margin-left: -11px;
  display: none;
}

.bf-img img {
  display: block;
}

.bf-info {
  overflow: hidden;
}

.bf-view {
  margin: 94px auto 84px;
}

.title-h2 {
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
}

.title-bshow {
  color: #3c4149;
  text-shadow: 0px 3px 8px rgba(60, 65, 73, 0.31);
}

.bf-info p {
  font-size: 16px;
  line-height: 36px;
  color: #333;
  margin-bottom: 35px;
}

.bf-info p i {
  font-style: normal;
  color: #1455ce;
}

.bf-info h2 {
  margin-bottom: 26px;
}

.bf-info a {
  display: inline-block;
  width: 280px;
  height: 62px;
  text-align: center;
  line-height: 62px;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  background: rgb(215, 202, 47);
  background-image: -moz-linear-gradient(90deg, rgb(194, 169, 27) 0%, rgb(215, 202, 47) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(194, 169, 27) 0%, rgb(215, 202, 47) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(194, 169, 27) 0%, rgb(215, 202, 47) 100%);
}

.pd-bg {
  background: url("../images/bg2.jpg") center top no-repeat;
  background-size: cover;
  padding: 76px 0;
}

.pd-bg img {
  float: right;
  display: block;
  margin-left: 44px;
}

.pd-info {
  overflow: hidden;
}

.title-wshow {
  color: #ffffff;
  text-shadow: 0px 3px 8px rgba(60, 65, 73, 0.31);
}

.pd-bg h2 {
  margin-bottom: 26px;
  margin-top: 10px;
}

.pd-bg p {
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
  margin-bottom: 34px;
}

.pd-bg a {
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 62px;
  width: 280px;
  height: 62px;
  font-weight: bold;
  background: rgb(215, 202, 47);
  background-image: -moz-linear-gradient(90deg, rgb(194, 169, 27) 0%, rgb(215, 202, 47) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(194, 169, 27) 0%, rgb(215, 202, 47) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(194, 169, 27) 0%, rgb(215, 202, 47) 100%);
}

.hs-bg {
  background: url("../images/bg3.jpg") center top no-repeat;
  text-align: center;
  padding: 72px 0 42px;
}

.hs-bg h2 {
  margin-bottom: 25px;
}

.hs-text {
  position: relative;
}

.hs-text span {
  display: inline-block;
  width: 162px;
  color: #000;
  height: 60px;
  line-height: 30px;
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -81px;
  margin-top: -30px;
}

.hs-bg p {
  font-size: 16px;
  line-height: 36px;
  color: #333;
  margin-bottom: 35px;
}

.hs-bg p strong {
  display: block;
  color: #ff0000;
}

.ag-view {
  background: rgb(53, 86, 172);
  background-image: -moz-linear-gradient(90deg, rgb(9, 37, 109) 0%, rgb(53, 86, 172) 99%);
  background-image: -webkit-linear-gradient(90deg, rgb(9, 37, 109) 0%, rgb(53, 86, 172) 99%);
  background-image: -ms-linear-gradient(90deg, rgb(9, 37, 109) 0%, rgb(53, 86, 172) 99%);
  padding: 30px 0 40px;
  margin-bottom: 46px;
}

.ag-view h2 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 12px;
  color: #ffffff;
}

.ag-list {
  font-size: 0;
}

.ag-list li {
  width: 25%;
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  overflow: hidden;
  text-align: center;
}

.ag-list li p {
  color: #ffd964;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
}

.ag-num {
  height: 60px;
  line-height: 60px;
  position: relative;
}

.ag-num:before {
  position: absolute;
  width: 45%;
  height: 1px;
  display: block;
  content: '';
  border-top: 1px dashed #ffffff;
  left: 0;
  top: 50%;
}

.ag-num:after {
  position: absolute;
  width: 45%;
  height: 1px;
  display: block;
  content: '';
  border-top: 1px dashed #ffffff;
  right: 0;
  top: 50%;
}

.tp-view {
  text-align: center;
  margin-bottom: 60px;
}

.tp-view h2 {
  margin-bottom: 32px;
}

.pc-table td {
  padding: 15px 5px;
  font-size: 14px;
}

.m-table td {
  padding: 15px 5px;
  font-size: 14px;
}

.m-table p {
  padding: 14px 10px 14px 0;
  text-align: left;
}

.case-bg {
  background: url("../images/case-bg.jpg") center top no-repeat;
  background-size: cover;
  padding: 54px 0 88px;
}

.case-bg h2 {
  margin-bottom: 44px;
  text-align: center;
}

.case-right {
  float: right;
  position: relative;
  margin-left: 75px;
  width: 54.5%;
  max-width: 741px;
}

.case-right:before {
  position: absolute;
  content: '';
  width: 96%;
  height: 100%;
  display: block;
  background: #8fa1cd;
  opacity: 0.2;
  filter: alpha(opacity=20);
  top: 30px;
  right: -30px;
}

.case-img {
  position: relative;
  width: 100%;
}

.case-icon {
  position: absolute;
  bottom: -20px;
  left: -54px;
}

.case-left h3 {
  font-size: 28px;
  color: #ffffff;
  line-height: 40px;
  margin: 0 0 46px;
  padding-top: 20px;
  text-transform: uppercase;
  width: 518px;
}

.case-left h3+span {
  margin-left: 0;
}

.case-left span {
  display: inline-block;
  margin-left: 38px;
  font-size: 18px;
  color: #ffffff;
  line-height: 46px;
  margin-bottom: 28px;
}

.case-left span strong {
  font-size: 24px;
  color: #d7c930;
}

.case-left p {
  font-size: 16px;
  line-height: 36px;
  color: #bdcfff;
  margin-bottom: 30px;
}

.case-left p i {
  color: #ffffff;
}

.case-left a {
  display: inline-block;
  width: 280px;
  text-transform: uppercase;
  height: 62px;
  text-align: center;
  line-height: 62px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  background: rgb(215, 202, 47);
  background-image: -moz-linear-gradient(103deg, rgb(194, 169, 27) 0%, rgb(215, 202, 47) 100%);
  background-image: -webkit-linear-gradient(103deg, rgb(194, 169, 27) 0%, rgb(215, 202, 47) 100%);
  background-image: -ms-linear-gradient(103deg, rgb(194, 169, 27) 0%, rgb(215, 202, 47) 100%);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.13);
}

.service-view h2 {
  text-align: center;
  margin-bottom: 28px;
}

.service-view {
  margin-top: 64px;
  margin-bottom: 66px;
}

.sv-tit {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 22px;
  color: #333333;
  font-weight: bold;
}

.sv-list li {
  float: left;
  width: 23.3%;
  max-width: 318px;
  margin-left: 2.26%;
}

.sv-list li:first-child {
  margin-left: 0;
}

.sv-list li img {
  box-shadow: 0px 0px 13px 0px rgba(29, 44, 72, 0.36);
}

.sv-list li p {
  font-size: 16px;
  line-height: 32px;
  color: #333;
}

.service-img {
  position: relative;
  margin-bottom: 40px;
}

.service-img:after {
  position: absolute;
  content: '';
  display: block;
  width: 65px;
  height: 2px;
  background: #d5c62e;
  left: 50%;
  bottom: -20px;
  margin-left: -32.5px;
}

.sv-btn {
  display: block;
  width: 280px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  background: rgb(215, 202, 47);
  background-image: -moz-linear-gradient(103deg, rgb(194, 169, 27) 0%, rgb(215, 202, 47) 100%);
  background-image: -webkit-linear-gradient(103deg, rgb(194, 169, 27) 0%, rgb(215, 202, 47) 100%);
  background-image: -ms-linear-gradient(103deg, rgb(194, 169, 27) 0%, rgb(215, 202, 47) 100%);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.13);
  color: #ffffff;
  font-weight: bold;
  margin: 34px auto 0;
  font-size: 20px;
  text-transform: uppercase;
}

.ht-bg {
  background: url("../images/ht-bg.jpg") center top no-repeat;
  padding: 82px 0;
  margin-bottom: 70px;
}

.ht-bg img {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 1.5%;
  width: 23.5%;
}

.ht-view {
  position: relative;
}

.ht-text {
  position: absolute;
  width: 578px;
  top: 0;
  left: 0;
  color: #ffffff;
}

.ht-text h3 {
  font-size: 24px;
  line-height: 40px;
  text-shadow: 0px 3px 8px rgba(60, 65, 73, 0.31);
}

.ht-text p {
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
}

.ht-bg .ht-img1 {
  margin-left: 0;
}

.ht-bg .ht-img3 {
  width: 50%;
}

.pr-view {
  margin-bottom: 10px;
}

.pr-view h2 {
  margin-bottom: 44px;
  text-align: center;
}

.pr-list {
  background: url("../images/pr-bg.png") center 100px no-repeat;
}

.pr-list li {
  position: relative;
  width: 25.6%;
  margin-left: 11.6%;
}

.pr-item1,
.pr-item2,
.pr-item3 {
  float: left;
}

.pr-item4,
.pr-item5,
.pr-item6 {
  float: right;
}

.pr-list li img {
  display: block;
  box-shadow: 0px 0px 13px 0px rgba(29, 44, 72, 0.36);
  margin-bottom: 10px;
}

.pr-list li p {
  padding-left: 80px;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  height: 124px;
  position: relative;
}

.pr-list .pr-item1,
.pr-list .pr-item6 {
  margin-left: 0;
}

.pr-list li p span {
  position: absolute;
  left: 0;
  font-size: 62px;
  color: #d4bb2f;
  top: 0;
  line-height: 72px;
  font-weight: 300;
}

.msg-bg {
  background: url("../images/msg-bg.jpg") center top no-repeat;
  background-size: cover;
  padding-top: 80px;
}

.msg-bg h2 {
  margin-bottom: 50px;
  text-align: center;
}

.msg-left {
  float: left;
  max-width: 764px;
  width: 56%;
}

.msg-right {
  float: right;
  max-width: 506px;
  width: 37.2%;
}

.sec-tit {
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 68px;
  width: 56%;
}

.msg-item {
  float: left;
  background: #ffffff;
  position: relative;
  height: 60px;
  line-height: 60px;
  padding-left: 16px;
  width: 48.2%;
  margin-left: 3.6%;
  margin-bottom: 67px;
}

.msg-item p {
  position: absolute;
  left: 0;
  top: -50px;
  width: 100%;
  padding-left: 8px;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
}

.msg-item input {
  width: 100%;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
}

.msg-pro,
.msg-email {
  margin-left: 0;
}

.msg-textarea {
  float: left;
  width: 100%;
  height: 130px;
  background: #ffffff;
  margin-top: -28px;
  margin-bottom: 35px;
  padding: 12px 15px;
}

.msg-textarea textarea {
  font-size: 16px;
  line-height: 1.6;
  width: 100%;
  height: 100px;
  resize: none;
}

.msg-sub {
  width: 280px;
  height: 62px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  border: 0;
  line-height: 62px;
  background: rgb(215, 202, 47);
  background-image: -moz-linear-gradient(103deg, rgb(194, 169, 27) 0%, rgb(215, 202, 47) 100%);
  background-image: -webkit-linear-gradient(103deg, rgb(194, 169, 27) 0%, rgb(215, 202, 47) 100%);
  background-image: -ms-linear-gradient(103deg, rgb(194, 169, 27) 0%, rgb(215, 202, 47) 100%);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.13);
  text-transform: uppercase;
  font-weight: bold;
}

.msg-right span {
  float: right;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
}

.map-email {
  margin-left: 58px;
}

.map-email a {
  color: #ffffff;
  font-size: 16px;
}

.map-email a:hover {
  color: #d6c82e;
}

.footer-bar {
  height: 78px;
  line-height: 78px;
  font-size: 16px;
  color: #a0bafa;
  text-align: center;
  margin-top: 20px;
}

.msg-right {
  margin-top: 26px;
}

.msg-right img {
  display: block;
  margin-bottom: 28px;
}

.msg-email span {
  color: #ff0000;
  position: absolute;
  left: 5px;
  top: -10px;
  font-size: 24px;
}

.hover-btn {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.hover-btn:hover {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.b-top {
  background-image: url("../images/top.png");
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  width: 56px;
  height: 56px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #233e70;
  position: fixed;
  right: 70px;
  bottom: 50px;
  cursor: pointer;
  box-shadow: 0;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -ms-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  display: none;
}

.b-top:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(29, 44, 72, 0.26);
  -moz-box-shadow: 0px 0px 10px 0px rgba(29, 44, 72, 0.26);
  box-shadow: 0px 0px 10px 0px rgba(29, 44, 72, 0.26);
}

.fdftm {
  position: fixed;
  right: 30px;
  top: 50%;
  margin-top: -158px;
}

.fdftmtop {
  position: relative;
}

.fdftmtop span {
  position: absolute;
  left: -81px;
  top: 42px;
  animation: widthmove 4s linear infinite;
  width: 100px;
  overflow: hidden;
}

.fdftmtop span i {
  font-style: normal;
  width: 100px;
  height: 45px;
  background: url(../images/fdicon01.png) no-repeat center top;
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #3c65b0;
  padding: 7px 15px 0px 9px;
}

.fdftmbom {
  width: 159px;
  height: 198px;
  background: url("../images/ftmbg.png") no-repeat;
  padding-top: 1px;
  margin-top: -40px;
  position: relative;
}

.fdftmbom a {
  display: block;
  height: 47px;
  font-size: 18px;
  color: #ffffff;
  line-height: 32px;
  font-weight: bold;
  text-shadow: 0.766px 0.643px 2px rgba(40, 52, 62, 0.3);
  padding-left: 10px;
  margin-left: -15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.fdftmbom a:hover {
  color: #1455ce;
  text-shadow: 0.766px 0.643px 2px rgba(40, 52, 62, 0);
}

.fdftmboma01 {
  background: url("../images/fbtn1.png") no-repeat;
  margin-top: 76px;
  margin-bottom: 4px;
}

.fdftmboma02 {
  background: url("../images/fbtn2.png") no-repeat;
}

@keyframes widthmove {

  0%,
  50% {
    width: 0px;
    left: 0px;
  }

  60%,
  100% {
    width: 100px;
    left: -81px;
  }
}

@-webkit-keyframes widthmove {

  0%,
  50% {
    width: 0px;
    left: 0px;
  }

  60%,
  100% {
    width: 100px;
    left: -81px;
  }
}

.mnav {
  position: absolute;
  right: 3%;
  top: 70px;
  background: #ffffff;
  width: 150px;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 9;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.mnav a {
  padding: 10px 0;
  display: block;
  color: rgb(78, 116, 212);
}

.mnav li {
  padding-left: 40px;
  position: relative;
}

.mnav li:before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #cebc27;
  left: 12px;
  top: 50%;
  display: block;
  margin-top: -7px;
}

.mnav li.active a {
  color: #cebc27;
}

.menuBtn {
  position: relative;
  z-index: 9;
  width: 30px;
  cursor: pointer;
  height: 30px;
  transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  display: none;
  float: right;
  margin-top: 28px;
}

.menuBtn b {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #fff;
  margin: 5px 0;
  border-radius: 2px;
  transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.menuBtn b:last-child {
  margin-bottom: 0;
}

.menuBtn.open b {
  opacity: 0;
  position: absolute
}

.menuBtn.open b:first-child {
  left: 0;
  top: 0;
  opacity: 1;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform-origin: 0 0
}

.menuBtn.open b:last-child {
  opacity: 1;
  left: -2px;
  bottom: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform-origin: 0 0;
  -moz-transform: rotate(-45deg)
}

.mnav {
  display: none;
  position: absolute;
  float: right;
  margin-top: 26px;
}

.mfbar {
  width: 98%;
  background: #fff;
  border-radius: 10px 10px 30px 30px;
  box-shadow: 0 0 12px #71aee1;
  padding: 14px 0;
  position: fixed;
  left: 1%;
  bottom: 10px;
  display: none;
}

.mfbar-item {
  text-align: center;
  float: left;
  display: block;
  width: 50%;
  font-size: 18px;
  color: #121c29;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  position: relative;
}

.mfbar-btn2:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 30px;
  background: #233e70;
  left: 0;
  top: 50%;
  margin-top: -15px;
}

.mfbar-item img {
  margin-right: 15px;
  width: 36px;
}

.m-table {
  display: none;
}

.mfbar-view {
  display: none;
}

.video_swt {
  margin-top: 30px;
  padding: 14px;
  padding-right: 60px;
  background-image: url(../images/icon_video.png);
  background-repeat: no-repeat;
  background-position: right 17px center;
  background-size: 31px;
  border: 1px solid #fff;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
}

/*>1920*/
@media screen and (min-width: 1921px) {

  .main-bg,
  .pd-bg,
  .case-bg,
  .ht-bg,
  .msg-bg {
    background-size: 100%;
  }
}

/*1600-1920*/
@media screen and (max-width: 1920px) {}

/*1440-1600*/
@media screen and (max-width: 1900px) {
  .fdftm {
    right: 10px;
  }

  .b-top {
    right: 50px;
  }
}

/*1280-1440*/
@media screen and (max-width: 1439px) {
  .logo {
    margin-right: 0;
  }

  .contact-btn {
    width: 130px;
  }

  .nav li {
    margin-left: 56px;
  }

  .main-left h1 {
    font-size: 45px;
  }

  .bf-img {
    width: 56%;
    margin-right: 36px;
  }

  .pd-bg img {
    margin-left: 30px;
    width: 45%;
  }

  .case-right {
    width: 50%;
    margin-left: 60px;
  }

  .ht-bg img {
    width: 20%;
    margin-left: 2%;
  }

  .ht-bg .ht-img3 {
    width: 54%;
  }

  .ht-text {
    width: 510px;
  }

  .sec-tit {
    width: 100%;
  }
}

/*調的是1024到1279之間*/
@media screen and (max-width: 1279px) {
  .contact-btn {
    display: none;
  }

  .main-left h1 {
    font-size: 40px;
  }

  .main-left,
  .main-img {
    width: 50%;
  }

  .main-img {
    margin-top: 100px;
  }

  .main-bg {
    padding-top: 120px;
  }

  .nav li {
    float: right;
    margin-left: 40px;
  }

  .bf-img {
    float: none;
    width: 80%;
    margin: 0 auto 30px;
  }

  .bf-info {
    text-align: center;
  }

  .bf-view {
    margin-bottom: 50px;
  }

  .pd-info {
    overflow: visible;
  }

  .pd-bg {
    padding: 50px 0;
  }

  .ag-list li p {
    font-size: 15px;
  }

  .case-icon {
    display: none;
  }

  .case-right {
    margin-left: 15px;
    width: 45%;
  }

  .case-left h3 {
    width: auto;
    margin-bottom: 30px;
  }

  .ht-bg .ht-img3 {
    width: 31.5%;
  }

  .ht-bg img {
    width: 32%;
    margin-left: 2%;
  }

  .ht-text {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }

  .ht-bg {
    padding: 40px 0;
  }

  .pr-list {
    background: 0;
  }

  .pr-list li {
    width: 30%;
    margin-left: 5%;
  }

  .pr-item4,
  .pr-item5,
  .pr-item6 {
    float: left;
  }

  .pr-list .pr-item4 {
    margin-left: 0;
  }

  .pr-list .pr-item6 {
    margin-left: 5%;
  }

  .b-top {
    width: 40px;
    height: 40px;
    background-size: 26px;
    right: 30px;
    bottom: 120px;
  }

  .map-email {
    margin-left: 20px;
  }

  .msg-right {
    width: 42%;
  }
}

/*調的是768到1024之間*/
@media screen and (max-width: 1023px) {
  .nav {
    display: none;
  }

  .fdftm {
    display: none !important;
  }

  .mfbar {
    display: block;
  }

  .msg-bg {
    margin-bottom: 90px;
    padding-bottom: 20px;
  }

  .menuBtn {
    display: block;
  }

  .main-img {
    width: 60%;
    float: none;
    margin: 0 auto;
  }

  .main-left {
    float: none;
    width: 100%;
    margin-right: 0;
    max-width: none;
  }

  .main-left h1 {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 50px;
  }

  .main-bg {
    height: auto;
    padding-bottom: 40px;
    background-size: cover;
  }

  .hs-bg {
    padding-top: 30px;
  }

  .pd-bg p {
    margin-bottom: 20px;
  }

  .ag-list li {
    width: 50%;
    margin-bottom: 20px;
  }

  .case-right {
    width: 60%;
    float: none;
    margin: 0 auto;
  }

  .case-right:before {
    display: none;
  }

  .case-bg h2 {
    margin-bottom: 20px;
  }

  .case-bg {
    padding: 40px 0;
    background-size: cover;
  }

  .case-left h3 {
    margin-bottom: 15px;
  }

  .case-left span {
    line-height: 36px;
    margin-bottom: 20px;
  }

  .sv-list li {
    width: 48%;
    margin: 0 1%;
    max-width: none;
  }

  .sv-list li:first-child {
    margin-left: 1%;
  }

  .sv-list li img {
    width: 100%;
  }

  .pr-list li p span {
    display: none;
  }

  .pr-list li p {
    padding: 0;
    height: 114px;
  }

  .msg-right img {
    display: none;
  }

  .msg-right {
    width: 100%;
    float: none;
    max-width: none;
    margin-bottom: 70px;
  }

  .msg-left {
    float: none;
    width: 100%;
    max-width: none;
  }

  .sec-tit {
    margin-bottom: 20px;
  }

  .msg-right span {
    float: none;
    margin: 0 20px;
    display: inline-block;
    color: #d7c930;
  }

  .msg-right .map-email {
    margin-left: 0;
  }

  .main-left p:before {
    display: none;
  }

  .sv-list li p {
    height: 96px;
  }

  .footer-bar {
    height: auto;
    line-height: 32px;
  }

  .msg-bg {
    background-size: cover;
  }

  .msg-sub {
    margin: 0 auto;
    display: block;
  }

  .video_swt {
    margin-top: 20px;
    padding: 14px;
    padding-right: 60px;
    background-size: 28px;
    font-size: 14px;
  }
}

/*調的是480到768之間*/
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }

  .logo {
    line-height: 60px;
  }

  .menuBtn {
    margin-top: 14px;
  }

  .main-bg {
    padding-top: 90px;
  }

  .tp-view {
    margin-bottom: 30px;
  }

  .tp-view h2 {
    margin-bottom: 10px;
  }

  .pc-table {
    display: none;
  }

  .m-table {
    display: block;
  }

  .msg-item {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .main-img {
    width: 80%;
  }

  .main-left p {
    font-size: 16px;
    line-height: 32px;
  }

  .bf-img {
    width: 100%;
  }

  .bf-info a,
  .pd-bg a,
  .case-left a,
  .sv-btn,
  .msg-sub {
    width: 260px;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    display: block;
    margin: 0 auto;
  }

  .pd-bg img {
    margin-left: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .pd-bg {
    padding: 20px 0 30px;
    background-size: cover;
  }

  .pd-bg h2 {
    margin-bottom: 10px;
  }

  .ag-list li p {
    font-size: 14px;
    line-height: 30px;
  }

  .ag-num+img {
    width: 50px;
    height: 50px;
  }

  .hs-bg h2 {
    margin-bottom: 10px;
  }

  .hs-text span {
    font-size: 20px;
  }

  .case-img {
    width: 100%;
  }

  .case-right {
    width: 100%;
  }

  .case-left h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px;
  }

  .case-left span {
    font-size: 16px;
    line-height: 32px;
    margin-left: 20px;
  }

  .case-left span strong {
    font-size: 20px;
  }

  .case-icon {
    display: none;
  }

  .service-view h2 {
    margin-bottom: 10px;
  }

  .sv-tit {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 10px;
  }

  .sv-list li p {
    font-size: 14px;
    line-height: 30px;
  }

  .service-img:after {
    display: none;
  }

  .service-img {
    margin-bottom: 10px;
  }

  .sv-list {
    margin-bottom: 60px;
  }

  .ht-bg {
    padding: 30px 0;
    margin-bottom: 40px;
  }

  .ht-text h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .pr-view h2 {
    margin-bottom: 25px;
  }

  .pr-list li {
    width: 48%;
    margin: 0 1%;
  }

  .pr-list .pr-item6 {
    margin-left: 1%;
  }

  .msg-bg h2 {
    margin-bottom: 15px;
  }

  .sec-tit {
    font-size: 14px;
  }

  .bf-info h2 {
    margin-bottom: 10px;
  }
}

/*調的是360到480之間*/
@media screen and (max-width: 479px) {
  .main-img {
    width: 100%;
  }

  .sv-list li p {
    line-height: 26px;
    height: 135px;
  }

  .sv-list {
    margin-bottom: 20px;
  }

  .main-left h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .main-left span {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .main-left h1+span {
    margin-right: 10px;
  }

  .main-left p {
    margin-top: 10px;
  }

  .main-btn {
    width: 156px;
    font-size: 14px;
  }

  .chat-btn {
    margin-right: 15px;
    margin-bottom: 10px;
  }

  .fq-btn {
    margin-bottom: 10px;
  }

  .bf-view {
    margin-top: 20px;
  }

  .bf-img:after {
    display: none;
  }

  .title-h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .bf-info p {
    line-height: 30px;
    margin-bottom: 20px;
  }

  .pd-bg p {
    line-height: 30px;
  }

  .hs-bg p {
    line-height: 30px;
  }

  .hs-text span {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    margin-right: -26px;
  }

  .ag-view h2 {
    font-size: 24px;
  }

  .case-bg {
    padding: 20px 0;
  }

  .case-bg h2 {
    margin-bottom: 10px;
  }

  .case-left h3 {
    font-size: 20px;
    line-height: 30px;
    padding-top: 10px;
  }

  .case-left span {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .case-left span strong {
    font-size: 16px;
  }

  .case-left .fin-hide {
    margin-left: 0;
  }

  .service-view {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .pr-list li p {
    font-size: 14px;
    line-height: 30px;
  }

  .mfbar-item img {
    width: 26px;
    margin-right: 10px;
  }

  .mfbar-item {
    font-size: 14px;
  }

  .mfbar {
    padding: 8px 0;
  }

  .msg-bg {
    margin-bottom: 80px;
  }

  .b-top {
    right: 10px;
    bottom: 100px;
  }

  .msg-right span {
    margin: 0 0 10px 0;
  }

  .msg-right .map-email {
    margin-right: 10px;
  }

  .msg-item input {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
  }

  .msg-item {
    height: 50px;
    line-height: 50px;
    margin-bottom: 56px;
    font-size: 14px;
  }

  .msg-item p {
    font-size: 14px;
  }

  .msg-textarea {
    height: 160px;
  }

  .msg-textarea textarea {
    font-size: 14px;
    height: 140px;
  }
}

/*調的是320到360之間*/
@media screen and (max-width: 359px) {
  .main-btn {
    width: 100%;
    display: block;
    margin: 0 0 10px;
  }

  .ag-list li p {
    line-height: 26px;
  }

  .sv-list li p {
    height: 150px;
  }
}