/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/


/*Generated by wjdhcms 3.0 */
@charset "utf-8";

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    border-radius: 12px;
    background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
    border-radius: 12px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

::selection {
    background-color: #208798;
    color: #fff;
}

::-moz-selection {
    background-color: #208798;
    color: #fff;
}

::-webkit-selection {
    background-color: #208798;
    color: #fff;
}

#wjdh-kefu .wjdh-kefu-qq p,
#wjdh-kefu .wjdh-kefu-qq a,
#wjdh-kefu .wjdh-kefu-tel p,
#wjdh-kefu .wjdh-kefu-tel img,
#wjdh-kefu .wjdh-kefu-erweima img {
    box-sizing: content-box;
}

* {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

body {
    max-width: 1920px;
    font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    color: #333;
    margin: 0;
    margin: 0 auto;
    line-height: 1.5;
}

*:before,
*:after {
    box-sizing: content-box;
}

:focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

a {
    color: #333;
    text-decoration: none;
    transition: all .5s;
    -webkit-transition: all .5s;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

li,
ul {
    list-style-type: none;
}

img {
    border: none;
    vertical-align: middle;
    transition: all .5s;
    -webkit-transition: all .5s;
}

input,
textarea {
    outline: 0;
    border: 0;
    resize: none;
    background-color: transparent;
}



h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
    font-weight: normal;
    font-style: normal;
}

.webqq_ewm {
    box-sizing: content-box;
}


.fixedNav {
    position: fixed !important;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100000;
    background-color: rgba(32, 135, 152, 0.8) !important;
    /* _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop)); */
    box-shadow: 0px 10px 12px rgba(0, 0, 0, .1);
}



html {
    cursor: url(../images/cur.png),
        default;
}

a {
    cursor: url(../images/Acur.png),
        default;
}

textarea {
    animation: animated 1s infinite;
    -moz-animation: animated 1s infinite;
    -webkit-animation: animated 1s infinite;
    -o-animation: animated 1s infinite;

}

input[type="text"] {
    animation: animated 1s infinite;
    -moz-animation: animated 1s infinite;
    -webkit-animation: animated 1s infinite;
    -o-animation: animated 1s infinite;
}

input[type="button"] {
    cursor: url(../images/Acur.png),
        default !important;
}

input,
button {
    outline: none;
}

@keyframes animated {
    0% {
        cursor: url('../images/Pcuro1.png'),
            auto;
    }

    8.8% {
        cursor: url('../images/Pcuro2.png'),
            auto;
    }

    17.6% {
        cursor: url('../images/Pcuro3.png'),
            auto;
    }

    26.4% {
        cursor: url('../images/Pcuro4.png'),
            auto;
    }

    35.2% {
        cursor: url('../images/Pcuro5.png'),
            auto;
    }

    44% {
        cursor: url('../images/Pcuro6.png'),
            auto;
    }

    52.8% {
        cursor: url('../images/Pcuro7.png'),
            auto;
    }

    61.6% {
        cursor: url('../images/Pcuro8.png'),
            auto;
    }

    70.4% {
        cursor: url('../images/Pcuro9.png'),
            auto;
    }

    79.2% {
        cursor: url('../images/Pcuro10.png'),
            auto;
    }

    88% {
        cursor: url('../images/Pcuro11.png'),
            auto;
    }

    100% {
        cursor: url('../images/Pcuro12.png'),
            auto;
    }


}



.wjdh-ico1,
.wjdh-ico2 {
    vertical-align: middle;
}




.myclearfix:after {
    content: "";
    display: block;
    clear: both;
}

.leftl {
    float: left;
}

.rightr {
    float: right;
}

.top-nav {
    height: 100px;
    width: 100%;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    box-sizing: border-box;
    background-color: transparent;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
}

.top-nav-con {
    width: 95%;
    margin: 0 auto;
    display: flex;
}

.top-nav-con h1 a {
    display: block;
    margin-top: 21px;
}

.top-nav-con h1 a img {
    width: 237px;
    height: 51px;
    object-fit: cover;
}

.nav-ul {
    display: inline-block;
    height: 100px;
    margin-left: auto;
    position: relative;
    z-index: 99;
}

.nav-ul li {
    display: inline-block;
    height: 100%;
    overflow: visible;
    margin-right: 65px;
    position: relative;
}

.nav-ul li>a {
    line-height: 100px;
    box-sizing: border-box;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    height: 100%;
    color: #fff;
}


.nav-ul li a>img {
    width: 7px;
    height: 4px;
    object-fit: cover;
    margin-left: 8px;
}

.nav-ul li .drop-box {
    position: absolute;
    overflow: hidden;
    z-index: 99;
    display: inline-block;
    width: 212px;
    box-sizing: border-box;
    background-color: #ffffff;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    height: 0px;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
}

.nav-ul li .drop-box>a {
    display: block;
    border-bottom: solid 1px #dedede;
    font-size: 12px;
    text-transform: uppercase;
    color: #666666;
    text-align: center;
    padding: 22px 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.nav-ul li .drop-box>a:hover {
    padding-left: 28px;
}


.nav-ul li.active .drop-box {
    opacity: 1;
    height: auto;
}

.top-nav-con .search {
    height: 100%;
    padding-top: 40px;
    position: relative;
    box-sizing: border-box;
    width: 21px;
}

.top-nav-con .search.show>div{
    opacity: 1;
    z-index: 100;
}

.top-nav-con .search>img {
    cursor: pointer;
}

.top-nav-con .search>div {
    position: absolute;
    top: -15px;
    right: 0;
    opacity: 0;
    width: 282px;
    height: 40px;
    border-radius: 20px;
    line-height: 38px;
    border: solid 1px #ffffff;
    margin-top: 48px;
    background-color: #208798;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
}

.top-nav-con .search div input {
    background-color: transparent;
    margin-left: 25px;
    width: 60%;
    margin-right: 18px;
    font-size: 14px;
    color: #fff;
}

.top-nav-con .search div button {
    cursor: pointer;
    background-color: transparent;
    width: 60px;
    height: 30px;
    background-color: #208798;
    border: 0;
    border-radius: 28px;
}

.top-nav-con .search div.show {
    opacity: 1;
}

input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
    font-size: 14px;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    font-size: 14px;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    font-size: 14px;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
    font-size: 14px;
}


/* footer */
.footer {
    background-color: #f5f8fa;
    position: relative;
}

.footer .other {
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    padding: 90px 140px 120px 120px;
    box-sizing: border-box;
    background: url(../images/foo-bg.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: space-between;
}

.footer::after{
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 1;
    background: #3a3a3a;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 138px;
    width: 100%;
}

.other .links>p {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 30px;
}

.other .links .links-b {
    width: 178px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    line-height: 28px;
    color: #bfbfbf;
    cursor: pointer;
    position: relative;
}

.other .links .links-b img {
    transform: translateY(8px);
}

.other .links .links-open {
    position: absolute;
    top: 0px;
    left: 0;
    width: 178px;
    height: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: rgba(0, 0, 0, 0.9);
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
}

.other .links-b:hover .links-open {
    height: 150px;
}

.other .links .links-open a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 6px 10px;
    font-size: 15px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.other .links .links-open a:hover {
    transform: translateX(5px);
}

.other .oth-txt p {
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #ffffff;
}

.other .oth-txt p:nth-child(1) {
    font-size: 16px;
    line-height: 28px;
}


.other .oth-txt p:nth-child(1)::after {
    display: block;
    content: "";
    width: 1px;
    height: 14px;
    background-color: #ffffff;
    margin: 10px auto;
}

.other .qr-box p {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 24px;
}

.other .qr-box img {
    width: 106px;
    height: 106px;
    object-fit: cover;
}

.foo-con {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 12;
    background-color: #3a3a3a;
    padding: 57px 0 57px;
}

.foo-cen {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.foo-cen>p,
.foo-cen>p a {
    font-size: 14px;
    line-height: 34px;
    color: #999999;
}

.foo-cen>p,
.foo-ul{
    padding-top: 35px;
}

.foo-con .toTop {
    position: relative;
    padding-top: 9px;
    cursor: pointer;

}

.foo-con .toTop>i {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 26px;
    height: 26px;
    border: solid 1px #ffffff;
    border-radius: 50%;
    transform: translateX(-50%);
    transition: all .5s;
    -webkit-transition: all .5s;
}

.foo-con .toTop:hover>i{
    top: -5px;
}

.foo-con .toTop>img {
    width: 13px;
    height: 59px;
    object-fit: cover;
    margin-left: 21px;
}

.foo-con .toTop>p {
    margin-top: 12px;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
}

.foo-ul li{
    display: inline-block;
    margin-left: 60px;
    position: relative;
}

.foo-ul li:first-child{
    margin-left: 0;
}

.foo-ul li>a{
    display: block;
	font-size: 16px;
	line-height: 28px;
	color: #999999;
}

.foo-ul li a img{
    width: 11px;
	height: 6px;
    object-fit: cover;
    margin-left: 5px;
}
.foo-ul li .f-down{
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow-y: scroll;
    overflow-x: hidden;
    width: 130px;
    height: 0;
    background-color: rgba(0,0,0,0.8);
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
}

.foo-ul li:hover .f-down{
    height: 130px;
}

.foo-ul li .f-down>a{
    display: block;
    padding: 6px;
    font-size: 16px;
	line-height: 28px;
	color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.foo-ul li .f-down>a:hover{
    color: #fff;
}