
/* 轮播图 */
.banner{
    position: relative;
    max-height: 740px;
    height: auto;
    max-width: 100%;
}

/* 新闻 */
#news{
   position: relative;
   width: 100%;
   height: 100px;
   background-color: #35617e;
   color: #fff;
   overflow: hidden;
}

.center-content {
    display: flex;
    height: 100px;
    /* overflow: hidden; */
    margin-bottom: 60px;
    font-family: Microsoft YaHei;
}
.center-content .news-time{
    font-weight: 300;
    margin-top:20px;
    padding-right: 44px;
    border-right: 1px solid #DDDDDD;
    flex : 1;
    font-size: 20px;
    line-height:28px;
    font-family: Microsoft YaHei;
}
.news-time span {
    font-size: 38px;
    font-weight: 300;
    letter-spacing: -1px;
}
.center-content .news-text{
    margin-top:16px;
    margin-left:46px;
    flex : 10;
    font-size: 16px;
    text-align: justify;
}

.news-text p {
    font-size: 22px;
    margin-bottom: 6px;
}
/* 公司简介 */
#brief {
    position: relative;
    height: 792px;
    background: url(http://img.ectv.cloud/pic.ectv.com/brief-bg.png) no-repeat;
}
#brief .center{
    min-width: 1100px;
}
#brief hr {
    width: 120px;
    border:0;
    height: 1px;
    background-color: #2b2b2b;
    margin: 63px 0 34px;
}
#brief h3 {
    font-size: 26px;
    color: #333;
    font-weight: 400;
    margin-bottom: 38px;
}

#brief p{
    margin-bottom: 24px;
    line-height: 34px;
    font-size: 18px;
    text-align: justify;
    color: #333;
}
#brief p:first-of-type {
    color: #2483C1;
}
/* 服务 */
.service {
    position: relative;
}
.tit {
  margin-top: 68px;
  margin-bottom: 50px;
  font-size:28px;
  color: #333;
}
#service .service-content {
    display: flex;
    flex-direction:row;
    flex-wrap: wrap; 
    justify-content : space-between;
}
.ser-item {
    width: 352px;
    height: 368px;
    border-bottom: 1px solid #a0a0a0;
    margin-bottom: 54px;
    text-decoration:none;
    outline: none;
    color: #fff;
}
.ser-item img {
    margin:0;
    padding: 0;
}
.ser-item div {
    padding-left:6px;
    padding-right:4px;
}
.ser-item h6{
    color: #333;
    font-weight:400;
    font-size: 22px;
    margin: 20px 0px 19px;
}
.ser-item span{
    font-size: 16px;
    color: #333;
    line-height:25px;
    text-align: justify;
}
.ser-item:hover{
   background-color: #2483c1;
   text-decoration:none;
}
.ser-item:hover > div h6,
.ser-item:hover > div span {
    color: #fff;
}
/* 优势 */
#advantage {
   position: relative;
   height: auto;
   background-color: #f4f4f4; 
}
.adv-center {
    display: flex;
    flex-direction:row;
    flex-wrap: wrap; 
    /* justify-content : center; */
    /* justify-content : space-between; */
}
.adv-item {
    width: 275px;
    height: 393px;
    overflow: hidden;
    margin-bottom: 70px;
}
.adv-item:first-of-type {
    background-image: url(http://img.ectv.cloud/pic.ectv.com/advantage-01.png);
}
.adv-item:nth-of-type(2) {
    background-image: url(http://img.ectv.cloud/pic.ectv.com/womendeyoushi-2.png);
}
.adv-item:nth-of-type(3) {
    background-image: url(http://img.ectv.cloud/pic.ectv.com/advantage-03.png);
}
.adv-item:nth-of-type(4) {
    background-image: url(http://img.ectv.cloud/pic.ectv.com/advantage-04.png);
}
.adv-item .desc {
    width: 100%;
    height: 100%;  
    text-align: center;
    font-size: 22px; 
    letter-spacing: 12px;
    color: #fff;
}

.adv-item .desc p:nth-of-type(1){
    padding-top: 195px;
    font-weight:400;
}
.adv-item .desc p:nth-of-type(2){
    font-size: 14px; 
    letter-spacing: 10px;
    color: #fff;
}
.adv-item .desc p.yunying {
    letter-spacing: 6px;
}

.adv-mask {
    display: inline-block;
    width: 275px;
    height: 393px;
    background-color: rgba(255,255,255,.9);
    text-align: center;
    padding: 9px;
    text-decoration: none;
}
.adv-mask div {
    height: 378px;
    border: 1px solid #2483C1;
    color: #2483C1;
    padding: 11px 9px;
}
.adv-mask .adv-order{
    margin-top: 38px;
    font-size: 44px;
    font-weight: 400;
}
.adv-mask .adv-tit{
    font-size:22px;
    margin:18px 0 24px;
}
.adv-mask .adv-sep{
    width: 1px;
    height: 42px;
    background-color: #666666;
    margin: 0 auto;
}
.adv-mask .adv-desc{
    font-size:16px;
    color: #666;
    margin-top:29px;
    line-height: 28px;
    text-align: justify;
}

.adv-item:hover .desc{
    display: none;
}

/* 合作 */
#cooperate {
    position: relative;
    top: -10px;
    width: 100%;
    height: 333px;
    background: #f4f4f4 url(http://img.ectv.cloud/pic.ectv.com/cooperBg.png.png) no-repeat center;
    text-align: center;
    line-height: 333px;
    color:#fff;
    font-size:40px;
    letter-spacing: 24px;
}
/* 版权 */
#footer {
    position: relative;
    top: -10px;
    width:100%;
    height: 256px;
    background-color: #222;
    color: #999;
    /* background: url(http://img.ectv.cloud/pic.ectv.com/footer.png) no-repeat; */
}
#footer dl{
    position: absolute;
    width: 554px;
    top:42px;
    margin-right: 20px;
}
#footer dl dt {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 21px;
    color: #999;
}
#footer dl dd{
    font-size: 16px;
    color: #999;
    line-height: 28px;
}
.friendship-links {
    position: absolute;
    top: 50px;
    right: 16%;
    width: 554px;
    text-align: center;
}
.friendship-links p{
    margin:12px auto 18px;
}
.friendship-links ul li{
    display:inline-block;
    /* margin-right: 32px; */
}
.friendship-links ul hr{
    color: #999;
    background-color: #999;
    width: 1px;
    height: 16px;
    display: inline-block;
    margin: -4px 15px;
    border: none;
}
.friendship-links ul li:last-of-type{
    margin-right: 0;
}
.friendship-links ul li a{
    padding-bottom: 4px;
    color: #999;
    /* border-bottom: 1px solid #999; */
}
.friendship-links ul li a:hover{
    color: #0F7AC0;
}
.friendship-links ul li a:visited{
    /* color: #0F7AC0; */
}

/* 其他链接 */
.other-links {
    position: absolute;
    top: 194px;
    right: 11%;
    width: 716px;
}
.other-links ul li{
    display:inline-block;
    padding: 4px;
    border: 1px solid #999;
    border-radius: 2px;
    margin-left:20px;    
}
.other-links ul li:first-of-type{
    margin-left: 0;
}

.other-links ul li a{
    color: #999;
    /* font-size: 18px; */
}
.other-links ul li a:hover{
    color: #0F7AC0;
}
.other-links ul li a:visited{
    /* color: #0F7AC0; */
}
/* 版权 */
#copyright{
    position: relative;
    top: -10px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #191919;
    color: #999;
}
#copyright a{
    color: #999;
}
#copyright a:hover {
    color: #fff;
}
 