@charset "utf-8";
html{
    color:#000;
    background:#FFF;

}

html {
    width:100%;
    /*user-select: none;*/
    font-size: 16px;
}


@font-face{ font-family: EUROSTILE-BOLDEXTENDEDTWO; src: url(../fonts/EUROSTILE-BOLDEXTENDEDTWO.OTF);}
@font-face{ font-family: Swis721BlkCnBT; src: url(../fonts/Swis721BlkCnBT.ttf);}

body {
    margin: 0 auto;
    position: relative;
    padding: 0;
    width: 100%;
    color: #1f1f1f;
    background: #fff;
}

@media screen and (max-width: 1600px) {
    html {
        font-size: 15px;
    }
}

@media screen and (max-width: 1400px) {
    html {
        font-size: 14px;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
* :before, * :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


a { text-decoration:none;cursor:pointer; color: #333;}
a:focus{outline:0;}
li{list-style:none;}
.clear{ clear:both; height:0; line-height:0; font-size:0;}
.clearfix:after{ content:""; clear:both; height:0; visibility:hidden; display:block;}
.clearfix{*zoom:1}
p{ word-spacing:-1.5px;}
.fl { float:left;}
.fr { float:right;}
input {
    border: none;
    outline: none;
}
em,i{font-style: normal;}
img {
    max-width:100%;
    height: auto;
}
::-webkit-scrollbar{width:5px;height:5px;}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#E3E3E3}
::-webkit-scrollbar-thumb:vertical{background-color:#555;border-radius:30px}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#3B3B3B}
::-webkit-scrollbar-corner:vertical{background-color:#535353}




.w_1400{max-width: 1400px;width: 90%;margin: 0 auto;}
.breadcrumb {
    height:3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
}
.breadcrumb ul {
    display: flex;
}
.breadcrumb ul a{
    display: inline-block;
    line-height: 3.5rem;
    margin:0 1.5rem;
    font-size: 1rem;
    text-align: center;
    font-weight: 600;
}
.breadcrumb ul a.act {
    border-bottom: 2px solid #007dc3;
    color: #007dc3;
}
.breadcrumb ul a:hover {
    color: #ec1b24;
}


@media screen and (max-width: 1000px) {
    .w_1400 {
        width:95%;
    }

    .breadcrumb ul a{
        margin:0 0.5rem;
    }
}


header {
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;

}
.header {display: flex;align-items: center;justify-content: space-between;}
.header .logo img {height:70px;}
.header .logo .img2 {display: none;}
.header .menu {width:70%;display: flex;align-items: center;justify-content: space-between;}
.header .menu .nav {flex:1;text-align: center;}

.header .menu .nav>a{display: block;line-height: 80px;font-size: 1rem;position: relative;color:#fff;}
.header .menu .nav>a.on:after{
    content: '';
    position: absolute;
    height: 3px;
    bottom: 0;
    z-index: -1;
    width: 5rem;
    left: 50%;
    transform: translateX(-50%);
    background: #0081cb;
}

.header .menu .searchBtn {flex:none;padding:0 1rem;}
.header .menu .searchBtn .iconfont{font-size: 1.5rem;cursor:pointer;color:#fff;}


header.fixed,header:hover {
    background: #fff;
    border-bottom: 1px solid #eeeeee;
}
header.fixed .logo .img1,header:hover .logo .img1 {
    display: none;
}
header.fixed .logo .img2,header:hover .logo .img2 {
    display: block;
}
header.fixed .header .menu .nav>a, header:hover .header .menu .nav>a {color:#616161;}




@media screen and (max-width: 1400px) {
    .header .logo img {height:60px;}
}









/*尾部导航*/
.footer {
    position: relative;z-index: 1;
    background: #515151;
    border-top:0.3rem solid #0081cb;
}
.footer .main {
    padding: 2.5rem 0 3rem;
    color: #fff;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.footer .main .box1 {
    width:30%;
}
.footer .main .box1 .info {
    padding:1rem 0;border-bottom: 1px dashed #7b7b7b;
}
.footer .main .box1 .info:first-child {
    padding:0 0 1rem 0;
}
.footer .main .box1 h3 {
    color: #fff;
    font-size: 1.2rem;
    margin: 0.5rem 0;
}
.footer .main .box1 p,.footer .main .box1 a {
    color: #fff;
    font-size: 1rem;
    line-height: 2rem;
}

.footer .main .box2 {
    width:66%;
    display: flex;
}
.footer .main .box2 dt a {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    padding-bottom: 1rem;
}
.footer .main .box2 p a {
    width:95%;
    text-align: center;
    font-size: 1rem;
    line-height: 2rem;
    color: #dddddd;
}
.footer .main .box2 p a:hover {
    color: rgba(255, 255, 255, 1);
}
.footer .main .box2 dl {
    margin-left: 2rem;
    flex: 1;
}
.footer .main .box2 dt {
    text-align: center;
}
.footer .main .box2 dd {
    margin-top: 2.5rem;
}
.footer .main .box2 dd p {
    border-radius: 0.5rem;
    border-bottom: 1px solid #737373;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .main .box2 dd p:hover {
    background: #0081cb;
}
.footer .main .box2 dd p + p {
    margin-top: 1rem;
}

.footer .copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height:4.5rem;
    border-top: 1px solid #767676;
}
.footer .copyright p, .footer .copyright a {
    color: #cdcdcd;
    font-size: 1rem;
    line-height: 2rem;
}




.floatFns {
    position: fixed;
    right: 0.4rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}
.floatFns .kefu {
    margin-bottom: 0.8rem;
    cursor:pointer;
}
.floatFns .kefu .box {
    width:3rem;
    height:3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.floatFns .kefu.tel .box,.floatFns .kefu.tel .info {
    background: #0081cb;
}
.floatFns .kefu.email .box,.floatFns .kefu.email .info {
    background: #f36d23;
}
.floatFns .kefu.weixin .box,.floatFns .kefu.weixin .info {
    background: #04BE02;
}
.floatFns .kefu.top .box {
    background: #a7a7a7;
}
.floatFns .kefu.top {
    display: none;
}
.floatFns .kefu .box i{
    font-size: 24px;
    color:#fff;
}
.floatFns .kefu .info {
    position: absolute;
    right: 50px;
    top:50%;
    padding:10px;
    color:#fff;
    border-radius: 5px;
    transform: translateY(-50%) scale(0);
    transition: 0.5s;
    font-size: 18px;
    white-space: nowrap;
    min-width:100px;
}
.floatFns .kefu .info img{
    max-width: none;
    width:150px;
    height:150px;
}
.floatFns .kefu:hover .info {
    transform: translateY(-50%) scale(1);
}

.floatFns .kefu.tel i {
    animation: yyhh 1.5s linear infinite;
}
@keyframes yyhh {
    0%,90%,100% {
        transform: rotate(0) scale(1);
    }
    20%,40% {
        transform: rotate(-15deg) scale(1.1);
    }
    30%,50% {
        transform: rotate(15deg) scale(1.1);
    }
}







.pagination {
    text-align: center;
    padding: 1rem 0;
}
.pagination li {
    display: inline-block;
    margin: 0 0.1rem;
}
.pagination li a, .pagination li span{
    position: relative;
    display: inline-block;
    font-size: 0.9rem;
    height: 2.5rem;
    padding: 0 1rem;
    line-height: 2.5rem;
    background: #e6e6e8;
    text-align: center;
    color: #5b5858;
    z-index: 1;
    width:100%;
    border-radius: 2.5rem;
}
.pagination .active a{
    background: #0081cb;
    color: #FFF;
}





.mobile-header {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: 99999;
}
.mobile-header .logo {
    text-align: center;
    background: #fff;
    z-index: 1;
    position: relative;
    line-height: 4.2rem;
    height: 4.2rem;
    box-shadow: 0 2px 2px #00000021;
}
.mobile-header .logo img {
    max-height: 3.6rem;
    display: inline-block;
    vertical-align: middle;
    /*max-width: 200px;*/
}
.mobile-header .btn {
    position: absolute;
    bottom: 1.35rem;
    right: 1rem;
    width: 2.2rem;
    z-index: 2;
    height: 1.5rem;
}
.mobile-header .btn i {
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 1px;
    background: #0081cb;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s
}
.mobile-header .btn i.ie1 {
    margin-top: -0.8rem
}
.mobile-header .btn i.ie3 {
    margin-top: 0.8rem
}
.mobile-header.active .btn i {
    margin: 0 !important;
}
.mobile-header.active .btn i.ie1{
    transform: rotate(45deg);
}
.mobile-header.active .btn i.ie2 {
    opacity: 0;
}
.mobile-header.active .btn i.ie3 {
    transform: rotate(-45deg);
}
.mobile-header .cont {
    position: fixed;
    background: #fff;
    width: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;

    transform: translateX(-100%);
    z-index: 0;
    height: 100%;
    overflow: auto;
    top: 0;
    padding: 5rem 0 1.5rem;
}
.mobile-header.active .cont {
    transform: translateX(0);
}
.mobile-header .cont .search {
    padding: 0.5rem 2.5%;
    background: #0081cb;
    z-index: 2;
    position: relative;
}
.mobile-header .cont .search form {
    width: 100%;
    padding-right: 3rem;
    position: relative;
}
.mobile-header .cont .search form .search_input {
    width: 100%;
    line-height: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    border: none;
    padding: 0 1rem;
    font-size: 1rem;
}
.mobile-header .cont .search form .search_submit {
    width: 3rem;
    line-height: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
}
.mobile-header .cont .search form .search_submit .iconfont{
    font-size: 1.8rem;
    color:#fff;
}


.mobile-header .cont .navbar {
    padding: 1rem 0;
}
.mobile-header .navbar .menu {
    border-bottom: 1px solid #cdcdcd;
    line-height: 2.8rem;
}
.mobile-header .navbar .menu .item {
    color: #494949;
    font-size: 1rem;
    display: block;
    position: relative;
}
.mobile-header .navbar .menu .item .iconfont {
    position: absolute;
    right:5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
}
.mobile-header .navbar .s_menu {
    width: 100%;
    box-sizing: border-box;
    display: none;
}
.mobile-header .navbar .s_menu .s_item {
    font-size: 1rem;
    font-weight: normal;
    color: #494949;
    display: block;
    line-height: 2.8rem;
    border-top: 1px solid #cdcdcd;
    position: relative;
    padding-left: 1.5rem;
}
.mobile-header .navbar .s_menu .s_item .iconfont {
    position: absolute;
    right:5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
}
.mobile-header .navbar .s_menu .s_item li {position:relative;padding-left: 5%;}
.mobile-header .navbar .s_menu .s_item:after{
    content: '-';
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mobile_top_fill {height:4.2rem;display: none;}


.mobile-footer {
    display: none;
    padding: 1rem 0;
    background: #0081cb;
    color:#fff;
}
.mobile-footer .navbar {
    padding: 1rem 0;
}
.mobile-footer .navbar .menu {
    border-bottom: 1px solid #cdcdcd;
    line-height: 2.8rem;
}
.mobile-footer .navbar .menu .item {
    color: #fff;
    font-size: 1rem;
    display: block;
    position: relative;
}
.mobile-footer .navbar .menu .item .iconfont {
    position: absolute;
    right:5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
}
.mobile-footer .navbar .s_menu {
    width: 100%;
    box-sizing: border-box;
    display: none;
}
.mobile-footer .navbar .s_menu .s_item {
    font-size: 1rem;
    font-weight: normal;
    color: #fff;
    display: block;
    line-height: 2.8rem;
    border-top: 1px solid #cdcdcd;
    position: relative;
    padding-left: 1.5rem;
}
.mobile-footer .navbar .s_menu .s_item .iconfont {
    position: absolute;
    right:5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
}
.mobile-footer .navbar .s_menu .s_item li {position:relative;padding-left: 5%;}
.mobile-footer .navbar .s_menu .s_item:after{
    content: '-';
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}



.mobile-footer  .cont2 p{height: 3rem;font-size: 1rem;color: #fff;display: flex;align-items: center;}
.mobile-footer  .cont2 p .iconfont{vertical-align:middle;margin-right: 0.3rem;}


@media  screen and (max-width: 1000px){
    .mobile-header,.mobile_top_fill,.mobile-footer {display: block;}

    header,.footer,.floatFns,.ab_top_box {display: none;} {display: none;}
}