a:hover {
    color: #333;
}
.float-left {
    float: left!important
}
.float-right {
    float: right!important
}
.clearfix:after, .layout:after, .container:after, .container-layout:after, .line:after, .line-small:after, .line-middle:after, .line-big:after, .nav-main:after, .nav-sub:after, .navbar:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden
}
.clear {
    clear: both
}
.text-indent, .text-indent p, .text-indent div {
    text-indent: 2em
}
.text-left {
    text-align: left
}
.text-center {
    text-align: center
}
.text-right {
    text-align: right
}
.text-justify {
    text-align: justify
}
.text-large {
    font-size: 24px
}
.text-big {
    font-size: 20px
}
.text-middle {
    font-size: 16px
}
.text-default {
    font-size: 14px
}
.text-small {
    font-size: 12px
}
.text-little {
    font-size: 10px
}
.height-large {
    line-height: 30px
}
.height-big {
    line-height: 28px
}
.height-middle {
    line-height: 26px
}
.height {
    line-height: 24px
}
.height-small {
    line-height: 22px
}
.height-little {
    line-height: 18px
}
.text-break {
    word-wrap: break-word;
    word-break: normal
}
.text-breakall {
    word-break: break-all
}
.text-unbreak {
    white-space: nowrap
}
.text-more {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.border {
    border: solid 1px #EBEBEB
}
.border-none {
    border: 0
}
.border-top {
    border-top: solid 1px #eee
}
.border-right {
    border-right: solid 1px #eee
}
.border-bottom {
    border-bottom: solid 1px #eee
}
.border-left {
    border-left: solid 1px #EBEBEB
}
.border-left-right {
    border-left: solid 1px #eee;
    border-right: solid 1px #eee
}
.border-top-bottom {
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee
}
.border-large {
    border-width: 10px
}
.border-big {
    border-width: 5px
}
.border-middle {
    border-width: 3px
}
.border-small {
    border-width: 2px
}
.fixed-top {
    position: fixed;
    top: 0
}
.fixed-bottom {
    position: fixed;
    bottom: 0
}
.fixed-left {
    position: fixed;
    left: 0
}
.fixed-right {
    position: fixed;
    right: 0
}
.fixed-top-left {
    position: fixed;
    top: 0;
    left: 0
}
.fixed-top-right {
    position: fixed;
    top: 0;
    right: 0
}
.fixed-bottom-left {
    position: fixed;
    bottom: 0;
    left: 0
}
.fixed-bottom-right {
    position: fixed;
    bottom: 0;
    right: 0
}
.layui-btn-primary:hover {
    color: #333;
    border-color: #d2d2d2
}
/* 行距 begin*/

.blank {
    height: 10px;
    line-height: 10px;
    clear: both;
    font-size: 0
}
.blank-small {
    height: 40px;
    line-height: 20px;
    clear: both;
    font-size: 0
}
.blank-middle {
    height: 30px;
    line-height: 30px;
    clear: both;
    font-size: 0
}
.blank-big {
    height: 50px;
    line-height: 50px;
    clear: both;
    font-size: 0
}
.blank-large {
    height: 80px;
    line-height: 80px;
    clear: both;
    font-size: 0
}
/* 行距 end*/



.fixed-top {
    position: fixed;
    top: 0
}
.fixed-bottom {
    position: fixed;
    bottom: 0
}
.fixed-left {
    position: fixed;
    left: 0
}
.fixed-right {
    position: fixed;
    right: 0
}
.fixed-top-left {
    position: fixed;
    top: 0;
    left: 0
}
.fixed-top-right {
    position: fixed;
    top: 0;
    right: 0
}
.fixed-bottom-left {
    position: fixed;
    bottom: 0;
    left: 0
}
.fixed-bottom-right {
    position: fixed;
    bottom: 0;
    right: 0
}
.tab .tab-head strong {
    float: left;
    padding: 8px 20px 0 0;
    line-height: 20px
}
.tab .tab-more {
    float: right;
    margin: 10px 0 0 10px;
    font-size: 12px
}
.tab .tab-nav {
    list-style: none
}
.tab .tab-nav li {
    display: inline-block
}
.tab .tab-nav li a {
    color: #333;
    padding: 8px 20px;
    display: block;
    border: solid 1px #EBEBEB;
    line-height: 20px;
    border-bottom: 0;
    border-radius: 4px 4px 0 0
}
.tab .tab-nav .active {
    background-color: transparent
}
.tab .tab-nav .active a {
    cursor: default
}
.tab .tab-body {
    border-top: solid 1px #EBEBEB;
    margin-top: -1px;
    padding-top: 15px
}
.tab .tab-body-bordered {
    border: solid 1px #EBEBEB;
    border-radius: 4px;
    padding: 15px
}
.tab .tab-body .tab-panel {
    display: none
}
.tab .tab-body .active {
    display: block
}
.tab.tab-small strong {
    padding-top: 3px
}
.tab.tab-small .tab-more {
    margin: 5px 0 0 10px
}
.tab.tab-small li a {
    padding: 3px 10px
}
/* 常用TAB */

.tab-normal .tab-head {
    border-radius: 0;
    font-size: 0;
    -webkit-text-size-adjust: none;
    width: 100%;
}
.tab-normal .tab .tab-nav li {
    display: inline-block;
    width: auto;
    text-align: center;
    position: relative;
}
.tab-normal .tab .tab-nav li a {
    background: #fff;
    color: #6e6e6e;
    border-radius: 30px;
    padding: 0px 20px;
    height: 42px;
    line-height: 42px;
    margin: 0 10px;
    display: block;
    border: 0;
    font-size: 16px;
}
.tab-normal .tab .tab-nav .active a {
    cursor: default;
    color: #06C;
}
.tab-normal .tab .tab-nav .active {
    background: none
}
.tab-normal .tab .tab-nav .active a:hover {
    color: #06C
}
.tab-normal .tab .tab-nav li a:focus {
    outline: none;
}
.tab-normal .tab .tab-nav li a:hover {
    color: #06C
}
.tab-normal .tab .tab-body {
    padding: 0;
    border-radius: 0;
    border-top: 0px solid #ff0000
}
/* 常用TAB */



.bg-white, .button.bg, .border-white .button.active, .pointer.border-white .active, .nav-pills.border-white .active a, .nav-main.border-white .nav-head, .pagination.border-white .active {
    background-color: #fff;
}
.padding-big {
    padding: 20px;
}
.bg-white{
    background: url(/template/default/index/new/picture/news1.png) center center #fff;
}
.j-tip-contact {
    cursor: default
}
/* PC导航 */

.header {
    height: 91px;
}
.header .logo {
    padding: 20px 0;
}
.header .logo img {
    max-width: none;
    max-height: 50px;
}
.header .navbar {
    background: #FFF;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03);
    z-index: 9
}
.header .nav {
}
.header .nav li {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.header .nav li.active ul li a {
    color: #3e3e3e;
}
.header .nav li a {
    color: #3e3e3e;
    line-height: 90px;
    position: relative;
    padding: 0 16px;
    font-size: 16px;
    font-weight: 400
}
/* #pc-header .nav li:last-child a{padding:0 0 0 20px;} */

.header .nav li ul {
    top: 90px;
    padding: 0;
}
.header .nav li.active a, .header .nav li a:hover, .header .nav li:hover a.first-level {
    color: #06C;
}
.header .nav li ul {
    display: none;
    margin-top: 0px;
    top: 90px;
    position: absolute;
    display: none;
    min-width: 115px;
    left: -25px;
    padding: 0;
    background: #FFF;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    transition: 0.3s;
    z-index: 99;
}
.header .nav li ul li {
    display: block;
    position: initial;
}
.header .nav li ul li a {
    background: #FFF;
    line-height: 42px;
    color: #3e3e3e;
    font-size: 14px;
    font-weight: normal;
    display: block;
    width: 100%;
    text-align: center;
}
.header .nav li ul li a:hover {
    background: #fff;
    color: #06C;
}
.header .nav li:hover ul {
    display: block
}
/* pc搜索图标 */

.header .searchBar {
    position: absolute;
    top: 37px;
    right: 120px
}
.header a.search-ico i {
    font-size: 18px;
    color: #6E6E6E;
}
/* pc搜索图标 */

.header .header-tel {
    position: absolute;
    top: 32px;
    font-size: 18px;
    color: #06C;
}
.header a.search-ico i {
    font-size: 18px;
    color: #6E6E6E;
}
/* 购物车图标 */

.header .shopBar {
    position: absolute;
    top: 37px;
    right: 80px
}
.header a.shop-ico i {
    font-size: 18px;
    color: #6E6E6E;
}
.header .fixed {
    width: 100%;
}
/* 弹出搜索 begin */

.searchBar-m {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    z-index: 9999;
    text-align: center
}
.searchBar-m .mask {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
}
.searchBar-m a {
    display: block;
    position: absolute;
    right: 5%;
    top: 5%;
    width: 60px;
    height: 60px;
    line-height: 56px;
    font-size: 48px;
    z-index: 9999;
    color: #fff;
}
.searchBar-m a:hover {
    color: #ff9600
}
.searchBar-m .form-group {
    width: 70%;
    max-width: 720px;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -200%);
}
.searchBar-m .input {
    width: 88%;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #f2f2f2;
    color: #6E6E6E;
    height: 60px;
    line-height: 60px;
    float: left;
    padding: 0
}
.searchBar-m .button {
    width: 8%;
    height: 60px;
    line-height: 60px;
    border-bottom: 2px solid #f2f2f2;
    display: block;
    float: left;
    background: url(/template/default/index/new/picture/ico-search-button.png) no-repeat center 50%;
    text-indent: -2000px
}
.searchBar-m .button:hover {
    background: url(/template/default/index/new/picture/ico-search-button.png) no-repeat center 50%;
}
/* 弹出搜索 end */



/*分页 begin*/

.pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: bottom
}
.pagination li {
    display: inline-block!important;
    border: solid 1px #EBEBEB;
    border-radius: 4px
}
.pagination a {
    color: #333;
    padding: 8px 12px;
    line-height: 18px;
    display: block;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s
}
.pagination .disabled a:link, .pagination .disabled a:visited, .pagination .disabled a:hover {
    cursor: not-allowed;
    pointer-events: none;
    color: #EBEBEB
}
.pagination .active {
    pointer-events: none
}
.pagination .active, .pagination a:hover {
    transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s
}
.pagination li {
    margin: 0 5px;
    font-size: 14px;
    border: none;
    border-radius: 4px;
}
.pagination li span {
    border-radius: 4px;
    color: #6e6e6e;
    background: #fff;
    padding: 12px 16px;
    border: 1px solid #DCDCDC;
}
.pagination li a {
    border-radius: 4px;
    color: #6e6e6e;
    background: #fff;
    padding: 12px 16px;
    border: 1px solid #DCDCDC;
}
/* .pagination li i {font-weight:bold;font-size:18px;padding:0 3px} */

.pagination li.active a, .pagination li a:hover {
    background: #333;
    color: #fff;
    border: 1px solid #333;
}
/*分页 end*/

.widget ul {
 *zoom: 1;
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget ul ul {
    border: none;
}
.widget ul:before,  .widget ul:after {
    display: table;
    content: "";
    line-height: 0
}
.widget ul:after {
    clear: both
}
.widget-notip h3 {
    margin-bottom: 13px
}
.widget_categories {
}
.widget_categories ul {
    overflow: hidden;
    padding: 15px;
    color: #999;
}
.widget_categories li .children {
    margin-top: 10px;
}
.widget_categories li {
    float: left;
    width: 43%;
    margin-bottom: 7px;
    list-style: disc;
    margin-left: 20px;
}
.widget_categories li a {
    color: #999;
}
.widget_categories li a:hover {
    color: #333;
}
.widget_categories li ul {
    display: none;
    padding: 0 0 0 15px
}
.widget_categories li li {
    float: none;
    width: auto
}
.widget_categories ul  .layui-tab-content.widget_categories {
    padding-top: 0;
    padding-bottom: 0;
}
.layui-tab-content.widget_categories ul {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.layui-tab-content.widget_categories li {
    width: 41%;
}
.home-banner {
    position: relative;
 color:#fff  overflow: hidden;
}
.home-banner .home-banner-swiper {
    height: 100%
}
.home-banner .home-banner-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    transition: 1s linear 2s;
    transform: scale(1.1)
}
.home-banner .home-banner-swiper .swiper-slide-active, .home-banner .home-banner-swiper .swiper-slide-duplicate-active {
    z-index: 999;
}
.home-banner .home-banner-swiper .swiper-slide-active img, .home-banner .home-banner-swiper .swiper-slide-duplicate-active img {
    transition: 6s linear;
    transform: scale(1);
}
.home-banner .home-banner-swiper .swiper-slide a {
    width: 100%;
    height: 100%;
    display: block;
}
.home-banner .home-banner-swiper .swiper-pagination {
    bottom: 2vw;
    width: 100%
}
.home-banner .home-banner-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    background-color: #fff;
    opacity: .8
}
.home-banner .home-banner-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #000000
}
.home-banner .home-banner-swiper .swiper-button-next, .home-banner .home-banner-swiper .swiper-button-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 26px;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 50%;
    z-index: 1;
    transition: all .6s;
    box-sizing: border-box;
    cursor: pointer;
    color: #fff;
}
.home-banner .home-banner-swiper .swiper-button-next:hover, .home-banner .home-banner-swiper .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, .6)
}
.home-banner .home-banner-swiper .swiper-button-next:active, .home-banner .home-banner-swiper .swiper-button-prev:active {
    transform: scale(1.2)
}
.home-banner .home-banner-swiper .swiper-button-next {
    right: 40px;
    padding-left: 2px
}
.home-banner .home-banner-swiper .swiper-button-prev {
    left: 40px;
    padding-right: 2px
}
.home-banner .home-banner-swiper .swiper-button-next:after, .home-banner .home-banner-swiper .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}
.home-banner .home-banner-swiper .swiper-button-prev:after, .home-banner .home-banner-swiper .swiper-container-rtl .swiper-button-next:after {
    content: '';
}
.index-box {
    padding-top: 80px
}
.index-box-head {
}
.index-box-head h3 {
    position: relative;
    font-size: 30px;
    text-transform: uppercase;
}
.index-box-head p {
    padding: 7px 0;
    font-size: 16px;
    color: #999;
}
.index-box-body {
    margin-top: 15px;
}
.index-box-body .tab .tab-nav li i {
    display: none;
    position: absolute;
    bottom: -10px;
    left: 45%;
}
.index-box-body .tab .tab-nav .active i {
    display: block;
    color: #06C;
}
.index-box-body .tab .tab-body {
    margin-top: 15px;
}
.index-box-body .item {
    overflow: hidden;
}
.index-box-body .item a {
    display: block;
    overflow: hidden;
}
.index-box-body .item a img {
    width: 100%;
    transition: all 0.8s;
}
.index-box-body .item:hover a img {
    transform: scale(1.3);
}
.index-box-body .item:hover .btn-play {
    display: block;
}
.index-box-body .item .btn-play {
    display: none;
    position: absolute;
    top: 40%;
    width: 100%;
    color: rgba(255,255,255,0.6)
}
.index-box-body .item .btn-play i {
    font-size: 48px;
    cursor: pointer;
}
.index-box-body .item .btn-play h2 {
    margin-top: 10px;
}
.index-box-body .item .btn-play h2 a {
    font-size: 24px;
    color: #fff
}
.index-cooperation .index-box-body {
    background: #000;
    min-height: 626px;
}
.index-cooperation .index-box-body img {
    width: 60px;
    height: auto;
}
.index-cooperation-list {
}
.index-cooperation-list {
    margin: 0px 120px;
    padding: 80px 0;
    color: #999;
    text-align: center;
}
.index-cooperation-list li {
    margin: 0 1px 1px 0;
    width: 19.6%;
    display: block;
    float: left;
    background-color: rgba(255,255, 255, 0.1);
}
.index-cooperation-list li hr {
    border-bottom: 1px dashed #eee!important;
}
.index-cooperation-list li h4 {
    font-size: 18px;
}
.index-cooperation-list li .padding {
    padding: 50px;
    padding-bottom: 0;
    height: 210px;
    overflow: hidden;
}
.index-business .index-box-body img {
    width: 100%;
    height: auto;
}
.index-news {
    min-height: 500px;
}
.index-news .index-box-head {
    color: #fff;
}
.index-news .index-box-head h3 {
    margin-bottom: 15px;
}
.index-news .index-box-head p {
    color: #fff;
    font-size: 20px;
}
.index-news .index-box-head span {
    color: #333;
}
.index-news-list {
    margin-top: 30px;
    color: #fff;
}
.index-news-list .date {
    padding: 15px 10px;
    width: 56px;
    height: 46px;
    border-radius: 2px;
    border: 1px solid #fff;
    font-size: 22px;
}
.index-news-list .date .date-year {
    margin-top: 5px;
    font-size: 16px;
}
.index-news-list h3 {
    margin: 20px 0;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
}
.index-news-list h3 a {
    color: #fff;
}
.index-news-list h3 a:hover {
    color: #333;
}
.index-news-list .intro {
    height: 76px;
    overflow: hidden;
    color: #999;
}
.index-news-list .index-news-tags {
    margin-top: 20px;
    overflow: hidden;
}
.index-news-list .index-news-tags .tag:hover {
    border: 1px solid #333!important;
    ;
    color: #333!important;
}
.index-news-list .index-news-tags .tag {
    margin-bottom: 10px;
    background: none;
    color: #797979;
    border-radius: 2px;
    border: 1px solid #797979;
}
.channel-banner {/* height:600px; */
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding: 0;
}
.channel-banner .banner-info {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 0;
    right: 0;
    z-index: 3;
    color: #fff;
}
.channel-banner .banner-info h3 {
    font-size: 5vw;
    font-weight: 600;
    position: relative;
    margin-bottom: 30px;
}
.channel-banner .banner-info h3:before {
    left: 50%;
    margin-left: -15px;
    bottom: -10px;
    width: 30px;
    height: 3px;
    background: #ff9600;
    content: '';
    display: block;
    position: absolute;
}
.channel-banner .banner-info p {
    font-size: 3vw;
}
.channel-banner .banner-info {
    display: block;
}
.channel-box {
    margin-top: 80px;
}
.channel-box-head {
}
.channel-box-head h3 {
    position: relative;
    font-size: 30px;
    text-transform: uppercase;
}
.channel-box-head p {
    padding: 7px 0;
    font-size: 16px;
    color: #999;
}
.channel-nav {
    margin-top: 30px;
}
.channel-nav li {
    display: inline-block;
    width: auto;
    text-align: center;
    position: relative;
}
.channel-nav li a {
    background: #f2f2f2;
    color: #6e6e6e;
    border-radius: 30px;
    padding: 0px 20px;
    height: 42px;
    line-height: 42px;
    margin: 0 10px;
    display: block;
    border: 0;
    font-size: 16px;
}
.channel-nav a.active {
    background: #06C;
    color: #fff;
}
.channel-nav li a:focus {
    outline: none;
}
.channel-nav li a:hover {
    background: #06C;
    color: #fff
}
.channel-body {
    margin-top: 25px;
}
.channel-body .item {
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #f3f3f3;
    background: #fff;
}
.channel-body .item a.image {
    display: block;
    overflow: hidden;
}
.channel-body .item a.image img {
    width: 100%;
    transition: all 0.8s;
    max-height: 232px;
}

@media screen and (max-width:768px) {
.channel-body .item a.image img {
    width: 100%;
}
}
.channel-body .item:hover a.image img {
    transform: scale(1.3);
}
.channel-body .item:hover {
    -webkit-transition: .3s;
    transition: .3s;
    box-shadow: 0 5px 20px 5px rgba(0,0,0,.05);
}
.channel-body .item:hover .btn-play {
    display: block;
}
.channel-body .item .btn-play {
    display: none;
    position: absolute;
    top: 31%;
    width: 100%;
    color: rgba(255,255,255,0.6)
}
.channel-body .item .btn-play i {
    font-size: 48px;
    cursor: pointer;
}
.channel-body .item-info {
    padding-bottom: 20px;
    text-align: center;
    font-size: 14px;
}
.channel-body .item-info i {
    font-size: 18px;
    margin-right: 5px;
}
.channel-body .item-info h2 {
    padding: 20px 0;
    font-size: 18px;
}
.channel-pagination {
    margin: 20px 0 20px;
    line-height: 32px;
    text-align: center;
}
.page-content {
    padding: 60px 15px;
}
.page-content h1 {
    position: relative;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
}
.channel-box-head p {
    padding: 7px 0;
    font-size: 16px;
    color: #999;
}
.page-content .meta {
    padding: 15px 0 30px 0;
    text-align: center;
}
.page-content .post {
    padding: 20px 0;
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
}
.page-content .video {
    max-width: 960px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.project-content {
    padding: 60px 15px;
}
.project-content h1 {
    position: relative;
    font-size: 30px;
    text-transform: uppercase;
}
.project-content .meta {
    padding: 15px 0 30px 0;
    color: #999;
}
.project-content .meta a {
    color: #999;
}
.project-content .meta a:hover {
    color: #333;
}
.project-content .post {
    padding: 20px 0;
    margin: 0 auto;
    width: 100%;
}
.project-content .project-detail {
    font-size: 14px;
    color: #333;
}
.project-content .project-detail p {
    padding: 10px 0;
    color: #999;
}
.project-content .project-detail span {
    font-size: 16px;
}
.page-about {
}
.page-about h1 {
    position: relative;
    font-size: 30px;
    text-transform: uppercase;
}
.page-about .post {
    padding: 60px 0;
    margin: 0 auto;
    width: 100%;
}
.page-jobs {
    padding-bottom: 30px;
    padding-top: 60px;
}
.jobs-list {
    padding-top: 10px;
}
.jobs-list .jobs-item {
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 0px 10px 0px rgba(0,0,0,.05);
}
.jobs-list .jobs-item .content {
    padding: 30px;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    color: #666;
    border-right: 1px solid #eee;
    overflow: hidden;
}
.jobs-list .jobs-item .info {
    padding: 40px;
    text-align: center;
}
.jobs-list .jobs-item .info h1 {
    margin-bottom: 26px;
    font-size: 28px;
    font-weight: 400;
}
.jobs-list .jobs-item .info p {
    margin: 5px 0;
    font-weight: 400;
    font-size: 18px;
    color: #999;
}
.jobs-list .jobs-item .info p.number {
    color: #333;
}
.jobs-list .jobs-item .info p em {
    color: #000000;
    font-style: normal;
}
.jobs-list .jobs-item .info a {
    margin-top: 26px;
    padding: 0 46px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    background-color: #333;
}
.jobs-list .jobs-item .info span.date {
    display: block;
    margin-top: 15px;
    color: #999;
}
.send-resume-dialog {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75);
    z-index: 1000002
}
.send-resume-dialog .send-resume-innner {
    position: relative;
    width: 620px;
    padding: 30px 80px;
    background: #fff;
    border-radius: 6px
}
.send-resume-dialog .form-group {
    margin-bottom: 20px;
    font-size: 14px
}
.send-resume-dialog .form-control {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    outline: none;
    transition: all .3s
}
.send-resume-dialog .form-control:active, .send-resume-dialog .form-control:focus {
    border-color: #000000
}
.send-resume-dialog .recruit-group-head {
    position: relative;
    line-height: 1;
    font-size: 24px;
    text-align: center
}
.send-resume-dialog .upload-form-group {
    display: flex;
    height: 50px;
    line-height: 50px;
    border: 1px solid #d1d1d1;
    padding: 6px 12px;
    border-radius: 6px;
    color: #666;
    box-sizing: border-box
}
.send-resume-dialog .upload-form-group .form-label {
    float: left;
    line-height: 1;
    padding-top: 10px
}
.send-resume-dialog .upload-form-group .form-label-success {
    color: green
}
.send-resume-dialog .upload-form-group .form-label-error {
    color: #000000
}
.send-resume-dialog .form-submit {
    display: block;
    width: 180px;
    line-height: 50px;
    border-radius: 6px;
    margin: 0 auto;
    font-size: 24px;
    border: none;
    color: #fff;
    background: #000000;
    outline: none;
    cursor: pointer
}
.send-resume-dialog .form-submit:hover {
    opacity: .9
}
.send-resume-dialog .submit-status-error, .send-resume-dialog .submit-status-success {
    position: absolute;
    bottom: 65px;
    color: #000000
}
.send-resume-dialog .submit-status-success {
    color: green
}
.send-resume-dialog .form-close:hover {
    opacity: 1
}
.upload-files-wrap {
    display: flex;
    align-items: center;
    margin-left: auto
}
.upload-files-wrap .upload-files-area, .upload-files-wrap .upload-files-name {
    display: flex
}
.upload-files-wrap .upload-files-name {
    padding-right: 7px;
}
.upload-files-wrap .upload-files-area .form-files-btn:hover {
    opacity: .8
}
.upload-files-wrap .fa-upload {
    font-size: 24px
}

@media screen and (max-width:768px) {
.upload-files-wrap .upload-files-area .form-files-btn {
    display: block;
    padding-left: 15px;
    margin-right: -8px;
    transform: scale(.7)
}
.jobs-list .jobs-item .content {
    border-right: 0px solid #eee;
    border-bottom: 1px solid #eee;
}
.jobs-list .jobs-item .info h1 {
    margin-bottom: 16px;
}
.jobs-list .jobs-item .info {
    padding: 30px;
}
.jobs-list .jobs-item .info button {
    margin-top: 16px;
}
}

@media screen and (max-width:768px) {
.send-resume-dialog .send-resume-innner {
    width: 100%;
    padding: 10px;
    box-sizing: border-box
}
.send-resume-dialog .form-close {
    width: 20px;
    height: 20px;
    top: 0;
    right: 0
}
.page-jobs {
    padding-bottom: 30px;
    padding-top: 20px;
}
}
/* 路径 */

.nav-bread {
    padding: 0;
    height: 70px;
    line-height: 70px;
    font-size: 0
}
.nav-bread h2 {
    font-size: 24px;
    font-weight: 600
}
.nav-bread a {
    color: #888888;
    font-size: 14px;
    display: inline-block;
}
.nav-bread a:hover {
    color: #ff9600
}
.nav-bread a:after {
    content: "";
    padding: 0 10px;
    background: url(/template/default/index/new/picture/nav-bread.png) no-repeat center 50%;
}
.nav-bread a:last-child:after {
    content: "";
    background: none;
}
/* 路径 */



/* 上下篇  */

.prenext-pro a.button {
    height: 70px;
    line-height: 70px;
    padding: 0 25px
}
.prenext-pro a.button:hover {
    background: #ff9600;
    color: #fff
}
.prenext-pro a.border {
    border: 1px solid #eee
}
.news-container {
    margin-right: 30px;
}

@media screen and (max-width:768px) {
.news-container {
    margin-right: 0px;
}
}
.news-list .item {
    padding: 15px 0;
    border-top: 1px solid #f4f4f4;
}
.news-list .item:hover {
    box-shadow: 2px 5px 5px #ededed;
}
.news-list .item .image img {
    width: 100%;
    height: auto;
}
.news-list .item .info {
    padding: 0 15px;
    min-height: 150px;
    position: relative;
}
.news-list .item h3 {
    font-size: 18px;
    padding: 10px 0;
}
.news-list .item p {
    font-size: 14px;
    color: #999;
}
.news-list .item .tags {
    padding: 0 15px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.news-list .item .date {
    padding: 0 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    color: #999;
}
.tag {
    display: inline-block;
    transition: .5s;
    margin-right: 10px;
    font-size: 12px;
}
.tag.padding {
    padding: 5px 10px
}
.tag {
    color: #fff;
    border-radius: 2px;
}
.tags .tag:nth-child(1) {
    background: #333;
    color: #fff;
}
.tags .tag:nth-child(2) {
    background: #FFBB50;
}
.tags .tag:nth-child(3) {
    background: #1AC756;
}
.tags .tag:nth-child(4) {
    background: #19B5FE;
}
.tags .tag:nth-child(5) {
    background: #009688;
}
.layui-tab-brief>.layui-tab-title .layui-this {
    color: #333;
    text-align: left;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after,  .layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 2px solid #333;
}
.news-tags-tab .tags-list .tag:hover {
    border: 1px solid #333!important;
    ;
    color: #333!important;
}
.news-tags-tab .tags-list .tag {
    margin-bottom: 10px;
    background: #fff;
    color: #999;
    border-radius: 10px;
    border: 1px solid #e4e4e4;
}
;
/* 纯文字列表  begin*/

.list-text li {
    padding: 5px 0;
}
.list-text li a {
    display: block;
}
.list-text li.dot {
    padding: 5px 0;
    border-bottom: 1px dashed #eee;
}
.list-text li.dot a {
    padding-left: 15px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-text li.dot:hover a:before {
    background: #ff9600;
}
.list-text li.dot a:before {
    content: '';
    position: absolute;
    left: -2px;
    background: #ccc;
    width: 6px;
    height: 6px;
    top: 9px;
    border-radius: 50%
}
.list-text li.dot .date {
    float: right;
    color: #999;
    line-height: 24px;
}
/* 纯文字列表  end*/









/* 内容 begin */

.article {
    overflow: hidden
}
.article .padding-large {
    padding: 40px 50px 40px;
    margin-right: 30px;
    text-align: justify;
	background:  url(/template/default/index/new/picture/news1.png) center center #fff;
}

@media screen and (max-width:768px) {
.article .padding-large {
    margin-right: 0px;
    padding: 20px 20px;
    text-align: justify;
}
.article h1 {
    font-size: 24px !important;
}
}
.article h1 {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}
.article hr {
    margin: 10px 0;
    height: 1px
}
.article .meta {    
	margin: 10px 0 0 0;
    color: #999;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.article .post h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0
}
.article .post h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0
}
.article .post strong {
    font-size: 16px;
    margin: 10px 0
}
.article .post table {
    margin: 20px 0
}
.article .post table th {
    background: #daf0fd;
    color: #fff;
    border: 1px solid #fff
}
.article .post table tr.ue-table-interlace-color-single {
    background: #daf0fd
}
.article .post p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px
}
.article .post img {
    max-width: 100%;
    height: auto !important;
}
.article .post a {
    text-decoration: none;
}
.article .post a:hover {
    color: #ff9600;
    border-bottom: 0 solid #ff9600
}
.article .post .text-right {
    text-align: right
}
.article .post ul li {
    padding: 0 0 5px 20px;
    position: relative;
    font-size: 16px
}
.article .post ul li p {
    line-height: 24px
}
.article .post ul li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    background: #888888;
    width: 7px;
    height: 7px;
    border-radius: 50%
}
.article .post ol {
    padding: 10px 0 0 0
}
.article .post ol.list-paddingleft-2 {
    position: relative
}
.article .post ol li {
    padding: 0;
    position: relative
}
.article .post ol li p {
    line-height: 26px;
    font-size: 16px;
    color: #888888
}
.news-right-search {
    margin-top: 0;
}
.search-input-group {
    position: relative;
}
.search-input-group button.layui-btn-primary {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: #06C;
    color: #fff;
    border-top-left-radius: 0;     /* 左上角 */
    border-bottom-left-radius: 0;  /* 左下角 */
}
.news-view-right .layui-tab {
    margin: 0;
}
.news-recommend-list {
}
.news-recommend-list .image {
    float: left;
    width: 120px;
}
.news-recommend-list .image img {
    width: 100%;
    height: auto;
}
.news-recommend-list .info {
    padding-left: 130px;
}
.news-recommend-list .info h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
.news-recommend-list .info p {
    color: #999;
}
.news-recommend-list .info .tags {
    margin-top: 10px;
}
.mobill {
    display: none;
}

@media screen and (max-width:1500px) {
.index-cooperation-list li .padding {
    padding: 2%;
}
}

@media screen and (max-width:1200px) {
.layui-hide-xs {
    display: none;
}
.mtala {
    position: initial;
}
.mobill {
    display: block;
}
.header .header-tel {
    right: 17%;
}
.navv {
    display: none;
    position: absolute;
    top: 66px;
    right: 0;
    padding: 3%;
    background: #b71f27;
}
.navv ul li {
    float: none;
    border-bottom: 1px solid #af2a31;
}
.navv ul li a {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: none !important;
    color: #fff
}
.navb {
    position: relative;
    z-index: 999999999;
}
.slidd {
    position: absolute;
    right: 0;
    top: 30px;
}
.slidd span {
    height: 5px;
    width: 30px;
    display: block;
    margin-bottom: 4px;
    background: #b5202a
}
}

@media screen and (max-width:800px) {
.index-cooperation-list {
    margin: 0;
    padding: 2%;
}
.index-cooperation-list li {
    width: 49.6%;
}
.header {
    height: 81px;
}
.header .logo img {
    max-width: none;
    max-height: 40px;
}
}
.layui-row .layui-col-sm6:nth-child(2){
	text-align: right;
}