* {
    margin: 0;
    padding: 0
}

.winos ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: #f2f2f2;
    padding-right: 2px
}

.winos ::-webkit-scrollbar-thumb {
    background: #b4bbc5;
    border-radius: 10px;
    border: 0
}

.winos ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.4)
}

body {
    min-width: 1200px;
    color: black;
    font-size: 14px;
    position: relative
}

body, button, input, select {
    font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Source Han Sans", "Noto Sans CJK Sc", "Microsoft YaHei", "Microsoft Jhenghei", sans-serif
}

a {
    color: black;
    text-decoration: none;
    cursor: pointer
}

button, input, select {
    outline: none
}

input::placeholder {
    color: #D1D1D1
}

li {
    list-style: none
}

img {
    max-width: 100%
}

.fixed {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    box-shadow: 2px 2px 8px #cecdcd
}

.mt8 {
    margin-top: 70px
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.c:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.c {
    zoom: 1
}


.hide {
    display: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.t {
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s
}

.t-l {
    text-align: left !important
}

.t-c {
    text-align: center !important
}

.t-r {
    text-align: right !important
}

.wrapper {
    padding: 70px 0
}

.cp {
    cursor: pointer
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bg {
    background-color: #F9F9F9
}

.header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    color: white
}

.header .topbar-top {
    background: rgba(37, 43, 58, 0.7);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14)
}

.header .topbar-top .logo {
    display: block;
    float: left;
    color: white;
    height: 44px
}

.header .topbar-top .logo img {
    width: 130px;
}

.header .topbar-top span {
    display: block;
    float: left;
    height: 18px;
    line-height: 18px;
    margin-top: 12px;
    border-left: 1px solid white;
    margin-left: 10px;
    padding-left: 8px;
    color: rgba(255, 255, 255, 0.8)
}

.header .topbar-top .vip a {
    display: block;
    height: 44px;
    min-width: 80px;
    color: white;
    font-size: 18px;
    float: left;
    text-align: center;
    position: relative;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s
}

.header .topbar-top .vip a:hover {
    color: #5F89F3
}

.header .topbar-top .vip a:first-child {
    padding: 0 12px
}

.header .topbar-top .vip a:first-child:before {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    border-left: 1px solid white;
    position: absolute;
    right: 0;
    top: 12px
}

.header .topbar-top .vip a:last-child {
    background: #5F89F3
}

.header .topbar-top .vip a:last-child:hover {
    color: white;
    opacity: .9
}

.header .topbar-bottom {
    background: rgba(37, 43, 58, 0.7)
}

.header .topbar-nav-list {
    height: 56px;
    position: relative
}

.header .topbar-nav-list > a, .header .topbar-nav-list > div {
    display: block;
    font-size: 20px;
    color: white;
    float: left;
    margin-right: 40px;
    height: 56px;
    line-height: 56px;
    border-bottom: 3px solid transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

.header .topbar-nav-list > a:hover, .header .topbar-nav-list > div:hover {
    color: #5F89F3;
    border-bottom: 3px solid #5F89F3
}

.header .topbar-nav-list .search-div {
    width: 62px;
    height: 56px;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

.header .topbar-nav-list .search-div a {
    display: inline-block;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    padding: 0 20px
}

.header .topbar-nav-list .search-div img {
    height: 22px;
    display: block;
    margin-top: 16px
}

.header .topbar-all-nav-dropdown {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    background: #212634;
    z-index: 9999;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    height: 0;
    overflow: hidden;
    opacity: 0
}

.header .topbar-all-nav-dropdown dl {
    float: left;
    line-height: 30px;
    margin-right: 70px;
    padding: 20px 0
}

.header .topbar-all-nav-dropdown dl dt {
    font-size: 18px;
    color: white;
    line-height: 40px
}

.header .topbar-all-nav-dropdown dl dd {
    font-size: 16px;
    color: #808080
}

.header .topbar-all-nav-dropdown dl dd a {
    display: block;
    height: 30px;
    font-size: 16px;
    color: #D9DADD;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s
}

.header .topbar-all-nav-dropdown dl dd a:hover {
    color: #5F89F3
}

.header .product > a {
    display: block;
    color: white;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s
}

.header .product:hover .topbar-all-nav-dropdown {
    height: auto;
    opacity: 1
}

.header .product:hover > a {
    color: #5F89F3
}

.search-active .a {
    display: none !important
}

.search-active .topbar-bottom .search-div {
    width: 100%
}

.search-active .topbar-bottom .search-div a {
    float: left;
    margin-left: 280px
}

.search-active .topbar-bottom .search-div input {
    display: block;
    float: left;
    width: 500px;
    height: 40px;
    font-size: 22px;
    border: none;
    margin-top: 8px;
    background-color: transparent;
    color: white
}

.search-active .topbar-bottom .search-div i {
    display: block;
    float: right;
    font-size: 20px;
    margin-top: 16px;
    cursor: pointer;
    margin-right: 20px
}

.header-active .topbar-top, .header-active .topbar-bottom {
    background: rgba(37, 43, 58, 0.9)
}

.header-main .topbar-top, .header-main .topbar-bottom {
    background: #252B3A !important
}

.float-tool {
    position: fixed;
    right: 0;
    top: 46%;
    z-index: 9999
}

.float-tool li {
    cursor: pointer;
    background-color: #5F8AF2;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    width: 33px;
    height: 35px;
    line-height: 35px;
    position: relative
}

.float-tool li div {
    text-align: center
}

.float-tool li div i {
    color: white
}

.float-tool li p {
    width: 0;
    height: 35px;
    color: white;
    position: absolute;
    right: 33px;
    top: 0;
    text-align: center;
    background-color: #4A87FE;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    overflow: hidden
}

.float-tool li:hover {
    background-color: #4A87FE
}

.float-tool li:hover p {
    width: 70px
}

.float-tool li:nth-child(2):hover p {
    width: 160px
}

.footer .top {
    background: #373D41;
    color: #73777A;
    padding: 34px 0
}

.footer .left {
    display: inline-block
}

.footer .left p {
    line-height: 26px
}

.footer .left .logo {
    display: inline-block;
    width: 130px;
    margin-bottom: 10px
}

.footer .left ul {
    margin-top: 10px
}

.footer .left li:nth-child(1) div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 67px;
    height: 74px;
    background: url(../img/1.png) no-repeat center center;
    background-size: contain;
    text-align: center;
    padding-top: 10px;
    position: absolute;
    left: -16px;
    display: none
}

.footer .left li:nth-child(2) div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 67px;
    height: 74px;
    background: url(../img/1.png) no-repeat center center;
    background-size: contain;
    text-align: center;
    padding-top: 10px;
    position: absolute;
    left: -16px;
    display: none
}

.footer .left li:nth-child(3) div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 128px;
    height: 40px;
    background: url(../img/3.png) no-repeat center center;
    background-size: contain;
    text-align: center;
    padding-top: 6px;
    position: absolute;
    left: -23px;
    display: none
}

.footer .left li:nth-child(4) div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 128px;
    height: 40px;
    background: url(../img/3.png) no-repeat center center;
    background-size: contain;
    text-align: center;
    padding-top: 6px;
    position: absolute;
    left: -23px;
    display: none
}

.footer .left li {
    float: left;
    background-color: #73777A;
    color: #373D41;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    margin-right: 16px;
    cursor: pointer;
    position: relative
}

.footer .left li a {
    color: #373D41
}

.footer .left li:hover {
    background: white
}

.footer .left li:hover div {
    display: block
}

.footer .right dl {
    float: left;
    margin-left: 60px
}

.footer .right dl:last-child {
    width: 350px;
}

.footer .right dt {
    color: #9C9EA0;
    font-weight: bold;
    padding-bottom: 10px
}

.footer .right dd a {
    display: block;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.footer .copyright {
    background: #31373B;
    height: 60px;
    line-height: 60px;
    color: #73777A
}

.footer a {
    color: #73777A;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s
}

.footer a:hover {
    color: #5F89F3
}

.banner {
    /*height: 700px;*/
}

.banner .img {
    height: 700px;
    background-color: black;
    background-repeat: no-repeat;
    background-position: center center
}

.honor ul {
    margin-top: 50px
}

.honor li {
    width: 590px;
    height: 230px;
    border: 1px solid #C3CAD9;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 48px;
    padding-left: 46px
}

.honor li div {
    width: 370px;
    float: right;
    border-left: 1px solid #C3CAD9;
    margin-right: 38px;
    margin-top: 20px
}

.honor li div p {
    width: 340px;
    padding-left: 30px
}

.honor li div p:first-child {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px
}

.honor li div p:nth-child(2) {
    color: #575757
}

.honor li:first-child {
    margin-right: 20px
}

.honor dl {
    margin-top: 35px
}

.honor dd {
    width: 20%;
    float: left;
    text-align: center
}

.honor dd p:nth-child(1) {
    height: 48px;
    line-height: 48px
}

.honor dd p:nth-child(1) img {
    vertical-align: middle
}

.honor dd p:nth-child(2) {
    margin-top: 14px;
    color: #828282;
    position: relative
}

.honor dd p:nth-child(2) span {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #575757;
    position: absolute;
    top: -14px;
    left: 0
}

.experience {
    background: #2e6ddf
}

.experience img {
    display: block
}

.main-title {
    text-align: center
}

.main-title p:nth-child(1) {
    font-size: 24px;
    font-weight: bold;
    height: 36px;
    line-height: 36px
}

.main-title p:nth-child(2) {
    color: #808080;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    margin-top: 6px
}

#nc {
    width: 100%;
}

#pdclose {
    width: 18px;
    height: 18px;
    cursor: pointer;
    float: right;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

#pdclose:after {
    width: 100%;
    position: absolute;
    height: 1.5px;
    background: #fff;
    content: "";
    top: 9px;
    left: 0;
    transform: rotate(134deg);
    -ms-transform: rotate(134deg);
    -moz-transform: rotate(134deg);
    -webkit-transform: rotate(134deg);
    -o-transform: rotate(134deg);

}

#pdclose:before {
    width: 100%;
    position: absolute;
    height: 1.5px;
    background: #fff;
    content: "";
    top: 9px;
    right: 0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.index .banner {
    position: relative;
}

.index .banner .quick {
    position: absolute;
    left: 50%;
    bottom: 67px;
    transform: translateX(-50%);
    width: 300px;
    height: 45px;
    box-sizing: border-box;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    transition: all .3s;
    z-index: 99;
}

.index .banner .quick input {
    border: none;
    font-size: 16px;
    width: 68%;
    height: 100%;
    outline: none;
}

.index .banner .quick button {
    width: 30%;
    height: 100%;
    background: #607EDA;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 16px;
    transition: all .2s;
    cursor: pointer;
}

.quick-dialog {
    position: absolute;
    width: 300px;
    height:550px;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.quick-dialog h2 {
    text-align: center;
    color: #666666;
    margin: 10px 0;
}

.quick-dialog h3 {
    color: #fff;
    text-align: center;
    height: 35px;
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    background: linear-gradient(270deg, #ff8c1f, #ff6a00);
}

.pagination {
    display: flex;
    justify-content: center;
}
/*# sourceMappingURL=main.css.map */
