@charset"UTF-8";

/* Css Document */

/*pc轮播图*/
 .pc_ban {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: url(../img/loading.gif) 50% no-repeat;
}
.pc_ban .slides {
    position: relative;
    z-index: 1;
}
.pc_ban .slides li {
    
}
.pc_ban .slides img{
    width:100%;
    display:block;
}
.pc_ban .flex-control-nav {
    width: 94%;
    position: absolute;
    height: 5px;
    bottom:30px;
    left: 50%;
    margin-left: -47%;
    z-index: 2;
    text-align: center;
}
.pc_ban .flex-control-nav li {
    width: 58px;
    height: 5px;
    margin: 0 8px 0 0;
    float: left;
    zoom: 1;
    display: flex;
}
.pc_ban .flex-control-nav a {
    display: inline-block;
    width: 56px;
    height: 3px;
    border:1px #fff solid;
    overflow: hidden;
    background: none;
    cursor: pointer;
}
.pc_ban .flex-control-nav .flex-active {
    border-color: #0653ac;
    background:#0653ac;
}
.pc_ban .flex-direction-nav a {
    width: 34px;
    height: 66px;
    margin: -33px 0 0;
    display: block;
    background: url(../img/bg_direction_nav.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-transition: all .3s ease;
    z-index: 10;
}
.pc_ban .flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: 30px;
}
.pc_ban .flex-direction-nav .flex-prev {
    left: 30px;
}
.pc_ban .flexslider:hover .flex-next {
    opacity: 0.8;
}
.pc_ban .flexslider:hover .flex-prev {
    opacity: 0.8;
}
.pc_ban .flexslider:hover .flex-next:hover, .pc_ban .flexslider:hover .flex-prev:hover {
    opacity: 1;
}
.pc_ban .flex-direction-nav .disabled {
    opacity: .3!important;
    filter:alpha(opacity=30);
    cursor: default;
}
/*mb轮播图*/
 .mb_ban {
    width:100%;
    margin:0 auto;
    position:relative;
    overflow:hidden;
    display: none;
}
.mb_ban .hd {
    width:94%;
    height:11px;
    position:absolute;
    z-index:1;
    left: 50%;
    bottom:20px;
    margin-left: -47%;
    text-align:center;
}
.mb_ban .hd ul {
    height:10px;
    font-size:0;
    vertical-align:top;
}
.mb_ban .hd ul li {
    width:10px;
    height:10px;
    float: left;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    background:#fff;
    margin:0 5px;
    vertical-align:top;
    overflow:hidden;
    font-size:0px
}
.mb_ban .hd ul .on {
    background:#0653ac;
}
.mb_ban .bd {
    position:relative;
    z-index:0;
}
.mb_ban .bd li img {
    width:100%;
    background:url(../img/loading.gif) center center no-repeat;
}
.mb_ban .bd li a {
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
    /* 取消链接高亮 */
}
.i_tit {
    width: 100%;
    text-align: center;
    background: url('../img/i_bg2.png') no-repeat center;
    overflow: hidden;
}
.i_tit p:nth-child(1) {
    font-size: 30px;
    line-height: 30px;
}
.i_tit p:nth-child(2) {
    font-size: 16px;
    color: #c5c2c2;
}
.i_more {
    width: 200px;
    height: 42px;
    border: 1px #d2d2d2 solid;
    display: block;
    text-align: center;
    line-height: 40px;
    margin: 50px auto 0;
}
.i_more:hover {
    border-color: #0653ac;
    background: #0653ac;
    color: #fff;
}
/*关于我们*/
 .i_abt {
    display: flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -moz-flex;
    display: -ms-flex;
    margin-top: -60px;
    overflow: hidden;
}
.i_abt > div {
    flex: 1;
}
.i_abt .abt_fl {
    width: 50%;
    padding-right: 4%;
    padding-top: 130px;
}
.i_abt .abt_fl .tit p:nth-child(1) {
    font-size: 40px;
    color: #000;
    font-weight: bold;
    margin-bottom: 14px;
}
.i_abt .abt_fl .tit p:nth-child(1) span {
    color: #999;
    font-size: 14px;
    font-weight: lighter;
}
.i_abt .abt_fl .tit p:nth-child(2) {
    font-size: 22px;
    color: #0653ac;
    margin-bottom: 24px;
}
.i_abt .abt_fl .tit .line {
    width: 42px;
    height: 4px;
    background: #0653ac;
}
.i_abt .abt_fl .con {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}
.i_abt .abt_fl .more {
    width: 144px;
    height: 42px;
    border: 1px #0653ac solid;
    border-radius: 32px;
    color: #0653ac;
    line-height: 40px;
    display: block;
    text-align: center;
}
.i_abt .abt_fl .more:hover {
    background: #0653ac;
    color: #fff;
}
.i_abt .abt_fr {
    width: 50%;
    position: relative;
    z-index: 1;
}
.i_abt .abt_fr img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
/* 导航 */
 .i_btn {
    border: 1px #ededed solid;
    overflow: hidden;
}
.i_btn li {
    width: 25%;
    padding: 2% 0;
    border-right: 1px #ededed solid;
    float: left;
    justify-content: center;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
    cursor: pointer;
}
.i_btn li:last-child {
    border: none;
}
.i_btn a {
    display: block;
}
.i_btn a > div {
    width: 50%;
    height: 66px;
    float: left;
}
.i_btn .icon {
    float: right;
    width: 60px;
    height: 100%;
    margin-right: 24px;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.i_btn .icon1 {
    background: url('../img/i_bg1.png') no-repeat center;
    background-size: cover;
}
.i_btn .icon2 {
    background: url('../img/i_bg5.png') no-repeat center;
    background-size: cover;
}
.i_btn .icon3 {
    background: url('../img/i_bg3.png') no-repeat center;
    background-size: cover;
}
.i_btn .icon4 {
    background: url('../img/i_bg4.png') no-repeat center;
    background-size: cover;
}
.i_btn li:hover .icon1 {
    background: url('../img/i_bg1_1.png') no-repeat center;
    background-size: cover;
}
.i_btn li:hover .icon2 {
    background: url('../img/i_bg5_1.png') no-repeat center;
    background-size: cover;
}
.i_btn li:hover .icon3 {
    background: url('../img/i_bg3_1.png') no-repeat center;
    background-size: cover;
}
.i_btn li:hover .icon4 {
    background: url('../img/i_bg4_1.png') no-repeat center;
    background-size: cover;
}
.i_btn .word .box {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.i_btn .word p {
    line-height: 20px;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.i_btn .word p:nth-child(1) {
    font-size: 18px;
}
.i_btn .word p:nth-child(2) {
    color: #999999;
    font-size: 12px;
    text-transform: uppercase;
}
.i_btn li:hover {
    background: #0653ac;
}
.i_btn li:hover .word p {
    color: #fff;
}
/* 产品中心 */
 .i_pro {
    position:relative;
    overflow:hidden
}
.i_pro .con {
    overflow: hidden;
}
.i_pro .con li {
    width: 19.76%;
    margin-right: .3%;
    margin-top: .3%;
    float: left;
}
.i_pro .con li:nth-child(5n) {
    margin-right: 0;
}
.i_pro .con a, .i_pro .con img {
    display: block;
}
.i_pro .con .image {
    height: 386px;
    border: 1px #eee solid;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.i_pro .con .image img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
}
.i_pro .con .title {
    width: 100%;
    height: 54px;
    line-height: 54px;
    background: #eeeeee;
    padding: 0 10px;
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    text-align: center;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.i_pro .con a:hover .image {
    border-color: #0653ac;
}
.i_pro .con a:hover .title {
    background: #0653ac;
    color: #fff;
}
/* 新闻中心 */
 .i_news {
    overflow: hidden;
}
.i_news .hd {
    width: 100%;
    height: 36px;
    margin: 40px 0;
    text-align: center;
}
.i_news .hd li {
    display: inline-block;
    margin: 0 5px;
}
.i_news .hd a {
    display: block;
    border: 1px #b2b2b2 solid;
    border-radius: 4px;
    line-height: 34px;
    text-align: center;
    padding: 0 20px;
    white-space:nowrap;
}
.i_news .hd li.on a, .i_news .hd a:hover {
    border-color: #0653ac;
    background: #0653ac;
    color: #fff;
}
.i_news .bd {
    width: 100%;
    overflow: hidden;
}
.i_news .bd .newsList {
    width: 100%;
    overflow: hidden;
    margin-top: 5%;
}
.i_news .bd .newsList .listBox {
    width: 100%;
    overflow: hidden;
}
.i_news .bd .newsList .news_left {
    width: 512px;
    position: relative;
    overflow: hidden;
}
.i_news .bd .newsList .news_left a {
    display: block;
    border: 1px #dddddd solid;
}
.i_news .bd .newsList .news_left .word {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    padding: 10px;
    color: #fff;
    overflow: hidden;
}
.i_news .bd .newsList .news_left .word p:first-child {
    font-size: 16px;
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.i_news .bd .newsList .news_left .word p:last-child {
    font-size: 12px;
    color: #999;
    line-height: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.i_news .bd .newsList .news_right {
    margin-left: 572px;
    overflow: hidden;
}
.i_news .bd .newsList .news_right li {
    width: 100%;
    height: 107px;
    float: left;
    border-bottom: 2px #eeeeee solid;
    margin-top: 10px;
}
.i_news .bd .newsList .news_right li:first-child {
    margin-top: 0;
}
.i_news .bd .newsList .news_right a {
    display: block;
}
.i_news .bd .newsList .news_right .date {
    width: 107px;
    height: 107px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.i_news .bd .newsList .news_right .date p:first-child {
    font-size: 36px;
    color: #000;
}
.i_news .bd .newsList .news_right .word {
    margin-left: 107px;
    height: 107px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.i_news .bd .newsList .news_right .word p {
    width: 100%;
}
.i_news .bd .newsList .news_right .word p:first-child {
    font-size: 16px;
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.i_news .bd .newsList .news_right .word p:last-child {
    font-size: 12px;
    color: #999;
    line-height: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}