/** reset **/

body {
    color: #333;
    font-weight: lighter;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
    border: medium none;
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font: 16px/1.5 'Montserrat-Light', 'Microsoft Yahei', tahoma, Srial, helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

em {
    font-style: normal;
}

ul,
ol {
    list-style: none;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #ff9400;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

img {
    border: 0px;
    outline-width: 0px;
    vertical-align: top;
    max-width: 100%;
}

.clearfix:after {
    clear: both;
    content: "\200B";
    display: block;
    height: 0;
}

.clearfix {
    *zoom: 1;
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: 0;
    outline: 0;
    -webkit-appearance: none;
}

input,
button,
select,
textarea {
    outline: none;
    appearance: button;
    -moz-appearance: button;
    -webkit-appearance: button;
}

textarea {
    resize: none;
}

.button {
    border-radius: 0;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ff9400;
    outline: 0;
    box-shadow: none;
}
::selection {
    background-color: #ff9400;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1440 {
    width: 1440px;
    margin: 0 auto;
}

.hide {
    display: none;
}

button,
input,
textarea,
th,
td,
img,
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    text-decoration: none;
}

input,
button,
select,
textarea {
    outline: none
}

div:focus {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

button:focus {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

input:focus {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

a:focus {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

span:focus {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.fnt62 {
    font-size: 62px;
}

.fnt60 {
    font-size: 60px;
}

.fnt56 {
    font-size: 56px;
}

.fnt48 {
    font-size: 48px;
}

.fnt42 {
    font-size: 42px;
}

.fnt38 {
    font-size: 38px;
}

.fnt36 {
    font-size: 36px;
}

.fnt32 {
    font-size: 32px;
}

.fnt30 {
    font-size: 30px;
}

.fnt28 {
    font-size: 28px;
}

.fnt26 {
    font-size: 26px;
}

.fnt24 {
    font-size: 24px;
}

.fnt22 {
    font-size: 22px;
}

.fnt20 {
    font-size: 20px;
}

.fnt18 {
    font-size: 18px;
}

.fnt16 {
    font-size: 16px;
}

@media screen and (max-width:1600px) {
    .w1440 {
        width: 90%;
    }
    .fnt62 {
        font-size: 56px;
    }
    .fnt60 {
        font-size: 54px;
    }
    .fnt56 {
        font-size: 48px;
    }
    .fnt48 {
        font-size: 42px;
    }
    .fnt42 {
        font-size: 38px;
    }
    .fnt38 {
        font-size: 32px;
    }
    .fnt36 {
        font-size: 30px;
    }
    .fnt32 {
        font-size: 28px;
    }
    .fnt30 {
        font-size: 28px;
    }
    .fnt28 {
        font-size: 26px;
    }
    .fnt26 {
        font-size: 24px;
    }
    .fnt24 {
        font-size: 22px;
    }
}

@media screen and (max-width:1440px) {
    .w1440 {
        width: 1100px;
    }
    .fnt62 {
        font-size: 54px;
    }
    .fnt60 {
        font-size: 52px;
    }
    .fnt56 {
        font-size: 46px;
    }
    .fnt48 {
        font-size: 38px;
    }
    .fnt42 {
        font-size: 34px;
    }
    .fnt38 {
        font-size: 30px;
    }
    .fnt36 {
        font-size: 28px;
    }
    .fnt32 {
        font-size: 26px;
    }
    .fnt30 {
        font-size: 26px;
    }
    .fnt28 {
        font-size: 24px;
    }
    .fnt26 {
        font-size: 22px;
    }
    .fnt24 {
        font-size: 20px;
    }
    .fnt22 {
        font-size: 20px;
    }
    .fnt20 {
        font-size: 18px;
    }
    .fnt18 {
        font-size: 16px;
    }
    .fnt16 {
        font-size: 14px;
    }
}

@media screen and (max-width:1280px) {
    .w1440 {
        width: 96%;
    }
    .fnt62 {
        font-size: 44px;
    }
    .fnt60 {
        font-size: 42px;
    }
    .fnt56 {
        font-size: 34px;
    }
    .fnt48 {
        font-size: 32px;
    }
    .fnt42 {
        font-size: 30px;
    }
    .fnt38 {
        font-size: 28px;
    }
    .fnt36 {
        font-size: 26px;
    }
    .fnt32 {
        font-size: 24px;
    }
    .fnt30 {
        font-size: 24px;
    }
    .fnt28 {
        font-size: 22px;
    }
    .fnt26 {
        font-size: 20px;
    }
    .fnt24 {
        font-size: 18px;
    }
    .fnt22 {
        font-size: 18px;
    }
    .fnt20 {
        font-size: 16px;
    }
}

@media screen and (max-width:1024px) {
    .w1440 {
        width: auto;
        margin: 0 20px;
    }
    .fnt62 {
        font-size: 40px;
    }
    .fnt60 {
        font-size: 38px;
    }
    .fnt56 {
        font-size: 30px;
    }
    .fnt48 {
        font-size: 28px;
    }
    .fnt42 {
        font-size: 26px;
    }
    .fnt38 {
        font-size: 24px;
    }
    .fnt36 {
        font-size: 22px;
    }
    .fnt32 {
        font-size: 20px;
    }
    .fnt30 {
        font-size: 20px;
    }
    .fnt28 {
        font-size: 18px;
    }
    .fnt26 {
        font-size: 18px;
    }
}

@media screen and (max-width:768px) {
    .w1440 {
        width: 540px;
        margin: 0 auto;
    }
    .fnt62 {
        font-size: 36px;
    }
    .fnt60 {
        font-size: 34px;
    }
    .fnt56 {
        font-size: 26px;
    }
    .fnt48 {
        font-size: 24px;
    }
    .fnt42 {
        font-size: 22px;
    }
    .fnt38 {
        font-size: 20px;
    }
    .fnt36 {
        font-size: 20px;
    }
    .fnt32 {
        font-size: 18px;
    }
    .fnt30 {
        font-size: 18px;
    }
    .fnt28 {
        font-size: 16px;
    }
    .fnt26 {
        font-size: 16px;
    }
}

@media screen and (max-width:600px) {
    .w1440 {
        width: auto;
        margin: 0 20px;
    }
}

@import url("../../fonts/iconfont/iconfont.css");
@font-face {
    font-family: "Montserrat";
    src: url("../../fonts/Montserrat/Montserrat-Regular-8.otf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat-Light";
    src: url("../../fonts/Montserrat/Montserrat-Light-6.otf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url("../../fonts/Montserrat/Montserrat-Bold-3.otf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "iconfont";
    /* Project id 3199354 */
    src: url('../../fonts/iconfont/iconfont.woff2?t=1645584076920') format('woff2'), url('../../fonts/iconfont/iconfont.woff?t=1645584076920') format('woff'), url('../../fonts/iconfont/iconfont.ttf?t=1645584076920') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
    content: "\e600";
}

.icon-down:before {
    content: "\e6b9";
}

.icon-next:before {
    content: "\e626";
}

.icon-arrowUp:before {
    content: "\e61f";
}

.icon-arrowDown:before {
    content: "\e621";
}