html,
body {
    font-family: Helvetica, 'Microsoft YaHei', Arial, sans-serif;
    font-size: 16px;
    color: #252634;
    margin: 0;
}

img {
    user-select: none;
    -webkit-user-select: none;
}

::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    border-radius: 3px;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 3px;
}

div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol {
    box-sizing: border-box;
    margin: 0;
}

.container-width {
    width: 60%;
    min-width: 960px;
    margin: auto;
    padding-bottom: 30px;
}

.container {
    min-width: 60%;
}

.padingheader {
    background-color: #333;
    height: 68px;
}

header.header {
    height: 68px;
    background-color: rgba(0, 0, 0, 0.5);
    line-height: 68px;
    position: fixed;
    z-index: 9;
    top: 0px;
    left: 0;
    width: 100%;
}

.header2 {
    display: none
}

header.header>div {
    margin: auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    color: #ccc;
}

.logo {
    width: 37%;
}

.logo1 {
    float: left;
    height: 50px;
    padding-top: 9px
}

.header .logo p {
    margin-left: 10px;
    line-height: 20px;
    margin-top: 15px;
    border-left: 2px solid #fff;
    padding-left: 10px;
    color: #fff;
    float: left;
    font-size: 12px
}

.header-right {
    display: inline-block;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    color: #fff;
    width: 50%;
}

.header-right a {
    width: 23%;
    text-align: center;
    line-height: 34px
}

.header-right div {
    cursor: pointer;
}

.header-right div:hover {
    color: #1C7BB5;
}

.header-right .active {
    color: #1C7BB5;
    position: relative;
}

.header-right .active:before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #1C7BB5;
}

.header-right div {
    margin: 0 0;
}

.flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

li {
    list-style: none;
}

.justify-between {
    justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    -moz-justify-content: space-around;
}

.justify-center {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
}

.align-center {
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
}

footer.footer {
    background-color: #2D3036;
    color: #9EA9B3;
    font-size: 12px;
    min-width: 960px;
}

footer.footer .copy {
    text-align: center;
    line-height: 1.8em;
    padding-bottom: 10px;
}

footer.footer .friend-link {
    height: 50px;
    line-height: 50px;
    border: 1px solid #868B9B;
    border-width: 1px 0;
    margin: auto;
}

footer.footer .friend-link span {
    display: inline-block;
    padding: 0 15px;
}

a {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    outline: none;
    display: inline-block
}



.float-right {
    float: right;
}

.float-left {
    float: left;
}

.clear::after {
    display: block;
    content: '';
    clear: both;
}

.logo2 p {
    margin-left: 10px;
    line-height: 20px;
    margin-top: 15px;
    border-left: 2px solid #fff;
    padding-left: 10px;
    color: #fff;
    font-size: 12px
}

.address {
    width: 368px
}

footer.footer ul {
    margin-left: 1%;
    padding-left: 5%;
}

footer.footer ul li {
    font-size: 12px;
    line-height: 25px;
}

footer.footer ul li:first-child {
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
}

footer.footer>div:first-child {
    padding: 40px 0 40px;
}

footer.footer .clear .float-right {
    width: 13%;
    border: 1px solid #c0bebe
}

footer.footer .qrcode {
    padding: 6px;
}

footer.footer .qrcode+p {
    text-align: center;
    line-height: 1.8em;
}

footer.footer .qrcode img {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.footer-box {
    background-color: #1C7BB5;
    padding: 70px 0 80px;
}

.footer-box p {
    color: #fff;
    font-size: 48px;
    text-align: center;
}

.footer-box .input-box {
    width: 750px;
    height: 65px;
    background-color: #fff;
    border-radius: 10px;
    margin: 45px auto 0;
    display: flex;
    display: -webkit-flex;
    overflow: hidden;
    padding-left: 59px;
}

.footer-box .input-box input {
    border: 0px;
    line-height: 65px;
    height: 65px;
    padding: 0px;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    font-size: 20px;
}

.footer-box .input-box button {
    border: 4px solid #fff;
    border-radius: 10px;
    width: 210px;
    text-align: center;
    background-color: #327FFF;
    color: #fff;
    font-size: 20px;
    padding: 0;
    cursor: pointer;
}

.footer-box .input-box button:active {
    background-color: #1C7BB5;
}

input:focus,
button:focus,
textarea:focus {
    outline: none;
}

.btn {
    line-height: 48px;
    height: 48px;
    display: inline-block;
    width: 35%;
    font-size: 14px;
    border: none;
    background-color: #ccc;
    cursor: pointer;
}

.btn.btn-mini {
    padding: 0 18px;
    width: 80px;
    height: 38px;
    line-height: 38px;
}

.btn.btn-primary {
    background-color: #1C7BB5;
    color: #fff;
    font-size: 14px
}

.btn:active {
    opacity: .95;
}

.btn:hover {
    text-decoration: none;
}

.banner2 {
    display: none
}

.banner {
    position: relative;
}

.banner-footer {
    background: rgba(18, 22, 28, .7);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}

.banner-footer>div {
    line-height: 94px;
    padding: 23px 0;
    position: relative;
}

.banner-footer input {
    height: 46px;
    background-color: #F5F5F5;
    border: none;
    width: 20%;
    text-indent: 17px;
    font-size: 14px;
    color: #6A6A6A;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    font-family: monospace;
    padding-left: 32px
}

.font1 {
    height: 33px;
    position: relative;
    top: 9px;
    left: 40px
}

.font2 {
    position: relative;
    top: 9px;
    left: 0
}

.textD {
    margin-left: 2%;
}

.banner-footer textarea {
    padding: 0 0 0 45px;
    width: 20%;
    resize: none;
    background-color: #F5F5F5;
    border: none;
    font-size: 14px;
    color: #6A6A6A;
    flex-shrink: 0;
    height: 48px;
    -webkit-flex-shrink: 0;
    box-sizing: border-box;
    overflow: hidden;
    transition: height .3s;
    line-height: 48px;
}

.banner .banner-swiper img {
    display: block;
    width: 100%;
}

.banner-footer textarea.show {
    padding: 16px 0 0 50px;
    line-height: 1;
    height: 293px;
    white-space: normal;
}

.demand {
    background-color: rgba(47, 47, 47, .95);
    border-radius: 6px;
    position: absolute;
    line-height: 1;
    width: 490px;
    height: 221px;
    top: 94px;
    left: 288px;
    color: #fff;
    padding: 17px;
    overflow: hidden;
}

.demand::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, .95);
    border-radius: 3px;
}

.demand h4 {
    font-size: 15px;
    line-height: 20px;
}

.demand p {
    font-size: 14px;
    line-height: 20px;
    margin-left: 1em;
}

.section-1 {
    margin-top: 50px
}

section h2 {
    font-size: 35px;
    font-weight: 500;
    padding-top: 95px;
    text-align: center;
    padding-bottom: 66px;
}

section h2 b {
    display: block;
    font-size: 20px;
    margin-top: 24px;
    font-weight: normal;
}

section h2 abbr {
    display: block;
    color: #252634;
    font-size: 17px;
    margin-top: 24px;
    font-weight: normal;
}


.toolbar-item,
.toolbar-btn,
.toolbar-icon,
.toolbar-text {
    width: 50px;
    height: 50px;
}

.toolbar-icon,
.toolbar-text {
    position: absolute;
    left: 0;
    color: #fff;
    text-align: center;
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    transition: top .5s;
}

.toolbar {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}

.toolbar-item {
    position: relative;
    display: block;
    margin-top: 10px;
}

.toolbar-item:hover .toolbar-icon {
    top: -50px;
}

.toolbar-item:hover .toolbar-text {
    top: 0;
}

.toolbar-item:hover .toolbar-layer {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.toolbar-item.tell:hover .toolbar-layer-tell {
    background-color: #2da0f0;
    width: 160px;
}

.toolbar-btn {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.toolbar-icon,
.toolbar-layer,
.icon-arrow-up .icon-tell,
.icon-qq,
.icon-attention,
.icon-tell-hover {
    background-image: url("../imgs/toolbar.png");
    background-repeat: no-repeat;
}

.toolbar-icon {
    top: 0;
    background-color: rgba(150, 150, 150, 0.6);
    line-height: 50px;
}

.toolbar-text {
    top: 50px;
    background-color: #2da0f0;
    text-align: center;
    padding-top: 8px;
    line-height: 1.2;
}

.toolbar-layer {
    position: absolute;
    right: 60px;
    bottom: 0px;
    width: 180px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform-origin: 95% 95%;
    -ms-transform-origin: 95% 95%;
    -moz-transform-origin: 95% 95%;
    transform-origin: 95% 95%;
    -webkit-transform: scale(0.01);
    -ms-transform: scale(0.01);
    -moz-transform: scale(0.01);
    transform: scale(0.01);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.icon-tell-hover {
    width: 50px;
    height: 50px;
    display: inline-block;
}

.toolbar-layer-tell {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    right: 0;
    -webkit-transition: width .5s;
    -moz-transition: width .5s;
    transition: width .5s;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}

.toolbar-layer-tell div {
    width: 160px;
    height: 50px;
}

.toolbar-layer-tell span {
    display: inline-block;
}

.toolbar-layer-weixin {
    height: 180px;
    background-position: -51px -51px;
}

.icon-arrow-up {
    background-position: 0 0;
}

.icon-tell {
    background-position: 0 -50px;
}

.icon-qq {
    background-position: 0 -100px;
}

.icon-attention {
    background-position: 0 -150px;
}

.icon-tell-hover {
    background-position: -50px 0;
}

.toolbar-icon,
.toolbar-layer-tell {
    background-color: #000;
    opacity: 0.5;
}

.banner-footer .info {
    background: #fff;
    width: 60%;
    padding: 10px 10px;
    line-height: 64px;
    box-shadow: 0 0 20px #000;
    font-size: 16px
}

.changeLang {
    width: 15%;
    background: rgba(0, 0, 0, 0);
    border: none;
    color: #fff;
    font-size: 16px;
    outline: none;
    border: 1px solid;
    height: 30px;
    margin-top: 18px;
    display: inline-block;
}

option {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    outline: none;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    font-size: 16px;
}

option:hover {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    background: rgba(0, 0, 0, 1);
    border: none;
    outline: none;
    color: #fff
}

.ul1 {
    position: absolute;
    width: 100%;
    min-width: 1245px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0);
    list-style: none;
    color: #fff;
    padding-left: 3%
}

.ul2 {
    position: absolute;
    width: 100%;
    max-width: 1245px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0);
    list-style: none;
    color: #fff;
    padding-left: 3%
}

.li1,
.li2,
.li3 {
    text-align: center;
}

.li1 {
    font-size: 2.8rem
}

.li2,
.li3 {
    font-size: 1.9rem;
}

.li4,
.li5,
.li6 {
    font-size: 2.4rem
}

.li6 {
    background: #1C7BB5;
}

.footerright {
    width: 59%
}

.clear {
    width: 60%;
}

.clear2 {
    width: 59%;
}

.address {
    width: 100%;
}

.ui-widget-header {
    border: none !important;
    background: #fff !important;
    color: #333333;
    font-weight: bold;
}

.ui-dialog .ui-dialog-content {
    text-align: center;
}

.footer2 {
    display: none
}

input::-ms-clear {
    display: none;
}