html,body{
    font-family: '微软雅黑';
}
.header-box{
    height: 104px;
}
.layui-logo{
    margin-top: 30px;
}
.input-search{
    float: right;
    width: 470px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background-color: #f5f5f5;
    text-indent: 20px;
    margin-top: 30px;
}
.search-icon{
    display: inline-block;
    position: absolute;
    right: 6px;
    cursor:pointer;
    top: 40px;
    width: 18px;
    height: 18px;
    background-image: url("../img/search.png");
}
.nav-bg{
    background-color: #2495e4;
    height: 50px;
    min-width: 1200px;
}
.layui-nav .layui-nav-item a{
    color: #fff;
}
.layui-nav .layui-this{
    background-color: #147ac1;
}
.layui-nav-child{
    background-color: #2495e4;
    border: 0;
    box-shadow: none;
}
.item-last-child{
   margin-right: 0 !important;
}
.content-box{
    margin-top: 20px;
}
.content-left{
    float: left;
    width: 880px;
}
.content-right{
    float: right;
    width: 290px;
}
.list-box{
    border: 1px solid #e6e6e6;
    margin-top: 40px;
}
.list-title{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding-left: 10px;
    padding-top: 10px;
    position: relative;
}
.more{
    font-size: 14px;
    color: #999999;
    position: absolute;
    right: 10px;
    top: 20px;
}
.more:hover{
    color: #2495e4;
}
.title-p{
    padding-left: 10px;
    font-size: 12px;
    color: #999999;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}
.left-img{
    float: left;
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 416px;
}
.left-img img{
    width: 416px;
    height: 238px;
}
.hover-img img{
    transition: all 0.6s;
}
.hover-img img:hover{
    transform: scale(1.03);
}
.right-text{
    float: right;
    width: 435px;
}
.text-box{
    font-size: 14px;
    color: #333;
    line-height: 30px;
    margin-top: 30px;
    margin-right: 15px;
}
.bt-details{
    margin-top: 30px;
    border: 1px solid #2495e4;
    color: #2495e4;
    background-color: #fff;
    width: 140px;
    text-align: center;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
.bt-details:hover{
    background-color: #2495e4;
    color: #fff;
}
.time-box{
    position: relative;
    font-size: 14px;
    color: #999;
    margin-top: 20px;
}
.icon-time{
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    position: relative;
    top:2px;
    background-image: url("../img/icon-time.png");
}
.new-title{
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-top: 15px;
}
.industry-title{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
    margin-top: 20px;
}
.industry-text{
    font-size: 14px;
    color: #666666;
    margin-top: 6px;
    line-height: 24px;
}
.new-text{
    font-size: 14px;
    color: #666666;
    margin-top: 25px;
    line-height: 30px;
}
.new-img{
    float: left;
    width: 136px;
}
.new-img img{
    width: 136px;
    height: 88px;
}
.new-list{
    margin-top: 20px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
}
.right-text .new-list:last-child{
    border: 0;
}
.new-content .text{
    font-size: 16px;
    color: #333;
    line-height: 22px;
    margin-top: 10px;
    width: 260px;
    height: 44px;
    overflow: hidden;
}
.new-content .time-box{
    margin-top: 10px;
}
.city-list{
    float: left;
    width: 268px;
    border: 1px solid #e6e6e6;
    margin-right: 20px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
}
.city-list .hover-img img{
    width: 250px;
    height: 196px;
}
.city-title{
    font-size: 16px;
    color: #333333;
    text-align: left;
    text-indent: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-top: 20px;
    margin-right: 10px;
}
.city-text{
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    text-align:left;
    padding: 0 10px;
    margin-top: 10px;
}
.city-box{
    padding: 20px 14px;
}
.city-box .city-list:last-child{
    margin-right: 0;
}
.new-content{
    float: right;
    width: 280px;
}
.login-box{
    border: 1px solid #e6e6e6;
}
.login-box .layui-tab-title{
    border: 0;
    margin-left: 32px;
    height: 32px;
}
.login-box .layui-tab-brief>.layui-tab-title .layui-this{
    color: #2495e4;
}
.login-box .layui-tab-title li{
    padding: 0;
    min-width: 0;
    margin-right: 55px;
}
.login-box .layui-tab-title li:last-child{
    margin-right: 0;
}
.login-box .layui-tab-brief>.layui-tab-title .layui-this:after{
    border-bottom: 1px solid #2495e4;
    height: 32px;
}
.login-form{
    margin-left: 20px;
}
.login-input{
    border: 1px solid #cccccc;
    height: 30px;
    line-height: 30px;
    text-indent: 15px;
    font-size: 14px;
    width: 222px;
    margin-top: 10px;
}
.login-error{
    font-size: 14px;
    color: #ff3d3d;
    height: 25px;
    line-height: 25px;
}
.login-input:focus{
    border: 1px solid #2495e4;
    color: #2495e4;
}
.bt-login{
    width: 224px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #2495e4;
    color: #fff;
    font-size: 14px;
    border: 0;
    opacity: 0.8;
    cursor: pointer;
}
.bt-login:hover{
    opacity: 1;
}
.announcement-box{
    margin-top: 15px;
}
.announcement-box h3{
    padding-left: 0;
}
.announcement-box p{
    padding-left: 0;
}
.announcement-pic-box{
    position: relative;
    margin-top: 17px;
}
.announcement-pic-box:hover .announcement-text{
    height: 42px;
}
.announcement-content{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 0 10px;
}
.announcement-title{
    font-size: 14px;
    font-weight: bold;
    line-height: 34px;
}
.announcement-text{
    transition: all 0.6s;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    height: 0;
}
.announcement-time{
    text-align: right;
    font-size: 12px;
    margin-bottom: 10px;
 }
.Conference-box{
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
    padding-top: 8px;
    height: 250px;
    overflow: hidden;
}
.Conference-box a:hover{
    color: #2495e4;
}
.Conference-box li{
    list-style-type:disc;
    line-height: 20px;
    margin-top: 15px;
    margin-left: 28px;
}
.industry-box{
    padding: 20px 14px 20px;
    border-bottom: 1px solid #e6e6e6;

}
.industry-box .hover-img img{
    width: 260px;
    height: 180px;
}
.list-box .industry-box:last-child{
    border: 0;
}
.industry-pic-box{
    position: relative;
}
.industry-time{
    position: absolute;
    left: 10px;
    bottom: 10px;
    text-align: center;
    color: #fff;
}
.industry-time div{
    font-size: 22px;
    line-height: 30px;
    background: rgba(0,0,0,0.5);
}
.industry-time p{
    background: rgba(0,0,0,0.5);
    line-height: 18px;
    margin-top: 1px;
    font-size: 12px;
    padding: 0 5px;
}
.footer-box{
    border-top: 1px solid #e6e6e6;
    margin-top: 65px;
    min-width: 1200px;
}
.friendship-box{
    position: relative;
    margin-top: 50px;
    margin-left: 158px;
    margin-right: 75px;
}
.friendship-box a{
    display: inline-block;
    /*margin: 0 15px;*/
}
.friendship-text{
    line-height: 50px;
    top: 0;
    bottom: 0;
    left: -158px;
    position: absolute;
    font-size: 14px;
    color: #666;
}
.arrow-left,.arrow-right{
    position: absolute;
    width: 38px;
    height: 38px;
    text-align: center;
    background-color: #f2f2f2;
    opacity: 0.8;
    cursor: pointer;
    top: 6px;
}
.arrow-left img,.arrow-right img{
    margin-top: 10px;
}
.arrow-left{
    left: -65px;
}
.arrow-right{
    right: -75px;
}
.footer-bg{
    background-color: #1b2d42;
    margin-top: 50px;
    text-align: center;
    height: 220px;
}
.copyright{
    font-size: 14px;
    color: #fff;
    padding-top: 70px;
}
.footer-text{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin-top: 20px;
}
.arrow-left:hover,.arrow-right:hover{
    opacity: 1;
}
.link-hover:hover{
    opacity: 0.8;
}
.title-hover:hover{
    color: #2495e4;
}

input::-webkit-input-placeholder {
    color: #999999;
}
input::-moz-input-placeholder {
    color: #999999;
}
input::-ms-input-placeholder {
    color: #999999;
}


.left-menu{
    float: left;
    width: 210px;
}
.left-menu .layui-nav-tree{
    width: 210px;
}
.right-box{
    float: right;
    width: 950px;
}
.left-menu ul li{
    line-height: 58px;
    text-align: center;

}
.nav-title{
    font-size: 16px;
    background-color: #2495e4;
    color: #fff;
}
.left-menu .layui-nav-tree .layui-nav-bar{
    background-color: #2495e4;
}
.left-menu .layui-nav-tree .layui-nav-item{
    line-height: 58px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    width: 208px;
}
.left-menu .layui-nav-tree .layui-nav-item a{
    height: 58px;
    line-height: 58px;
    color: #666666 !important;
    text-align: left;
    padding-left: 75px;
}
.left-menu .layui-nav{
    background-color: #fff;
}
.left-menu .layui-nav-tree .layui-nav-item a:hover{
    background-color: #fff;
}
.left-menu .layui-nav-tree .layui-this a{
    background-color: #fff;
    color: #2495e4 !important;
}
.text-gt{
    display: none;
}
.layui-this .text-gt{
    display: inline;
}
.layui-this .nav-bar{
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    width: 5px;
    background-color: #2495e4;
}
.contact-list{
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    position: relative;
    min-height: 58px;
}
.contact-list span{
    font-size: 14px;
    color: #666666;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
}
.contact-text{
    padding-left: 60px;
    font-size: 14px;
    color: #333333;
    text-align: left;
    line-height: 20px;
    padding-top: 19px;
}
.team-content .breadcrumb-title{
    border: 1px solid #e6e6e6;
    line-height: 58px;
    padding-left: 38px;
}
.team-content .breadcrumb-title a:hover{
    color: #2495e4 !important;
}
.team-content .layui-tab-content{
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}
.team-content .left-img{
    margin-left: 40px;
    width: 300px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.team-content .right-text{
    width: 560px;
    margin-top: 40px;
}
.team-content .list-title{
    padding-left: 0;
}
.team-content .text-box{
    margin-top: 15px;
    height: 60px;
    overflow: hidden;
}
.team-content .bt-details{
    margin-top: 40px;
}
.team-content .layui-tab-content{
    padding: 0;
}
.notice-box .Conference-box{
    height: auto;
}
.notice-box .Conference-box li{
    margin-left: 60px;
    position: relative;
    padding-right: 120px;
}
.right-time{
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 14px;
    color: #999;
}