/*# sourceMappingURL=style.css.map */

.bdimgshare-bg,
.bdimgshare-content,
.bdselect_share_head,
.bdselect_share_content,
.bdselect_share_box,
.triangle-inset,
.selectshare-mod-triangle,
.triangle-border {
    display: none;
    opacity: 0
}

input.inptet::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #fff;
}

input.inptet:-moz-placeholder,
textarea:-moz-placeholder {
    color: #fff;
}

@font-face {
    font-family: 'BEBAS';
    src: url('../face/BEBAS.eot');
    src: url('../face/BEBAS.eot') format('embedded-opentype'), url('../face/BEBAS.woff2') format('woff2'), url('../face/BEBAS.woff') format('woff'), url('../face/BEBAS.ttf') format('truetype'), url('../face/BEBAS.svg#BEBAS') format('svg');
}

.fy {
    width: 100%;
    text-align: center;
}

.fy.mt60 {
    margin-top: 60px;
}

.fy.mt10 {
    margin-top: 10px;
}

.fy .prve,
.fy .next {
    font-family: '宋体';
    font-weight: bold;
}

.fy a {
    display: inline-block;
    font-size: 14px;
    line-height: 38px;
    color: #6d6d6d;
    margin: 0 5px;
    border: 1px solid #d3d3d3;
    padding: 0 14px;
    font-family: 'arial';
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.fy a:hover,
.fy a.active {
    text-decoration: none;
    color: #fff;
    background-color: #1866e6;
}

.waiter {
    width: 100%;
}

.waiter .spinner {
    margin: 24px auto;
    width: 20px;
    height: 20px;
    position: relative;
}

.waiter .container1>div,
.waiter .container2>div,
.waiter .container3>div {
    width: 6px;
    height: 6px;
    background-color: #333;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.waiter .spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.waiter .container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.waiter .container3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.waiter .circle1 {
    top: 0;
    left: 0;
}

.waiter .circle2 {
    top: 0;
    right: 0;
}

.waiter .circle3 {
    right: 0;
    bottom: 0;
}

.waiter .circle4 {
    left: 0;
    bottom: 0;
}

.waiter .container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.waiter .container3 .circle1 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.waiter .container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.waiter .container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.waiter .container3 .circle2 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.waiter .container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.waiter .container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.waiter .container3 .circle3 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.waiter .container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.waiter .container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.waiter .container3 .circle4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

body {
    margin: 0;
    padding: 0;
    min-width: 1200px;
}

.header {
    height: 96px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    left: 0;
    background: url(../img/img1.png) center repeat;
}

.header .mian {
    width: 1400px;
    max-width: 92%;
    min-width: 1140px;
    margin: 0 auto;
}

.header .mian .logo {
    display: block;
    width: 149px;
    height: 96px;
    float: left;
}

.a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.header .mian .logo img {
    display: block;
    width: 100%;
}

.header .mian .nav {
    float: left;
    width: 58%;
    height: 96px;
    margin-left: 4%;
}

.header .mian .nav li {
    height: 96px;
    line-height: 96px;
    float: left;
    margin-right: 5.2%;
    font-size: 16px;
    color: #fff;
    position: relative;
}

.header .mian .nav li.on {
    margin-right: 0
}

.header .mian .nav li .tit,
.header .mian .nav li .tt {
    color: #fff;
    cursor: pointer;
    position: relative;
    line-height: 1.2
}

.header .mian .nav li .tit:before,
.header .mian .nav li .tt:before {
    display: block;
    width: 0%;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: -3px;
    background-color: #fff;
    content: '';
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.header .mian .nav li .tit:before {
    height: 2px;
    bottom: -4px;
}

.header .mian .nav li:hover .tit:before,
.header .mian .nav li .tt:hover:before {
    left: 0;
    width: 100%;
}

.header .mian .nav li .mbox {
    display: none;
    position: absolute;
    top: 96px;
    left: -43px;
    width: 150px;
    padding: 20px 0 10px;
    text-align: center;
    background: url(../img/img9.png) center repeat;
}

.header .mian .nav li .mbox p {
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    margin-bottom: 16px
}

.header .mian .tel,
.header .mian .tip-form {
    float: right;
    display: block;
    font-size: 17px;
    height: 35px;
    line-height: 35px;
    padding-left: 41px;
    color: #fff;
    margin-top: 30.5px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
    filter: alpha(opacity=100);
}

.header .mian .tel:hover,
.header .mian .tip-form:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.header .mian .tel {
    background: url(../img/img2.png) left center no-repeat;
    padding-right: 1.6%;
    font-size: 27px;
    font-family: 'arial'
}

.header .mian .tip-form {
    background: url(../img/img3.png) left center no-repeat;
}

.footer {
    width: 100%;
    background-color: #0058b9;
    padding-top: 60px;
}

.footer .top {
    width: 1200px;
    margin: 0 auto 20px;
}

.footer .top .nav {
    float: left;
    width: 1090px;
}

.footer .top .nav li {
    width: auto;
    display: block;
    margin-right: 80px;
    float: left;
}

.footer .top .nav li a,
.footer .top .f-conact .tit {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    line-height: 1;
    display: inline-block;
}

.footer .top .nav li a:hover,
.footer .top .f-conact .tit:hover,
.footer .bot .mian a:hover,
.footer .center a:hover {
    color: #fff;
}

.footer .top .nav li .tit,
.footer .top .f-conact .tit {
    font-size: 16px;
    line-height: 1.6;
    color: #dde4f2;
    margin-bottom: 10px;
}

.footer .top .nav li .tt {
    font-size: 14px;
    line-height: 1.6;
    color: #98b0da;
    margin-top: 2px
}

.footer .top .f-conact {
    float: right;
    width: 100px;
}

.footer .top .f-conact .tit,
.footer .top .f-conact .list {
    margin-bottom: 15px;
}

.footer .top .f-conact .list a {
    display: block;
    width: 21px;
    height: 21px;
    float: left;
    margin-right: 17px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.footer .top .f-conact .list a.qq {
    background: url(../img/img4.png) left center no-repeat;
}

.footer .top .f-conact .list a.xl {
    background: url(../img/img5.png) left center no-repeat;
}

.footer .top .f-conact .list a.wx {
    margin-right: 0;
    background: url(../img/img6.png) left center no-repeat;
    position: relative;
}

.footer .top .f-conact .list a.wx img {
    display: none;
    position: absolute;
    top: -105px;
    height: 100px;
    width: 100px;
    border: 1px solid #ddd;
    left: -42px;
}

.footer .top .f-conact .list a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.footer .top .f-conact .ewm {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.footer .top .f-conact .ewm img {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.footer .top .f-conact .ewm:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.footer .center {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.6;
}

.footer .center a {
    margin-right: 10px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.65);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.footer .bot {
    width: 100%;
    border-top: 1px solid #1a69c0;
    padding: 20px 0 25px;
    margin-top: 20px;
}

.footer .bot .mian {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    color: #7496d0;
    line-height: 2;
}

.footer .bot .mian a {
    color: #7496d0;
    margin-left: 15px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.footer .bot .mian .tt {
    float: right;
    width: 190px;
    text-align: right;
}

.tip-list {
    position: fixed;
    right: -90px;
    z-index: 110;
    bottom: 25%;
}

.tip-list li {
    display: block;
    width: 78px;
    height: 57px;
    cursor: pointer;
    border: 1px solid #dbdbdb;
    margin-bottom: 3px;
    background-color: #fff;
    text-align: center;
    font-size: 12px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    line-height: 1.4;
    position: relative;
}

.tip-list li .mbox {
    width: 78px;
    height: 57px;
    background-color: #fff;
    position: relative;
    z-index: 3;
    border: 1px solid #dbdbdb;
}

.tip-list li .icon {
    width: 100%;
    height: 30px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    padding-top: 4px;
}

.tip-list li .icon.yewu {
    background: url(../img/img29.png) center 6px no-repeat;
}

.tip-list li .icon.message {
    background: url(../img/img30.png) center 8px no-repeat;
}

.tip-list li .icon.tel {
    background: url(../img/img31.png) center 8px no-repeat;
}

.tip-list li .icon.select {
    background: url(../img/img32.png) center 8px no-repeat;
}

.tip-list li .icon.top {
    background: url(../img/img33.png) center 9px no-repeat;
}

.tip-list li:hover {
    background-color: #0789e9;
    border: 1px solid #0789e9;
    color: #fff;
}

.tip-list li:hover .icon.yewu {
    background: url(../img/img29.1.png) center 6px no-repeat;
}

.tip-list li:hover .icon.message {
    background: url(../img/img30.1.png) center 8px no-repeat;
}

.tip-list li:hover .icon.tel {
    background: url(../img/img31.1.png) center 8px no-repeat;
}

.tip-list li:hover .icon.select {
    background: url(../img/img32.1.png) center 8px no-repeat;
}

.tip-list li:hover .icon.top {
    background: url(../img/img33.1.png) center 9px no-repeat;
}

.tip-list li.tel-hm {
    border: 0;
    height: 59px;
}

.tip-list li.tel-hm:hover .mbox {
    background-color: #0789e9;
    border: 1px solid #0789e9;
}

.tip-list li .hm {
    height: 59px;
    position: absolute;
    left: 0px;
    color: #fff;
    top: 0px;
    background-color: #0789e9;
    line-height: 59px;
    font-size: 16px;
    font-family: 'arial';
    width: 130px;
    z-index: 1;
    border-right: 1px solid #48a2e5;
}

.tip-list li .tit {
    color: #333;
}

.tip-list li:hover .tit {
    color: #fff;
}