@charset "utf-8";

/* CSS Document */



/*通用*/

* {
    box-sizing: border-box;
}

*::before,
*::after {
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

html {
    -ms-touch-action: none;
    /* 阻止windows Phone 的默认触摸事件 */
}

/*兼容iphone去除默认input表单默认设置*/

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-appearance: none;
}

/*图片默认样式*/

img {
    border: 0;
    vertical-align: middle;
}

/*动画效果*/

* {
    transition-property: all;
}

.com-img {
    display: block;
    width: 100%;
    overflow: hidden;
}

.com-img img {
    transition: all 0.8s ease-in 0s;
    -webkit-transition: all 0.8s ease-in 0s;
    -moz-transition: all 0.8s ease-in 0s;
    -o-transition: all 0.8s ease-in 0s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}





.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both;
}

.mt10 {
    margin-top: 10px;
}

.show {
    display: block;
}

.hide {
    display: none;
}





.f18 {
    font-size: 18px;
}

.f16 {
    font-size: 16px;
}

.f14 {
    font-size: 14px;
}



ul {
    width: 100%;
    height: auto;
    position: relative;
}

ul li {
    position: relative;
}





/*flex*/

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-2 {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.flex-3 {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}



.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}



.vertical-container {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}





/*限制行数 -- 一行*/

.line1,

.Inews-block h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



/*限制行数 -- 当字号为12px,line-height为25时，限制高为50，如有改变，自行设置高度,为了兼容不支持line-clamp属性的浏览器*/

.line2,

.container-Ibiz .swiper-slide a p,

.news-list li a .news-Lbox p {
    height: 50px;
    -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -moz-line-clamp: 2;
    -o-line-clamp: 2;
    -webkit-box-orient: vertical;
}



.line3,

.Iabout-con>p,

.news-swiper .swiper-slide a .news-block p.intro {
    height: 90px;
    -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -moz-line-clamp: 3;
    -o-line-clamp: 3;
    -webkit-box-orient: vertical;
}





/*动画*/

a:hover {
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}





.animation,

.nav-box .nav-block,

.Ibiz-img .rollover {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}





/*滚动条*/

.viewport {
    overflow: hidden;
    position: relative;
}

.overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
}

.scrollbar {
    position: relative;
    float: right;
    position: relative;
    display: inline;
    z-index: 400;
    z-index: 2;
}

.track {
    position: relative;
}

.thumb {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 400;
}

.disable {
    display: none;
}

.noSelect {
    user-select: none;
}



/*-----浮动右侧客服-----*/

.float_qq {
    position: fixed;
    top: 600px;
    right: 0;
    width: 50px;
    height: 203px;
    z-index: 200;
}

.float_qq li {
    width: auto;
    height: 50px;
    z-index: 20;
}

.float_qq li.float_qq1,
.float_qq li.float_qq4 {
    position: absolute;
    left: 0;
    width: 62px;
}

.float_qq li.float_qq1 {
    top: 0;
}

.float_qq li.float_qq2 {
    position: absolute;
    top: 51px;
    left: 0;
    width: 126px;
}

.float_qq li.float_qq3 {
    position: absolute;
    top: 102px;
    left: 0;
    width: 172px;
}

.float_qq li.float_qq4 {
    top: 153px;
}

.float_qq4 {
    position: absolute;
    top: 153px;
    left: 0;
}

.float_qq li a {
    display: block;
    font-family: "Microsoft Yahei";
    color: #FFF;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background-color: #1d3d87;
    opacity: 0.8;
    border-radius: 6px;
}

.float_qq li a img {
    display: block;
    float: left;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin: 12px 12px 14px 14px;
}

.float_qq li a:hover {
    background-color: #1d3d87;
    opacity: 1;
}

.float_shwx {
    position: absolute;
    top: -155px;
    left: -200px;
    background: url(../images/float_wxbd.png) no-repeat bottom right;
    width: 216px;
    height: 216px;
    padding-bottom: 9px;
    display: none;
}

.float_shwx img {
    display: block;
    padding: 14px;
    background-color: #FFF;
    width: 188px;
    height: 188px;
}



/*分页*/

.page {
    width: 100%;
    height: auto;
    padding-top: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/*分页*/

.page a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    color: #000000;
    font-family: "宋体";
    border: 1px solid #dddddd;
    margin-right: 5px;
}

.page a.on,
.page a:hover {
    background-color: #183269;
    color: #ffffff;
}