@charset "UTF-8";
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ce-2 .col-sm-3:nth-child(n+9) {
    display: none !important;
}
.flex > * {
  flex: auto;
  text-align: center;
}

.cess table {
  width: 100%;
}

.news_contents-case .col-sm-4 {
  margin-bottom: 20px;
}

.news_contents-case .col-sm-4 img {
  width: 100%;
}

.news_contents-case .col-sm-4 h4 {
  padding: 20px 20px 0 20px;
  font-weight: bold;
  font-size: 20px;
}

.news_contents-case .col-sm-4 p {
  padding: 10px 20px 20px 20px;
  color: #555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_contents-case .col-sm-4 div {
  box-shadow: 0 0 15pc rgba(0, 0, 0, 0.1);
  display: block;
  padding-bottom: 20px;
}

/**************************PUBLIC***************************/
body {
  font-size: 16px;
  font-family: "微软雅黑";
  margin: 0;
  padding: 0;
  background: #fff;
  color: #231F20;
}

* {
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
  color: #525252;
}

.hot-cities {
  margin-bottom: 50px;
  line-height: 30px;
}

.hot-cities b {
  color: #0B579F;
  margin-right: 15px;
}

.hot-cities a {
  margin-right: 15px;
}

.area-list table {
  border-collapse: collapse;
}

.area-list td {
  border: 1px solid #eeeeee;
  padding: 10px;
  line-height: 24px;
}

.area-list td a {
  display: inline-block;
  margin: 5px;
}

.fixednav {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

/**************************body***************************/
.page {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0px;
}

.page span:first-child,
.page a:first-child {
  border-radius: 2px 0 0 2px !important;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
  color: #000;
}

.page a:last-child,
.page span:last-child {
  border-radius: 0 2px 2px 0 !important;
}

.page a,
.page span {
  text-decoration: none;
  color: #000;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
}

#contact {
  display: none;
}

#contact-p {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -73.5px;
  z-index: 9999;
}

#contact-p div {
  width: 44px;
  height: 44px;
  margin-bottom: 5px;
  position: relative;
}

#contact-p div a {
  color: #FFFFFF;
  display: block;
  background: #0B579F;
  transition: 0.35s;
  position: absolute;
  left: 0;
  width: 170px;
  height: 44px;
  line-height: 44px;
}

#contact-p div a:hover {
  left: -110px;
}

#contact-p div a i {
  float: left;
  font-size: 28px;
  padding: 0 8px;
}

#contact-p div a span {
  display: block;
  float: left;
}

#contact-p div img {
  width: 150px;
  display: none;
  position: absolute;
  left: -110px;
  bottom: -150px;
}

#contact-p div:hover img {
  display: block;
}

#contact-p .gototop {
  display: none;
}

/**************************公共***************************/
.head {
  height: 80px;
  margin: 15px 0;
}

.head .col-sm-2 {
  padding: 0;
}

.head dl {
  display: table;
  padding: 20px 0 0 0px;
}

.head dl dt {
  display: table-cell;
  vertical-align: middle;
}

.head dl dt i {
  font-size: 36px;
}

.head dl dd p {
  margin-bottom: 0;
  text-align: left;
  padding-left: 10px;
  color: #808080;
}

.head dl dd p:nth-child(1) {
  font-size: 14px;
}

.head dl dd p:nth-child(2) {
  font-size: 22px;
  color: #0B579F;
}

.head .col-sm-8 {
  text-align: center;
  padding-top: 15px;
}

.head .col-sm-8 p {
  color: #0B579F;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
}

.bj {
  position: relative;
}

.bj div {
  position: absolute;
  width: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  display: block;
  text-align: center;
}

.bj div p {
  margin: 40px 0;
  color: #fff;
  font-size: 50px;
  letter-spacing: 5px;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
  font-weight: bold;
  padding-top: 1.5%;
}

.bj div h4 {
  margin: 40px 0;
  color: #fff;
  font-size: 50px;
  letter-spacing: 5px;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
  font-weight: bold;
}

.bj div ul {
  padding: 0;
  width: 1200px;
  margin: auto;
  display: block;
  text-align: center;
}

.bj div ul li {
  float: left;
  width: 16%;
  margin: 20px 2% 0  2%;
  border-radius: 20%;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
  color: #fff;
  font-size: 24px;
  padding-top: 64px;
  height: 168px;
}

.beijign {
  background: url(../img/b1.jpg) center no-repeat;
}

.top {
  background: #f7f7f7;
  height: 40px;
  line-height: 40px;
}

.top p, .top a {
  font-size: 14px;
  color: #000;
  margin: 0;
}

.nav-box {
  width: 100%;
  border-top: 1px solid #eae9e9;
  height: 50px;
  position: relative;
}

.nav-box nav {
  position: relative;
  width: 100%;
}

.nav-box .flex {
  display: flex;
}

.nav-box .flex .active {
  background: #F4A814;
}

.nav-box .flex .active a {
  color: #fff;
}

.nav-box .flex > li {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-box .flex > li:last-child {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-box .flex li {
  flex: auto;
  height: 50px;
  position: relative;
}

.nav-box .flex li:hover {
  background: #F4A814;
}

.nav-box .flex li:hover ul {
  display: block;
  transition: 1s;
}

.nav-box .flex li:hover a {
  color: #fff;
}

.nav-box .flex li a {
  text-decoration: none;
  line-height: 50px;
  color: #000;
  font-size: 16px;
  display: block;
}

.nav-box .flex li ul {
  transition: 1s;
  display: none;
  max-height: 750px;
  z-index: 99999999999999999999999 !important;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  top: 49px;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  line-height: 50px;
}

.nav-box .flex li ul a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/**************************head***************************/
.title {
  margin-bottom: 2.5em;
}

.title h4, .title p {
  text-align: center;
}

.title h4 {
  color: #0B579F;
  padding-bottom: 5px;
  position: relative;
  font-size: 24px;
  font-weight: bold;
}

.title h4::after {
  transition: 1s;
  display: inline-block;
  content: '';
  height: 1px;
  position: absolute;
  background: #999;
  width: 60px;
  bottom: -10px;
  left: calc(50% - 30px);
}

.title p {
  font-size: 14px;
  color: #999;
  margin-top: 20px;
  font-weight: normal;
  text-transform: uppercase;
}

.ce-1, .ce-2, .ce-3, .ce-4, .ce-5, .ce-6, .ce-7 {
  padding: 3em 0;
}

.div37 {
  padding-bottom: 3em !important;
}

.ce-1 {
  background: #f8f8f8;
}

.ce-1 .col-sm-4 {
  margin-bottom: 80px;
}

.ce-1 .col-sm-4 img {
  width: 100%;
  transition: .35s all;
  border-radius: 0;
}

.ce-1 .col-sm-4:hover div {
  background: #F4A814;
}

.ce-1 .col-sm-4:hover div img {
  transform: scale(1.1);
}

.ce-1 .col-sm-4 a > div {
  position: relative;
  overflow: hidden;
}

.ce-1 .col-sm-4 a > div div {
  background: #0B579F;
  text-align: center;
  padding: 5px;
}

.ce-1 .col-sm-4 a > div div h4 {
  display: inline-block;
  color: #fff;
}

.ce-1 .col-sm-4 a > div div p {
  color: #fff;
}

.ce-1x .col-sm-3:nth-child(9), .ce-1x .col-sm-3:nth-child(10), .ce-1x .col-sm-3:nth-child(11), .ce-1x .col-sm-3:nth-child(12), .ce-1x .col-sm-3:nth-child(13), .ce-1x .col-sm-3:nth-child(14) {
  display: block;
}

.ce-2 .col-sm-3 {
  margin-bottom: 40px;
}

.ce-2 .col-sm-3 span {
  line-height: 140px;
  width: 140px;
  height: 140px;
  display: block;
  text-align: center;
  box-shadow: 0px 3px 7px #dfd5d5;
  border-radius: 50%;
  display: block;
  transition: .35s all;
  margin: auto;
}

.ce-2 .col-sm-3 span i {
  font-size: 24px;
  text-transform: uppercase;
}

.ce-2 .col-sm-3:nth-child(1) span i {
  color: red;
  text-shadow: 0 1px 1px black;
  text-shadow: 0 -1px 1px black;
}

.ce-2 .col-sm-3:nth-child(2) span i {
  color: #8dcc29;
  text-shadow: 0 1px 1px black;
  text-shadow: 0 -1px 1px black;
}

.ce-2 .col-sm-3:nth-child(3) span i {
  color: #2fddcf;
  text-shadow: 0 1px 1px black;
  text-shadow: 0 -1px 1px black;
}

.ce-2 .col-sm-3:nth-child(4) span i {
  color: #1a95f3;
  text-shadow: 0 1px 1px black;
  text-shadow: 0 -1px 1px black;
}

.ce-2 .col-sm-3:nth-child(5) span i {
  color: #211eda;
  text-shadow: 0 1px 1px black;
  text-shadow: 0 -1px 1px black;
}

.ce-2 .col-sm-3:nth-child(6) span i {
  color: #ba27df;
  text-shadow: 0 1px 1px black;
  text-shadow: 0 -1px 1px black;
}

.ce-2 .col-sm-3:nth-child(7) span i {
  color: #a71883;
  text-shadow: 0 1px 1px black;
  text-shadow: 0 -1px 1px black;
}

.ce-2 .col-sm-3:nth-child(8) span i {
  color: #ccdf23;
  text-shadow: 0 1px 1px black;
  text-shadow: 0 -1px 1px black;
}

.ce-2 .col-sm-3 h4 {
  margin-top: 30px;
  text-align: center;
}

.ce-2 .col-sm-3:hover span {
  transform: rotate(360deg);
}

.ce-3 {
  background: #f5f9fc;
  position: relative;
}

.ce-3 .row > p {
  text-align: center;
  line-height: 40px;
  font-size: 30px;
  margin-top: -30px;
  margin-bottom: 40px;
}

.ce-3 .row .col-sm-3 {
  margin-bottom: 20px;
}

.ce-3 .row .col-sm-3 div {
  padding: 30px 40px;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  cursor: pointer;
  background: #fff;
  transition: .35s all;
}

.ce-3 .row .col-sm-3 div h4 {
  font-weight: bold;
  transition: .35s all;
  font-size: 20px;
  margin-bottom: 20px;
}

.ce-3 .row .col-sm-3 div:hover span {
  transform: translateY(-5px);
}

.ce-3 .row .col-sm-3 div h4 {
  margin: 30px 0 10px;
}

.ce-3 .row .col-sm-3 div p {
  font-size: 14px;
  line-height: 26px;
  height: 60px;
  color: #666;
  margin-top: 15px;
}

.ce-3 .row .col-sm-3 div span:nth-child(1) {
  display: block;
  height: 100px;
  width: 100px;
  transition: .35s all;
  line-height: 100px;
  border-radius: 50%;
  margin: auto;
  background: #0B579F;
}

.ce-3 .row .col-sm-3 div span:nth-child(1) i {
  color: #fff;
  font-size: 50px;
}

.ce-3 .row .col-sm-3 div span:nth-child(3) {
  color: #999999;
  font-size: 14px;
}

.ce-4 .col-sm-3 {
  margin-bottom: 40px;
}

.ce-4 .col-sm-3 div {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  cursor: pointer;
}

.ce-4 .col-sm-3 div i {
  font-size: 70px;
  padding: 20px 0 10px;
  display: block;
  color: #0B579F;
}

.ce-4 .col-sm-3 div p:nth-child(2) {
  padding: 10px 0 10px;
  font-size: 24px;
}

.ce-4 .col-sm-3 div p:nth-child(3) {
  border-top: 1px solid #ddd;
  padding: 20px 0 20px;
  margin-bottom: 0;
  color: #666;
  font-weight: bold;
}

.ce-4 .col-sm-3 div:hover {
  background: #0B579F;
  color: #fff;
}

.ce-4 .col-sm-3 div:hover i, .ce-4 .col-sm-3 div:hover p {
  color: #fff;
}

.ce-5 {
  background: #f8f8f8;
}

.ce-5 #gun {
  height: 560px !important;
}

.ce-5 img {
  margin-bottom: 10px;
}

.ce-5 .row dl {
  display: table;
  height: 90px;
  overflow: hidden;
}

.ce-5 .row dl dt {
  display: table-cell;
  width: 100px;
  text-align: center;
  color: #0B579F;
  vertical-align: middle;
  font-weight: normal;
  border: 1px dashed rgba(11, 87, 159, 0.7);
}

.ce-5 .row dl dt i {
  display: block;
  font-style: inherit;
  font-size: 24px;
}

.ce-5 .row dl dt span {
  font-size: 24px;
}

.ce-5 .row dl dd {
  display: table-cell;
  padding: 5px  1em 0;
  border: 1px solid #d5d5d5;
  border-left: 0;
  background: #f8f8f8;
  position: relative;
}

.ce-5 .row dl dd h4 {
  font-size: 16px;
  font-weight: bold;
  color: #0B579F;
}

.ce-5 .row dl dd p {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

.ce-5 .row dl:hover dt {
  background: rgba(11, 87, 159, 0.7);
  border-color: transparent;
  color: #FFFFFF;
}

.ce-5 .row dl:hover dd {
  background: rgba(11, 87, 159, 0.6);
  border: 1px solid rgba(11, 87, 159, 0.6);
}

.ce-5 .row dl:hover dd h4 {
  color: #FFFFFF;
}

.ce-5 .row dl:hover dd p {
  color: #FFFFFF;
}

.news_content dl {
  background: #fff;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: table;
  margin-bottom: 15px;
}

.news_content dl dt {
  background: #0B579F !important;
  vertical-align: middle;
  display: table-cell;
  width: 100px;
  padding: 10px 0;
  text-align: center;
  color: #666;
}

.news_content dl dt c {
  display: block;
  font-size: 30px;
  color: #fff;
}

.news_content dl dt span {
  color: #fff;
}

.news_content dl dd {
  background: #fff;
  padding: 10px;
  display: table-cell;
  margin-bottom: 0;
  height: 100%;
}

.news_content dl dd a {
  text-decoration: none;
}

.news_content dl dd c {
  height: 22px;
  overflow: hidden;
  margin-top: 10px;
  color: #0B579F;
  font-size: 20px;
}

.news_content dl dd c a {
  color: #000000;
  text-decoration: none;
}

.news_content dl dd p {
  height: 66px;
  overflow: hidden;
  font-size: 14px;
  color: #777;
  margin: 0;
  padding-top: 10px;
  line-height: 28px;
}

.news_content dl:hover dd {
  background: rgba(11, 87, 159, 0.7) !important;
}

.news_content dl:hover dt {
  background: #0B579F !important;
}

.news_content dl:hover dt b,
.news_content dl:hover dt span {
  color: #FFFFFF !important;
}

.news_content dl:hover dd c {
  color: #fff;
}

.news_content dl:hover dd p {
  color: #fff;
}

.news_content dl:hover dd p a {
  color: #fff;
}

footer {
  background: #181818;
  padding-top: 2em;
  padding-bottom: 1em;
}

footer a:hover {
  color: #d7d8d9 !important;
}

footer p {
  color: #777;
}

footer a {
  color: #777;
}

footer .foot-one {
  color: #FFFFFF;
  border-bottom: 1px solid #4b5054;
  padding-bottom: 25px;
}

footer .foot-one [class^="col"] i {
  float: left;
  font-size: 30px;
  color: #fff;
  margin-right: 15px;
}

footer .foot-one [class^="col"] > div p {
  color: #d7d8d9;
  font-size: 18px;
  padding-top: 8px;
}

footer .icp {
  font-size: 14px;
  text-align: center;
}

footer .icp p {
  margin-bottom: 0;
  margin-bottom: 15px;
}

footer .foot {
  color: #777;
  font-size: 14px;
  margin-bottom: 10px;
}

footer .foot a {
  color: #777;
  margin: 0 2px;
  font-size: 14px;
}

footer .foot p {
  font-size: 14px;
  margin-top: 12px;
  text-align: center;
}

footer .nav-dibu {
  padding: 30px 0;
}

footer .nav-dibu img {
  margin: auto;
  display: block;
}

footer .nav-dibu .col-sm-3 {
  height: 160px;
  width: 20%;
  border-right: 1px dashed #4b5054;
  text-align: center;
}

footer .nav-dibu .col-sm-3 p {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
}

footer .nav-dibu .col-sm-3 p span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}

footer .nav-dibu .col-sm-3:nth-child(5) {
  border-right: 0 dashed #4b5054;
}

footer .nav-dibu .col-sm-3 i {
  font-size: 36px;
  color: #0ef4f2;
}

.add {
  background: #007cc2;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-size: 14px;
}

.add a {
  color: #fff;
  font-size: 14px;
}

.add i {
  font-size: 18px;
  margin: auto 5px;
}

.main {
  padding: 3em 0;
}

.main .info {
  font-size: 14px;
}

.main .info p, .main .info li {
  font-size: 14px;
  line-height: 32px;
}

.main .newss p {
  margin: 0;
  text-indent: 2em;
}

.left .xglj {
  margin-top: 50px;
}

.left .active2 {
  width: 95%;
  margin-bottom: 10px;
}

.left ul {
  padding: 0;
  margin: 0;
}

.left ul h3 {
  margin: 0;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
  background: #007cc2;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 20px;
}

.left ul .active a {
  background: #007cc2;
}

.left ul div {
  background: #fff;
}

.left ul div a {
  color: #666;
  display: block;
  font-size: 14px;
  padding-left: 5px;
}

.left ul p {
  padding: 15px 0 0px;
  margin-bottom: 0;
  text-align: center;
}

.left ul img {
  margin-bottom: 20px;
}

.left ul li {
  padding-left: 20px;
  line-height: 46px;
  border-bottom: 3px solid #fff;
  border-bottom: 1px dotted #0B579F;
  position: relative;
}

.left ul li:hover {
  background: #F4A814;
  border-bottom: 1px dotted #0B579F;
}

.left ul li:hover a {
  color: #fff;
}

.left ul li:hover::after {
  border-right: 6px solid #fff;
}

.left ul li::after {
  width: 0;
  position: absolute;
  left: 8px;
  content: '';
  top: 18px;
  height: 0;
  border-top: 5px solid transparent;
  display: block;
  border-right: 6px solid #007cc2;
  border-bottom: 5px solid transparent;
}

.cess table {
  text-align: center;
}

.cess table td {
  border: 1px solid #ddd;
  padding: 10px;
}

.main {
  background: #f8f8f8;
}

.main .right {
  background: #fff;
  padding: 20px;
}

.cp-tp {
  padding: 0;
}

.pr-cp a {
  display: block;
  overflow: hidden;
}

.pr-cp:hover img {
  transform: scale(1.1);
}

.pr-cp:hover p {
  color: #0B579F;
}

.pr-cp img {
  transition: .35s;
  border-radius: 3px;
}

.pr-cp p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  padding-top: 10px;
  font-size: 14px;
}

.new-co p {
  margin: 0;
  line-height: 32px;
  font-size: 14px;
}

.banner img {
  width: 100%;
}

.fixednav {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
}

/**************************foot***************************/
.page {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0px;
}

.page .active span {
  color: #fff !important;
}

.page span:first-child,
.page a:first-child {
  border-radius: 2px 0 0 2px !important;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
  color: #000;
}

.page a:last-child,
.page span:last-child {
  border-radius: 0 2px 2px 0 !important;
}

.page a,
.page span {
  text-decoration: none;
  color: #000;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
}

.page span:first-child, .page a:first-child {
  border: 0;
  margin: 0 5px;
  padding: 3px 10px;
  display: block;
  border-radius: 2px !important;
}

/**************************left内页***************************/
@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
  p,
  span,
  a {
    font-size: 12px !important;
  }
  h3 {
    font-size: 16px !important;
  }
  h1,
  h2,
  h4 {
    font-size: 14px !important;
    font-weight: bold;
  }
  .row {
    margin: auto 0;
  }
  /**************************公共***************************/
  #contact-p {
    display: none !important;
  }
  .head img {
    margin: auto;
    display: block;
  }
  .news_content dl dd h4 {
    height: 17px;
  }
  .right img {
    width: 100%;
  }
  #allmap {
    width: 100% !important;
  }
  .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background: #0B579F;
  }
  #contact {
    display: block !important;
    display: table;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #0B579F;
  }
  #contact button {
    background: none;
    border: 0;
    color: #fff;
    font-size: 14px;
    outline: none;
  }
  #contact > a {
    display: table-cell;
    vertical-align: middle;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  #contact > a:last-child {
    border-right: 0;
  }
  #contact div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  #contact div > a {
    color: #FFFFFF;
  }
  #contact div ul {
    min-width: 100px;
    padding: 10px;
  }
  #contact div ul li a {
    padding: 5px 15px;
    text-align: center;
    border-bottom: 1px solid #f4f4f4;
  }
  #contact div ul li:last-child a {
    border-bottom: 0;
  }
  .top {
    display: none;
  }
  .bj div {
    display: none;
  }
  .owl-prev, .owl-next, .owl-dots {
    display: none !important;
  }
  .tb2 tr td {
    display: block;
    width: 100%;
    margin: 10px 0;
    border: 1px solid #ccc !important;
  }
  .div30 img {
    width: 100%;
  }
  .title h4 {
    font-size: 20px !important;
  }
  .ce-5 #gun {
    height: 500px !important;
  }
  .nav-dibu {
    display: none;
  }
  footer .foot-one {
    padding-bottom: 10px;
  }
  .foot {
    padding-top: 10px;
  }
  .right img {
    height: auto;
    width: 100%;
  }
  .ce-1 .col-sm-3 {
    margin-bottom: 20px;
    padding: 0 5px;
  }
  .ce-3 .row .col-sm-3 {
    padding: 0 5px;
  }
  .ce-3 .row .col-sm-3 div {
    padding: 20px 10px;
  }
  .fixednav1 {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    background: #fff;
  }
  .ce-5 .row dl dt span {
    font-size: 24px !important;
  }
  .sj-nav {
    position: fixed;
    z-index: 97;
    width: 100%;
    top: 0;
    left: 0;
  }
  .sj-nav .nav2 {
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 11px 0;
    z-index: 1;
  }
  .sj-nav .nav3 {
    color: #ffffff;
    height: 50px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 50px;
    position: relative;
    z-index: 9999 !important;
    transition: background 0.5s;
  }
  .sj-nav .nav3 span {
    transition: .35s all;
  }
  .sj-nav .nav3 span:nth-child(1) {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 2px;
    background-color: #0B579F;
    transform: translateY(-4px) rotate(0deg);
  }
  .sj-nav .nav3 span:nth-child(2) {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 2px;
    background-color: #0B579F;
    transform: translateY(4px) rotate(0deg);
  }
  .sj-nav .nav1-x {
    z-index: 99 !important;
    background-color: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    padding-top: 30px;
    padding-bottom: 80px;
    overflow: auto;
  }
  .sj-nav .nav1-x li {
    width: 80%;
    margin-left: 10%;
    position: relative;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  }
  .sj-nav .nav1-x ul {
    display: none;
    padding: 0 10px;
  }
  .sj-nav .nav1-x ul a {
    color: #ccc;
  }
  .sj-nav .nav1-x i {
    color: #ddd;
    display: inline-block;
    font-size: 30px;
    right: 0;
    font-style: inherit;
    position: absolute;
  }
  .sj-nav .nav1-x a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    color: #FFFFFF;
    transition: all 0.5s;
    font-weight: 300;
    animation-name: shanxian;
    animation-fill-mode: both;
    animation-duration: 0.5s;
  }
  .sj-nav .nav1-x a:nth-child(1) {
    animation-delay: 0.1s;
  }
  .sj-nav .nav1-x a:nth-child(2) {
    animation-delay: 0.2s;
  }
  .sj-nav .nav1-x a:nth-child(3) {
    animation-delay: 0.3s;
  }
  .sj-nav .nav1-x a:nth-child(4) {
    animation-delay: 0.4s;
  }
  .sj-nav .nav1-x a:nth-child(5) {
    animation-delay: 0.5s;
  }
  .sj-nav .nav1-x a:nth-child(6) {
    animation-delay: 0.6s;
  }
  .sj-nav .nav1-x a:nth-child(7) {
    animation-delay: 0.7s;
  }
  .sj-nav .nav1-x a:nth-child(8) {
    animation-delay: 0.8s;
  }
  .sj-nav .nav1-x a:nth-child(9) {
    animation-delay: 0.9s;
  }
  .sj-nav .sj-d {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .sj-nav .sj-d span {
    background: #fff !important;
  }
  .sj-nav .sj-d span:nth-child(1) {
    transform: translateY(0px) rotate(45deg);
  }
  .sj-nav .sj-d span:nth-child(2) {
    transform: translateY(0px) rotate(-45deg);
  }
}

