@charset "UTF-8";

/*reset css*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "microsoft yahei", "Arial", "sans-serif", "microsoft yahei";
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #333;
}

a:active,
a:hover {
    outline: 0;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

img {
    border: 0;
    vertical-align: top;
}

svg:not(:root) {
    overflow: hidden;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background: none;
    border: none;
}

button {
    overflow: visible;
    /* -webkit-appearance: none; */
    /* -moz-appearance: none;
    -o-appearance: none;
    appearance: none; */
}

button,
select {
    text-transform: none;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
    /* -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none; */
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
}

p,
a {
    word-break: break-all;
}

.section {
    width: 100%;
    overflow: hidden;
}

.pull-right {
    float: right;
}

.dis-table {
    display: table;
    width: 100%;
    height: 100%;
}

.dis-cell {
    display: table-cell;
    vertical-align: middle;
}

.scrollbar {
    overflow-y: auto;
}

.scrollbar::-webkit-scrollbar {
    width: 3px;
    background-color: #dcdbdb;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #2a6bb1;
    border-radius: 10px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}
i{
    font-style: normal;
}
.hidden {
    visibility: hidden;
}
.hidds{display: none !important;}
.more{
    width: 150px;height: 48px;line-height: 48px;display: block;
    text-align: center;cursor: pointer;background:transparent;text-decoration: none;
}
.look-btn{
    width: 150px;height: 38px;line-height: 38px;display: block;
    text-align: center;cursor: pointer;background:transparent;text-decoration: none;
    color: #ffffff;
    margin-top: 100px;
    background-color: #00CC33;
}
.btn{position: relative;color:#2D76F7;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;}
.btn::before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;
    z-index: 1;opacity: 0; background-color:#167FF1;-webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;-o-transition: all 0.6s;transition: all 0.6s;
    -webkit-transform: scale(1, 0.5);transform: scale(1, 0.5);}
.btn span {z-index: 2;display: block;position: absolute;width: 100%; height: 100%;font-size: 16px;}
.btn:hover span{color: #fff !important;}
.btn:hover::before {opacity: 1; -webkit-transform: scale(1, 1); transform: scale(1, 1);}
.dis-table{display: table;width: 100%;height: 100%;}
.dis-cell{display: table-cell;vertical-align: middle;}
.tit-size40{font-size: 40px;color: #333333;text-align: center;}
.h3-size30{font-size: 30px;}
.h3-size26{font-size: 26px;}
.h3-size24{font-size: 24px;}
.p-size22{font-size: 22px;}
.p-size20{font-size: 20px;}
.p-size18{font-size: 18px;}
.p-size16{font-size: 16px;}
.p-size14{font-size: 14px;}
.pic{width: 100%;height: 100%;overflow: hidden;}
.pic img{width: 100%;}
.pad-100{padding: 100px 0;}
.pad-92{padding: 92px 0;}
.pad-86{padding: 86px 0;}
.pad-80{padding: 80px 0;}
@media  (max-width:1459px) {
    .more {width: 140px;height: 44px;line-height: 44px;}
    .btn span{font-size: 15px;}
    .tit-size40{font-size: 36px;}
    .h3-size30{font-size: 28px;}
    .h3-size26{font-size: 24px;}
    .h3-size24{font-size: 22px;}
    .p-size22{font-size:20px;}
    .p-size20{font-size: 18px;}
    .p-size18{font-size: 17px;}
}
@media  (max-width:1259px) {
    .more { width: 120px;height: 36px;line-height: 36px;}
    .btn span{font-size: 14px;}
    .tit-size40{font-size: 32px;}
    .h3-size30{font-size: 26px;}
    .h3-size26{font-size: 22px;}
    .h3-size24{font-size: 18px;}
    .p-size22{font-size:18px;}
    .p-size20{font-size: 17px;}
    .p-size18{font-size: 16px;}
    .p-size16{font-size: 14px;}
}
@media  (max-width:991px) {
    .more {width: 120px;}
    .btn span{font-size: 14px;}
    .tit-size40{font-size: 28px;}
    .h3-size30{font-size: 24px;}
    .h3-size26{font-size: 20px;}
    .h3-size24{font-size: 18px;}
    .p-size22{font-size:18px;}
    .p-size20{font-size: 16px;}
    .p-size18{font-size: 15px;}
}
@media  (max-width:767px) {
    .hidd{display: none !important;}
    .hidds{display: block !important;}
    .more {width: 110px;height: 38px;line-height: 38px;margin: 0 auto;}
    .tit-size40{font-size: 24px;}
    .h3-size30{font-size: 22px;}
    .h3-size26{font-size: 17px;}
    .h3-size24{font-size: 16px;}
    .p-size22{font-size:16px;}
    .p-size18{font-size: 14px;}
    .pad-100,.pad-92,.pad-86,.pad-80{padding: 40px 0;}
}

body {
    overflow-x: hidden;
    /* cursor:url(https://union.vipsoft.cc/youqiang.png),auto; */
}
a{
    /* cursor: url(https://union.vipsoft.cc/youqiang1.png),auto; */
}