.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.inner_banner .banner_pc {
    width: 100%;
    height: 176px;
}
.visible-xs {
    /* display: none !important; */
	width: 100%;
}
.container {
    margin: auto;
    min-height: 1px;
    width: 100%;
    max-width: 1200px;
}
.news {
    padding-bottom: 60px;
    min-height: calc(100vh - 560px);
}

.inner_con {
    /*margin: 40px 0 80px;*/
    /*padding: 50px 40px 0px;*/
    background: #fff;
}
.inner_con_nav {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.inner_con_t {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner_con_t .tit {
    font-size: 24px;
    color: #333;
}
.inner_con_t .tit::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 4px;
    background: #3893f1;
    margin-left: 10px;
}
.inner_con_t_nav {
    font-size: 0;
}
.inner_con_t_nav li:first-child {
    background: url(../../home_ico.png) center left no-repeat;
}

.inner_con_t_nav li {
    display: inline-block;
    padding-left: 20px;
    background: url(../../right.png) center left 6px no-repeat;
}
.inner_con_t_nav li a {
    font-size: 12px;
    line-height: 18px;
    color: #333;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.inner_con_nav > ul {
    margin-top: 32px;
}
.inner_con_nav > ul > li {
    margin-right: 20px;
    float: left;
    width: calc((100% - 60px) / 3);
    overflow: hidden;
    margin-top: 10px;
}
.inner_con_nav > ul > li a:hover, .inner_con_nav > ul > li.active a {
    background: #37c6c0 url(../../inner_con_nav_bg.png) center / cover;
    color: #fff;
    border-color: transparent;
}
.inner_con_nav > ul > li a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    color: #333;
    background: #fff url(../../inner_con_nav_bg.png) center / cover;
    border: solid 1px #ebebeb;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.container::after, .clearfix::after {
    content: '';
    height: 0;
    display: block;
    clear: both;
}