@charset "UTF-8";

body {
    color: #666;
    font-size: 12px;
    font-family: Arial, Helvetica, "Microsoft Yahei", sans-serif;
    background: #fff;
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

.pages {
    margin-top: 50px;
    text-align: center;
}

.pages a {
    display: inline-block;
    margin: 0 5px;
    padding: 0 15px;
    min-width: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
    background-color: #a7a7a7;
}

.pages a.cur {
    background-color: #fdc800;
}

/*header*/
/*#region*/
header {
    background-image: linear-gradient(-90deg, #81c9fe, #8bf);
}

.navbar {
    padding: 0;
}

.navbar-light .navbar-brand {
    min-height: 90px;
    display: inline-flex;
    align-items: center;
}

.navbar-light .navbar-toggler {
    color: #fff;
    border-color: #fff;
}

.navbar-light .navbar-toggler .toggler-icon {
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin: 5px 0;
    display: block;
    position: relative;
    transition: all 0.3s ease-out 0s;
}

.navbar-light .navbar-nav .nav-item {
    position: relative;
    font-size: 18px;
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
    min-width: 110px;
    text-align: center;
    line-height: 90px;
}

.navbar-light .navbar-nav .active > .nav-link {
    background-color: #dbe9f3;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    font-weight: bold;
    background-color: #fff;
}

.navbar-light .navbar-nav .nav-item .sign {
    margin-left: 40px;
    padding: 0.5rem 0;
    line-height: 90px;
    color: #fff;
}

.navbar-light .navbar-nav .nav-item .sign a {
    margin: 0 5px;
    color: #fff;
}

@media (max-width: 767px) {
    .logo-default{
        max-height: 60px;
    }
    .navbar-light .navbar-nav .nav-link {
        line-height: 2;
    }

    .navbar-light .navbar-nav .nav-item .sign {
        margin-left: 0;
        line-height: 2;
        text-align: center;
    }
}

/*#endregion*/


.search {
    width: 180px;
    margin: 0 15px 0 0;
    position: relative;
}

.search .submit_text {
    background: #fff;
    border: 1px solid #dadada;
    width: 100%;
    height: 32px;
    line-height: 32px;
    border-radius: 20px;
    font-size: 15px;
    color: #333;
    padding: 0 45px 0 15px;
    box-sizing: border-box;
}

.search .submit_btn {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 40px;
    background: #fff;
    border-left: 1px solid #dadada;
    border-radius: 0 20px 20px 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    cursor: pointer;
}

.search .submit_btn i {
    color: #f08200;
    font-size: 22px;
}

.search:hover .submit_text {
    border-color: #f08200;
}

.search:hover .submit_btn {
    background: #f08200;
    border-color: #f08200;
}

.search:hover .submit_btn i {
    color: #fff;
}


#banner .img {
    text-align: center;
}

#banner img {
    max-width: 100%;
}

.banner-wp {
    position: relative;
    max-width: 1920px;
    height: 700px;
    margin: 0 auto;
    background: url(../img/bg_banner.jpg) no-repeat 50%;
    overflow: hidden;
}

.banner-wp .item {
    position: absolute;
    top: 50%;
    left: 50%;
}

.banner-wp .item .popo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    opacity: 0;
    transition: all ease-in-out .5s;
}

.banner-wp .item:hover {
    cursor: pointer;
}

.banner-wp .item:hover .popo {
    opacity: 1;
    transform: translateX(0);
    transition: all ease-in-out .5s;
}

.banner-wp .icon {
    position: relative;
}

.banner-wp .icon a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.banner-wp .popo h3 {
    margin-bottom: 20px;
    font-size: 24px;
    letter-spacing: 2px;
    color: #111;
    font-weight: bold;
}

.banner-wp .popo p {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #111;
}

.banner-wp .popo .more {
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    background: linear-gradient(180deg, #d1e3f9, #78adf0);
    font-size: 18px;
    letter-spacing: 2px;
    padding: 5px 15px;
}

.banner-wp .item0 {
    width: 457px;
    height: 333px;
    background: url(../img/banner0.png) no-repeat 50%;
    margin-top: -200px;
    margin-left: -170px;
    z-index: 50;
}

.banner-wp .item1 {
    width: 776px;
    height: 400px;
    margin-top: -328px;
    margin-left: -754px;
    z-index: 10;
}

.banner-wp .item1 .icon {
    width: 776px;
    height: 400px;
    background: url(../img/ban1a.png) no-repeat 50%;
}

.banner-wp .item1:hover {
    background: url(../img/bann01bg.png) no-repeat 50%;
}

.banner-wp .item1:hover .icon {
    background-image: url(../img/ban1b.png);
}

.banner-wp .item1 .popo {
    left: 75px;
    top: 120px;
    z-index: 11;
    transform: translateX(-50px);
}


.banner-wp .item2 {
    width: 708px;
    height: 429px;
    margin-top: -90px;
    margin-left: -542px;
    z-index: 20;
}

.banner-wp .item2 .icon {
    width: 708px;
    height: 429px;
    background: url(../img/ban2a.png) no-repeat 50%;
}

.banner-wp .item2:hover {
    background: url(../img/bann02bg.png) no-repeat 50%;
}

.banner-wp .item2:hover .icon {
    background-image: url(../img/ban2b.png);
}

.banner-wp .item2 .popo {
    left: -165px;
    top: 210px;
    z-index: 21;
    transform: translateX(-50px);
}

.banner-wp .item3 {
    width: 1026px;
    height: 306px;
    margin-top: -350px;
    margin-left: -80px;
    z-index: 30;
}

.banner-wp .item3 .icon {
    width: 1026px;
    height: 306px;
    background: url(../img/ban3a.png) no-repeat 50%;
}

.banner-wp .item3:hover {
    background: url(../img/bann03bg.png) no-repeat 50%;
}

.banner-wp .item3:hover .icon {
    background-image: url(../img/ban3b.png);
}

.banner-wp .item3 .popo {
    left: 570px;
    top: 50px;
    z-index: 31;
    transform: translateX(50px);
}

.banner-wp .item4 {
    width: 920px;
    height: 497px;
    margin-top: -148px;
    margin-left: 34px;
    z-index: 40;
}

.banner-wp .item4 .icon {
    width: 920px;
    height: 497px;
    background: url(../img/ban4a.png) no-repeat 50%;
}

.banner-wp .item4:hover {
    background: url(../img/bann04bg.png) no-repeat 50%;
}

.banner-wp .item4:hover .icon {
    background-image: url(../img/ban4b.png);
}

.banner-wp .item4 .popo {
    left: 500px;
    top: 250px;
    z-index: 41;
    transform: translateX(50px);
}

.mobile_banner {
    display: flex;
    flex-wrap: wrap;
}

.mobile_banner a {
    flex: 0 0 50%;
}

.mobile_banner a img {
    max-width: 100%;
}

/*---footer---*/

/*#footer{background:#333 url(../img/footbg.jpg) no-repeat right center;padding:33px 0;border-top:10px solid #F28F00;}*/

/*#footer h5{margin:0 0 15px;font-size:24px;color:#fff;text-transform:uppercase;}*/
/*#footer hr{width:23px;height:3px;background:#fff;margin:0 0 10px;}*/

/*.foot-logo{}*/

/*#footer .box{margin:30px 0 0;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;}*/

/*.foot-nav ul li{font-size:16px;color:#fff;line-height:24px;margin-bottom:6px;}*/
/*.foot-nav ul li a{color:#fff;}*/

/*.foot-contact{}*/
/*.foot-contact ul li{font-size:16px;color:#fff;line-height:24px;margin-bottom:6px;}*/
/*.foot-contact ul li a{color:#fff;}*/

/*.foot-link{width:360px;}*/
/*.foot-link ul{overflow:hidden;}*/
/*.foot-link ul li{float:left;width:50%;font-size:16px;color:#fff;line-height:24px;margin-bottom:6px;}*/
/*.foot-link ul li a{color:#fff;}*/

/*.foot-link .share{margin:20px 0 0;display:-webkit-flex;display:flex;align-items:center;}*/
/*.foot-link .share a{width:30px;margin-right:10px;}*/
/*.foot-link .share a:hover{opacity:0.7;}*/


#gotop {
    position: fixed;
    bottom: 100px;
    right: 10px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #f28f00;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 1000;
    cursor: pointer;
    display: none;
    border-radius: 4px;
}

#gotop i {
    color: #fff;
    font-size: 18px;
}

#gotop:hover {
    background: #353535;
}

#footBar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    display: none;
    z-index: 999;
    background: #f28f00;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
}

#footBar li {
    width: 25%;
    height: 45px;
    float: left;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    padding: 6px 0 0 0;
    box-sizing: border-box;
}

#footBar li:first-child {
    border-left: none;
}

#footBar li a {
    display: block;
    height: 45px;
    line-height: 1;
    text-transform: uppercase;
}

#footBar li i {
    color: #fff;
    font-size: 20px;
}

#footBar li span {
    display: block;
    color: #fff;
    font-size: 12px;
    margin-top: 3px;
}

footer {
    background-color: #81cafe;
    background-image: linear-gradient(-90deg, #81cafe, #8cbbff);
    padding: 20px 0;
}

.foot-share img {
    width: 30px;
}

.foot-logo img {
    max-width: 100px;
}

.foot-link .txt {
    padding-top: 10px;
    color: #333;
    font-size: 16px;
}

.foot-link .txt a {
    color: #333;
    font-size: 16px;
}

.foot-link .txt h3 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.foot-link .txt p {
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .foot-logo {
        text-align: center;
    }

    .foot-link {
        margin-top: 10px;
    }

    .foot-link .txt {
        font-size: 14px;
        justify-content: space-around;
    }

    .foot-link a {
        font-size: 14px;
    }
}

.inquirbox .row {
    margin-bottom: 20px;
}

.inquirbox input[type="text"], .inquirbox textarea {
    padding: 10px 10px;
    font-size: 14px;
    border: 1px solid #cacaca;
    width: 100%;
    line-height: 22px;
    text-align: left;
    color: #666;
    box-sizing: border-box;
}

.inquirbox textarea {
    max-width: 100%;
    width: 100%;
    resize: none;
}

.inquirbox input[type="text"]:focus, .inquirbox textarea:focus {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    border-color: #999;
    outline: 0
}

.inquirbox .red {
    color: #f00;
    font-weight: bold;
}

.inquirbox .yzm {
    width: 70%;
    margin-right: 10px;
}

.inquirbox img {
    cursor: pointer;
    margin-left: 3px;
    display: inline-block;
    vertical-align: middle;
}

.inquirbox .submit {
    display: block;
    background: #f08200;
    color: #fff;
    width: 220px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
}

.inquirbox .submit:hover {
    background: #d8640a;
}


/*----grid12----*/

.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width: 766px) {
    .visible-xs {
        display: block !important
    }

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 767px) and (max-width: 1279px) {
    .visible-sm {
        display: block !important
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1280px) and (max-width: 1279px) {
    .visible-md {
        display: block !important
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1280px) {
    .visible-lg {
        display: block !important
    }

    .visible-lg-block {
        display: block !important
    }

    .visible-lg-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 766px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 767px) and (max-width: 1279px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 1280px) and (max-width: 1279px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1280px) {
    .hidden-lg {
        display: none !important
    }
}

.row {
    margin-right: -10px;
    margin-left: -10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.align-items-center {
    -webkit-align-items: center;
    align-items: center;
}

.row-reverse {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }
}
