﻿/*新闻*/
.news{
   padding-bottom:580px;
    margin-top:40px;
}
.news .layout {
    position: relative;
}
.news .left {
    width: 580px;
    height: 480px;
    position: absolute;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    background: #fff;
    z-index: 20;
    left: 0;
}
.news .left .news-item img{
    width:580px;
    height:330px;
}
.news .left .news-item .text{
    padding:22px;
}
.news .left .news-item .text p {
    font-size: 16px;
    color: #006883;
    padding-bottom:10px;
}
.news .left .news-item .text h3 {
    font-size: 24px;
    color: #444;
}
.news .news-item a:hover  h3{
    color: #006984 !important;
}
.slick-dots {
    bottom: 150px;
    position: absolute;
    z-index: 99;
}
.slick-dots li{
    display:inline-block;
}
.slick-dots li button{
    display:none;
}
.left-news-slider .slick-dots li{
    width:40px;
    height:8px;
    border-radius:2px;
    background-color:rgba(255,255,255,.8);
    margin-left:10px;
}
.left-news-slider .slick-dots .slick-active {
    background-color: rgba(51,151,85,.8);
}
.news .right {
    width: 660px;
    height: 480px;
    position: absolute;
    background: url(/Resource/Images/right-news-bg.jpg) no-repeat;
    right: 0;
    top:30px;
    z-index: 10;
    padding:40px 40px 40px 80px;
    box-sizing:border-box;
}

.news .right .title h2 {
    font-size: 32px;
    color: #fff;
}

.news .right .title h3 {
    font-size: 32px;
    color: #69bb85;
}
.news .right .frt {
    margin-top: 15px;
}
.news .right .title a {
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
}
.news .right .title a:hover{
    background:#fff;
    color:#006984;
}
.news .right li {
    height: 38px;
    line-height: 38px;
    font-size: 16px;
}
.news .right li a {
    float: left;
    height: 38px;
    line-height: 38px;
    width:400px;
    overflow:hidden;
    text-overflow:ellipsis;
    color:#fff;
}
.news .right li a:hover {
    color: #d7f976;
}
.news .right li span {
    color: #d7f976;
    float: right;
}

/*通知公告*/

.notice .title{
    position:relative;
}
.notice .title h2 {
    font-size: 32px;
    color: #333;
}

.notice .title h3 {
    font-size: 32px;
    color: #f2f2f2;
}

.notice .title .more {
    border: 1px solid #006984;
    color: #006984;
    padding: 8px 20px;
    border-radius: 5px;
}
.notice .title .more:hover{
    background:#006984;
    color:#fff;
}
.notice .title .tabs {
    position: absolute;
    left: 150px;
    top: 10px;
}
.notice .title .tabs a {
    float: left;
    width: 90px;
    height: 30px;
    color:#444;
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}
.notice .title .tabs a.active {
    background: #339755;
    color: #fff;
}

#tabs-container{
    overflow:hidden;
}
#tabs-container .time {
    border: 1px solid #acca56;
    width:50px;
    height:50px;
    float:left;
    margin-right:18px;
}
#tabs-container .time p {
    font-size: 12px;
    color: #acca56;
    text-align:center;
    padding-top:5px;
}
#tabs-container .time h4 {
    font-size: 24px;
    color: #acca56;
    font-weight: bold;
    text-align: center;
}
#tabs-container li {
    height: 52px;
    margin-top: 20px;
    margin-right: 45px;
    float: left;
}

#tabs-container li:nth-child(3n) {
    margin-right: 0;
}
#tabs-container li a {
    float: left;
    width: 300px;
    font-size:16px;
    padding-top:4px;
}
#tabs-container .swiper-slide ul{
    float:left;
}

/**/
.intro{
    margin-top:120px;
    height:560px;
}
.intro .layout {
    position: relative;
}
.intro .honor {
    width: 500px;
    height: 360px;
    position: absolute;
    left: 0;
    background: url(/Resource/Images/intro1.jpg) no-repeat rgba(0,0,0,.1);
    z-index:10;
}
.intro .honor .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    z-index: 10;
}
.intro .honor .title {
    color: #fff;
    position: absolute;
    left:40px;
    top:40px;
    z-index:20;
}
.intro .honor .title h2{
    font-size:32px;
}
.intro .honor .title h3 {
    color: #cfcfcf;
    font-size: 32px;
    padding-bottom:20px;
}
.intro .honor .title a{
    font-size:16px;
    color:#fff;    
}
.intro .honor .title a:hover{
    color:#acca56;
}
.technology {
    width: 420px;
    height: 430px;
    background: linear-gradient(135deg, #e38a59 0%, #f08b7c 100%);
    position: absolute;
    top: 30px;
    left: 390px;
    z-index: 20;
    color: #fff;
    padding: 40px;
    box-sizing: border-box;
}
.technology .title{
    
}
.technology .title h2{
    font-size:32px;
}
.technology .title h3 {
    font-size: 32px;
    color: #e79575;
}
.technology .title a {
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 20px;
    border-radius: 5px;
}
.technology .title a:hover{
    background:#fff;
    color:#006984;
}

.technology .time {
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 18px;
}

.technology .time p {
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding-top: 5px;
}

.technology .time h4 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.technology li {
    height: 52px;
    margin-top: 20px;
}

.technology li a {
    float: left;
    width: 250px;
    font-size: 16px;
    padding-top: 4px;
    color:#fff;
}
.technology li a:hover{
    color:#d7f976;
}
.machine {
    width: 430px;
    height: 420px;
    position: absolute;
    right: 0;
    background: #fbfbfb;
    padding: 40px 40px 40px 80px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-sizing: border-box;
}
.machine .title h2{
    font-size:32px;
    color:#444;
}
.machine .title h3 {
    font-size: 32px;
    color: #eeeeee;
}
.machine .title a {
    color: #e68a59;
    border: 1px solid #e68a59;
    padding: 8px 20px;
    border-radius: 5px;
}
.machine .title a:hover{
    background:#fff;
    color:#006984;
    border:1px solid #006984;
}
.machine ul {
    position: relative;
    margin-top: 10px;
}
.machine ul:before {
    content: '';
    width: 1px;
    height: 260px;
    position: absolute;
    background: #e1e1e1;
    top:20px;
}
.machine ul li {
    padding-left: 40px;
    line-height: 42px;
    position: relative;
    font-size:18px;
}
.machine ul li:before {
    content: '';
    width: 30px;
    height: 1px;
    position: absolute;
    background: #e1e1e1;
    left:0;
    top:21px;
}
.machine ul li a{
    color:#444;
}
.machine ul li a:hover{
    color:#006984;
}

.colum {
    background: url(/Resource/Images/tese-bg.png) no-repeat;
    height: 400px;
}
.colum h2{
    font-size:32px;
    text-align:center;
}
.colum h3 {
    font-size: 28px;
    text-align: center;
    color: #f2f2f2;
}
.colum ul{
    margin-top:30px;
}
.colum li {
    float: left;
}
.colum li a {
    display: block;
    width: 380px;
    height: 214px;
    overflow:hidden;    
}
.colum li img {
    width: 380px;
    height: 214px;
    transition: all 1s cubic-bezier(0.5, 0, 0.2, 1);
}
.colum li a:hover{
    box-shadow:0 0 10px rgba(0,0,0,.2);
}
.colum li a:hover img {
    transform: scale(1.1);
}