@charset "UTF-8";
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex > * {
  flex: auto;
  text-align: center;
}

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

* {
  box-sizing: border-box;
}

li {
  list-style: none;
}

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

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

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

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

.prevnext_left:hover a,
.prevnext_right:hover a {
  color: #e2501d;
}

.prevnext_left a,
.prevnext_right a {
  color: #000;
  text-decoration: none;
}

.info img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: auto;
}

.address {
  background: #e2501d;
  color: #fff;
  height: 50px;
  line-height: 50px;
}

.address .ad {
  padding: 0;
}

.address span a {
  color: #fff;
}

.a-banner img {
  width: 100%;
}

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

.head .col-md-4 img {
  width: 322px !important;
}

.head .col-md-5 p {
  margin-top: 30px;
  font-size: 22px;
  font-weight: bold;
  color: #e2501d;
}

.head .col-md-5 p span {
  color: #046aad;
}

.head .iphone {
  margin-top: -10px !important;
  padding-left: 40px;
}

.head .iphone i {
  font-size: 3em;
  color: #046aad;
  margin-top: 30px;
  display: block;
  float: left;
}

.head .iphone span {
  float: left;
  margin-top: 30px;
  padding-left: 15px;
  font-size: 22px;
  display: block;
  color: #e2501d;
  font-weight: bold !important;
}

.head .iphone span:last-child {
  margin-top: 0px;
  margin-left: 0px;
  font-weight: bold;
}

.menu {
  float: left;
  width: 250px;
  position: relative;
  background: #046aad;
}

.menu h3 {
  margin: 0;
  font-size: 18px;
  height: 100%;
  line-height: 60px;
  color: #fff;
  text-align: center;
}

.menu ul {
  padding: 10px 0 20px 0;
  width: 100%;
  z-index: 999;
  position: absolute;
  left: 0;
  background: rgba(59, 59, 59, 0.4);
}

.menu ul li {
  margin: 0 3%;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.menu ul li:last-child {
  border-bottom: none;
}

.menu ul li h4 a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  color: #e2501d !important;
  font-weight: bold;
}

.menu ul li a {
  color: #fff;
  display: inline-block;
  width: 49%;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.menu ul li a:hover {
  color: #e2501d;
}

.nav-box {
  width: 100%;
  height: 60px;
  background: #e2501d;
}

.nav-box nav {
  width: calc(100% - 250px);
  float: left;
}

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

.nav-box .flex > li {
  height: 60px;
  position: relative;
  border-left: 1px #fff solid;
}

.nav-box .flex > li:last-child {
  border-right: 1px #fff solid;
}

.nav-box .flex > li > a {
  text-decoration: none;
  color: #fff;
  line-height: 60px;
  font-size: 16px;
  position: relative;
  display: block;
}

.nav-box .flex > li > a:hover {
  background: #046aad;
}

.nav-box .flex > li ul {
  width: 100%;
  display: none;
  padding: 0;
  position: absolute;
  z-index: 999;
  background: brown;
}

.nav-box .flex > li ul li {
  list-style: none;
}

.nav-box .flex > li ul li a {
  width: 100%;
  text-decoration: none;
  color: #fff;
  line-height: 40px;
  display: block;
}

.nav-box .flex > li ul li:hover a {
  background: #e2501d;
}

/**************************head***************************/
.wl {
  background: #F6F6F6;
  padding: 3em 0;
}

.wl .col-md-4 {
  padding: 0;
  margin-bottom: 35px;
}

.wl .col-md-4 a {
  text-decoration: none;
  color: #e2501d;
}

.wl .col-md-4 a i {
  font-size: 48px;
  height: 110px;
  width: 110px;
  margin: 3px;
  border-radius: 100%;
  line-height: 105px;
  text-align: center;
  background: #ffffff;
  color: #e2501d;
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
}

.wl .col-md-4 a i:hover {
  background: #046aad;
  box-shadow: inset 0 0 0 5px #046aad;
  color: #fff;
}

.wl .col-md-4 h2 {
  font-size: 20px;
  color: #046aad;
  font-weight: bold;
}

.wl .col-md-4 h2 a:hover {
  color: #046aad;
}

.wl .col-md-4 h3 {
  font-size: 16px;
}

/**************************wl***************************/
.title h3 {
  color: #e2501d;
  text-align: center;
}

.title h3:before {
  content: "";
  border: 1px #e2501d solid;
  width: 30%;
  display: inline-block;
  margin-bottom: 9px;
  margin-right: 2%;
}

.title h3 span {
  color: #046aad !important;
}

.title h3:after {
  content: "";
  border: 1px #046aad solid;
  width: 30%;
  margin-bottom: 9px;
  display: inline-block;
  margin-left: 2%;
}

.title p {
  text-align: center;
  color: #888;
  margin-bottom: 3em;
}

/**************************tyep***************************/
.advantages {
  padding: 3em 0;
  background: #F6F6F6;
}

.advantages ul li {
  width: 18%;
  margin: 0 1%;
  float: left;
}

.advantages ul li span {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: #e2501d;
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 50%;
}

.advantages ul li i {
  line-height: 100px;
  color: #fff;
  text-align: center;
  font-size: 60px;
  display: block;
  transition: all 0.5s;
}

.advantages ul li i:hover {
  transform: scale(1.5);
}

.advantages ul li h3 {
  font-weight: bold;
  text-align: center;
  color: #046aad;
  padding-bottom: 10px;
  font-size: 20px;
}

.advantages ul li p {
  line-height: 28px;
  text-align: center;
}

.lc {
  padding: 3em 0;
}

.lc .flex {
  display: flex;
}

.lc .flex > div {
  flex: auto;
  text-align: center;
}

.lc .flex > div i {
  display: block;
  width: 114px;
  margin: auto;
  border-radius: 100%;
  background: #eee;
  color: #e2501d;
  transition: all 0.5s;
  font-size: 80px;
  margin-bottom: 10px;
}

.lc .flex > div i:hover {
  cursor: crosshair;
  transform: translate3d(0, -10px, 0) scale(1);
}

/**************************advantages***************************/
.about {
  background: url(../img/bj.jpg);
  padding: 3em 0;
}

.about .col-md-4 img {
  width: 100%;
  box-shadow: 5px 5px 10px #888;
}

.about .col-md-8 p {
  line-height: 28px;
  text-indent: 2em;
  color: #046aad;
}

#contact:hover .list_dl {
  display: block !important;
}

.list_dl {
  display: none;
  margin: 0;
  position: fixed;
  width: 33.33333333333333333333333333333333333333333333333333333%;
  left: 0;
  right: 0;
  bottom: 41px;
  background: #e2501d;
}

.list_dt {
  color: #fff;
  width: 120px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

.list_dt:first-child {
  margin-top: 10px;
}

.list_dt a {
  color: #fff;
  padding-top: 10px;
}

.list_dt:hover ._after {
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#open ._after {
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.list_dt_icon {
  position: absolute;
  right: 10px;
  top: 11px;
  display: block;
  width: 12px;
  height: 12px;
  background-size: cover;
}

#open .list_dt_icon {
  background-size: cover;
}

.list_dd {
  display: none;
}

.list_dd ul {
  padding: 0 !important;
}

.list_li {
  list-style-type: none;
  background: #046aad;
  width: 120px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
}

.list_li a {
  color: #fff;
}

.list_li:hover {
  background: #046aad;
}

/**************************about***************************/
.news {
  background: #FBFBFB;
  padding: 3em 0;
}

.news .news-title {
  border-bottom: 1px #888 solid;
}

.news .news-title i {
  font-size: 24px;
  margin-right: 10px;
  margin-bottom: 30px;
  color: #e2501d;
}

.news .news-title a {
  padding-bottom: 10px;
  display: inline-block;
  text-decoration: none;
  color: #000;
}

.news .news-title a:hover {
  color: #e2501d;
}

.news .news-title span {
  float: right;
  margin-top: 10px;
}

img {
  width: 100%;
}

.news_content {
  padding-top: 20px;
}

.news_content dl {
  background: #fff;
  position: relative;
  display: table;
  margin-bottom: 15px;
}

.news_content dl dt {
  background-color: rgba(184, 181, 180, 0.3) !important;
  vertical-align: middle;
  display: table-cell;
  width: 100px;
  text-align: center;
  color: #666;
}

.news_content dl dt b {
  display: block;
  font-size: 26px;
  color: #e2501d;
}

.news_content dl dt span {
  color: #e2501d;
  font-size: 20px;
}

.news_content dl dd {
  background: #F6F6F6 !important;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.news_content dl dd h4 {
  color: #e2501d;
  height: 38px;
}

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

.news_content dl dd p {
  text-align: left;
  font-size: 14px;
  text-indent: 2em;
  color: #000;
  line-height: 28px;
  letter-spacing: 0.5px;
}

.news_content dl dd .more1 {
  display: block;
  width: 0px;
  height: 0px;
  border-color: rgba(0, 0, 0, 0.2) transparent;
  border-width: 0 0 30px 30px;
  border-style: solid;
  position: absolute;
  right: 0;
  bottom: 0;
}

.news_content dl dd .more1::after {
  display: block;
  content: "+";
  bottom: -33px;
  left: -16px !important;
  position: absolute;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
}

.news_content dl:hover dd {
  background-color: rgba(226, 80, 29, 0.7) !important;
}

.news_content dl:hover dt {
  background-color: rgba(226, 80, 29, 0.5) !important;
}

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

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

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

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

/**************************news***************************/
.fw {
  padding: 3em 0;
  background: #fff;
}

.fw .item {
  position: relative;
}

.fw .item .img {
  height: 100%;
  overflow: hidden;
  padding: 0;
  width: 31%;
  margin: 10px 1%;
  border-radius: 3px;
}

.fw .item .img:hover .it-cont {
  background: rgba(57, 61, 73, 0.5);
}

.fw .item .img:hover .it-cont p {
  opacity: 1;
  transform: translate3d(0, -170px, 0) scale(1);
}

.fw .item .img:hover .it-cont h3 {
  transform: translate3d(0, -160px, 0);
  background: none;
}

.fw .item .img img {
  width: 100%;
  height: 241px;
}

.fw .item .img h3 {
  background: rgba(4, 106, 173, 0.3);
  color: #fff;
  height: 50px;
  line-height: 50px;
  margin-top: 190px;
  transition: 0.35s;
}

.fw .item .it-cont {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  text-align: center;
}

.fw .item .it-cont a {
  text-decoration: none;
  display: block;
  z-index: 99999;
}

.fw .item .it-cont p {
  color: #fff;
  opacity: 0;
  font-size: 14px;
  padding: 2em;
  transform: translate3d(0, 0px, 0);
  transition: 0.35s;
}

/**************************bj***************************/
.lunbo {
  background: #F6F6F6;
  padding: 3em 0;
}

#marquee1 {
  width: 100%;
  overflow: hidden;
  height: 300px;
}

#marquee1 ul li {
  float: left;
  padding: 1px 0;
  list-style: none;
  width: 300px;
}

#marquee1 ul li img {
  display: block;
  width: 300px;
  height: 300px;
  padding: 0 1px;
}

/**************************marquee1***************************/
.foot {
  padding-top: 2em;
  background: #303036;
  color: rgba(255, 255, 255, 0.6);
}

.foot .col-md-12:nth-child(2) {
  text-align: left !important;
}

.foot .col-md-12 {
  text-align: center;
}

.foot .col-md-12 p {
  font-size: 14px;
  margin: 0;
}

.foot .f-nav {
  border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
  padding-bottom: 30px;
}

.foot .f-nav1 {
  display: none;
  border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
  padding-bottom: 10px;
}

.foot .f-l {
  margin: 20px 0;
  font-size: 14px;
}

.foot span {
  margin-right: 20px;
  display: inline-block;
}

.foot a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
}

.foot a:hover {
  color: #FFF;
}

.lj {
  margin: 20px 0;
}

.lj li {
  text-align: left;
  list-style: none;
}

.lj li a {
  margin: 0 10px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 14px;
}

.lj li a:hover {
  color: #fff;
}

table {
  width: 100%;
  border: 1px #000 solid;
}

table tr {
  width: 100%;
}

table tr td {
  border: 1px #000 solid;
}

/**************************foot***************************/
.main {
  padding-top: 3em;
}

.p_left {
  margin-top: -30px;
  margin-bottom: 20px;
}

.p_left .lf-btm {
  margin-top: 50px;
}

.p_left .lf .l_title a,
.p_left .lf-btm .l_title a {
  text-decoration: none;
  width: 16%;
  display: inline-block;
  padding: 10px 20px;
  border-bottom: 0;
  color: #000000;
  text-align: center;
  background: #e2501d;
  float: left;
  color: #fff;
  border-radius: 3px;
  margin: 5px 0.2%;
}

.p_left .lf .l_title a:hover,
.p_left .lf-btm .l_title a:hover {
  background: #046aad;
  color: #fff;
}

.p_left .lf .l_title .l-btm .active,
.p_left .lf-btm .l_title .l-btm .active {
  background: #046aad;
  color: #fff;
}

.p_left .lf .l_title .l-btm a,
.p_left .lf-btm .l_title .l-btm a {
  font-size: 13px;
  white-space: nowrap;
}

.about_right {
  background: #FBFBFB;
  padding: 3em 0;
}

/**************************foot***************************/
@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
  p,
  span,
  a {
    font-size: 12px !important;
  }
  h1,
  h2,
  h3,
  h4 {
    font-size: 14px   !important;
    font-weight: bold;
  }
  .row {
    margin: auto 0;
  }
  .title h3, .title h3 span {
    font-size: 16px  !important;
  }
  .title h3:before, .title h3:after {
    margin-bottom: 5px;
  }
  .title p {
    margin-bottom: 2em;
  }
  .container {
    padding: 0 10px;
  }
  /**************************公共***************************/
  .head {
    margin: 0;
  }
  .wl {
    padding-bottom: 10px;
  }
  .wl .col-md-4 {
    margin-bottom: 30px;
  }
  .wl .col-md-4 a i {
    float: none;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .wl .col-md-4 h2 {
    text-align: center;
  }
  .wl .col-md-4 h2 a {
    font-size: 14px !important;
  }
  .wl .col-md-4 h3 {
    font-size: 12px !important;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .fw {
    padding-bottom: 40px;
  }
  .fw .item .img:hover .it-cont h3 {
    transform: translate3d(0, -16px, 0);
    background: none;
  }
  .fw .item .img img {
    width: 100%;
    height: 71px;
  }
  .fw .item .img h3 {
    height: 30px;
    line-height: 30px;
    margin-top: 42px;
  }
  .fw .item .img p {
    display: none;
  }
  .advantages ul {
    padding: 0;
  }
  .advantages ul span {
    width: 65px !important;
    height: 65px !important;
  }
  .advantages ul span i {
    font-size: 40px;
    line-height: 65px;
  }
  .advantages ul span i:hover {
    transform: scale(1.2);
  }
  .lc {
    padding-bottom: 50px;
  }
  .lc > div i {
    width: 45px !important;
    height: 45px !important;
    line-height: 45px;
    font-size: 30px !important;
  }
  .about {
    padding-bottom: 30px;
  }
  .foot {
    padding: 3em 0;
  }
  .foot .f-nav {
    display: none;
  }
  .foot .col-md-12 {
    text-align: left;
  }
  .foot .f-nav1 {
    display: block;
  }
  .foot .lj {
    margin: 10px 0;
  }
  .foot .f-l {
    margin: 10px 0;
  }
  .foot .f-l span {
    margin-bottom: 10px;
  }
  .fw .item .img {
    float: left;
    width: 48% !important;
  }
  .fw .item .img img {
    height: 100px;
  }
  .fw .item .img h3 {
    margin-top: 0;
  }
  .news_content dl dd p {
    height: 54px;
  }
  .news .news-title span {
    margin-top: 13px;
  }
  .address {
    padding-left: 15px;
  }
  #contact {
    display: block !important;
    display: table;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #e2501d;
  }
  #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;
  }
  #allmap {
    max-width: 100%;
    height: 100%;
  }
  img {
    width: 100% !important;
  }
  .owl-dots {
    display: none !important;
  }
}
