/* 全局初始化 */
body,div,img,span,i,ul,li,a,p,button,h1,h2,h3,h4,dl,dt,th,td {
    margin: 0;
    padding: 0;
    display: block;
    border: 0;
}

ul,li {
    text-decoration: none;
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #333;
}

html,
body {
    width: 100%;
    height: 100%;
    min-width: 960px;
    font-size: 0px;
}

button{
    border: 0;
    cursor: pointer;
    background-color: transparent;
}

script{
    font-size: 0;
    display: none;
}



/*清浮动*/

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}


/*文字省略*/

.word-cut {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



/* 主体 */

body>.page-box {
    max-width: 100%;
    min-width: 960px;
}



/* 顶部样式 */

#page-top {
    height: 70px;
    margin: 0 auto;
    padding: 20px 0;
    border-top: 5px solid #fd7310
}

#page-top>.center {
    max-width: 1360px;
    min-width: 960px;
    margin: 0 auto;
}

#page-top>.center>img {
    width: 20%;
    height: 70px;
    float: left;
}

#page-top .nav-list {
    height: 70px;
    line-height: 70px;
    margin-right: 20px;
    float: right;
}

#page-top .nav-button {
    height: 70px;
    line-height: 70px;
    margin-left: 17px;
    display: inline-block;
    float: none;
    font-size: 15px;
    color: #808080;
    cursor: pointer;
}

.consult-button{
    position: relative;
}

.consult-button>.consult-tab{
    width: 140px;
    position: absolute;
    z-index: 5;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.consult-button>.consult-tab>a{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #9e9e9e;
    background-color: #fff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5)
}

.consult-button>.consult-tab>a:hover{
    color: #686868;
    background-color: #e6e4e5;
}

#page-top .nav-button:hover {
    color: #fd7310;
}

#page-top .here {
    color: #fd7310;
}

#page-top .nav-list>#login-button {
    width: 60px;
    margin-left: 10px;
    display: inline-block;
    position: relative;
    float: none;
    text-align: center;
    font-size: 16px;
    color: #808080;
    cursor: pointer;
}

#page-top #login-button>p {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 15px;
    color: #808080
}

#page-top #login-button>p:hover {
    color: #fd7310;
}

#page-top .login-choose {
    width: 100px;
    padding-top: 50px;
    display: none;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

#page-top .login-choose>a {
    width: 100px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #9e9e9e;
    background-color: #fff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5)
}

#page-top .login-choose>a:hover {
    color: #686868;
    background-color: #e6e4e5;
}

#page-top .login-show {
    display: block;
}



/* banner样式 */

#page-banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#page-banner>.image-area {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

#page-banner .banner-img{
    width: 100%;
    height: 100%;
}

#page-banner .banner-img>a{
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    -webkit-transition:opacity 1s;
    -ms-transition:opacity 1s;
    -o-transition:opacity 1s;
    -moz-transition:opacity 1s;
    transition:opacity 1s;
}

#page-banner .banner-img>a>img{
    width: 100%;
    height: 100%;
}

#page-banner>.nav-area {
    position: absolute;
    z-index: 5;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px
}

#page-banner>.nav-area>.nav-bar {
    width: 30px;
    height: 8px;
    margin-left: 5px;
    float: left;
    background-color: #a19d9c;
    border-radius: 10px;
    transition: 0.7s;
    -ms-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    -webkit-transition: 0.7s;
}

#page-banner>.nav-area>.first {
    margin-left: 0
}

#page-banner>.nav-area>.here {
    width: 50px;
    background-color: #fd7310;
}


#page-banner .search-bg {
    width: 210px;
    height: 280px;
    padding: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    right: 95px;
    z-index: 9;
    box-shadow: 0 0 0 1px #fff;
    border-radius: 10px;
    background-color: #fff;
}

.search-window-inside {
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 1px #fff;
}

.search-window-inside>form>input {
    width: 148px;
    height: 30px;
    margin: 0 auto 20px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 12px;
    color: #999;
    outline: none;
    background-color: transparent;
    border: 1px solid #999;
    border-radius: 5px;
}

.search-window-inside>form>input::-webkit-input-placeholder {
    color: #999;
}

.search-window-inside>form>input:-moz-placeholder {
    color: #999;
}

.search-window-inside>form>input::-moz-placeholder {
    color: #999;
}

.search-window-inside>form>input:-ms-input-placeholder {
    color: #999;
}

.search-window-inside>.magnifier {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    padding-top: 20px;
}

.search-window-inside>p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 14px;
    color: #fe7615;
}
.search-window-inside .choose-button{
    width: 170px;
    height:30px;
    line-height: 30px;
    margin: 0 auto;
    position: relative;
    font-size: 12px;
    color: #939292;
    cursor: pointer;
}
.search-window-inside .choose-button>.hide-box{
    width: 90px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    left: -10px;
    top: 20px;
    text-align: center;
    font-size: 12px;
    background-color: #f1f1f1;
    border-radius: 5px;
    border:1px solid #999;
}

.search-window-inside>form>button,.search-window-inside>form>.platform-button{
    width: 80%;
    height: 30px;
    line-height: 30px;
    margin: 0 auto 40px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    background-color: #fe7615;
}

/* 内容样式 */

#page-body>.page-body-inside {
    max-width: 1360px;
    min-width: 960px;
    margin: 0 auto;
}

/*底部样式*/

#page-bottom {
    background-color: #333333
}

#page-bottom>.page-bottom-inside {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0 20px;
}

#page-bottom .top>.icon {
    height: 180px;
    float: left;
}

#page-bottom .top>.qr-code{
    width:340px;
    height: 180px;
    margin-right: 50px;
    float: right;
}

#page-bottom .qr-code>.qr-code-box {
    width: 150px;
    height: 180px;
    float: left;
}

#page-bottom .qr-code-box>img {
    width: 128px;
    height: 128px;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #9e9e9e;
}
#page-bottom .qr-code-box>p {
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #7f7f7f;
}

#page-bottom .contact-number {
    line-height: 30px;
    text-indent: 10px;
    font-size: 14px;
    color: #7f7f7f;
    word-break: break-all;
}

/* 友情连接 */

.friendly-link {
    max-width: 100%;
    min-width: 960px;
    padding: 10px 0;
    background-color: #414141; 
}

.friendly-link>.link-area {
    max-width: 80%;
    min-width: 880px;
    margin: 0 auto;
}

.link-area>a {
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    display: inline-block;
    font-size: 14px;
    color: #7f7f7f;
}

.link-area>a:hover {
    color: #fff;
}

#page-bottom .copyright {
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
    font-size: 14px;
    color: #7f7f7f;
}

@media screen and (max-width: 1000px) {
    #page-bottom>.page-bottom-inside {
        width: 880px;
    }
}

/* 浮动联系条 */

#contact-bar {
    width: 114px;
    position: fixed;
    right: 5px;
    top: 180px;
    z-index: 10;
}

#contact-bar>span,#contact-bar>a {
    width: 70px;
    height: 70px;
    margin:0 auto 5px;
    cursor: pointer;
}

#contact-bar>span>img,#contact-bar>a>img {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    padding-top: 10px;
}

#contact-bar>span>p,#contact-bar>a>p {
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.to-top {
    background-color: #666666
}

#contact-bar>.to-top>img {
    padding-top: 20px;
}
.contact-float{
    width: 200px;
    height: 200px;
    position: fixed;
    right: 114px;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: none;
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid #fd7716;
}

.contact-float>img{
    width: 180px;
    height: 180px;
    margin: 10px auto;
}

.contact-float>div{
    width: 180px;
    height: 40px;
    line-height: 40px;
    margin: 10px auto;
    text-align: center;
    font-size: 18px;
    color: #333;
}

.consult_contact{
  width: 114px;
  height: 114px;
  margin-top: 20px;
  cursor: pointer;
}
.consult_wrap{
  position: relative;
  width: 114px;
  height: 114px;
}
.consult_wrap .tip{
  position: absolute;
  right: 95px;
  top: 45px;
  z-index: 10000;
  display: block;
  width: 160px;
  height: 66px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  background: #FF4500;
  color: #fff;
   -webkit-transition: display 1s ease;
    -ms-transition: display 1s ease;
    -moz-transition: display 1s ease;
    -o-transition: display 1s ease;
    transition: display 1s ease;
}
.consult_wrap .tip:after{
  position: absolute;
  right: -8px;
  top: 50%;
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #FF4500;
   -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.consult_contact img{
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
 -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.consult_contact .staff_img{
  z-index: 999;
}
@keyframes ballRotate {
  0%{
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
  }
  100%{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
.consult_contact  .ball{
  top: 20px;
  width: auto;
  transform-origin: 0 38px;
  -webkit-transform-origin: 0 38px;
  -ms-transform-origin: 0 38px;
  -moz-transform-origin: 0 38px;
  -o-transform-origin: 0 38px;
  animation: ballRotate 2.5s infinite linear;
  -webkit-animation: ballRotate 2.5s infinite linear;
  -ms-animation: ballRotate 2.5s infinite linear;
  -moz-animation: ballRotate 2.5s infinite linear;
  -o-animation: ballRotate 2.5s infinite linear;
  z-index: 9999;
}
@keyframes bg2Animation {
  0%{
    opacity: 0;
  }
  50%{
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
}
.consult_contact .bg-2{
  animation: bg2Animation 2.5s infinite linear;
  -webkit-animation: bg2Animation 2.5s infinite linear;
  -ms-animation: bg2Animation 2.5s infinite linear;
  -moz-animation: bg2Animation 2.5s infinite linear;
  -o-animation: bg2Animation 2.5s infinite linear;
}
.consult_contact:hover .tip{
  display: none;
}

@media screen and (max-height:900px) {
  #contact-bar {
    width: 100px;
  }
  #contact-bar>span,#contact-bar>a {
    width: 60px;
    height: 60px;
  }
  #contact-bar>span>img,#contact-bar>a>img {
    width: 25px;
    height: 25px;
  }

  #contact-bar>span>p,#contact-bar>a>p {
    height: 20px;
    line-height: 20px;
    font-size: 8px;
  }

  .consult_contact{
    margin:10px 0 0 -10px;
  }
}