@import url("./base.css");

body{
    background-color: #F6F6F6;
}
h1,h2,h3,h4,h5,
p{
    margin:0;
}

.row1{
    background-color: #f4f1e9;
}
.row1 .ui-box-head{
    padding:35px 0 5px 0;
}
.row1 .ui-box-head-title{
    line-height:33px;
    background: url('/static/img/busline.gif') center 3px no-repeat;
    text-align: center;
    padding-bottom:5px;
    font-size: 26px;
    color: #d70c0c;
}
.row1 .ui-box-head-text{
    text-align: center;
    color: #595669;
    font-size: 16px;
}
.row1 .ui-box-body{
    padding:25px 0  56px;
}
.row1 .ui-box-body ul{
    overflow: hidden;
}
.row1 .ui-box-body ul li{
    float: left;
    width:20%;
}
.row1 .ui-box-body ul li a{
    display: block;
    width:122px;
    margin: 0 auto;
}
.row1 .ui-box-body ul li a .img{
    border: 6px solid #F6F6F6;
    height:122px;
    border-radius: 50%;
    background-color: #ffc107;
    position: relative;
}
.row1 .ui-box-body ul li:nth-child(1) a .img{
    background-color: #83D5FC;
}
.row1 .ui-box-body ul li:nth-child(2) a .img{
    background-color: #F581E4;
}
.row1 .ui-box-body ul li:nth-child(3) a .img{
    background-color: #B4E965;
}
.row1 .ui-box-body ul li:nth-child(4) a .img{
    background-color: #FDCB6F;
}
.row1 .ui-box-body ul li:nth-child(5) a .img{
    background-color: #24D0D0;
}
.row1 .ui-box-body ul li a .img .icon{
    position: absolute;
    top:50%;
    left:50%;
    font-size: 50px;
    fill: #fff;
    margin-left:-25px;
    margin-top:-25px;
}
.row1 .ui-box-body ul li a:hover .img{
    border-color: #E2E4E1;
    background-color: #e83e8c;
}
.row1 .ui-box-body ul li a .text{
    display: block;
    line-height:20px;
    padding-top:10px;
    font-size:16px;
    text-align: center;
    color: #29283a;
}

.row2{
    background: url('/static/img/bg3.jpg') center 0 repeat;
    background-size: 100% 100%;
}
.row2 .ui-box-head{
    padding:40px 0 10px;
    height: 105px;
    line-height:55px;
    overflow: hidden;
    border-bottom: 3px solid #000;
}
.row2 .ui-box-head label{
    float: left;
    font-family: '黑体';
    font-size: 51px;
    color: #767676;
    margin:0;
}
.row2 .ui-box-head-title{
    color: #DD1C1C;
    font-size: 26px;
    float: left;
    line-height:35px;
    background: url('/static/img/plus.gif') right 5px no-repeat;
    margin-left:10px;
    margin-top: 15px;
    padding-right:5px;
}
.row2 .ui-box-head-text{
    float: left;
    font-size:16px;
    line-height:18px;
    color: #767676;
    margin-top:33px;
    margin-left:10px;
    font-family: Arial;
}
.row2 .ui-box-head-more{
    float: right;
    font-size: 14px;
    color: #DD1C1C;
    display: inline;
    margin: 35px 0 0 0;
    line-height:16px;
}
.row2 .ui-box-body{
    padding:40px 0;
}
.row2 .ui-box-body ul{
    overflow: hidden;
}
.row2 .ui-box-body ul li{
    float: left;
    width: 50%;
    padding: 0 40px;
    margin-bottom:40px;
}
.row2 .ui-box-body ul li a{
    display: block;
    height:300px;
    overflow: hidden;
    background-color: #efefef;
    position: relative;
}
.row2 .ui-box-body ul li a .img{
    width:100%;
    height:300px;
}
.row2 .ui-box-body ul li a img{
    transition: all 0.6s;
    width:100%;
}
.row2 .ui-box-body ul li a .text{
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    height:40px;
    line-height:40px;
    text-align: center;
    color:#fff;
    font-size:16px;
    background-color: rgba(43, 40, 59, .5);
    display: none;
}
.row2 .ui-box-body ul li a:hover .text{
    display: block;
}
.row2 .ui-box-body ul li a:hover img{
    transform: scale(1.08);
}
.row3{
    padding-bottom: 50px;
    background-color: #f4f1e9;
}
.row3-l{
    float: left;
    width: 820px;
}
.row3-l .ui-box-head{
    padding:35px 0 15px;
    overflow: hidden;
    border-bottom:4px double #D7D7D7;
}
.row3-l .ui-box-head-title{
    float: left;
    color: #d70c0c;
    font-size: 26px;
    padding: 15px 0 0 23px;
    line-height:35px;
    position: relative;
}
.row3-l .ui-box-head-title::before{
    position: absolute;
    bottom:0px;
    left:9px;
    width:5px;
    height:35px;
    content:'';
    background-color: #7D7B9F;
}
.row3-l .ui-box-head-text {
    float: left;
    font-size: 16px;
    line-height: 18px;
    color: #8F7B9F;
    margin-top: 30px;
    margin-left: 10px;
    font-family: Arial;
}
.row3-l .ui-box-head-more {
    float: right;
    font-size: 14px;
    display: inline;
    margin: 30px 0 0 0;
    line-height: 16px;
    color: #8F7B9F;
}
.row3-l .ui-box-body ul li{    
    border-bottom:1px dotted #D7D7D7;
}
.row3-l .ui-box-body ul li a{
    display: block;
    overflow: hidden;
    position: relative;
    padding: 12px 0 22px;
}
.row3-l .ui-box-body ul li .date{
    float: left;
    width: 56px;
    margin:10px 0 0 10px;    
    font-size:16px;
}
.row3-l .ui-box-body ul li .year{
    display: block;
    line-height:30px;
    text-align: center;
    background-color: #7D7BA0;
    color: #fff;
}
.row3-l .ui-box-body ul li .month{
    display: block;
    line-height:30px;
    text-align: center;
    background-color: #A3A0BB;
    color: #fff;
}
.row3-l .ui-box-body ul li .detail{
    display: block;
    padding-top:10px;
    margin-left:90px;
    margin-right:45px;
}
.row3-l .ui-box-body ul li .detail .t1{
    line-height:20px;
    display: block;
    font-weight: 700;
    color: #29283a;
    font-size:14px;
}
.row3-l .ui-box-body ul li .detail .t2{
    font-size:12px;
    line-height:1.5em;
    height:3em;
    color:#999;
    margin-top:4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.row3-l .ui-box-body ul li .btn-icon{
    position: absolute;
    top:50%;
    right:0;
    width:16px;
    height:36px;
    background-color: #7D7B9F;
    text-align: center;
    font-size:12px;
    color:#fff;
    line-height:14px;
    margin-top:-20px;
    padding-top: 4px;
}
.row3-l .ui-box-body ul li .btn-icon::before{
    position: absolute;
    bottom:0;
    left: 0;
    width:0;
    height:0;
    content:'';
    border:5px solid transparent;
    border-left-color:#7D7B9F;
    margin-bottom:-5px;
}
.row3-l .ui-box-body ul li a:hover .btn-icon{
    background-color: #DA492E;
}
.row3-l .ui-box-body ul li a:hover .btn-icon::before{
    border-left-color:#DA492E;
}
.row3-l .ui-box-body ul li a:hover .year{
    background-color: #DB4A2F;
}
.row3-l .ui-box-body ul li a:hover .month{
    background-color: #E57E6D;
}
.row3-r{
    float: right;
    width: 340px;
    min-height:300px;
}
.row3-r .video{
    padding-top:47px;
}
.row3-r .contact{
    margin-top:30px;
}
.row3-r .contact .img{
    display: block;
}
.row3-r .contact h3{
    line-height:30px;
    font-size:16px;
    font-weight: 700;
    color:#000;
}
.row3-r .contact p{
    overflow: hidden;
    padding:5px 0;
    color:#867da4;
}
.row3-r .contact em{
    float: left;
    width:5em;
    font-size:14px;
    line-height:1.5em;
    font-style: normal;
}
.row3-r .contact i{
    display: block;
    margin-left:5em;
    font-size:14px;
    line-height:1.5em;
    font-style: normal;
}

.row4{
    background: url('/static/img/bg4.jpg') center 0 repeat;
    background-size: 100% 100%;
}
.row4 .ui-box-head{
    padding:40px 0 10px;
    height: 105px;
    line-height:55px;
    overflow: hidden;
    border-bottom: 3px solid #000;
}
.row4 .ui-box-head label{
    float: left;
    font-family: '黑体';
    font-size: 51px;
    color: #767676;
    margin:0;
}
.row4 .ui-box-head-title{
    color: #DD1C1C;
    font-size: 26px;
    float: left;
    line-height:35px;
    background: url('/static/img/plus.gif') right 5px no-repeat;
    margin-left:10px;
    margin-top: 15px;
    padding-right:5px;
}
.row4 .ui-box-head-text{
    float: left;
    font-size:16px;
    line-height:18px;
    color: #767676;
    margin-top:33px;
    margin-left:10px;
    font-family: Arial;
}
.row4 .ui-box-head-more{
    float: right;
    font-size: 14px;
    color: #DD1C1C;
    display: inline;
    margin: 35px 0 0 0;
    line-height:16px;
}
.row4 .ui-box-body{
    padding:40px 0;
}
.row4 .ui-box-body ul{
    overflow: hidden;
    margin: 0 -20px;
}
.row4 .ui-box-body ul li{
    float: left;
    width: 25%;
    padding: 0 20px;
    margin-bottom:40px;
}
.row4 .ui-box-body ul li a{
    display: block;
    overflow: hidden;
    background-color: #efefef;
    position: relative;
}
.row4 .ui-box-body ul li a .img{
    width:100%;
    height:180px;
}
.row4 .ui-box-body ul li a img{
    transition: all 0.6s;
    width: 100%;
}
.row4 .ui-box-body ul li a .text{
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    height:40px;
    line-height:40px;
    text-align: center;
    color:#fff;
    font-size:16px;
    background-color: rgba(43, 40, 59, .5);
    display: none;
}
.row4 .ui-box-body ul li a:hover .text{
    display: block;
}
.row4 .ui-box-body ul li a:hover img{
    transform: scale(1.08);
}