@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: middle;
}

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;
}
.index-three .hidden,.index-four .hidden {
  visibility: inherit;
  webkit-animation-duration: 0s!important;
  animation-duration: 0s!important;
  animation-name: fadeInUp!important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.more{
  width: 150px;height: 50px;line-height: 50px;display: block;
  text-align: center;cursor: pointer;background: #fff;text-decoration: none;
}
.btn{position: relative;color: #2a6bb1;
  -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: #2a6bb1;-webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;-o-transition: all 0.6s;transition: all 0.6;
  -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);}
.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{max-width: 100%;display: block;margin: 0 auto;}
.pad-100{padding: 100px 0;}
.pad-92{padding: 92px 0;}
.pad-86{padding: 86px 0;}
.pad-80{padding: 80px 0;}
@media  (max-width:1489px) {
  .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: 130px;height: 42px;line-height: 42px;}
  .btn span{font-size: 15px;}
  .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) {
  .more {width: 110px;height: 38px;line-height: 38px;}
  .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;}
}
@font-face {
  font-family: 'HELVETICA';
  src: url("../fonts/HELVETICA\ BOLD.eot");
  src: url("../fonts/HELVETICA\ BOLD.eot?#iefix") format("embedded-opentype"),
  url("../fonts/HELVETICA\ BOLD.woff") format("woff"), 
  url("../fonts/HELVETICA\ BOLD.TTF") format("truetype"), 
  url("../fonts/HELVETICA\ BOLD.svg") format("svg")
}
@font-face {
  font-family: "HELVETICA-LT";
  src: url("../fonts/HELVETICANEUELTPRO-LT.eot");
  src: url("../fonts/HELVETICANEUELTPRO-LT.eot?#iefix") format("embedded-opentype"),
  url("../fonts/HELVETICANEUELTPRO-LT.woff") format("woff"), 
  url("../fonts/HELVETICANEUELTPRO-LT.ttf") format("truetype"), 
  url("../fonts/HELVETICANEUELTPRO-LT.svg") format("svg")
}
@font-face {
  font-family: 'MONTSERRAT';
  src: url("../fonts/MONTSERRAT\ SEMI\ BOLD.eot");
  src: url("../fonts/MONTSERRAT\ SEMI\ BOLD.eot?#iefix") format("embedded-opentype"),
  url("../fonts/MONTSERRAT\ SEMI\ BOLD.woff") format("woff"), 
  url("../fonts/MONTSERRAT\ SEMI\ BOLD.ttf") format("truetype"), 
  url("../fonts/MONTSERRAT\ SEMI\ BOLD.svg") format("svg")
}
@font-face {
  font-family: "DIN";
  src: url("../fonts/DIN\ REGULAR.eot");
  src: url("../fonts/DIN\ REGULAR.eot?#iefix") format("embedded-opentype"),
  url("../fonts/DIN\ REGULAR.woff") format("woff"), 
  url("../fonts/DIN\ REGULAR.ttf") format("truetype"), 
  url("../fonts/DIN\ REGULAR.svg") format("svg")
}
@font-face {
  font-family: "DIN-BOLD";
  src: url("../fonts/DIN-BOLD.eot");
  src: url("../fonts/DIN-BOLD.eot?#iefix") format("embedded-opentype"),
  url("../fonts/DIN-BOLD.woff") format("woff"), 
  url("../fonts/DIN-BOLD.ttf") format("truetype"), 
  url("../fonts/DIN-BOLD.svg") format("svg")
}
@font-face {
  font-family: "DIN-30640LT";
  src: url("../fonts/DINNEUZEITGROTESKSTD-LIGHT.eot");
  src: url("../fonts/DINNEUZEITGROTESKSTD-LIGHT.eot?#iefix") format("embedded-opentype"),
  url("../fonts/DINNEUZEITGROTESKSTD-LIGHT.woff") format("woff"), 
  url("../fonts/DINNEUZEITGROTESKSTD-LIGHT.ttf") format("truetype"), 
  url("../fonts/DINNEUZEITGROTESKSTD-LIGHT.svg") format("svg")
}

