﻿* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    font-size: 14px;
    color: #333333;
    font-family: "Microsoft Yahei";
    background: url(../images/bg.jpg) no-repeat center top;
}

.main {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.top {
    width: 100%;
    height: 410px;
}

.nav {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    background-color: #288FF8;
    margin-top: 10px;
    font-family: "微软雅黑";
    font-size: 16px;
}

.nav ul {
    width: 1000px;
    height: 40px;
    margin: 0 auto;
}

.nav li {
    float: left;
    width: 60px;
    text-align: center;
}

.nav li a {
    color: #FFFFFF;
}

.main-box {
    width: 1000px;
    height: auto;
    overflow: hidden;
}

.news {
    width: 440px;
    height: 326px;
    float: left;
    overflow: hidden;
    line-height: 28px;
    padding: 34px 20px;
    box-sizing: border-box;
    margin-left: 85px;

}
.company {
    width: 463px;
    height: 326px;
    float: left;
    overflow: hidden;
    line-height: 14px;
    padding: 34px;
    box-sizing: border-box;

}
.company p{
	font-size: 16px;
	font-weight: bold;
}
.company ul{
	height: 44px;
}
.company ul li{
	float: left;
	padding: 5px;
	text-align:left;
}
.news h2 {
    font-size: 18px;
    font-weight: bold;
    padding-top: 6px;
    width: 420px;
}

.news p {
    margin-bottom: 8px;
    text-indent: 20px;
}

.news p a {
    color: #c61720;
}

.tit {
    position: relative;
    width: 100%;
    height: 40px;
    border-bottom: 2px solid #df2537;
    color: #df2537;
    font-weight: bold;
    line-height: 36px;
    font-size: 30px;

}

.tit span {
    color: #df2537;
}

.tit a {
    position: absolute;
    right: 0;
    width: 80px;
    height: 40px;
    text-align: right;
    line-height: 40px;
    font-size: 18px;
    color: #c61720;
    font-weight: 500;
}

.video-list {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.video-list ul li {
    float: left;
    width:190px;
    height: 80px;
    position: relative;
    margin:0  4px;
    border: 1px solid #ccc;
    margin-bottom:8px;
}

.com {
    width: 490px;
    height: auto;
    overflow: hidden;
    float: left;
    box-sizing: border-box;

}

.con-rel-tit {
    width: 490px;
    margin: 0 auto;
    height: 46px;
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
    color: #c61720;
    margin-top: 8px;
}

.rel-box {
    width: 490px;
    height: 390px;
    overflow: hidden;
    padding-left: 4px;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    padding: 0 6px;
}
.rel-box p{
	line-height: 24px;
}
.footer {
    width: 1000px;
    height: auto;
    overflow: hidden;
    padding: 20px 0;
}

.head{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    
    background: rgba(0,0,0,0.5);
    z-index: 999;
}