@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,300i,400,400i,600,600i,700,700i');
@font-face {
    font-family: Roboto-Regular;
    src: url('../fonts/RobotoCondensed-Regular.ttf') format("truetype");
}

@font-face {
    font-family: Roboto-Bold;
    src: url('../fonts/ERASBD.TTF') format("truetype");
}

body {
    background: #FFFFFF;
    margin: 0px;
    font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Roboto-Bold';
}

ul {
    margin: 0;
    padding: 0;
}

A {
    text-decoration: none;
}

a,
a:after,
a:before {
    transition-duration: .2s;
    transition-timing-function: linear;
}

.seropro {
    margin-top: 30px;
}

#searchs {
    font-weight: 700;
}

#searchs input {
    border: 1px solid #ccc;
    padding: 5px;
    height: 30px;
    background: none;
    margin-bottom: 10px;
    margin-left: 10px;
}

.nynav li {
    display: inline-block;
    margin-right: 20px;
}

.nynav li a {
    color: #fff;
}


/*关于我们页面*/

.aboutusbox h2 {
    text-transform: uppercase;
    font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
    margin-bottom: 40px;
}

.aboutusbox .item1:before {
    width: 40%;
    height: 60px;
    background: #eee;
    content: '';
    position: absolute;
    z-index: -1;
}

.aboutusbox .item1 img {
    margin-top: 40px;
    margin-left: 40px;
}

.mainprojs {
    margin-top: 40px;
}

.mainprojs ul {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding-left: 50px;
}

.mainprojs ul:before {
    height: 100%;
    width: 2px;
    background: #F5791F;
    position: absolute;
    content: '';
    left: 0;
    top: 20px;
}

.mainprojs ul:after {
    height: 100%;
    width: 2px;
    background: #F5791F;
    position: absolute;
    content: '';
    left: 0;
    top: -20px;
    left: 20px;
}

.mainprojs ul li {
    position: relative;
    width: 50%;
    padding-left: 30px;
    margin-bottom: 10px;
}

.mainprojs ul li:before {
    position: absolute;
    height: 15px;
    width: 15px;
    background: #F5791F;
    content: '';
    left: 0;
    top: 2px;
}


/*关于我们页面*/


/*底部浮动按钮*/

a.float-mail {
    color: #fafafa!important;
}

.float-mail {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 26px;
    right: 68px;
    background-color: #0F2988;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 1500;
    transform: scale3d(1, 1, 1);
    transition: transform .5s cubic-bezier(.18, .89, .32, 1.28);
}

.close.modal-close {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #343a40;
    color: #fff!important;
    position: absolute;
    top: -5px;
    right: -5px;
    opacity: 1;
    font-size: .8rem;
    z-index: 999;
    cursor: pointer;
    outline: 0;
}

.my-float-mail {
    margin-top: 9px;
    font-size: 32px!important;
    transition: background-color .2s linear;
    -webkit-tap-highlight-color: transparent;
    transform: scale3d(1, 1, 1);
    transition: transform .5s cubic-bezier(.18, .89, .32, 1.28);
}

a.float-wp {
    color: #fafafa!important;
}

.my-float {
    margin-top: 4px;
    font-size: 40px!important;
    transition: background-color .2s linear;
    -webkit-tap-highlight-color: transparent;
    transform: scale3d(1, 1, 1);
    transition: transform .5s cubic-bezier(.18, .89, .32, 1.28);
}

#exampleModal .container {
    width: 100%;
}

#exampleModal .h5 {
    font-weight: bold;
    font-size: 18px;
}

.btn-outline-dark {
    background: #007aff;
    color: #fff
}

.closeForm {
    font-size: 27px;
    margin-top: .7rem;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem!important;
}

.float-wp {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 26px;
    right: 12px;
    background-color: #00a0e9;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 1500;
    transform: scale3d(1, 1, 1);
    transition: transform .5s cubic-bezier(.18, .89, .32, 1.28);
}


/*底部浮动按钮*/

.pronyindex #page_body {
    background: url(../images/bg_ny.png) no-repeat #F5F5F5;
    padding: 40px 0;
}

.pronyindex .site-content-wrap {
    margin: 0;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background: none;
}

.top3 .toplinkurl li .dropdown-menu li a .yj {
    font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 18px;
}

#logos {
    display: none;
}

.logo:hover #logos {
    display: block
}

.logo:hover #logof {
    display: none
}

.clear {
    clear: both;
}

A:hover,
.footer11 p:hover {
    color: #1472d4;
    text-decoration: none;
}

IMG {
    border: none;
    max-width: 100%;
    cursor: pointer;
}

.videobox {
    position: relative;
}

.playbtn {
    position: absolute;
    left: 48%;
    top: 50%;
}

#slider .text {
    position: absolute;
    z-index: 999;
    color: #fff;
    font-family: 'Roboto-Bold';
    left: 20%;
    top: 30%;
    font-size: 30px;
}

#slider .text h2 {
    font-size: 45px;
}

header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 50;
    transition: all .5s
}

header .top3 form label {
    margin: 0;
    display: inline-block;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important;
}

header .top3 form input[type=search] {
    padding: 3px 0;
    margin: 0;
    border: none;
    width: 0;
    outline: none;
    -webkit-appearance: none;
    -webkit-border-radius: 4px;
    -webkit-transition: all, .5s;
    transition: all, .5s;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

header .top3 form input[type=submit] {
    background: url(../images/sousuo-big.png) no-repeat;
    background-size: 47px 46px;
    min-width: 10px;
    padding: 0;
    color: transparent;
    width: 46px;
    height: 47px;
    outline: none;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 4px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

header .top3 form.open input[type=search] {
    padding: 10px 5px;
    width: 200px;
    margin: 0 0 0 8px;
}

li {
    list-style: none;
}

.top3.scroll {
    background: rgba(84, 82, 77, 0.8);
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default,
.btn-default,
.btn-default:hover {
    background: none;
    border: none;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background: none;
    border-color: #8c8c8c;
}

.top3 .toplinkurl li .dropdown-menu li {
    margin-right: 0;
    display: block;
}

.top3 .toplinkurl li .dropdown-menu li a {
    color: #222;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background: none;
    outline: 0;
}

.dropdown-menu>li>a {
    padding: 0;
}

.dropdown-menu {
    padding: 20px 10px;
    font-size: 16px;
}

.menu_lang:hover .dropdown-menu {
    display: block;
}

.menu1.dropdown-menu.showmenu {
    display: flex;
}

.top3 .nav li:hover a {
    background: none;
}

.menu_lang .dropdown-menu {
    top: 24px;
    min-width: 90px;
    text-align: center;
}

.menu1.dropdown-menu {
    top: 75px;
    width: 1150px;
    left: -1105px;
    justify-content: space-between;
}

.open>.dropdown-menu {
    display: flex;
}

.top3 .toplinkurl li a {
    color: #fff;
    padding: 0;
}

footer .contactinfo {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

footer .contactinfo .item {
    width: 200px;
    text-align: center;
    margin-right: 30px;
}

footer .contactinfo .item .text {
    margin-top: 10px;
}

.section2 {
    padding-top: 100px;
}

.section22 {
    position: relative;
}

.section22 .downarrow {
    position: absolute;
    top: 0;
    left: 10%;
}

.section22 .box {
    position: relative;
}

.section22 .yjcontent {
    position: absolute;
    width: 600px;
    right: 10%;
    top: 30%;
}

.section22 .yjcontent h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000;
}

.section22 .erjproitem {
    position: absolute;
}

.section22 .erjproitem.item1 {
    right: -550px;
    top: 20px;
    width: auto;
    display: block;
    max-height: 550px;
    margin: 0;
}

.section22 .erjproitem.item2 {
    right: -550px;
    bottom: 0;
}


/* //定义动画的流程上面 */

.run_top_left1 {
    display: block;
    animation: run-left-left 3s 0.4s 1 linear, run-left-top 3s 0.4s 1 cubic-bezier(.47, .46, 0, 1);
    animation-fill-mode: forwards;
}

@keyframes run-left-top {
    0% {
        top: -70px;
    }
    50% {
        top: -70px;
    }
    100% {
        top: 20px;
    }
}


/* //向上右的动画初始及结尾值 */

@keyframes run-left-left {
    0% {
        right: 40px;
    }
    100% {
        right: 800px;
    }
}


/* //定义动画的流程下面 */

.run_top_left2 {
    display: block;
    animation: run-left-left2 3s 0.4s 1 linear, run-left-top2 3s 0.4s 1 cubic-bezier(.47, .46, 0, 1);
    animation-fill-mode: forwards;
}

@keyframes run-left-top2 {
    0% {
        bottom: -70px;
    }
    50% {
        bottom: -70px;
    }
    100% {
        bottom: 0;
    }
}


/* //向上右的动画初始及结尾值 */

@keyframes run-left-left2 {
    0% {
        right: 40px;
    }
    100% {
        right: 800px;
    }
}

.section22 .morebtn a {
    color: #222;
    display: inline-block;
    padding: 5px;
    border: 1px solid #222;
}

.section22 .box .appbox {
    width: 60%;
    margin-right: 40px;
    float: left;
}

.section2 .item1 {
    display: flex;
    justify-content: space-between;
    width: 50%;
    float: right;
    align-items: flex-end;
    margin-bottom: 100px;
}

.section2 .item1 h3 {
    margin-top: 0;
    color: #0F2988;
    text-align: right;
}

.section2 .item1 p:first-child {
    font-weight: bold;
    margin-bottom: 0;
}

.section2 .item1 p:last-child {
    font-size: 13px;
    margin: 0;
}

.section2 .fformbox .itembox form {
    display: flex;
}

.section2 .fformbox .itembox .input input {
    border: 1px solid #222;
    height: 30px;
}

.section2 .fformbox .itembox .input button {
    background: #222;
    padding: 10px;
    width: 30px;
    height: 30px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer11 .fformbox button {
    background: none;
    border: none;
}

.footer11 .fformbox input {
    height: 35px;
    outline: none;
}

.section2 .fformbox .itembox .input button img {
    max-width: 25px;
}

.section2 .item2 .itemnav {
    display: flex;
    justify-content: space-between;
}

.section22 .morebtn {
    margin-top: 50px;
}

.section2 .yjflpro {
    width: 70%;
}

.section2 .yjflpro ul {
    display: flex;
    justify-content: space-between;
}

.section2 .yjflpro .nav2 li {
    display: inline-block;
    font-weight: bold;
    position: relative;
    padding-top: 10px;
}

.section2 .yjflpro .nav2 li::before {
    width: 50px;
    height: 2px;
    background: #0F2988;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
}

.section2 .yjflpro .nav2 li a {
    color: #222;
}

.section2 .yjflpro .nav2 li.active a {
    color: #0F2988;
}

.section22 .erjproitem a {
    border: 8px #0F2988 solid;
    border-radius: 50%;
    padding: 20px;
    display: block;
}

.section22 .erjproitem img {
    max-width: 350px;
}

.section22 .erjproitem.item2 img {
    border-width: 4px;
}

.section3 {
    position: relative;
    padding: 60px 0 100px;
}

.section3 .pagerbtn {
    position: relative;
    padding-bottom: 80px;
    width: 220px;
}

.section3::after {
    position: absolute;
    background: #222;
    width: 100%;
    height: 400px;
    content: '';
    bottom: 0;
    left: 0;
}

.section3 .newsbox a {
    color: #fff;
}

.section3 .newsbox .txt {
    padding: 10px;
}

.section3 .newsbox .pic img {
    width: 100%;
}

.section3 .newsbox .item {
    transition: 5s;
}

.section3 .newsbox .item:hover {
    margin-top: -40px;
}

.section3 .newsbox .item:hover .txt {
    background: #fff;
    color: #222;
}

.section3 .newsbox .item:hover .morebtn {
    opacity: 1;
}

.section3 .newsbox .txt .morebtn {
    margin-top: 10px;
    opacity: 0;
}

.section3 .newsbox .txt .morebtn span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #0F2988;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}

.section3 .swiper-button-next:after,
.section3 .swiper-button-prev:after {
    font-family: none;
    font-size: 0;
}

.section3 .swiper-button-next,
.section3 .swiper-button-prev {
    width: auto;
    outline: none;
}

.section4 {
    background: url(../images/bg.png) no-repeat;
    padding: 100px 0 60px;
}

.section4 .item1 {
    width: 50%
}

.section4 .item {
    display: flex;
    justify-content: space-between;
}

.section4 p.line {
    width: 50px;
    height: 2px;
    background: #0F2988;
    display: inline-block;
}

.section4 .morebtn a {
    background: #0F2988;
    color: #fff;
    display: inline-block;
    padding: 5px;
}

.section4 .item1 h2,
.section3 h2,
.section2 h2,.relprobox h2 {
    color: #C7C7C7;
    margin-top: 5px;
    font-size: 40px;
    text-transform: uppercase;
}

.section2 h2 SPAN {
    display: block;
}

.section4 .item1 h2 span {
    display: block;
    text-transform: uppercase;
}

.section5 .item {
    display: flex;
    align-items: center;
}

.section5 .item .ico {
    margin-right: 10px;
}

.section5 {
    padding: 60px 0;
}

.section5 .item:hover {
    color: #0F2988;
    cursor: pointer;
}

.prolist_item {
    position: relative;
    width: 100%;
}

.prolist_item.swiper-slide {
    transform: none;
    text-align: left;
}

.relappbox {
    position: absolute;
    right: 0;
    bottom: 0;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    opacity: 1;
    background: #B70606;
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

.relappbox img {
    max-width: 60%;
}

.banner__swiper .swiper-slide {
    transform: scale(1);
}

.pt60 {
    padding-top: 60px;
}

.proindex_box .itemlist .item img {
    max-height: 300px;
}

.prozlist {
    margin-top: 20px;
}

.prozlist li {
    position: relative;
    padding-left: 10px;
    font-size: 14px;
    margin-bottom: 10px;
}

.prozlist li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 3px;
    height: 3px;
    background: #2f6499;
    top: 3px;
    border-radius: 50%;
}

.proindex_box {
    margin-top: 40px;
}

.proindex_box .itemlist {
    display: flex;
    color: #fff;
    padding-bottom: 100px;
}

.proindex_box .itemlist.even {
    flex-direction: row-reverse;
    color: #222;
}

.prozlist li a {
    color: #555;
    font-size: 13px;
}

.proindex_box .itemtitle a:hover {
    color: #2F6499;
}

.proindex_box .itemlist .item {
    width: 50%;
    padding-left: 40px;
}

.proindex_box .itemlist {
    margin-left: -40px;
}

.proindex_box .itemtitle a {
    color: #fff;
    font-size: 40px;
}

.proindex_box .itemlist.even .itemtitle a {
    color: #072E72;
}

.top3 {
    padding: 30px 0;
    DISPLAY: FLEX;
    ALIGN-ITEMS: CENTER;
}

.top3box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top3 .toplinkurl li {
    display: inline-block;
    position: relative;
    margin-right: 20px;
}

.prony.proindex_box .itemtitle a {
    color: #072E72;
    font-size: 40px;
}

.prony.proindex_box .itemlist {
    color: #222;
}

.prony.proindex_box .btns a {
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    margin-right: 10px;
}

.prony.proindex_box .btns a:last-child {
    background: #B70606;
    color: #fff;
}

.prony.proindex_box {
    margin-top: 28px;
}

.prony.proindex_box .btns a:first-child {
    background: #072E72;
    color: #fff;
}

.prony.proindex_box .itemtitle {
    margin-top: 0;
}

.top3box .logo img {
    max-height: 70px;
}

.top3 .toplinkurl {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.absolutebox {
    position: absolute;
    left: 25%;
    top: 30%;
    z-index: 999;
    color: #fff;
}

.absolutebox .textbox h1 {
    font-family: 'Roboto-Bold';
    font-size: 55px;
    margin-bottom: 70px;
    text-transform: uppercase;
}

.absolutebox .textbox .content {
    font-size: 55px;
}

.absolutebox .searchallbox {
    margin-top: 70px;
}

.absolutebox .searchallbox h4 {
    font-family: 'Roboto-Bold';
    font-size: 37px;
    margin-bottom: 20px;
}

.absolutebox .searchallbox .header-search {
    border-radius: 0%;
    width: 80%;
    height: 50px;
}

.absolutebox .searchallbox .header-search input {
    width: 79%;
    color: #333;
    height: 50px;
}

.u-section {
    margin-bottom: 30px;
}

.section1 .box1 .item1 .pic {
    position: relative;
}

.section4 .box1 .item2 .text1 ul {
    margin-bottom: 20px;
}

.section1 .box1 .item1 .absolutetext {
    position: absolute;
    top: 40px;
    left: 28%;
    color: #fff;
}

.section1 .box1 .item1 .absolutetext a,
.section4 .box1 .item1 .absolutetext a {
    color: #fff;
}

.section1 .box1 .item1 .absolutetext p {
    margin: 10px 0;
    font-size: 14px;
}

.fusion-main-menu>ul>li:first-child {
    padding-left: 0;
}

.tongjis {
    padding-top: 40px;
    text-align: right;
}

.form-inputs {
    display: flex;
    margin-bottom: 10px;
}

.but-zsapds {
    background: #072E72;
    color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    border: none;
}

.form-inputs .label-tit {
    width: 25%;
    margin-right: 10px;
}

.header-search {
    background: #fff;
    height: 30px;
    line-height: 25px;
    width: 70%;
    border-radius: 10px;
    border: 1px solid #222;
}

.footer3 .fnav {
    border-bottom: 2px solid #fff;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.footer3 .fnav a {
    display: inline-block;
    margin-left: 40px;
    font-size: 18px;
    color: #aeaeae;
}

.footer1 ul li {
    margin-bottom: 10px;
    font-size: 14px;
}

.footer1 ul li a {
    position: relative;
}

.tabinfo {
    margin: 40px 0;
}

.nav-tabs>li>a {
    background: #eee;
    color: #222;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #a9221e;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.product-teaser img:hover {
    transform: scale(2.4);
}

li {
    list-style: none;
}

.appmenu li {
    border-top: 1px solid #DBDBDB;
    transition: all .2s ease-in-out;
}

.appmenu li a {
    padding: 5px 0;
    color: #555;
    display: inline-block;
}

.appmenu li:hover {
    background-color: #eee;
}

.page_slide_l.en {
    width: 90px;
}

.page_slide_l {
    position: fixed;
    width: 77px;
    background-color: #fff;
    z-index: 999;
    top: 350px;
    left: 0;
}

.page_slide_l a.active {
    background-color: #195bae;
    color: #fff;
}

.page_slide_l a {
    display: block;
    padding: 8px 2px;
    text-align: center;
    color: #333;
    border-bottom: 1px solid #eee;
    box-shadow: 0 0 5px #eee;
}

.page_slide_l a:hover {
    color: #1472d4;
}

.curproductinfo h3 {
    margin-top: 0;
}

.curproductinfo {
    margin-bottom: 20px;
}

.newsitem .content {
    font-size: 16px;
}

.newsitem p {
    margin-bottom: 5px;
    line-height: 18px;
}

.listli h3 {
    margin-top: 0;
}

.qrcodeimg {
    display: none;
    position: absolute;
    z-index: 999;
    right: 200px;
    top: 0;
}

.qrcodeimg img,
.qrcodeimg2 img {
    max-width: 120px;
}

.tp-bullets {
    display: none !important;
}

.cont-ousel {
    padding: 0 15px;
}

.top2 .top2area .item a {
    color: #333;
}

.downloadlist {
    margin-bottom: 40px;
}

.container1200,
.container {
    width: 1620px;
    margin: 0 auto;
    padding: 0 15px;
}

.downloadlist li span {
    display: inline-block;
    margin-right: 10px;
    color: #333;
}

.downloadlist li span:first-child {
    color: #1472d4;
}

input,
select,
option,
textarea {
    outline: none;
}

#myCarousel .fill {
    height: 600px;
}

.top1 {
    color: #eee;
    line-height: 35px;
    padding: 20px 0
}

.top1 a {
    color: #eee;
}

.top1 .socailico a {
    font-size: 20px;
    margin-left: 10px;
}

.highlight-teaser__swiper {
    position: relative;
}

.highlight-teaser__swiper .swiper-container {
    padding-bottom: 44px;
}

footer {
    color: #fff;
}

.logof H2 {
    margin-top: 10px;
}

.logof H2 span {
    display: block;
    font-size: 40px;
}

.footer12 {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.footer1 .itembox {
    display: flex;
}

.footer1 .itembox .ico {
    margin-right: 10px;
}

.footer1 .itembox h3 {
    margin-top: -5px;
}

footer .formbox {
    display: flex;
    margin-top: 10px;
}

footer .formbox input {
    background: #fff;
    border-radius: 4px;
    height: 40px;
    width: 300px;
}

footer .formbox button {
    background: none;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 5px 40px;
    color: #f39800;
    margin-top: 10px;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.logof {
    margin-top: -100px;
}

.fformbox {
    width: 70%;
}

.navfooter a {
    margin-right: 20px;
}

.socailafooter a {
    margin-left: 20px;
}

.footer11 .item3 {
    padding-left: 100px;
}

footer a {
    color: #fff;
}

footer p {
    margin-bottom: 5px;
}

footer .socailico a {
    font-size: 20px;
    margin-right: 10px;
}

footer .socailico {
    margin-bottom: 60px;
}

.applist img {
    max-width: 100%;
}

.applist p {
    text-align: center;
    margin-top: 10px;
}

.applist a {
    color: #222;
}

.readmore a {
    text-transform: uppercase;
    display: inline-block;
    background: #fff;
    padding: 5px 10px;
    color: #f39800;
    border: 2px solid #f39800;
    font-size: 20px;
}

.readmore {
    margin-top: 20px;
}


/*导航*****************************************/

.lotio {
    position: absolute;
    right: 0;
    top: 0
}

.fusion-main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fusion-main-menu>ul>li>a {
    color: #fff;
    font-size: 18PX;
}

.fusion-main-menu>ul>li {
    padding: 3px;
}

.fusion-main-menu>ul>li>a:hover {
    color: #f1f1f1;
    border: 0;
}

.fusion-main-menu>ul>li a span {
    position: relative;
    display: inline-block;
}

.fusion-menu .sub-menu li:hover {
    background: #fff;
}

.fusion-menu .sub-menu {
    z-index: 99999;
    transition: opacity .2s ease-in;
    margin-top: 5px;
}

.fusion-main-menu .sub-menu li {
    float: none;
    margin: 0;
    padding: 5px 0;
    text-align: left;
}

.fusion-menu .sub-menu li a {
    font-size: 14px;
    display: block;
    color: #555 !important;
}

.fusion-menu .sub-menu li a:hover {
    background: #f1f1f1;
}


/* .fusion-menu li:hover .sub-menu {
    visibility: inherit;
    opacity: 1;
} */

.fusion-main-menu>ul>li>a {
    position: relative;
    padding: 5px 0;
    text-transform: capitalize
}

.fusion-main-menu ul .lotio {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 20px;
    color: #ffffff;
}

.fusion-main-menu>ul>li {
    padding: 13px 15px;
}

.fusion-main-menu li {
    float: left;
    padding: 0;
    position: relative;
    cursor: pointer;
}

header .fusion-main-menu>ul>li.dropdown:hover>a:after {
    content: " ";
    transition: all .20s ease-in !important;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    bottom: -1px;
}

.fusion-menu .sub-menu li {
    position: relative;
}

.sub-menu li:hover .sub-menu2 {
    visibility: inherit;
    opacity: 1;
}

.fusion-main-menu .sub-menu2 {
    position: absolute;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: opacity .2s ease-in;
    width: 280px;
    background-color: #eee;
    top: 0;
    left: 280px;
}

.fusion-main-menu>ul>li>a>span:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    line-height: 1px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    transition: all .5s
}

.fusion-main-menu>ul>li.active>a>span:after {
    width: 100%;
    left: 0
}


/*导航*****************************************/

.footer2 {
    padding: 30px 0;
    background: #1A2738;
    color: #fff;
}

.footer1 {
    padding-bottom: 60px;
    padding-top: 200px;
    background: url(../images/bg_14.jpg) no-repeat;
}

.fformbox .item {
    display: flex;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    justify-content: space-between;
}

.fformbox .item input {
    background: none;
    border: none;
}

.fformbox .item .input:first-child {
    width: 80%;
}

.headline {
    margin-bottom: 35px;
}

.ptb60 {
    padding: 60px 0;
}

.headline p {
    font-size: 35px;
    margin-bottom: 25px;
    font-family: Roboto-Bold;
    color: #072E72;
}

.headline h2 {
    font-family: Roboto-Regular;
    text-transform: capitalize;
    font-size: 30px;
    color: #072e72;
    margin-bottom: 0;
    margin-top: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #222;
    border: none;
    outline: none;
}

.searchbox {
    display: flex;
    float: right;
    justify-content: space-between;
}

.fill .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 300px;
    padding: 9rem 3rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flickity-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

footer .header-search input {
    background-color: #999 !important;
    border: none;
    border-radius: 0;
    color: #fff;
    padding: 10px;
    width: 80%;
}

footer .header-search {
    position: relative;
    background: none;
    line-height: normal;
}

footer .header-search-btn {
    background: none;
    border-radius: 0;
    height: 40px;
    width: 40px;
    position: absolute;
    border: none;
    right: 50px;
}

.sidemenu .ul0 {
    width: 100%;
    padding: 10px 0;
    background: #f5f5f5;
}

.sidemenu li span {
    color: #1472d4;
}

.lmbvt .sidemenu {
    margin-bottom: 20px;
}

.product-carousel {
    margin: 0;
    margin-bottom: 35px;
    display: table;
}

#plp-bread-crumb {
    padding: 15px 0 !important;
    position: relative;
    overflow: hidden;
}

.languagelist {
    position: absolute;
    display: none;
    top: 35px;
    width: 100px;
    z-index: 9999;
    background: none;
    left: 20px;
    text-align: center;
    background: #eee;
}

.languagelist a {
    display: block;
    margin: 5px 0 !important;
}

.languagebox a {
    color: #333;
}

.languagebox:hover .languagelist {
    display: block;
}

.applo {
    padding: 0 15px;
    margin-top: 0;
}

.menuheader h4 {
    margin: 0;
    margin-bottom: 10px;
    font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.slides a {
    color: #222;
}

.news1.applo {
    position: relative;
    margin-bottom: 40px;
}

.listli {
    margin-top: 10px;
    margin-bottom: 10px;
}

.news1.listli {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.appnybox .listli {
    width: 50%;
}

a {
    color: #072E72
}

.lopturow {
    margin-left: -15px;
    margin-right: -15px;
}

.contlxw .bsot {
    background: #072E72;
}

.sote {
    position: relative;
    background: url(../images/navbanner.png) no-repeat;
    margin-top: 0 !important;
}

.ui-widget-header a {
    color: #FFF;
}

.ui-widget-header {
    color: #FFF;
    margin-top: 0px;
}

.btn-default:before {
    position: absolute;
    top: 0;
    right: 3px;
    content: "";
    height: calc(100% - 2px);
    width: 30px;
    background-position: right calc(100% - 7px);
    background-repeat: no-repeat;
    background-image: url(../images/select.png);
    pointer-events: none;
    z-index: 5;
}

.bootstrap-select>.btn-default {
    background: none !important;
    border-bottom: 1px solid #c4c5c6 !important;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.wpDataTablesWrapper .wdtscroll {
    width: 100%;
    overflow-x: scroll;
}

.left30pl {
    width: 30%;
    float: left;
}

.left70pl {
    width: 70%;
    float: left;
}

.sszsdf a {
    color: #333;
}

.ui-widget-header {
    margin-top: 0px !important;
}


/*************/

.aux-nav>.dropdown ul.dropdown-menu {
    top: 95% !important;
}


/*****************/

.contps {
    margin-bottom: 15px;
}

.contps img {
    max-width: 100%;
}

.rightop {
    float: right;
}

.sids {
    float: left;
    margin-right: 10px;
}

.rightop .btns a.sendInquiry {
    font-size: 16px;
    /* display: flex; */
    display: -webkit-flex;
    height: 35px;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    text-align: center;
    background: #a9221e;
    border-radius: 3px;
    width: 125px;
    margin-right: 1%;
    float: left;
}

.rightop .btns .pdown1 {
    float: left;
}

.rightop .pdown1 a {
    font-size: 16px;
    display: flex;
    display: -webkit-flex;
    height: 33px;
    justify-content: center;
    align-items: center;
    color: #424242;
    text-align: center;
    background: #ffffff;
    border-radius: 3px;
    width: 130px;
    border: 1px solid #424242;
    margin-right: 5%;
    float: left;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.pro-info-con .btns {
    margin-top: 50px;
}

.aux-nav-social {
    position: relative;
}

.qrcode {
    position: absolute;
    width: 150px;
    right: -50px;
    top: -30px;
    border: 3px solid #FFF;
    display: none;
}

.qrcode img {
    width: 100%;
}

.header-logo::before {
    background-color: #fbfbfb !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), color-stop(80%, #e5e5e5));
    background: linear-gradient(180deg, #fbfbfb 0%, #e5e5e5 80%);
}

.header-search::before {
    background: #e51b23;
    background: -webkit-gradient(linear, left top, left bottom, from(#e51b23), color-stop(80%, #a8070d));
    background: linear-gradient(180deg, #e51b23 0%, #a8070d 80%);
    border-left: 0;
}

.dl-menu>li>a:not(:only-child):after {
    border-color: #FFF transparent transparent;
}

.nav-main-item>a {
    border-color: rgb(0, 91, 172);
}

.site-footer a,
.site-footer {
    color: #646464 !important;
}

.footer-nav dt {
    color: #646464 !important;
}

.footer-upper .container .footer-email-signup .email-signup-cta {
    color: #FFF !important;
}

.footer-upper .container .footer-email-signup::before {
    background: #1a78dc;
    background: -webkit-gradient(linear, left top, left bottom, from(#1a78dc), color-stop(80%, #114984));
    background: linear-gradient(180deg, #1a78dc 0%, #114984 80%);
}

.site-footer {
    background: #f5f6fa !important;
}

.flickity-viewport .is-1by1 {
    background-repeat: no-repeat;
    /*  background-image: url(../images/jxs.png); */
    background-size: 100%;
    height: 212px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.image.is-1by1 {
    padding-top: 0 !important;
}

.image.is-1by1 img {
    position: relative !important;
}

.header-upper {
    background: #F4F4F4 !important;
}

.aux-nav-social>a {
    color: #646464 !important;
}

.aux-nav-social>a:hover {
    color: #e51b23 !important;
}

.aux-nav>.dropdown .dropdown-trigger>a {
    color: #646464 !important;
}

.header-main {
    background: #005bac !important;
}

.nav-main-item>a {
    background: #e51b23;
    background: -webkit-gradient(linear, left top, left bottom, from(#e51b23), color-stop(80%, #a8070d));
    background: linear-gradient(180deg, #e51b23 0%, #a8070d 80%);
}

.button.is-primary {
    background-color: #ffffff;
    border-color: transparent;
    color: #333;
}

.promo-a .promo-item:nth-of-type(even) .promo-content {
    background: #e51b23;
    background: -webkit-gradient(linear, left top, left bottom, from(#e51b23), color-stop(80%, #831116));
    background: linear-gradient(180deg, #e51b23 0%, #831116 80%);
}

.promo-a .promo-item .promo-content {
    background: #0155b8;
    background: -webkit-gradient(linear, left top, left bottom, from(#0155b8), color-stop(80%, #0a53a8));
    background: linear-gradient(180deg, #0155b8 0%, #0a53a8 80%);
}

.footer-upper {
    padding-top: 0;
    padding-bottom: 0;
    background: #1975d7;
    background: -webkit-gradient(linear, left top, left bottom, from(#1975d7), color-stop(80%, #114a86));
    background: linear-gradient(180deg, #1975d7 0%, #114a86 80%);
    border-top: 2px solid rgba(0, 0, 0, .9);
    border-bottom: 2px solid rgba(0, 0, 0, .9);
}

.footer-upper .container .footer-locations .location-address {
    font-style: italic;
    color: #FFF;
}

.footer-lower {
    color: #FFF;
    background: #e51b23;
    background: -webkit-gradient(linear, left top, left bottom, from(#e51b23), color-stop(80%, #a8070d));
    background: linear-gradient(180deg, #e51b23 0%, #a8070d 80%);
}

.video-callout .card-content {
    height: auto;
    border-bottom: 6px solid #e51b23;
}

.header-search input {
    border: none;
    width: 70%;
    margin-left: 15px;
}

.header-search-btn .fas {
    color: #646464;
}

.header-search-btn:hover .fas {
    color: #a8070d;
}

.header-search input::-webkit-input-placeholder {
    color: #9c9c9c !important;
}

footer .header-search input::-webkit-input-placeholder {
    color: #000 !important;
}

.header-search-btn {
    background: none;
    border: none;
    outline: none;
}

.promo-a .promo-item .promo-content {
    padding: 20px !important;
}

.promo-a .promo-item .promo-content .promo-title {
    font-size: 1.2rem;
}

.image.is-1by1 img {
    max-height: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
}

@media (max-width: 1920px) {
    .section1 .box1 .item1 .text1 {
        font-size: 30px;
    }
    .section22 .yjcontent {
        width: 600px;
    }
    @keyframes run-left-left {
        0% {
            right: 40px;
        }
        100% {
            right: 800px;
        }
    }
    @keyframes run-left-top {
        0% {
            top: -70px;
        }
        50% {
            top: -70px;
        }
        100% {
            top: 20px;
        }
    }
    @keyframes run-left-top2 {
        0% {
            bottom: -70px;
        }
        50% {
            bottom: -70px;
        }
        100% {
            bottom: 0;
        }
    }
    /* //向上右的动画初始及结尾值 */
    @keyframes run-left-left2 {
        0% {
            right: 40px;
        }
        100% {
            right: 800px;
        }
    }
    .menu1.dropdown-menu {
        left: -1105px;
    }
    .aboutusbox .item1 img {
        max-width: 100%;
    }
}

@media (max-width: 1440px) {
    .aboutusbox .item1 img {
        max-width: 80%;
    }
    @keyframes run-left-top {
        0% {
            top: -70px;
        }
        50% {
            top: -70px;
        }
        100% {
            top: -70px;
        }
    }
    @keyframes run-left-top2 {
        0% {
            bottom: -70px;
        }
        50% {
            bottom: -70px;
        }
        100% {
            bottom: -70px;
        }
    }
    .menu1.dropdown-menu {
        left: -920px;
    }
    .section1 .box1 .item1 .text1 {
        font-size: 20px;
    }
    .container1200,
    .container {
        max-width: 1200px;
        width: 1200px;
    }
    .absolutebox .textbox h1 {
        margin-bottom: 40px;
    }
    .absolutebox .textbox h1,
    .absolutebox .textbox .content {
        font-size: 35px;
    }
    .absolutebox .searchallbox {
        margin-top: 40px;
    }
    .section22 .yjcontent {
        width: 400px;
    }
    @keyframes run-left-left {
        0% {
            right: 40px;
        }
        100% {
            right: 450px;
        }
    }
    @keyframes run-left-left2 {
        0% {
            right: 40px;
        }
        100% {
            right: 450px;
        }
    }
}

@media (max-width: 1366px) {
    .aboutusbox .item1 img {
        max-width: 80%;
    }
    .menu1.dropdown-menu {
        left: -920px;
    }
    @keyframes run-left-left {
        0% {
            right: 40px;
        }
        100% {
            right: 500px;
        }
    }
    @keyframes run-left-top {
        0% {
            top: -70px;
        }
        50% {
            top: -70px;
        }
        100% {
            top: -70px;
        }
    }
    @keyframes run-left-left2 {
        0% {
            right: 40px;
        }
        100% {
            right: 500px;
        }
    }
    @keyframes run-left-top2 {
        0% {
            bottom: -70px;
        }
        50% {
            bottom: -70px;
        }
        100% {
            bottom: -70px;
        }
    }
    .container1200,
    .container {
        max-width: 1200px;
        width: 1200px;
    }
    .section22 .yjcontent {
        width: 400px;
    }
    .section3 .newsbox .pic img {
        width: auto;
    }
    .section1 .box1 .item1 .text1 {
        font-size: 20px;
    }
    .absolutebox .textbox h1 {
        margin-bottom: 40px;
    }
    .absolutebox .textbox h1,
    .absolutebox .textbox .content {
        font-size: 35px;
    }
    .absolutebox .searchallbox {
        margin-top: 40px;
    }
}

@media (max-width: 786px) {
    .pt60 {
        padding-top: 20px;
    }
    .container1200,
    .container,
    .proindex_box .itemlist .item {
        width: 100%
    }
    .proindex_box .itemlist,
    .proindex_box .itemlist.even {
        flex-direction: column;
    }
    .container1200 {
        max-width: 100%;
        width: 100%;
    }
    .nav-level-2 {
        display: none;
    }
    .header-logo {
        float: left;
        width: 50%;
    }
    .nav-main {
        float: left;
        width: 50%;
    }
    .header-logo img {
        max-width: 63%;
        height: 66px;
    }
    .nav-main-list {
        display: none;
    }
    .aux-nav>.dropdown.is-text {
        display: block;
    }
    .dl-trigger.hamburger {
        position: absolute;
        right: 0;
        top: 7px;
    }
    .nav-main-list {
        display: none;
        position: absolute;
        width: 100%;
        background: rgb(50, 50, 50);
        left: 0;
        top: 45px;
    }
    #myCarousel .fill {
        height: 600px;
    }
    #myCarousel .fill {
        height: 200px;
    }
    .fill .container {
        min-height: 200px;
        padding: 1rem 2rem;
    }
    .animated.delay-1s {
        animation-delay: 1s;
        display: none;
    }
    .vc_column-inner {
        padding-left: 0px;
        padding-right: 0px;
    }
    .wpb_content_element {
        margin-bottom: 25px;
    }
    .wpb_text_column h1 {
        font-size: 1.5em;
        font-weight: normal;
        text-transform: uppercase;
    }
    .left30pl {
        float: left;
        width: 100%;
    }
    .imageslp img {
        margin: 5px;
        margin-top: 0px;
    }
    .left70pl {
        float: left;
        width: 100%;
        overflow: auto;
    }
    .vc_tta-panel-body {
        padding: 14px 0px;
    }
    .fusion-main-menu {
        float: right;
        margin-right: 0;
        width: 100%;
        position: relative;
    }
    .navbar-toggle .icon-bar {
        background: #072E72;
    }
    .fusion-main-menu>ul>li {
        padding: 3px;
    }
    .fusion-main-menu li {
        width: 100%;
    }
    .top2 .top2area,
    .adbutton,
    .getexpert {
        display: none;
    }
    .top2box {
        position: relative;
    }
    .top2 .logo {
        text-align: center;
    }
    .navbox {
        z-index: 999;
        position: absolute;
    }
    .searchbox {
        position: absolute;
        left: 0;
        width: 90%;
        z-index: 999999;
    }
    .top3box {
        position: relative;
    }
    .icoarrow {
        left: 35%;
    }
    .section4l,
    .section4r {
        width: 100%;
    }
    .applist {
        text-align: center;
    }
    footer .socailico,
    footer .header-search {
        margin-bottom: 20px;
    }
    .footer1 {
        padding-bottom: 20px;
        padding-top: 30px;
        background: #233251;
    }
    .fformbox {
        width: 100%;
    }
    .footer11 .item3 {
        padding-left: 15px;
    }
    .footer12 {
        margin-top: 0;
        flex-direction: column;
    }
    .socailafooter h4 {
        text-align: left !important;
    }
    .socailafooter a {
        margin-left: 0px;
        margin-right: 20px;
    }
    .footer11 .item {
        margin-bottom: 20px;
    }
    .ptb60 {
        padding: 20px 0;
    }
    .videotext {
        width: 100%;
    }
    .videoinfo {
        position: relative;
        background: #272727;
        color: #fff;
        font-size: 20px;
        bottom: 0;
        padding: 5px 20px;
        border-radius: 25px;
        left: 0;
        margin-top: 20px;
    }
    .videoplay {
        position: absolute;
        top: 20%;
        left: 36%;
    }
    footer .header-search-btn {
        right: 60px;
    }
    .dxg {
        display: none;
    }
    .navbar-toggle {
        margin-right: 0;
    }
    .footer2 {
        height: auto;
        line-height: 20px;
        padding: 10px 0;
    }
    .malt,
    .product-carousel .slides li {
        width: 100% !important;
    }
    .top2 {
        background: #fff;
        padding: 10px 0 10px 0;
    }
    .tongjis {
        padding-top: 0px;
        text-align: left;
    }
    .theme-signin {
        padding-left: 0px;
    }
    .fusion-main-menu>ul>li>a {
        color: #fff;
    }
    .fusion-main-menu .sub-menu {
        position: relative;
        top: 0;
        display: none;
    }
    .headline p {
        font-size: 20px;
    }
    .line {
        margin-bottom: 20px;
    }
    .fusion-main-menu>ul>li:first-child {
        padding-left: 5px;
    }
    .logo img {
        z-index: 99999;
    }
    .section1 .item3 {
        display: flex;
        justify-content: space-around;
    }
    .elementor-counter-number-wrapper {
        font-size: 20px;
    }
    .proindex_box {
        margin-top: 0;
    }
    .proindex_box .itemlist {
        padding-bottom: 20px;
    }
    .appindexbox {
        flex-wrap: wrap;
    }
    .appindexbox li {
        width: 50%;
        flex: none;
    }
    .headline h2 {
        font-size: 25px;
    }
    .section6 .text {
        position: absolute;
        left: 0;
        top: -10px;
        text-align: center;
        color: #fff;
    }
    .section6 .text h2 {
        margin-bottom: 10px;
    }
    footer {
        padding-top: 20px;
    }
    .footer1 .item0 {
        margin: 0 !important;
    }
    .prony.proindex_box .btns {
        margin-bottom: 10px;
    }
    .prony.proindex_box .itemtitle a {
        color: #072E72;
        font-size: 20px;
    }
    .proindex_box .itemtitle a {
        color: #fff;
        font-size: 20px;
    }
    .section5 ul li {
        width: 100%;
    }
    .prolist_item.swiper-slide {
        transform: none;
        text-align: left;
        flex-direction: column-reverse;
    }
    .relappbox {
        position: relative;
    }
    .menu1.dropdown-menu {
        top: 35px;
        width: 250px;
        left: -205px;
    }
    .playbtn img {
        max-width: 50%;
    }
    .logof {
        margin-top: 0;
    }
    .section4 .item {
        flex-direction: column;
    }
    .section4 {
        padding: 30px 0 30px;
    }
    .section3 {
        padding-bottom: 0;
        padding: 20px 0;
    }
    .section5 {
        padding: 20px 0;
    }
    #slider .text h2 {
        font-size: 15px;
    }
    #slider .text {
        font-size: 14px;
        left: 5%;
        top: 60%;
    }
    .top3 .nav li:hover .menu1.dropdown-menu {
        display: block;
    }
    .mainprojs ul,
    .section2 .item1,
    .section2 .yjflpro {
        width: 100%;
    }
    .section2 {
        padding-top: 20px;
    }
    .section2 .item2 .itemnav {
        flex-direction: column;
    }
    .section22 .erjproitem img,
    .section22 .erjproitem.item1 img {
        max-width: 150px;
    }
    .section22 .yjcontent {
        width: 100%;
        position: relative;
        right: 0;
        top: 0;
        padding: 15px;
    }
    .section22 .yjcontent h2 {
        font-size: 20px;
    }
    .section22 .erjproitem {
        position: relative;
        display: inline-block !important;
        margin-top: 20px;
    }
    .section22 .erjproitem.item1 {
        right: 0;
        top: 0
    }
    .section2 .item1 {
        float: none;
        margin-bottom: 20px;
    }
    .section22 .erjproitem.item2 {
        left: 0;
    }
    .run_top_left1,
    .run_top_left2 {
        display: block;
        animation: none;
        animation-fill-mode: forwards;
    }
    table,
    td {
        width: 100% !important;
    }
    #tab21 table {
        width: 100% !important;
        table-layout: auto !important;
    }
    .menu1.dropdown-menu.showmenu {
        flex-direction: column;
    }
    .contacti.cont-ousel {
        background-position: top;
        background-size: 100%;
        padding-top: 180px !important;
    }
}