body {
  font-size: 16px;
  min-height: 100%;
  font-family: "微软雅黑";
  background: #ffffff;
  overflow-y:scroll;
}
/* 去除Chrome等浏览器文本框默认发光边框 */
input:focus, textarea:focus {outline: none;}
a:active,a:focus {outline: none;star:expression(this.onFocus=this.blur());}
@media screen and (max-width: 1024px) {
  body {
    font-family: "华文黑体";
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}
@media screen and (max-width: 1024px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    font-family: "华文黑体";
  }
}
input,
select,
textarea {
  font-family: "微软雅黑";
}
@media screen and (max-width: 1024px) {
  input,
  select,
  textarea {
    font-family: "华文黑体";
  }
}
a:hover,
a:focus {
  text-decoration: none;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  vertical-align: middle;
}
.wrap {
  width: 100%;
  min-height: 568px;
  position: relative;
  overflow: hidden;
}
.container {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.row {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

/** 头部 **/
.header {
  width: 100%;
  display: block;
  float: left;
  clear: both;
  background:rgba(248,248,248,1);
  border-bottom: 1px solid #e3e3e3;
  box-shadow: 0 1px 1px #f5f5f5;
  position: fixed;
  z-index: 10000;
  top: 0;
  line-height: 90px;
}
.page-box .tou{
  background: red;
}
.header .conter {
  width: 1180px;
  display: block;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .header .conter {
    width: 100%;
    padding: 0 3%;
    float: left;
  }
}
.head-logo {
  width: 18.24%;
  max-width: 200px;
  min-width: 142px;
  float: left;
}
.head-logo img {
  width: 100%;
}
/***** 搜索 *****/
.head-sch {
  float: right;
  position: relative;
  margin-left: 19px;
}
.head-sch input{
  width: 122px;
  height: 31px;
  line-height: 31px;
  font-size: 0.875em;
  color: #999999;
  border-radius: 20px;
  border: 1px solid #7b7b7b;
  padding:0 30px 0 22px;
  background:rgba(248,248,248,1);
}
.head-sch .more{
  background:rgba(255,255,255,.5);
}
.head-sch img {
  cursor: pointer;
  position: absolute;
  right: 12px;
  top:38px;
}

.header .weixin{
  width: 30px;
  height: 90px;
  float: right;
  background: url(../images/weixin.png) no-repeat 0 30px;
  margin: 0 0 0 10px;
  cursor: pointer;
  position: relative;
}
.header .weixin img{
  position: absolute;
  left: -35px;
  top: 70px;
  width:100px;
  height: 100px;
  display: none;
}
.header .weixin:hover{
}
.header .weixin:hover img{
  display: block;
}

/******* 导航 ******/
.nav-box {
  float: right;
  height: 90px;
  position: relative;
}
.nav-box > li {
  float: left;
  position: relative;
  margin: 0 1.25em;
}
.nav-box .level1 {
  width: 100%;
  display: block;
  font-size: 0.875em;
  line-height: 90px;
  color: #666666;
  position: relative;
}
.nav-box .on .level1{
  /*color: #f8bc07;*/
  color: #e40112;
  font-weight: bold;
}
.nav-box .level1 .xian{
  width: 0%;
  height: 2px;
  display: inline-block;
  /*background: #f8bc07;*/
  background: #e40112;
  position: absolute;
  left: 0;
  top: 65px;
  transition:all 0.2s ease;
  -moz-transition:all 0.2s ease; /* Firefox 4 */
  -webkit-transition:all 0.2s ease ; /* Safari and Chrome */
}
.nav-box .on .xian{
  width: 100%;
}
.nav-box .level1:hover{
   /*color: #f8bc07;*/
   color: #e40112;
   font-weight: bold;
}
.nav-box .level1:hover .xian{
  width: 100%;
}
/*********  asideNav **********/

.ph-nav .btn-nav,
.ph-nav .btn-nav2 {
  display: block;
  text-align: center;
  position: absolute;
  right: 3%;
  top: 0;
  z-index: 998;
}
.ph-nav .btn-nav2{
  display:none;
}
.ph-nav .btn-nav img,
.ph-nav .btn-nav2 img {
  width: 16px;
}


.ph-nav .mCustomScrollBox{
  padding: 0 3%;
}
.ph-nav  .mCSB_draggerContainer{
  right: 5px;

}
.ph-nav  .mCSB_scrollTools .mCSB_draggerRail {
    background:#f8f8f8;
    width: 5px;

}
.ph-nav  .mCSB_scrollTools .mCSB_dragger{
  background: #ccc;
  border-radius: 10px;
  width: 2px;
  margin-left: 8px;
  
}
.nav-lists{
  max-height: 400px;
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 5;
  background: #f8f8f8;
  z-index: 1000;
}

@media screen and (max-width: 414px){
  .nav-lists{
    padding: 0 3%;
  }
}


.ph-nav .nav-list {
  width: 100%;
  display: none;
  box-shadow: 0 0 2px #dadbdb;
  -moz-box-shadow: 0 0 2px #dadbdb;
  -webkit-box-shadow: 0 0 2px #dadbdb;
  padding: 10px 0  50px 0;
}
.ph-nav .nav-list > li{
    border-bottom: 1px solid #cccccc;
    position: relative;
}
.ph-nav .nav-list a {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ph-nav .nav-list ul {
  display: none;
}
.ph-nav .nav-list .level1 {
  font-size: 1em;
  line-height: 2.3125em;
  color: #666666;

}

.ph-nav .nav-list .drop1,
.ph-nav .nav-list .drop2{
  width: 40px;
  height: 2.3125em;
  line-height: 2.3125em;
  text-align: center;
  display: block;
  font-size: 1.125em;
  color: #666666;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.ph-nav .nav-list .drop2{
  display:none;
}
.ph-nav .nav-list .drop3{
  width: 40px;
  height: 2.3125em;
  line-height: 2.3125em;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.ph-nav .nav-list .drop4{
  width: 40px;
  height: 2.3125em;
  line-height: 2.3125em;
  display:none;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}


.ph-nav .nav-sub {
  width: 100%;
  padding: 10px 0;

}
.ph-nav .nav-sub  li{
   position: relative;
}
.ph-nav .nav-sub a {
  font-size: 1em;
  line-height: 2.5em;
  color: #333;
}
.ph-nav .nav-level3 a {
  padding-left: 29px;
  line-height: 2.3125em;
}
.ph-nav .nav-level3 a:hover {
 text-decoration: underline;
}

.ph-nav ul > li.on > a,
.ph-nav ul > li.on > a.level1{
  font-weight: bold;
  border-bottom: 2px solid #333333;
}
.ph-nav ul > li.on > a .drop1,
.ph-nav ul > li.on > a .drop2{

}

.ph-nav .nav-sub .on1{
  /*color: #f8bc07;*/
  color: #e40112;
}

.ph-nav .search{
  position: absolute;
  right: 11%;
  top: 0;
}
.search-box{
   position: absolute;
   width: 100%;
   padding: 0 3%;
   top: 100%;
   left: 0;
   margin-top: 10px;
   height: 32px;
   display: none;
   z-index: 100000;
}
.search-box input{
  width: 100%;
  height: 32px;
  line-height: 32px;
  border: 1px solid #a5a5a5;
  float: left;
  font-size: 1em;
  background: #f8f8f8;
  padding: 0 22% 0 5%;
}
.search-box  img{
  position: absolute;
  right: 11%;
  top: 8px;
}


/***** 主体 ****/
.page-box{
  margin-top: 92px;
}
@media screen and (max-width: 991px) {
  .header{
    line-height: 60px;
    position: absolute;
  }
  .page-box{
    margin-top: 62px;
  }

}
.main-box {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
/*@media screen and (min-width: 768px) {
  .main-box {
    min-height: 712px;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  .main-box {
    min-height: 546px;
  }
}
@media screen and (min-width: 361px) and (max-width: 375px) {
  .main-box {
    min-height: 480px;
  }
}
@media screen and (min-width: 321px) and (max-width: 360px) {
  .main-box {
    min-height: 454px;
  }
}
@media screen and (max-width: 320px) {
  .main-box {
    min-height: 384px;
  }
}*/
/****** 页脚 ******/
.footer-bot {
  width: 100%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  background: #323232;
  padding: 12px 3%;
}
.footer-left{
  padding: 0;
}

.foot-link {
  font-size: 0.75em;
  line-height: 1.667em;
  color: #999;
  padding: 0;
  text-align:right;
}
.foot-link a {
  color: #999;
  margin: 0 4px;
}
.foot-link a:hover{
  text-decoration: underline;
}
.foot-copy {
  float: left;
  font-size: 0.75em;
  line-height: 1.667em;
  color: #999;
}
.foot-copy i {
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
}

.foot-copy a {
  color: #999;
}
.foot-copy a:hover {
  color: #f3953e;
}
.foot-support {
  float: left;
  font-size: 0.75em;
  line-height: 1.667em;
  color: #999;
  margin-left: 4px;
}
.foot-support a {
  color: #999;
}
.foot-support a:hover{
  text-decoration: underline;
}
.pc-support {
  width: 245px;
  overflow: hidden;
  margin: 0 auto;
}
.pc-support h3 {
  width: auto;
  float: left;
  font-size: 1em;
  line-height: 1.833em;
}
.pc-support .bd {
  height: 22px;
  width: 170px;
  overflow: hidden;
  float: left;
  text-align: left;
}
.ph-support {
    font-size: 0.75em;
    line-height: 1.667em;
}

@media screen and (max-width: 991px) {
  .footer-left{
    text-align: center;
  }
  .foot-copy{
    float: none;
  }
  .foot-support{
    float: none;
  }
  .foot-link {
    text-align: center;
  }
  .foot-copy .bei{
    display: none;
  }

}

/****** 底部导航 ******/
.footer-nav{
  padding: 49px 0 22px 0;
  background: #ebebeb;
}
.nav-bottom{
  width: 1180px;
  margin:auto;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .nav-bottom{
   width: 100%;
   padding: 0 3%;
  }
}
.foot-nav{
  padding: 0;
}
.foot-nav li{
  width: 16.66%;
  white-space: nowrap;
  float: left;
}
.foot-nav a {
  display: inline-block;
}
.foot-nav .level1{
  font-size: 1.125em;
  line-height: 26px;
  color: #404040;
  margin-bottom: 10px;
  font-weight: bold;
}
.foot-nav .level1:hover{
  /*color: #f3953e;*/
  color: #e40112;   
}
.foot-nav dd a {
  font-size: 0.875em;
  line-height: 32px;
  color: #696969;
}
.foot-nav dd a:hover{
  /*color: #f3953e;*/
  color: #e40112;
}

.foot-contact{
  padding: 0;
  padding-left: 67px;
}
.foot-contact .title{
  color: #666666;
  font-size: 0.875em;
  line-height: 1.143em;
}
.foot-contact .apple{
  font-size: 1em;
  line-height: 2.875em;
}
.foot-contact .apple img{
  margin-top: -8px;
  margin-right: 13px;
}
@media screen and (max-width: 991px) {
  .foot-contact .apple img{
    width: 13px;
    margin-top: -3px;
    margin-right: 8px;
  }
}

.foot-contact .apple a{
  color: #222222;
}
.foot-contact .apple a:hover{
  /*color: #f3953e;*/
  color: #e40112;
}
.foot-contact .link{
  color: #666666;
  font-size: 0.875em;
  line-height: 2.429em;
  margin-bottom: 3px;
}
.foot-contact .phone{
  font-size: 1.5em;
  font-weight: bold;
  font-style: italic;
  /*color: #da9000;*/
  color: #e40112;
  line-height: 0.875em;
}
.foot-contact .phone a{
  /*color: #da9000;*/
  color: #e40112;
}
.foot-contact .phone img{
  margin-right: 10px;
  margin-top: -10px;
}

@media screen and (max-width: 991px) {
  .foot-contact .phone img{
    width: 15px;
    margin-right: 7px;
    margin-top: -5px;
  }
}

.foot-contact .guan{
  margin-top: 21px;
  display: inline-block;
  text-align: center;
  color: #222222;
  font-size: 1.125em;
  letter-spacing: 3px;
}
.foot-contact .guan img{
  width: 110px;
  height: 110px;
  display: block;
}
@media screen and (min-width: 992px) and (max-width: 1200px)  {
  .foot-contact{
    padding-left: 28px;
  }
  .foot-contact .apple{
    font-size: 0.875em;
  }
  .foot-contact .phone{
    font-size: 1.5em;
  }
}

@media screen and (max-width: 991px) {
  .foot-contact{
    padding-left: 0;
    text-align: center;
  }
  .footer-nav{
    padding-top: 30px;
  }
  .foot-contact .guan{
    letter-spacing: 1px;
  }
}



/****** 返回顶部 ******/
.back-top{
  position: fixed;
  right: 5%;
  bottom: 16%;
  cursor: pointer;
  display: none;
  width: 40px;
  height: 40px;
  z-index: 100;
}


/****** 位置导航 ******/
.pc-location{
  width: 1180px;
  margin: auto;
}
@media screen  and (max-width: 1200px) {
  .pc-location {
   width: 100%;
   padding: 0 3%;
  }
}
.pc-location ul{
  overflow: hidden;
}
.pc-location li{
  float: left;
  margin-right: 100px;
  font-size: 0.938em;
  padding: 25px 0 12px 0;
  border-bottom: 4px solid #fff;
}
.pc-location .on{
  /*border-bottom: 4px solid #f8bc07;*/
  border-bottom: 4px solid #e40112;
}
.pc-location li:hover{
  /*border-bottom: 4px solid #f8bc07;*/
  border-bottom: 4px solid #e40112;
}
.pc-location li a{
  color: #333333;
}
.ph-location{
  background: #fff;
  width: 100%;
  z-index: 100;
  margin-top: 13px;
}
.ph-location .swiper-slide{
  text-align: center;
}
.ph-location .swiper-slide{
  color: #666666;
  font-size: 0.875em; 
  padding: 12px 0;
  display: inline-block;
  position: relative;
}
.ph-location .swiper-slide .carets{
  position: absolute;
  width: 70%;
  height: 4px;
  /*background: #f8bc07;*/
  background: #e40112;
  left: 15%;
  bottom: 0;
  display: none;
}
.ph-location .on .carets{
  display: block;
}
.ph-location .swiper-slide:hover .carets{
  display: block;
}

.ph-nav3{
  font-size: 0.75em;
  line-height: 3.167em;
  margin: 0 3%;
  margin-top: 10px;
  position: relative;
}
.ph-nav3 .nav-main{
  /*color: #f8bc07;*/
  color: #e40112;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
.ph-nav3 .nav-main span{
  position: absolute;
  right: 0;
  display: inline-block;
  width: 40px;
  height: 100%;
}
.ph-nav3 .nav-main .on{
}

.ph-nav3 .nav-sub{
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  background: #fff;
  z-index: 100;
  padding-bottom: 20px;
}
.ph-nav3 .nav-sub ul{
  overflow: hidden;
}
.ph-nav3 .nav-sub li{
  border-bottom: 1px solid #e6e6e6;
}
.ph-nav3 .nav-sub a{
  color: #666666;
  display: block;
}
.ph-nav3 .nav-sub a:hover{
  /*color: #f8bc07;*/
  color: #e40112;
}

/****** 主体内容 ******/
.main-conter{
  width: 1180px;
  margin: auto;
  overflow: hidden;
}
@media screen  and (max-width: 1200px) {
  .main-conter{
   width: 100%;
   padding: 0 3%;
  }
}


/****** 建设中 ******/
.page-box2{
  margin-top: 90px;
}
.header2{
  box-shadow: none;
}
@media screen and (max-width: 991px){
  .page-box2{
    margin-top: 60px;
  }
}
.construct{
  width: 100%;
  display: block;
  background: #f1eee5;
}
.construct img{
  width: 100%;
  max-width: 100%;
  display: block;
  margin:0 auto;
}
@media screen and (min-width: 1180px){
    .construct img{
        width:1180px;
    }
}
