html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "微软雅黑";
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* { 
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  /* overflow: hidden; */
}

body {
  /* font-family: 'Montserrat', sans-serif; */
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
}

#particles {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.intro {
  position: absolute;
  left: 0;
  top: 50%;
  padding: 0 20px;
  width: 100%;
  text-align: center;
}
a{
  text-decoration:none; 
}
p a{
  -webkit-nav-select:none;

     -moz-nav-select:none;

     -ms-nav-select:none;

     nav-select:none;
}
a:hover{
  text-decoration:none;
}
a:active{
  text-decoration:none;
}
a:visited{
  text-decoration:none;
}
a:link{
  text-decoration:none; 
}
/* 头部公共 */
.header{
  width: 100%;
  height: 140px;
  background: white;
}  
.header .head{ 
  width: 1220px;
  height: 140px;
  margin: 0 auto;
  /* overflow: hidden; */
  position: absolute;
  left: 50%;
  margin-left: -610px;
}
.header .head .logo{
  display: block;
  width: 270px;
  margin-top: 27px;
}
.header .head .navBox{
  margin-top: 24px;
  width: 100%;
  height: 40px;
}
.navLiNew{
  float: left;
  height: 40px;
  font-size: 20px;
  color: black;
  position: relative;
  margin-left: 30px;
}
.navLiNew:nth-child(1) {
  margin-left: 0px;
}
.header .head .navBox .navLi{
  float: left;
  height: 40px;
  font-size: 20px;
  color: black;
  position: relative;
  margin-left: 30px;
}
.header .head .navBox .navLi:nth-child(1) {
  margin-left: 0px;
}
.header .user{
  position: absolute;
  top: 55px;
  right: 0px;
}
.headMy{
  position: absolute;
  top: 55px;
  right: 0px;
}
.headMyImg{
  width: 16px;
  margin-right: 20px;
  float: left;
}
.headMyp1{
  float: left;
  font-size: 14px;
  color: black;
  margin-right: 15px;
  margin-top: 3px;
  cursor: pointer;
  user-select: none;
}
.headMyp2{
  font-size: 14px;
  float: left;
  padding-left: 15px;
  height: 16px;
  border-left: 1px solid black; 
  margin-top: 3px;
  cursor: pointer;
  user-select: none;
}
.headLine {
  width: 36px;
  height: 4px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -18px;
  background: #3a6dcb;
  display: none;
}
.headLiDh .headLine {
  display: block;
}
.headLiDh p{
  font-weight: bold;
}
.header .user .userLi{
    float: left;
    color: white;
    cursor: pointer;
    margin-top: 6px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
}
.header .user .userLi a{
  color: white;
  font-size: 16px;
  
}
.header .user .dropDownUl{
    width: 80px;
    margin: 0 auto;
    margin-top: 24px;
    overflow: hidden;
}
.header .user  .userLiP{
    float: left;
    margin-left: 20px;
}
.header .user  .userLiImg{
    float: left;
}
.header .user .userLi:nth-child(1){
  margin-right: 20px;
}
.header .user .userLi:nth-child(1) img{
  width: 18px;
  margin-top: 1px;
}
.header .user .userLi:nth-child(2){
  margin-right: 40px;
}
.header .user .userLi:nth-child(3){
  margin-right: 40px;
}


.headUserBox{
    height: 50px;
    float: right;
    margin-top: 30px;
    color: white;
}
.headUserBox li{
    width: 55px;
    float: left;
}
.headUserBoxLiImg{
     margin-top: 15px;
     width: 25px;
 }
.headUserBoxLi{
    height: 50px;
    width: 35px !important;
    background: white;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: relative;
}
.headUserBoxLi img{
    display: block;
    margin: 0 auto;
    width: 15px !important;
    margin-top: 18px !important;
}
.headUserBoxLi p{
    padding: 2px 5px;
    position: absolute;
    background: #ff0d29;
    border-radius: 5px;
    font-size: 10px;
    left: 10px;
}
.headUserBoxLiImg {
    margin-top: 15px;
    width: 25px;
    float: left;
}

.headUserBtn {
    position: relative;
    margin-top: -10px;
    margin-left: 30px;
}
.headUserBtn i{
  line-height: 56px;
  margin-left: 5px;
}

.headUserContent {
    position: absolute;
    width: 270px;
    height: 230px;
    background: white;
    box-shadow: 0 0 15px 1px rgba(52, 162, 255, 0.15);
    top: 56px;
    right: -18px;
    z-index: 9999999999999;
}

.headUserSan:after {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 215px;
    width: 0;
    height: 0px;
    content: '';
    border-style: solid;
    border-width: 10px;
    border-color: #fff #fff transparent transparent;
    transform: rotate(315deg);
    box-shadow: 2px -2px 2px rgba(0, 156, 100, 0.15);
}

.headUserTitle {
    height: 30px;
    margin-left: 30px;
    margin-top: 10px;
}

.headUserTitleImg {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
}

.headUserTitleImg img {
    width: 100%;
}

.headUserTitle p {
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: black;
    margin-left: 10px;
}

.headUserUl {
    margin: 15px 0 0 30px;
    font-size: 12px;
    height: 15px;
}

.headUserLi {
    float: left;
}

.headUserLi a {
    color: rgba(0, 0, 0, 0.6);
}

.headUserLi:nth-child(1) {
    width: 68px;
    border-right: 1px solid #dcdfe1;
}

.headUserLi:nth-child(2) {
    width: 85px;
    text-align: center;
    border-right: 1px solid #dcdfe1;
}

.headUserLi:nth-child(3) {
    width: 68px;
    text-align: right;
}

.headUserListLi{
    /*width: 250px !important;*/
    height: 17px;
    margin-top: 27px;
    margin-left: 30px;
    line-height: 17px;
}
.headUserListLi img{
    width: 15px;
    float: left;
}
.headUserListLi p{
    margin-left: 15px;
    font-size: 12px;
    float: left;
}
.headUserListLi p a{
    margin-left: 10px;
    color: rgba(0, 0, 0, 0.6);
}


/* 公共脚部 */
.footerBox{
  width: 100%;
  /* height: 111px; */
  background: #1d2a3a;
}
/* .footer{
  width: 1280px;
  height: 111px;
  margin: 0 auto;
} */
.footerTop{
  width: 1270px;
  height: 110px;
  margin: 0 auto;
}
.footer_1{
  float: left;
  margin-left: 50px;
}
.footer_1 p{
  margin-top: 15px;
}
.footer_2{
  float: left;
  margin-left: 100px;
}
.footer_3{
  float: left;
  margin-left: 100px;
  margin-top: 30px;
}
.footer_4{
 float: right;
 margin-top: 20px;
}
.footerTitle{
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px !important;
}
.footerTop a{
  color: white;
  font-size: 12px;
}
.top_1{
  margin-top: 25px;
}
.footer_3 p{
  font-size: 14px;
}
.footer_3 p span{
  font-size: 24px;
  color: #f39800;
  font-weight: bold;
}
.footerBtm{
  width: 100%;
  height: 61px;
  text-align: center;
  line-height: 60px;
  background: #17212d;
}
.footerBtm a{
  color: white;
  font-size: 12px;
}
.footerTop_1{
  width: 49%;
  float: left;
  height: 110px;   
  overflow: hidden; 
}
.footerTop_2{
  /* width: 49%; */
  float: right;
  height: 110px;
  overflow: hidden;   
  padding-right: 10px;
}
.footerTop_1 img{
  margin-top: 25px;
}
.footerPhone{
  margin-top: 15px;
  overflow: hidden;
}
.footerPhone p{
  float: right;
  margin-left: 10px;
}
.footerPhone img{
  float: right;
  width: 30px;
}
.footerSpan_1{
  color:white;
  font-size: 14px;
  float: left;
  display: block;
  margin-top: 7px;
}
.footerSpan_2{
  float: left;
  display: block;
  color: #f39800;
  font-size: 24px;
  font-weight: bold;
  margin-left: 5px;
}
.footerGPS{
  color: #a8abaf;
  font-size: 14px;
  margin-top: 10px;
}
/* 侧边 */
.sidebar{
  height: 220px;
  position:fixed;
  top: 66%;
  right: 10%;
  z-index: 99999;
}
.sidebar img{
  width: 78px;
}
.sidebarImg{
  float: right;
  width: 78px;
}
.sidebarImg_1{
  float: left;
  width: 150px;
  display: none;
  margin-right: 10px;
}
.erweima_1{
  width: 150px !important;
}
@media screen and (max-device-width: 1366px) {
  .sidebar{
      height: 220px;
      position:fixed;
      top: 66%;
      right: 10px;
      z-index: 99999;
  }
}
/* 登录 */
.signBox{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.signBox .sign{
  height: 550px;
  width: 810px;
  position: absolute;
  top: 50%;
  margin-top: -225px;
  left: 50%;
  margin-left: -405px;
  border-radius: 5px;
  overflow: hidden;
}
.signBox .sign .left{
  float: left;
  width: 330px;
  height: 550px;
  /*background: url(../img/sign_1.jpg) no-repeat center;*/
}
.signBox .sign .right{
  float: left;
  width: 480px;
  height: 460px;
  background: white;
  position: absolute;
  overflow: hidden;
  margin-left: 19%;
}
.signBox .sign .right .x{
  position: absolute;
  width: 22px;
  top: 25px;
  right: 40px;
}
.signBox .sign .right .title{
  width: 290px;
  margin: 0 auto;
  margin-top: 45px;
}
.signBox .sign .right .title p{
  text-align: center;
  font-size: 18px;
  color: #1d74bf;
  margin-top: 10px;
}
.signBox .sign .right .inputBox{
  width: 350px;
  margin: 0 auto;
  margin-top: 55px;
}
.signBox .sign .right .inputBox .phone{
    height: 45px;
    width: 350px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    margin-bottom: 10px;
}
.signBox .sign .right .inputBox .phone1{
  height: 45px;
  width: 350px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.signBox .sign .right .inputBox .phone:hover{
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}
.signBox .sign .right .inputBox .phone .input1{
  float: left;
  width: 300px;
  height: 45px;
  outline:none;
  font-size: 14px;
  color: black;
  background: none;
  border: 0px;
  text-indent: 2em;
}
.signBox .sign .right .inputBox .phone1 .obtainInput:hover{
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}
.signBox .sign .right .inputBox .phone1 .obtainInput{
  float: left;
  width: 215px;
  height: 45px;
  outline:none;
  font-size: 14px;
  color: black;
  background: none;
  border: 0px;
  text-indent: 2em;
  border: 1px solid #dddddd;
}
.signBox .sign .right .inputBox .phone1 .obtain{
  float: right;
  width: 120px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 3px;
  color: #767676;
  background: #dddddd;
  font-size: 14px;
  margin-left: 8px;
  cursor: pointer;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}



.signBox .sign .right .inputBox .phone img{
  float: left;
  margin: 15px 0 0 15px;
}
.signBox .sign .right .inputBox .btn{
  width: 350px;
  height: 45px;
  background: #269edc;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  border-radius: 5px;
  color: white;
  cursor: pointer;
}
.signBox .sign .right .inputBox .btn:hover{
  box-shadow: 0 0 10px 1px  rgba(0, 0, 0, 0.2);
}
.signBox .sign .right .inputBox .tips{
  width: 350px;
  height: 40px;
  color: red;
  line-height: 40px;
  font-size: 12px;
  /*display: none;*/
}


.header .user .dropDownBtn{
    float: left;
    color: white;
    cursor: pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
}
.header .user .dropDown{
    position: absolute;
    width: 150px;
    height: 160px;
    background: white;
    box-shadow: 0 0 15px 1px rgba(52, 162, 255, 0.15);
    top: 45px;
    /* right: -35px; */
    z-index: 9999;  
}
.header .user .dropDownLi{
    width: 80px;
    height: 30px;
}
.header .user .dropDownLi:hover p{
    color: #108cee;
}
.header .user .dropDownLi:hover i{
    color: #108cee;
}
.header .user .dropDownLi img{
    float: left;
}
.header .user .dropDownLi i{
    display: block;
    float: left;
    color: black;
}
.header .user .dropDownLi p{
    float: left;
    color: black;
    font-size: 12px;
    float: left;
    margin-left: 14px;
}

.dropDownSan:after {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 70px;
    width: 0;
    height: 0px;
    content: '';
    border-style: solid;
    border-width: 10px;
    border-color: #fff #fff transparent transparent;
    transform: rotate(315deg);
    box-shadow: 2px -2px 2px rgba(0, 156, 100, 0.15);
}

/* 搜索 */
.searchBox{
  /* height: 200px; */
  overflow: hidden;
  width: 100%;
  background: #f5f5f5;
}
.searchBox .search{
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
}
.searchBox .search .searchBtn{
  /* height: 60px; */
  width: 100%;
  padding-top: 40px;
  overflow: hidden;

}
.searchBox .search .searchBtn .searchInput{
  float: left;
  width: 500px;
  height: 60px;
  outline:none;
  border: 0px;
  background: white;
  text-indent: 2em;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  
}
.searchBox .search .searchBtn .searchInput:hover{
  box-shadow: 0px 0 10px 1px rgba(16, 140, 238, 0.2);
}
.searchBox .search .searchBtn .btn{
  float: left;
  width: 130px;
  height: 60px;
  background: #108cee;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
  line-height: 60px;
  color: white;
  cursor: pointer;
}
.searchBox .search .searchBtn .btn:hover{
  box-shadow: 0 0px 10px 1px rgba(16, 140, 238, 0.5);
}
.searchBox .search .searchBtn .btn i{
  margin-right: 10px;
}
.searchBox .search .searchBtn .release{
  background: #108cee;
  text-align: center;
  line-height: 60px;
  color: white;
  float: left;
  margin-left: 20px;
  padding: 0 20px;
  border-radius: 5px;
  cursor: pointer;
}
.searchBox .search .searchBtn .release:hover{
  box-shadow: 0 0px 10px 1px rgba(16, 140, 238, 0.5);
}
.searchBox .search .searchBtn .release a{
  color: white;
}
.searchBox .search .searchWord{
  margin-top: 70px;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  color: #818181;
  font-size: 12px;
}
.searchBox .search .searchWord .noticeTitle{
  color: #108cee;
  float: left;
  margin-left: 5px;
}
.searchBox .search .searchWord .noticeTitle i{
  color: #108cee;
}
.searchBox .search .searchWord .notice{
  float: left;
  width: 557px;
  height: 20px;
  overflow: hidden;
}
.searchBox .search .searchWord .notice a{
  color: #818181;
}
/* 面包屑 */
.crumbs{
  height: 45px;
  width: 1240px;
  font-size: 13px;
  margin: 0 auto;
}
.crumbs .crumbsLi{
  height: 45px;
  line-height: 45px;
  margin-left: 10px;
  float: left;
}
.crumbs .crumbsLi a{
  color: black;
}
.swiper-container{
  z-index: 0 !important;
}
/* 分页器 */
.swiper-pagination {
  position: absolute;
  z-index: 20;
  bottom: 10%;
  width: 100%;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 18px;
  height: 4px;
  border-radius: 0px;
  background: #e0e0e0;
  margin: 0 5px;
  opacity: 1;
  cursor: pointer;
}
.swiper-active-switch {
  background: #108cee;
}
.swiper-button-prev{
  height: 100px;
 width: 60px;
 z-index: 9999;
 position: absolute;
 top: 50%;
}
.swiper-button-next{
  height: 100px;
  width: 60px;
  z-index: 9999;
  position: absolute;
  position: absolute;
  top: 50%;
  right: 0%;
}




.headMenu{
  margin-top: 24px;
  width: 100%;
  height: 40px;
}
.headLi p{
  font-size: 20px;
  color: black;
}
.headLi p a{
  font-size: 20px;
  color: black;
}
.headLiDh p{
  font-weight: bold;
  color: #3a6dcb;
}
.headLi:nth-child(1){
  margin-left: 0px;
}
.headLine{
  width: 36px;
  height: 4px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -18px;
  background: #3a6dcb;
  display: none;
}
.headLineN{
  width: 36px;
  height: 4px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -18px;
  /* background: white; */
  display: none;
  background: black;
}
.headLiDh .headLine{
  display: block;
}
.headMy{
  position: absolute;
  top: 55px;
  right: 0px;
}
.headMyImg{
  width: 16px;
  margin-right: 20px;
  float: left;
}
.headMyp1{
  float: left;
  font-size: 14px;
  color: black;
  margin-right: 15px;
  margin-top: 3px;
  cursor: pointer;
  user-select: none;
}
.headMyp2{
  font-size: 14px;
  float: left;
  padding-left: 15px;
  height: 16px;
  border-left: 1px solid black;
  margin-top: 3px;
  cursor: pointer;
  user-select: none;
}
.show{
  display: block;
}
.headLi{
  float: left;
  height: 40px;
  font-size: 20px;
  color: black;
  position: relative;
  margin-left: 70px;
}
.headTwo{
  width: 130px;
  overflow: hidden;
  /* background: rgba(0, 0, 0, 0.2); */
  position: absolute;
  top: 40px;
  padding: 10px 0px;
  left: -26px;
  display: none;
  z-index: 99;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.headTwoLi{
  width: 100%;
  height: 40px;
  position: relative;
}
.headTwoLi p{
  line-height: 40px;
  color: white;
  text-align: center;
}
.headTwoLi p a{
  color: black;
  font-size: 16px;
}
.headTwoLiDh .headLine{
  display: block;
}
/* .headTwoLi:hover .headLine{
  display: block;
} */

/* .headTwoLiDh .headLineN{
  display: block;
}
.headTwoLi:hover .headLineN{
  display: block;
} */
.bold{
  font-weight: bold;
}
.headTwoLi p{
  font-weight: normal !important;
}
.headTwoLi:hover p a{
  font-weight: bold ;
}


