* {
    padding: 0px;
    margin: 0px;
}

body {
    font-size: 12px;
    font-family: "DIN Next LT Pro";
    DIN Next LT Pro
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-family: "DIN Next LT Pro";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    list-style: none;
    font-weight: normal;
    font-family: "DIN Next LT Pro";
}

input,
select,
button,
textarea {
    font-size: 12px;
    border: 0;
    background: none;
    outline: none;
    vertical-align: middle;
}

button {
    overflow: visible
}

img {
    border: none;
}

li {
    list-style: none;
}

a {
    color: #555;
    text-decoration: none;
}

a:hover {
    color: #ed1b28;
    text-decoration: none !important;
}

.clear {
    overflow: hidden;
    clear: both;
    height: 0px;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background-color: #000;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #ed1b28;
}

::-webkit-scrollbar-thumb:active {
    background-color: #ed1b28;
}

@media only screen and (max-width:992px) {

    input,
    textarea {
        -webkit-appearance: none;
        border-radius: 0;
    }
}




.ttp {
    width: 88%;
    position: absolute;
    top: 0;
    left: 6%;
    z-index: 99;
    padding: 40px 0px;
}

.ttp .logo {
    width: 400px;
    float: left;
}

.ttp .logo img {
    width: 100%;
    height: auto;
    display: block;
}

.ttp .yy {
    float: right;
    color: #ddd;
    padding-right: 50px;
    margin-top: 20px;
}

.ttp .yy a {
    color: #ddd;
    padding: 2px 10px;
    font-weight: lighter;
    border: 1px solid #ddd;
    margin: 0 10px;
    font-size: 14px;
}

.ttp .yy a:hover {
    color: #ca0f18;
    border: 1px solid #ca0f18;
}

@media only screen and (max-width:995px) {
    .ttp {
        padding: 20px 0px;
    }

    .ttp .logo {
        width: 65%;
        float: left;
    }

    .ttp .yy {
        float: right;
        color: #ddd;
        padding-right: 50px;
        margin-top: 10px;
    }
}



.header {
    position: absolute;
    top: 0;
    right: 6%;
    z-index: 99;
    padding: 40px 0px;
}

.header .an {
    position: absolute;
    top: 0;
    right: 0;
    height: 18px;
    width: 30px;
    display: block;
    margin-top: 60px;
    cursor: pointer;
    z-index: 101;
}

.header .an span {
    width: 30px;
    height: 2px;
    background: #ca0f18;
    display: block;
    position: absolute;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .an span.a1 {
    top: 0;
    left: 0;
}

.header .an span.a2 {
    top: 8px;
    left: 0;
}

.header .an span.a3 {
    top: 16px;
    left: 0;
}

.header .an.n span.a2 {
    display: none;
}

.header .an.n span.a1 {
    top: 8px;
    width: 30px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
    top: 8px;
    width: 30px;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.header .nav {
    width: 10.5%;
    position: fixed;
    top: 100px;
    right: -100%;
    z-index: 9;
    overflow: hidden;
    background: none;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .nav ul {
    width: 100%;
    padding: 0;
}

.header .nav.on {
    right: 0;
    margin-top: 0
}

.header .nav ul li:hover a {
    color: #cb0f19;
}

.header .nav ul li {
    line-height: 45px;
    text-align: left;
    font-weight: lighter;
}

.header .nav ul li a {
    font-size: 18px;
    color: #ddd;
}

@media only screen and (max-width:995px) {
    .header {
        padding: 20px 0px;
    }

    .header .logo {
        width: 50%;
        float: left;
    }

    .header .yy {
        float: right;
        color: #ddd;
        padding-right: 50px;
        margin-top: 10px;
    }

    .header .an {
        margin-top: 28px;
        cursor: pointer;
    }

    .header .nav {
        width: 25%;
        top: 50px;
    }

    .header .nav ul li {
        line-height: 24px;
    }

    .header .nav ul li a {
        font-size: 14px;
    }
}

.fd1 {
    transition: all 0.5s ease-in-out;
    transform: translate(0px, 200px);
    opacity: 0;
}

.active .fd1 {
    opacity: 1;
    transform: translate(0px, 0px);
    transition-delay: 0.2s;
}

.fd2 {
    transition: all 0.5s ease-in-out;
    transform: translate(0px, 200px);
    opacity: 0;
}

.active .fd2 {
    opacity: 1;
    transform: translate(0px, 0px);
    transition-delay: 0.4s;
}

.fd3 {
    transition: all 0.5s ease-in-out;
    transform: translate(0px, 200px);
    opacity: 0;
}

.active .fd3 {
    opacity: 1;
    transform: translate(0px, 0px);
    transition-delay: 0.6s;
}


.con {
    width: 88%;
    margin: 0px auto;
}

.wz1 {
    font-size: 32px;
    line-height: 48px;
    font-family: "DIN Next LT Pro";
    text-align: left;
    border-left: 2px solid #FF0000;
    padding-left: 35px;
    color: #fff;
}

.wz1 p {
    width: 80%;
}

.active .wz1 {
    animation: fadeInUp 1s .5s forwards;
}

.arrow_down {
    position: relative;
    display: block;
    width: 35px;
    height: 65px;
    cursor: pointer;
}

.arrow_down:after {
    display: inline-block;
    vertical-align: middle;
    border: solid #ff0000;
    border-width: 0px 2px 2px 0px;
    display: inline-block;
    padding: 16px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    left: 6px;
    bottom: 5px;
    content: "";
}

.arrow_down:before {
    height: 65px;
    width: 2px;
    background: #ff0000;
    position: absolute;
    left: 22px;
    bottom: 0px;
    content: "";
    display: block;
}

.arrow_down:hover:after {
    border-color: #ddd;
}

.arrow_down:hover:before {
    background: #ddd;
}

.button_holder_st2 {
    position: absolute;
    bottom: 33px;
    left: 6%;
    z-index: 2;
    width: 35px;
}

.active .button_holder_st2 {
    animation: fadeInUp 1s .5s forwards;
}


.sy2 {
    width: 88%;
    margin: 0px auto;
}

.sy2 ul li {
    width: 30%;
    margin: 0 5% 0 0;
    font-size: 30px;
    line-height: 48px;
    color: #333;
    float: left;
    text-align: left;
}

.sy2 ul li em {
    width: 60px;
    height: 2px;
    background: #FF0000;
    display: block;
    margin-bottom: 35px;
}

.sy2 ul li:nth-child(3n) {
    margin-right: 0;
}



h1 {
    font-size: 38px;
    letter-spacing: 2px;
    height: 60px;
}

h2 {
    font-size: 26px;
    letter-spacing: 2px;
    height: 50px;
}

h3 {
    font-size: 22px;
    font-weight: 800px;
    height: 40px;
}

.sy3 {
    width: 88%;
    margin: 0px auto;
    text-align: left;
}

.sy3 .zc {
    width: 45%;
    float: left;
    font-size: 24px;
    font-family: "DIN Next LT Pro";
    line-height: 40px;
    color: #cb0f19;
}

.sy3 .yc {
    width: 45%;
    float: right;
    font-size: 16px;
    line-height: 26px;
}

.sy3 .gd {
    height: 60px;
}

.sy3 .tp {
    margin: 0px;
}

.sy3 .tp img {
    height: auto;
    width: 50%;
}


.sy4 {
    width: 88%;
    margin: 0px auto;
    text-align: left;
    color: #fff;
}

.sy4 .zc {
    width: 45%;
    float: left;
    font-size: 16px;
    font-family: "DIN Next LT Pro";
    line-height: 26px;
}

.sy4 .yc {
    width: 45%;
    float: right;
    font-size: 16px;
    line-height: 26px;
}

.foot {
    width: 88%;
    margin: 50px auto 0px auto;
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

.foot p {
    font-size: 18px;
    line-height: 30px;
}

.foot .gd {
    height: 25px;
    display: block;
}

.bqxx {
    font-size: 12px;
    padding: 25px 0px;
    text-align: left;
    font-family: "DIN Next LT Pro";
    width: 88%;
    margin: 0px auto;
    color: #666;
}

@media only screen and (max-width:1440px) {
    .wz1 {
        font-size: 26px;
        line-height: 36px;
    }

    .wz1 p {
        width: 75%;
    }

    .sy2 ul li {
        font-size: 26px;
        line-height: 40px;
    }

    h1 {
        font-size: 30px;
        letter-spacing: 2px;
        height: 50px;
    }

    h2 {
        font-size: 22px;
        letter-spacing: 2px;
        height: 40px;
    }

    h3 {
        font-size: 20px;
        font-weight: 800px;
        height: 30px;
    }

    .sy3 .zc {
        font-size: 22px;
        line-height: 40px;
    }

    .sy3 .yc {
        font-size: 18px;
        line-height: 26px;
    }

    .sy3 .gd {
        height: 40px;
    }

    .sy4 .zc {
        font-size: 18px;
        line-height: 26px;
    }

    .sy4 .yc {
        font-size: 18px;
        line-height: 26px;
    }

    .sy3 .tp img {
        height: auto;
        width: 50%;
    }

    .foot p {
        font-size: 15px;
        line-height: 26px;
    }

    .arrow_down {
        width: 25px;
        height: 45px;
        cursor: pointer;
    }

    .arrow_down:after {
        padding: 10px;
    }

    .arrow_down:before {
        height: 45px;
        width: 2px;
        background: #ff0000;
        position: absolute;
        left: 16px;
        bottom: 0px;
        content: "";
        display: block;
    }

    .arrow_down:hover:after {
        border-color: #ddd;
    }

    .arrow_down:hover:before {
        background: #ddd;
    }

    .button_holder_st2 {
        position: absolute;
        bottom: 33px;
        left: 6%;
        z-index: 2;
        width: 25px;
    }
}

@media only screen and (max-width:995px) {
    .wz1 {
        font-size: 18px;
        line-height: 28px;
        padding-left: 13px;
    }

    .wz1 p {
        width: 98%;
    }

    .sy2 ul li {
        font-size: 20px;
        line-height: 28px;
        width: 100%;
        margin: 0 0% 10% 0;
    }

    .sy2 ul li em {
        margin-bottom: 20px;
    }

    h1 {
        font-size: 26px;
        height: 34px;
    }

    h2 {
        font-size: 20px;
        height: 30px;
    }

    h3 {
        font-size: 18px;
        height: 24px;
    }

    .sy3 {
        margin-bottom: 50px;
    }

    .sy3 .zc {
        font-size: 18px;
        line-height: 26px;
        width: 100%;
        float: none;
    }

    .sy3 .yc {
        font-size: 14px;
        line-height: 26px;
        width: 100%;
        float: none;
        margin-top: 30px;
        color: #666;
    }

    .sy3 .gd {
        height: 20px;
    }

    .sy3 .tp img {
        height: auto;
        width: 50%;
    }

    .sy4 {
        margin-bottom: 40px;
    }

    .sy4 .zc {
        font-size: 12px;
        line-height: 20px;
        width: 100%;
        float: none;
    }

    .sy4 .yc {
        font-size: 12px;
        line-height: 20px;
        width: 100%;
        float: none;
        margin-top: 40px;
    }

    .foot p {
        font-size: 14px;
        line-height: 26px;
        color: #666;
    }

}