body{
}

ul,li{list-style: none;}
a{text-decoration: none;color:inherit;}
img{vertical-align: middle;outline: none;border: 0;}
table {
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;
}
.clearfix:before,.clearfix:after, .container:before,.container:after,.container-middle:before,.container-middle:after{
    content: " ";
    display: table;
}
.clearfix:after,.container:after,.container-middle:after{
    clear: both;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
em{font-style: normal;}



/*header*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,.3);
    height: 95px;
    z-index: 999000;
    background: #fff;
    transition: ease .5s;
}

.header.on {
    box-shadow: 0 0 13px rgba(0,0,0,.1);
}

.header-con {
    margin:0 auto;
}

.header.on {
    border: none;
}

.header .logo {
    display: block;
    float: left;
    position: relative;
    z-index: 1200;
    margin: 0px 0;
    margin-left: -30px;
    width: 184px;
    height: 90px;
}

.header .logo img{
    margin-top: -20px;
    /*width: 184px;*/
    height: 90px;
}

.header .logo img.logoon, .header .logo img.logoon {
    display: none;
}

.header.on .logo img, .header.ny-header .logo img {
    display: none;
}

.header.on .logo img.logoon, .header.ny-header .logo img.logoon {
    display: block;
}

.gpcode {
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: black;
    margin: 30px 0;
    margin-left: 55px;
}

.header-right {
    float: right;
    margin: 28px 0;
    margin-left: 50px;
}

.header-top {
    background: url(../images/headtop-ba_01.jpg) no-repeat center;
    transition: ease .5s;
    padding: 25px 0;
}

.header-eng{
    position:absolute;
    right: 0px;
    top:0px;
    width:280px;
    height:27px;
    background-image:url(../images/top.svg);
    background-repeat:no-repeat;
}
.header-eng .eng_span{
    float:right;
    margin-right:30px;
    color:white;
    padding-top:3px;
}



.ny-top {
    background: #fff;
}

.ny-top .header-language a:hover {
    color: #F0BB44;
}

.header-slogan {
    float: left;
    font-size: 22px;
    line-height: 40px;
    color: #341d17;
}

.header-phone {
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    margin-top: 10px;
    position: relative;
    padding-left: 28px;
    font-family: "DINMITTELSCHRIFTSTD";
}

.header-phone::before {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background: url(../images/headtop-phone.png) no-repeat center;
    background-size: 100% 100%;
    top: 10px;
    left: 0;
}

.header-phone span {
    display: inline-block;
    font-family: "ITCAvantGardeStd-BkCn";
    font-size: 22px;
    line-height: 30px;
    color: #341d17;
}

.header-search {
    float: right;
    margin-top: 0px;
    position: relative;
    margin-right: 0;
}

.bt-search {
    position: relative;
    border: none;
    background: none;
    float: left;
    width: 34px;
    height: 34px;
    text-align: right;
    line-height: 40px;
    cursor: pointer;
    transition: .5s;
    z-index: 10;
}
/* .bt-search:hover{background: #fff;} */
.bt-search .sub-bot {
    display: inline-block;
    width: 21px;
    height: 20px;
    line-height: 34px;
    background: transparent;
    border: none;
    z-index: 3;
    cursor: pointer;
    background: url(../images/icon-searcha.png) no-repeat center transparent;
    padding-right: 0px;
}

.header.on .sub-bot {
    background-image: url(../images/icon-searcha.png);
}

.search-all {

}

.search-all {
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    opacity: 1;
    visibility: hidden;
    transition: all .2s;
    background-color:rgba(0, 0, 0, 0.48);
    z-index: 10;
    visibility: hidden;
}
.search-all .search-box {
    position: relative;
    width:71%;
    margin:0 auto;
    margin-top: 38px;
    background: #fff;
}
.search-all .search-box {
    animation: searchform-fade 400ms both;
}
.search-all .search-box .panel{
    width:100%;
    margin: 0 auto;
    margin-top:20%;
    background-color:#fff;
}

.search-all .search-box .panel .panel-heading{
    font-size: 120%;
}

.search-all .search-box .panel input{
    width:100%;
    height:40px;
    font-size:112%;
}

.search-all .search-box .panel a{
    font-size:112%;
    margin-top:6px;
    border:none;
}


.header-navbar .search-all form {
    animation: searchform-slide 1s both;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.search-all .search-box .search-txt {
    color: #333;
    line-height: 34px;
    width: 44px;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease-out;
}

.search-all .search-box .search-txt em {
    font-size: 20px !important;
}

.search-all .search-box .search-txt.left {
    float: left;
}

.search-all .search-box .search-inp {
    margin-left: 44px;
    transition: all .3s ease-out 0s;
    margin-right: 44px;
}

.search-all .search-box .search-inp input {
    font-size: 16px;
    line-height: 36px;
    color: #333;
    width: 100%;
    border-radius: 5px;
}

.searchop .search-close {
    opacity: 1;
    transition: all .2s ease-out 0s;
}

.search-all .search-box .search-close {
    width: 44px;
    height: 36px;
    font-size: 16px;
    color: #333;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
}

.searchop .search-close:hover {
}

.searchshow .top2-bu a {
    -webkit-animation: item-searchshow .4s both;
    animation: item-searchshow .4s both;
}


.header-navbar {
}

.navbars {
    /*float: right;*/
    transition: ease .5s;
    margin-right: -24px;
    margin: 0 auto;
    height:90px;
    display:table;
}

.navitem {
    float: left;
    margin: 0 auto;
    padding: 0 14px;
    height:100%;
}

.navitem > a {
    display: inline-block;
    font-size: 16px;
    color: rgba(255,255,255,1);
    /*line-height: 30px;*/
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background: transparent;
    padding: 40px 10px 20px 10px;
    position: relative;
    text-decoration: none;
}
.clearfix a{
    text-decoration: none;
}

.navitem.active > a {
    color: #337ab7;
    text-decoration: none;
}


.navitem > a:hover {
    color: #337ab7;
}

.navitem > a::before {
    position: absolute;
    content: "";
    width: 0px;
    height: 3px;
    background: #428CCB;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    transition: ease .5s;
}

.navitem:hover > a::before,
.navitem.active > a::before {
    width: 100%;
}


/*header -end*/

.navbar-collapse{
    text-align: center;
    height:100px;
}
.navbar-collapse .nav{
    display: inline-block;
    float: none;
    height:100px;
}
.navbar-collapse .nav > li{
    height:100px;
    margin-right:2vh;
    margin-left:1vh;
    font-weight:500;
    color: #000;
}

.dropdown-menu li a{
    padding-top:15px;
    padding-bottom:15px;
}
.dropdown-menu li a:hover{
    background-color:#428CCB;
    color:white;
}

.navbar-collapse > .nav > li > a{
    display:block;
    height:80px;
    line-height: 70px;
    font-size:16px;
    padding-bottom:35px;
}
.navbar-collapse > .nav > li > a:hover{
    color:#337AB7;
    border-bottom: 2px solid #337AB7;
    background-color:transparent;
}
.active > a{
    color:#337AB7;
    border-bottom:2px solid #337AB7;
}

.container, .container-middle, .wrap {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
}


/* ========== header-app ========= */
.header-app.hny .navbar-app {
    background: #333;
}

.header-app {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 500;
    overflow: hidden;
    box-shadow: 3px 0 7px 0 rgba(0, 0, 0, .1);
    transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

    .header-app.open-menu {
        height: 100%;
        background: #fff;
        transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    }

.navbar-app {
    position: relative;
    background: #fff !important;
    height: 60px;
}

.header-app .logo {
    display: inline-block;
    height: 60px;
    vertical-align: middle;
    padding: 3px 15px;
    margin-left: -15px;
}

    .header-app .logo img {
        height: 100%;
        display: inline-block;
        margin-left: 15px;
    }
    .navbar-togger .icon_bar {
        width: 24px;
        height: 2px;
        background-color: #428CCB;
        opacity: 1;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    .navbar-togger {
    float: right;
    background: transparent;
    border: none;
    padding: 22px 15px;
    display: inline-block;
    visibility: visible;
    transition: transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96), opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1), -webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}


        .navbar-togger .icon_bar:nth-of-type(2) {
            margin: 5px 0;
        }

.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
    opacity: 0;
}

.open-menu .navbar-togger .icon_bar:first-child {
    -webkit-transform: translate(0, 7px) rotate(45deg);
    -ms-transform: translate(0, 7px) rotate(45deg);
    transform: translate(0, 7px) rotate(45deg);
}

.open-menu .navbar-togger .icon_bar:last-child {
    -webkit-transform: translate(0, -7px) rotate(-45deg);
    -ms-transform: translate(0, -7px) rotate(-45deg);
    transform: translate(0, -7px) rotate(-45deg);
}
.nav-list li {
    border-bottom: 1px solid #e5e5e5;
    opacity: 0;
    pointer-events: none;
}

    .nav-list li.open {
        border-bottom: none;
    }

.header-app.open-menu .nav-list li {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.nav-list li:nth-child(1) {
    -webkit-transform: translateY(-44px);
    -ms-transform: translateY(-44px);
    transform: translateY(-44px);
    transition: opacity .3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) .15s, transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s, -webkit-transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s;
}

.header-app.open-menu .nav-list li:nth-child(1) {
    transition: opacity .3091s cubic-bezier(0.32, 0.08, 0.24, 1) .03s, transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s, -webkit-transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s;
}

.nav-list li:nth-child(2) {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    transition: opacity .29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) .13s, transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s, -webkit-transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s;
}

.header-app.open-menu .nav-list li:nth-child(2) {
    transition: opacity .32244s cubic-bezier(0.32, 0.08, 0.24, 1) .05s, transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s, -webkit-transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s;
}

.nav-list li:nth-child(3) {
    -webkit-transform: translateY(-36px);
    -ms-transform: translateY(-36px);
    transform: translateY(-36px);
    transition: opacity .26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) .11s, transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s, -webkit-transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s;
}

.header-app.open-menu .nav-list li:nth-child(3) {
    transition: opacity .33467s cubic-bezier(0.32, 0.08, 0.24, 1) .07s, transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s, -webkit-transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s;
}

.nav-list li:nth-child(4) {
    -webkit-transform: translateY(-32px);
    -ms-transform: translateY(-32px);
    transform: translateY(-32px);
    transition: opacity .2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) .09s, transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s, -webkit-transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s;
}

.header-app.open-menu .nav-list li:nth-child(4) {
    transition: opacity .34577s cubic-bezier(0.32, 0.08, 0.24, 1) .09s, transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s, -webkit-transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s;
}

.nav-list li:nth-child(5) {
    -webkit-transform: translateY(-28px);
    -ms-transform: translateY(-28px);
    transform: translateY(-28px);
    transition: opacity .22581s cubic-bezier(0.52, 0.16, 0.52, 0.84) .07s, transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s, -webkit-transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s;
}

.header-app.open-menu .nav-list li:nth-child(5) {
    transition: opacity .35577s cubic-bezier(0.32, 0.08, 0.24, 1) .11s, transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s, -webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s;
}

.nav-list li:nth-child(6) {
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
    transition: opacity .20343s cubic-bezier(0.52, 0.16, 0.52, 0.84) .05s, transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s, -webkit-transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s;
}

.header-app.open-menu .nav-list li:nth-child(6) {
    transition: opacity .36577s cubic-bezier(0.32, 0.08, 0.24, 1) .13s, transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s, -webkit-transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s;
}

.nav-list li:nth-child(7) {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: opacity .18105s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s, transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s, -webkit-transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s;
}

.header-app.open-menu .nav-list li:nth-child(7) {
    transition: opacity .37577s cubic-bezier(0.32, 0.08, 0.24, 1) .15s, transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s, -webkit-transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s;
}

.nav-list li:nth-child(8) {
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
    transition: opacity .15867s cubic-bezier(0.52, 0.16, 0.52, 0.84) .01s, transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s, -webkit-transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s;
}

.header-app.open-menu .nav-list li:nth-child(8) {
    transition: opacity .38577s cubic-bezier(0.32, 0.08, 0.24, 1) .17s, transform .40582s cubic-bezier(0.32, 0.08, 0.24, 1) .16s, -webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .16s;
}

.cate-item {
    position: relative;
}

    .cate-item a {
        font-size: 16px;
        line-height: 48px;
        margin-right: 60px;
        display: block;
    }

.nav-list li.active .cate-item a,
.nav-list li.open .cate-item a {
    color: #428CCB;
}


.category-cont a:last-child {
    border: none;
}

.category-cont a.active {
    color: #428CCB;
}

.category-tig {
    font-size: 14px;
    color: #888;
    text-align: right;
    line-height: 48px;
    width: 50px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

    .category-tig::before,
    .category-tig::after {
        content: '';
        background: #888;
        position: absolute;
        top: 50%;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .category-tig::before {
        width: 16px;
        height: 2px;
        right: 0;
        margin-top: -1px;
    }

    .category-tig::after {
        width: 2px;
        height: 16px;
        margin-top: -8px;
        right: 7px;
    }

.nav-list li.open .category-tig::after {
    opacity: 0;
}

.nav-list li.open .category-tig::before {
    background: #428CCB;
}

.category-cont {
    display: none;
}

.nav-list li.open .category-cont {
    display: block;
    border: solid 1px #e5e5e5;
}

.category-pad {
    padding: 0 15px;
}

.category-cont a {
    line-height: 40px;
    border-bottom: 1px dashed #e5e5e5;
    display: block;
    font-size: 14px;
    color: #333;
}

.category-pad a.active {
    color: #428CCB;
}

.cate-item1 {
    position: relative;
    border-bottom: solid 1px #cfcfcf;
}

.category-li:last-child .cate-item1 {
    border-bottom: none;
}

.cate-item1 a {
    border-bottom: none;
    font-size: 16px;
    line-height: 48px;
    margin-right: 60px;
    display: block;
    color: #444;
}

.category-li.open .cate-item1 a {
    color: #428CCB
}

.category-cont1 a:last-child {
    border: none;
}

.category-cont1 a.active {
    color: #428CCB;
}

.category-tig1 {
    font-size: 14px;
    color: #888;
    text-align: right;
    line-height: 48px;
    width: 50px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

    .category-tig1::before, .category-tig1::after {
        content: '';
        background: #888;
        position: absolute;
        top: 50%;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .category-tig1::before {
        width: 16px;
        height: 2px;
        right: 0;
        margin-top: -1px;
    }

    .category-tig1::after {
        width: 2px;
        height: 16px;
        margin-top: -8px;
        right: 7px;
    }

.category-li.open .category-tig1::after {
    opacity: 0;
}

.category-li.open .category-tig1::before {
    background: #428CCB;
}

.category-cont1 {
    display: none;
}

.category-li.open .category-cont1 {
    display: block;
    border-bottom: solid 1px #cfcfcf;
}

.category-li:last-child.open .category-cont1 {
    border-bottom: none;
    border-top: solid 1px #cfcfcf;
}

.category-pad1 {
    padding: 0 15px;
}

.category-cont1 a {
    line-height: 40px;
    border-bottom: 1px solid #cfcfcf;
    display: block;
    color: #666;
}

.category-pad1 a.active {
    color: #428CCB;
}

.app-search {
    position: relative;
}

.app-search-text {
    width: 76%;
    height: 48px;
    font-size: 14px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

.app-search-btn {
    width: 48px;
    height: 48px;
    display: inline-block;
    background: transparent;
    vertical-align: middle;
    font-size: 16px;
    line-height: 48px;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
}

.btn1.close1, .btn2.close1, .btn3.close1, .btn4.close1 {
    bottom: 0;
    right: 0;
}

.btn1.open1 {
    bottom: 125px;
    right: 0;
}

.btn2.open1 {
    bottom: 100px;
    right: 55px;
}

.btn3.open1 {
    bottom: 58px;
    right: 98px;
}

.btn4.open1 {
    bottom: 0px;
    right: 117px;
}

.header-app .headtop-left {
    float: none;
    width: 100%;
    margin-left: 0;
}

.header-app .top-search {
    width: 100%;
    margin-top: 25px;
}

.header-app .top-search {
    border-radius: 30px;
    border: 1px solid #777;
    position: relative;
    margin-top: 25px;
    padding: 5px 25px;
    width: 100%;
}

    .header-app .top-search input:nth-child(2) {
        width: 21px;
        height: 30px;
        position: absolute;
        right: 33px;
        top: 50%;
        margin-top: -15px;
        background: url(../images/icon-searcha.png) no-repeat center;
        background-size: 100%;
        cursor: pointer;
        border:none;
    }

    .header-app .top-search input:nth-child(1) {
        font-size: 14px;
        line-height: 30px;
        color: #777;
        width: 100%;
        padding-right: 25px;
    }

.header-app .headtop-right {
    position: static;
    margin-right: 0;
    float: none;
    width: 100%;
    text-align: center;
    margin: 25px 0 0;
}

.header-app .logo p {
    font-size: 12px;
    line-height: 16px;
    color: #333;
    font-weight: bold;
}

.header.on {
    background-color: #fff;
    border-color: transparent;
}
.header.on .logo p, .header.on .navitem > a, .header.on .language-text,
    .ny-header .logo p, .ny-header .navitem > a, .ny-header .language-text {
        color: #666;
    }

    .header.on .navitem.active > a {
        color: #428CCB;
    }

    .header.on .navitem > a:hover {
        color: #428CCB;
    }

    .header.on .gpcode,
    .ny-header .gpcode {
        color: #333;
    }

.ny-header .sub-bot {
    background-image: url(../images/icon-searcha.png);
}

.header.on .language-text:hover {
    color: #428CCB;
}

.bottom{
	width: 100%;
	position: relative;
	top: 80px;
}
.bottom_top{
	height: 143px;
	padding-top:25px;
	background-color: #42A1D9;
}
.bottom_top-left{
	float: left;
}
.bottom_top .dropup{
	width: 408px;
	background-color: transparent;
	color: white;
	text-align: center;
	text-align-last: center;

}
.bottom_top-left .dropup button{
	/*margin-top: 23px;*/
	width: 408px;
	background-color: transparent;
	color: white;
	border: none;
	border-bottom: 1px solid white;
	font-size: larger;
}
.foot-menu{
    width:100%!important;
}
.foot_menu li{
    float:none !important;
    width:100% !important;
}
.foot_menu li a{
    width:100% !important;
}

.bottom_info{
	padding: 10px;
}

.bottom_info span{
	color: white;
	padding-right: 18px;
}

.bottom_info span img{
	width: 18px;
	height: 18px;
}

.bottom_top-right{
	float: right;
	color: white;
}
.bottom-title{
	font-size: larger;
}
.bottom_top-right img{
	margin-top: -20px;
}
.bottom_bottom{
	height: 36px;
	background-color: #EEEEEE;
}
.bottom_owner{

}
.bottom_owner p{
	display: inline-block;
	vertical-align: middle;
}




.div_footer{
    margin-top: 180px;
    height: 260px;
    background-color: #0099DA;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.div_footer-body{
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    align-items: baseline;
}


.div_footer-friendly{
    margin-top: 38px;
}

.div_footer-friendly .dropup{
    width: 480px;
    height: 38px;
    color: white;
    border: none;
    border-bottom: 2px solid #FFFFFF;
    text-align: center;
    padding-bottom: 8px;
}
.div_footer-left{
    margin-left: 105px;
}
.div_footer-friendly button{
    background-color: transparent;
    color: #fff;
    border: none;
    font-size: 22px;
    font-weight: 500;
    height: 38px;
    width:480px;
}
.div_footer-info{
    margin-top: 16.45px;
    width: 480px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 38px;
    vertical-align:middle;
}
.div_footer-info a{
    display:inline-block;
    height: 21px;
    margin-right: 10px;
    font-size: 20px;
}
.div_footer-info img{
    margin-right: 4px;
    width: 24px;
    height: 24px;
    margin-top: -3px;
}
.div_footer-info a:last-child{
    margin-right: 0px;
}
.div_footer-right{
    text-align:right;
    color: #fff;
    margin-right: 106px;
}

.div_footer-right-name{
    line-height: 38px;
    font-size: 22px;
    font-weight: 500;
}
.div_footer-right-address{
    font-size: 22px;
    line-height: 38px;
    margin-top: 4px;
}
.bshare-custom{
    height: 28px;
}
.div_footer-bottom{
    width: 100%;
    height: 38px;
    padding-left: 106px;
    line-height: 38px;
    font-size: 18px;
    background-color: #F5F5F5;
    color: #999999;
}









@media (min-width: 1260px) {
    .wrap, .container, .container-middle {
        width: 1230px;
    }
}
@media(max-width:1459px) {
    .gpcode {
        display: none;
    }
}

@media (min-width: 1459px) {
    .container-middle, .container {
        width: 1430px;
    }
}

@media (min-width: 1920px) {
    .container-middle {
        width: 1630px;
    }

    .container {
        width: 1430px;
    }
}


.category-item {
    position: relative;
}

.category-item-single {
    position: static;
}


.dropdown-tit {
    display: block;
    margin-bottom: 6px;
    font-size: 24px;
    color: #242e38;
    line-height: 40px;
    font-family: 'semi';
}


.dropdown-dec {
    display: block !important;
    font-size: 18px;
    color: #444;
    line-height: 28px;
    padding: 10px 12px 12px 0px !important;
    border-bottom: 1px solid #e5e5e5;
    position: relative !important;
}

.dropdown-dec::before {
    content: "" !important;
    position: absolute !important;
    width: 0 !important;;
    height: 1px !important;
    background: #428CCB !important;
    bottom: -1px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    transition: ease .5s !important;
}

.dropdown-dec:hover::before {
    width: 100%;
}
.dropdown-dec em {
    font-size: 18px;
    color: #666;
    font-weight: 550;
    float: right;
}
.dropdown-dec:hover em {
    color: #428CCB;
}


.dropdowntit-font {
}

    .dropdowntit-font h3 {
        font-size: 30px;
        line-height: 40px;
        color: #333;
    }

    .dropdowntit-font h5 {
        font-size: 16px;
        line-height: 30px;
        color: #555;
        margin: 9px 0 0px;
    }

    .dropdowntit-font a {
        font-size: 16px;
        display: block;
        margin-top: 40px;
    }

@media (max-width:1460px) {
    .dropdown-dec {
        font-size: 16px;
        padding: 10px 12px 5px 0px !important;
    }


}

@media (max-width:1282px) {


    .dropdown-dec {
        font-size: 16px;
        padding: 12px 12px 11px 0px !important;
    }
    .dropdowntit-font h5 {
        margin-bottom: 30px;
    }
    .header, .footer {
        display: none !important;
    }

    .foot-app, .header-app {
        display: block !important;
    }

    body {
        padding-top: 60px;
    }
    .bottom_top{
        display: none;
    }
    .bottom_bottom{
        background-color: #42A1D9;
        color: white;
    }


}

.hidden {
    display: none;
}

@media (max-width: 991px) {
    .header-app {
        display: block !important;
    }
}







@media screen and (max-width: 1080px) and (min-width:690px){

.div_footer{
    margin-top: 101px;
    height: 173px;
}
.div_footer-body{
}


.div_footer-friendly{
    margin-top: 25px;
}

.div_footer-friendly .dropup{
    width: 320px;
    height: 25px;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 5px;
}
.div_footer-left{
    margin-left: 70px;
}
.div_footer-friendly button{
    font-size: 15px;
    font-weight: 500;
    height: 25px;
    width:320px;
}
.div_footer-info{
    margin-top: 10.97px;
    width: 320px;
    font-size: 13px;
    line-height: 25px;
}
.div_footer-info a{
    height: 14px;
    margin-right: 7px;
    font-size: 12px;
}
.div_footer-info img{
    margin-right: 3px;
    width: 16px;
    height: 16px;
    margin-top: -2px;
}
.div_footer-info a:last-child{
    margin-right: 0px;
}
.div_footer-right{
    margin-right: 71px;
}

.div_footer-right-name{
    line-height: 25px;
    font-size: 15px;
    font-weight: 500;
}
.div_footer-right-address{
    font-size: 15px;
    line-height: 25px;
    margin-top: 3px;
}
.bshare-custom{
    height: 19px;
}
.div_footer-bottom{
    width: 100%;
    height: 25px;
    padding-left: 71px;
    line-height: 25px;
    font-size: 12px;
}

}
@media screen and (max-width:1280px) and (min-width: 1080px){

.div_footer{
    margin-top: 120px;
    height: 173px;
}
.div_footer-body{
}


.div_footer-friendly{
    margin-top: 25px;
}

.div_footer-friendly .dropup{
    width: 320px;
    height: 25px;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 5px;
}
.div_footer-left{
    margin-left: 70px;
}
.div_footer-friendly button{
    font-size: 15px;
    font-weight: 500;
    height: 25px;
    width:320px;
}
.div_footer-info{
    margin-top: 10.97px;
    width: 320px;
    font-size: 13px;
    line-height: 25px;
}
.div_footer-info a{
    height: 14px;
    margin-right: 7px;
    font-size: 12px;
}
.div_footer-info img{
    margin-right: 3px;
    width: 16px;
    height: 16px;
    margin-top: -2px;
}
.div_footer-info a:last-child{
    margin-right: 0px;
}
.div_footer-right{
    margin-right: 71px;
}

.div_footer-right-name{
    line-height:25px;
    font-size: 15px;
    font-weight: 500;
}
.div_footer-right-address{
    font-size: 15px;
    line-height: 25px;
    margin-top: 3px;
}
.bshare-custom{
    height: 19px;
}
.div_footer-bottom{
    width: 100%;
    height: 25px;
    padding-left: 71px;
    line-height: 25px;
    font-size: 12px;
}

}
@media screen and (max-width: 1440px) and (min-width: 1280px){

.div_footer{
    margin-top: 135px;
    height: 195px;
}
.div_footer-body{
}


.div_footer-friendly{
    margin-top: 29px;
}

.div_footer-friendly .dropup{
    width: 360px;
    height: 29px;
    border-bottom: 2px solid #FFFFFF;
    padding-bottom: 6px;
}
.div_footer-left{
    margin-left: 79px;
}
.div_footer-friendly button{
    font-size: 17px;
    font-weight: 500;
    height: 29px;
    width:360px;
}
.div_footer-info{
    margin-top: 12.34px;
    width: 360px;
    font-size: 15px;
    line-height: 29px;
}
.div_footer-info a{
    height: 16px;
    margin-right: 8px;
    font-size: 14px;
}
.div_footer-info img{
    margin-right: 3px;
    width: 18px;
    height: 18px;
    margin-top: -2px;
}
.div_footer-info a:last-child{
    margin-right: 0px;
}
.div_footer-right{
    margin-right: 80px;
}

.div_footer-right-name{
    line-height: 29px;
    font-size: 17px;
    font-weight: 500;
}
.div_footer-right-address{
    font-size: 17px;
    line-height: 29px;
    margin-top: 3px;
}
.bshare-custom{
    height: 21px;
}
.div_footer-bottom{
    width: 100%;
    height: 29px;
    padding-left: 80px;
    line-height: 29px;
    font-size: 14px;
}

}
@media screen and (max-width: 1601px)  and (min-width: 1440px){

.div_footer{
    margin-top: 150px;
    height: 217px;
}
.div_footer-body{
}

.div_footer-friendly{
    margin-top: 32px;
}

.div_footer-friendly .dropup{
    width: 400px;
    height: 32px;
    border-bottom: 2px solid #FFFFFF;
    padding-bottom: 7px;
}
.div_footer-left{
    margin-left: 87px;
}
.div_footer-friendly button{
    font-size: 18px;
    font-weight: 500;
    height: 32px;
    width:400px;
}
.div_footer-info{
    margin-top: 13.71px;
    width: 400px;
    font-size: 17px;
    line-height: 32px;
}
.div_footer-info a{
    height: 17px;
    margin-right: 8px;
    font-size: 16px;
}
.div_footer-info img{
    margin-right: 3px;
    width: 20px;
    height: 20px;
    margin-top: -2px;
}
.div_footer-info a:last-child{
    margin-right: 0px;
}
.div_footer-right{
    margin-right: 88px;
}

.div_footer-right-name{
    line-height: 32px;
    font-size: 18px;
    font-weight: 500;
}
.div_footer-right-address{
    font-size: 18px;
    line-height: 32px;
    margin-top: 3px;
}
.bshare-custom{
    height: 23px;
}
.div_footer-bottom{
    width: 100%;
    height: 32px;
    padding-left: 88px;
    line-height: 32px;
    font-size: 15px;
}

}
@media screen and (max-width: 1922px)  and (min-width: 1601px){

.div_footer{
    margin-top: 180px;
    height: 260px;
}
.div_footer-body{
}


.div_footer-friendly{
    margin-top: 38px;
}

.div_footer-friendly .dropup{
    width: 480px;
    height: 38px;
    border-bottom: 2px solid #FFFFFF;
    padding-bottom: 8px;
}
.div_footer-left{
    margin-left: 105px;
}
.div_footer-friendly button{
    font-size: 22px;
    font-weight: 500;
    height: 38px;
    width:480px;
}
.div_footer-info{
    margin-top: 16.45px;
    width: 480px;
    font-size: 20px;
    line-height: 38px;
}
.div_footer-info a{
    height: 21px;
    margin-right: 10px;
    font-size: 20px;
}
.div_footer-info img{
    margin-right: 4px;
    width: 24px;
    height: 24px;
    margin-top: -3px;
}
.div_footer-info a:last-child{
    margin-right: 0px;
}
.div_footer-right{
    margin-right: 106px;
}

.div_footer-right-name{
    line-height: 38px;
    font-size: 22px;
    font-weight: 500;
}
.div_footer-right-address{
    font-size: 22px;
    line-height: 38px;
    margin-top: 4px;
}
.bshare-custom{
    height: 28px;
}
.div_footer-bottom{
    width: 100%;
    height: 38px;
    padding-left: 106px;
    line-height: 38px;
    font-size: 18px;
}

}




